From d805715f4f64875fba6c3fc2824d489fce34f1b8 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Thu, 14 Sep 2017 15:06:22 -0700 Subject: [PATCH] Regenerate with latest tree-sitter --- package.json | 2 +- src/parser.c | 117873 ++++++++++++++++-------------------- src/tree_sitter/parser.h | 30 +- 3 files changed, 53156 insertions(+), 64749 deletions(-) diff --git a/package.json b/package.json index 6b1b17c..e75923c 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "nan": "^2.4.0" }, "devDependencies": { - "tree-sitter-cli": "^0.6.6" + "tree-sitter-cli": "^7.0.1" }, "scripts": { "build": "tree-sitter generate && node-gyp build", diff --git a/src/parser.c b/src/parser.c index ae4c331..5f2bff5 100644 --- a/src/parser.c +++ b/src/parser.c @@ -1,10 +1,12 @@ #include +#if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wmissing-field-initializers" +#endif -#define LANGUAGE_VERSION 3 -#define STATE_COUNT 1430 +#define LANGUAGE_VERSION 4 +#define STATE_COUNT 1479 #define SYMBOL_COUNT 188 #define ALIAS_COUNT 16 #define TOKEN_COUNT 92 @@ -428,1226 +430,818 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { [ts_builtin_sym_end] = { .visible = false, .named = true, - .structural = true, - .extra = false, }, [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [anon_sym_LF] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_LPAREN] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_DOT_DOT_DOT] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_COMMA] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_RPAREN] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [sym_preproc_directive] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_preproc_arg] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [anon_sym_SEMI] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_extern] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_LBRACE] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_RBRACE] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_STAR] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_LBRACK] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_RBRACK] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_EQ] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_typedef] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_static] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_auto] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_register] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_const] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_restrict] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_volatile] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [sym_function_specifier] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [anon_sym_unsigned] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_long] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_short] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_enum] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_struct] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_union] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_COLON] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_if] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_else] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_switch] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_case] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_default] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_while] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_do] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_for] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_return] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_break] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_continue] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_goto] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_QMARK] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_STAR_EQ] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_SLASH_EQ] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_PERCENT_EQ] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_PLUS_EQ] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_DASH_EQ] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_LT_LT_EQ] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_GT_GT_EQ] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_AMP_EQ] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_CARET_EQ] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_PIPE_EQ] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_AMP] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_PIPE_PIPE] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_AMP_AMP] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_BANG] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_PIPE] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_CARET] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_TILDE] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_EQ_EQ] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_BANG_EQ] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_LT] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_GT] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_LT_EQ] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_GT_EQ] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_LT_LT] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_GT_GT] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_PLUS] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_DASH] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_SLASH] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_PERCENT] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_DASH_DASH] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_PLUS_PLUS] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_sizeof] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_DOT] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [anon_sym_DASH_GT] = { .visible = true, .named = false, - .structural = true, - .extra = false, }, [sym_number_literal] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_char_literal] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_string_literal] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_system_lib_string] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_identifier] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_comment] = { .visible = true, .named = true, - .structural = false, - .extra = true, }, [sym_translation_unit] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_preproc_include] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_preproc_def] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_preproc_function_def] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_preproc_params] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_preproc_call] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_preproc_if] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_preproc_if_in_compound_statement] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_preproc_ifdef] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_preproc_ifdef_in_compound_statement] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_preproc_else] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_preproc_else_in_compound_statement] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_function_definition] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_declaration] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym__declaration_specifiers] = { .visible = false, .named = true, - .structural = true, - .extra = false, }, [sym_linkage_specification] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_declaration_list] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym__declarator] = { .visible = false, .named = true, - .structural = true, - .extra = false, }, [sym__field_declarator] = { .visible = false, .named = true, - .structural = true, - .extra = false, }, [sym__abstract_declarator] = { .visible = false, .named = true, - .structural = true, - .extra = false, }, [sym_pointer_declarator] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_pointer_field_declarator] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_abstract_pointer_declarator] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_function_declarator] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_function_field_declarator] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_abstract_function_declarator] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_array_declarator] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_array_field_declarator] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_abstract_array_declarator] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_init_declarator] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_compound_statement] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_storage_class_specifier] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_type_qualifier] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym__type_specifier] = { .visible = false, .named = true, - .structural = true, - .extra = false, }, [sym_sized_type_specifier] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_enum_specifier] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_enumerator_list] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_struct_specifier] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_union_specifier] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_field_declaration_list] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_field_declaration] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_enumerator] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_parameter_list] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_parameter_declaration] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_labeled_statement] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_expression_statement] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_if_statement] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_switch_statement] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_case_statement] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_while_statement] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_do_statement] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_for_statement] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_return_statement] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_break_statement] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_continue_statement] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_goto_statement] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym__expression] = { .visible = false, .named = true, - .structural = true, - .extra = false, }, [sym_comma_expression] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_conditional_expression] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_assignment_expression] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_pointer_expression] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_logical_expression] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_bitwise_expression] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_equality_expression] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_relational_expression] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_shift_expression] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_math_expression] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_cast_expression] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_type_descriptor] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_sizeof_expression] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_subscript_expression] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_call_expression] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_argument_list] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_field_expression] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_compound_literal_expression] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_parenthesized_expression] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_initializer_list] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym__initializer_list_contents] = { .visible = false, .named = true, - .structural = true, - .extra = false, }, [sym_designator] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym_concatenated_string] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [sym__empty_declaration] = { .visible = false, .named = true, - .structural = true, - .extra = false, }, [sym_macro_type_specifier] = { .visible = true, .named = true, - .structural = true, - .extra = false, }, [aux_sym_translation_unit_repeat1] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym_preproc_params_repeat1] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym_preproc_if_in_compound_statement_repeat1] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym_declaration_repeat1] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym__declaration_specifiers_repeat1] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym_sized_type_specifier_repeat1] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym_enumerator_list_repeat1] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym_field_declaration_list_repeat1] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym_field_declaration_repeat1] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym_parameter_list_repeat1] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym_for_statement_repeat1] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym_type_descriptor_repeat1] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym__initializer_list_contents_repeat1] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [aux_sym_concatenated_string_repeat1] = { .visible = false, .named = false, - .structural = true, - .extra = false, }, [anon_alias_sym_POUNDdefine] = { .visible = true, .named = false, - .structural = true, - .extra = true, }, [anon_alias_sym_POUNDelse] = { .visible = true, .named = false, - .structural = true, - .extra = true, }, [anon_alias_sym_POUNDendif] = { .visible = true, .named = false, - .structural = true, - .extra = true, }, [anon_alias_sym_POUNDif] = { .visible = true, .named = false, - .structural = true, - .extra = true, }, [anon_alias_sym_POUNDifdef] = { .visible = true, .named = false, - .structural = true, - .extra = true, }, [anon_alias_sym_POUNDifndef] = { .visible = true, .named = false, - .structural = true, - .extra = true, }, [anon_alias_sym_POUNDinclude] = { .visible = true, .named = false, - .structural = true, - .extra = true, }, [alias_sym_array_declarator] = { .visible = true, .named = true, - .structural = true, - .extra = true, }, [alias_sym_field_identifier] = { .visible = true, .named = true, - .structural = true, - .extra = true, }, [alias_sym_function_declarator] = { .visible = true, .named = true, - .structural = true, - .extra = true, }, [alias_sym_pointer_declarator] = { .visible = true, .named = true, - .structural = true, - .extra = true, }, [alias_sym_preproc_else] = { .visible = true, .named = true, - .structural = true, - .extra = true, }, [alias_sym_preproc_if] = { .visible = true, .named = true, - .structural = true, - .extra = true, }, [alias_sym_preproc_ifdef] = { .visible = true, .named = true, - .structural = true, - .extra = true, }, [alias_sym_statement_identifier] = { .visible = true, .named = true, - .structural = true, - .extra = true, }, [alias_sym_type_identifier] = { .visible = true, .named = true, - .structural = true, - .extra = true, }, }; @@ -1788,92 +1382,92 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '&') ADVANCE(70); if (lookahead == '\'') - ADVANCE(72); + ADVANCE(73); if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') ADVANCE(78); - if (lookahead == '*') + if (lookahead == ')') ADVANCE(79); + if (lookahead == '*') + ADVANCE(80); if (lookahead == '+') - ADVANCE(81); + ADVANCE(82); if (lookahead == ',') - ADVANCE(83); + ADVANCE(85); if (lookahead == '-') - ADVANCE(84); + ADVANCE(86); if (lookahead == '.') - ADVANCE(88); + ADVANCE(90); if (lookahead == '/') - ADVANCE(91); + ADVANCE(93); if (lookahead == '0') - ADVANCE(97); + ADVANCE(99); if (lookahead == ':') - ADVANCE(106); + ADVANCE(108); if (lookahead == ';') - ADVANCE(107); + ADVANCE(109); if (lookahead == '<') - ADVANCE(108); + ADVANCE(110); if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') ADVANCE(114); + if (lookahead == '>') + ADVANCE(116); if (lookahead == '?') - ADVANCE(118); + ADVANCE(120); if (lookahead == '[') - ADVANCE(119); + ADVANCE(121); if (lookahead == ']') - ADVANCE(120); + ADVANCE(122); if (lookahead == '^') - ADVANCE(121); - if (lookahead == 'a') ADVANCE(123); + if (lookahead == 'a') + ADVANCE(125); if (lookahead == 'b') - ADVANCE(128); + ADVANCE(130); if (lookahead == 'c') - ADVANCE(133); + ADVANCE(135); if (lookahead == 'd') - ADVANCE(146); + ADVANCE(148); if (lookahead == 'e') - ADVANCE(154); + ADVANCE(156); if (lookahead == 'f') - ADVANCE(166); + ADVANCE(168); if (lookahead == 'g') - ADVANCE(169); + ADVANCE(171); if (lookahead == 'i') - ADVANCE(173); + ADVANCE(175); if (lookahead == 'l') - ADVANCE(180); + ADVANCE(182); if (lookahead == 'r') - ADVANCE(184); + ADVANCE(186); if (lookahead == 's') - ADVANCE(202); + ADVANCE(204); if (lookahead == 't') - ADVANCE(226); + ADVANCE(228); if (lookahead == 'u') - ADVANCE(233); + ADVANCE(235); if (lookahead == 'v') - ADVANCE(244); + ADVANCE(246); if (lookahead == 'w') - ADVANCE(252); + ADVANCE(254); if (lookahead == '{') - ADVANCE(257); + ADVANCE(259); if (lookahead == '|') - ADVANCE(258); + ADVANCE(260); if (lookahead == '}') - ADVANCE(261); + ADVANCE(263); if (lookahead == '~') - ADVANCE(262); + ADVANCE(264); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(0); if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); + ADVANCE(107); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('h' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 1: ACCEPT_TOKEN(ts_builtin_sym_end); @@ -2347,757 +1941,747 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 70: ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '=') + if (lookahead == '&') ADVANCE(71); + if (lookahead == '=') + ADVANCE(72); END_STATE(); case 71: - ACCEPT_TOKEN(anon_sym_AMP_EQ); + ACCEPT_TOKEN(anon_sym_AMP_AMP); END_STATE(); case 72: - if (lookahead == '\\') - ADVANCE(73); - if (lookahead != 0 && - lookahead != '\'') - ADVANCE(76); + ACCEPT_TOKEN(anon_sym_AMP_EQ); END_STATE(); case 73: - if (lookahead == '\'') + if (lookahead == '\\') ADVANCE(74); - if (lookahead != 0) - ADVANCE(76); + if (lookahead != 0 && + lookahead != '\'') + ADVANCE(77); END_STATE(); case 74: - ACCEPT_TOKEN(sym_char_literal); if (lookahead == '\'') ADVANCE(75); + if (lookahead != 0) + ADVANCE(77); END_STATE(); case 75: ACCEPT_TOKEN(sym_char_literal); + if (lookahead == '\'') + ADVANCE(76); END_STATE(); case 76: - if (lookahead == '\'') - ADVANCE(75); + ACCEPT_TOKEN(sym_char_literal); END_STATE(); case 77: - ACCEPT_TOKEN(anon_sym_LPAREN); + if (lookahead == '\'') + ADVANCE(76); END_STATE(); case 78: - ACCEPT_TOKEN(anon_sym_RPAREN); + ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 79: + ACCEPT_TOKEN(anon_sym_RPAREN); + END_STATE(); + case 80: ACCEPT_TOKEN(anon_sym_STAR); if (lookahead == '=') - ADVANCE(80); + ADVANCE(81); END_STATE(); - case 80: + case 81: ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); - case 81: + case 82: ACCEPT_TOKEN(anon_sym_PLUS); + if (lookahead == '+') + ADVANCE(83); if (lookahead == '=') - ADVANCE(82); + ADVANCE(84); END_STATE(); - case 82: + case 83: + ACCEPT_TOKEN(anon_sym_PLUS_PLUS); + END_STATE(); + case 84: ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); - case 83: + case 85: ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); - case 84: + case 86: ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '-') - ADVANCE(85); + ADVANCE(87); if (lookahead == '=') - ADVANCE(86); + ADVANCE(88); if (lookahead == '>') - ADVANCE(87); + ADVANCE(89); END_STATE(); - case 85: + case 87: ACCEPT_TOKEN(anon_sym_DASH_DASH); END_STATE(); - case 86: + case 88: ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); - case 87: + case 89: ACCEPT_TOKEN(anon_sym_DASH_GT); END_STATE(); - case 88: + case 90: ACCEPT_TOKEN(anon_sym_DOT); if (lookahead == '.') - ADVANCE(89); + ADVANCE(91); END_STATE(); - case 89: + case 91: if (lookahead == '.') - ADVANCE(90); + ADVANCE(92); END_STATE(); - case 90: + case 92: ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT); END_STATE(); - case 91: + case 93: ACCEPT_TOKEN(anon_sym_SLASH); if (lookahead == '*') - ADVANCE(92); + ADVANCE(94); if (lookahead == '/') - ADVANCE(95); + ADVANCE(97); if (lookahead == '=') - ADVANCE(96); + ADVANCE(98); END_STATE(); - case 92: + case 94: if (lookahead == '*') - ADVANCE(93); + ADVANCE(95); if (lookahead != 0) - ADVANCE(92); + ADVANCE(94); END_STATE(); - case 93: + case 95: if (lookahead == '/') - ADVANCE(94); + ADVANCE(96); if (lookahead != 0) - ADVANCE(92); + ADVANCE(94); END_STATE(); - case 94: + case 96: ACCEPT_TOKEN(sym_comment); END_STATE(); - case 95: + case 97: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && lookahead != '\n') - ADVANCE(95); + ADVANCE(97); END_STATE(); - case 96: + case 98: ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); - case 97: + case 99: ACCEPT_TOKEN(sym_number_literal); if (lookahead == '.') - ADVANCE(98); - if (lookahead == 'L') ADVANCE(100); + if (lookahead == 'L') + ADVANCE(102); if (lookahead == 'U') - ADVANCE(100); + ADVANCE(102); if (lookahead == 'b') - ADVANCE(101); + ADVANCE(103); if (lookahead == 'l') - ADVANCE(100); + ADVANCE(102); if (lookahead == 'u') - ADVANCE(100); + ADVANCE(102); if (lookahead == 'x') - ADVANCE(103); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(105); + if (('0' <= lookahead && lookahead <= '9')) + ADVANCE(107); END_STATE(); - case 98: + case 100: if (('0' <= lookahead && lookahead <= '9')) - ADVANCE(99); + ADVANCE(101); END_STATE(); - case 99: + case 101: ACCEPT_TOKEN(sym_number_literal); if (lookahead == 'L') - ADVANCE(100); + ADVANCE(102); if (lookahead == 'U') - ADVANCE(100); + ADVANCE(102); if (lookahead == 'l') - ADVANCE(100); + ADVANCE(102); if (lookahead == 'u') - ADVANCE(100); + ADVANCE(102); if (('0' <= lookahead && lookahead <= '9')) - ADVANCE(99); + ADVANCE(101); END_STATE(); - case 100: + case 102: ACCEPT_TOKEN(sym_number_literal); if (lookahead == 'L') - ADVANCE(100); + ADVANCE(102); if (lookahead == 'U') - ADVANCE(100); + ADVANCE(102); if (lookahead == 'l') - ADVANCE(100); + ADVANCE(102); if (lookahead == 'u') - ADVANCE(100); + ADVANCE(102); END_STATE(); - case 101: + case 103: if (lookahead == '0' || lookahead == '1') - ADVANCE(102); + ADVANCE(104); END_STATE(); - case 102: + case 104: ACCEPT_TOKEN(sym_number_literal); if (lookahead == 'L') - ADVANCE(100); + ADVANCE(102); if (lookahead == 'U') - ADVANCE(100); + ADVANCE(102); if (lookahead == 'l') - ADVANCE(100); + ADVANCE(102); if (lookahead == 'u') - ADVANCE(100); + ADVANCE(102); if (lookahead == '0' || lookahead == '1') - ADVANCE(102); + ADVANCE(104); END_STATE(); - case 103: + case 105: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'f')) - ADVANCE(104); + ADVANCE(106); END_STATE(); - case 104: + case 106: ACCEPT_TOKEN(sym_number_literal); if (lookahead == 'L') - ADVANCE(104); + ADVANCE(106); if (lookahead == 'U') - ADVANCE(104); + ADVANCE(106); if (lookahead == 'l') - ADVANCE(100); + ADVANCE(102); if (lookahead == 'u') - ADVANCE(100); + ADVANCE(102); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'f')) - ADVANCE(104); + ADVANCE(106); END_STATE(); - case 105: + case 107: ACCEPT_TOKEN(sym_number_literal); if (lookahead == '.') - ADVANCE(98); - if (lookahead == 'L') ADVANCE(100); + if (lookahead == 'L') + ADVANCE(102); if (lookahead == 'U') - ADVANCE(100); + ADVANCE(102); if (lookahead == 'l') - ADVANCE(100); + ADVANCE(102); if (lookahead == 'u') - ADVANCE(100); + ADVANCE(102); if (('0' <= lookahead && lookahead <= '9')) - ADVANCE(105); + ADVANCE(107); END_STATE(); - case 106: + case 108: ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); - case 107: + case 109: ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); - case 108: + case 110: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '<') - ADVANCE(109); - if (lookahead == '=') ADVANCE(111); + if (lookahead == '=') + ADVANCE(113); END_STATE(); - case 109: + case 111: ACCEPT_TOKEN(anon_sym_LT_LT); if (lookahead == '=') - ADVANCE(110); + ADVANCE(112); END_STATE(); - case 110: + case 112: ACCEPT_TOKEN(anon_sym_LT_LT_EQ); END_STATE(); - case 111: + case 113: ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); - case 112: + case 114: ACCEPT_TOKEN(anon_sym_EQ); if (lookahead == '=') - ADVANCE(113); + ADVANCE(115); END_STATE(); - case 113: + case 115: ACCEPT_TOKEN(anon_sym_EQ_EQ); END_STATE(); - case 114: + case 116: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '=') - ADVANCE(115); + ADVANCE(117); if (lookahead == '>') - ADVANCE(116); + ADVANCE(118); END_STATE(); - case 115: + case 117: ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); - case 116: + case 118: ACCEPT_TOKEN(anon_sym_GT_GT); if (lookahead == '=') - ADVANCE(117); + ADVANCE(119); END_STATE(); - case 117: + case 119: ACCEPT_TOKEN(anon_sym_GT_GT_EQ); END_STATE(); - case 118: + case 120: ACCEPT_TOKEN(anon_sym_QMARK); END_STATE(); - case 119: + case 121: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); - case 120: + case 122: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); - case 121: + case 123: ACCEPT_TOKEN(anon_sym_CARET); if (lookahead == '=') - ADVANCE(122); + ADVANCE(124); END_STATE(); - case 122: + case 124: ACCEPT_TOKEN(anon_sym_CARET_EQ); END_STATE(); - case 123: + case 125: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'u') - ADVANCE(124); + ADVANCE(126); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 124: + case 126: ACCEPT_TOKEN(sym_identifier); if (lookahead == 't') - ADVANCE(125); + ADVANCE(127); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 125: + case 127: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'o') - ADVANCE(126); + ADVANCE(128); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 126: + case 128: ACCEPT_TOKEN(anon_sym_auto); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 127: + case 129: ACCEPT_TOKEN(sym_identifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 128: + case 130: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'r') - ADVANCE(129); + ADVANCE(131); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 129: + case 131: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'e') - ADVANCE(130); + ADVANCE(132); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 130: + case 132: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'a') - ADVANCE(131); + ADVANCE(133); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 131: + case 133: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'k') - ADVANCE(132); + ADVANCE(134); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 132: + case 134: ACCEPT_TOKEN(anon_sym_break); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 133: + case 135: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'a') - ADVANCE(134); + ADVANCE(136); if (lookahead == 'o') - ADVANCE(137); + ADVANCE(139); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 134: + case 136: ACCEPT_TOKEN(sym_identifier); if (lookahead == 's') - ADVANCE(135); + ADVANCE(137); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 135: + case 137: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'e') - ADVANCE(136); + ADVANCE(138); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 136: + case 138: ACCEPT_TOKEN(anon_sym_case); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 137: + case 139: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'n') - ADVANCE(138); + ADVANCE(140); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 138: + case 140: ACCEPT_TOKEN(sym_identifier); if (lookahead == 's') - ADVANCE(139); - if (lookahead == 't') ADVANCE(141); + if (lookahead == 't') + ADVANCE(143); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 139: + case 141: ACCEPT_TOKEN(sym_identifier); if (lookahead == 't') - ADVANCE(140); + ADVANCE(142); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 140: + case 142: ACCEPT_TOKEN(anon_sym_const); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 141: + case 143: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'i') - ADVANCE(142); + ADVANCE(144); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 142: + case 144: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'n') - ADVANCE(143); + ADVANCE(145); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 143: + case 145: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'u') - ADVANCE(144); + ADVANCE(146); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 144: + case 146: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'e') - ADVANCE(145); + ADVANCE(147); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 145: + case 147: ACCEPT_TOKEN(anon_sym_continue); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 146: + case 148: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'e') - ADVANCE(147); + ADVANCE(149); if (lookahead == 'o') - ADVANCE(153); + ADVANCE(155); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 147: + case 149: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'f') - ADVANCE(148); + ADVANCE(150); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 148: + case 150: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'a') - ADVANCE(149); + ADVANCE(151); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 149: + case 151: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'u') - ADVANCE(150); + ADVANCE(152); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 150: + case 152: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'l') - ADVANCE(151); + ADVANCE(153); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 151: + case 153: ACCEPT_TOKEN(sym_identifier); if (lookahead == 't') - ADVANCE(152); + ADVANCE(154); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 152: + case 154: ACCEPT_TOKEN(anon_sym_default); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 153: + case 155: ACCEPT_TOKEN(anon_sym_do); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 154: + case 156: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'l') - ADVANCE(155); + ADVANCE(157); if (lookahead == 'n') - ADVANCE(158); + ADVANCE(160); if (lookahead == 'x') - ADVANCE(161); + ADVANCE(163); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 155: + case 157: ACCEPT_TOKEN(sym_identifier); if (lookahead == 's') - ADVANCE(156); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 156: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') - ADVANCE(157); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 157: - ACCEPT_TOKEN(anon_sym_else); + ADVANCE(158); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 158: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'u') + if (lookahead == 'e') ADVANCE(159); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 159: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'm') - ADVANCE(160); + ACCEPT_TOKEN(anon_sym_else); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 160: - ACCEPT_TOKEN(anon_sym_enum); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'u') + ADVANCE(161); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 161: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') + if (lookahead == 'm') ADVANCE(162); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 162: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') - ADVANCE(163); + ACCEPT_TOKEN(anon_sym_enum); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 163: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') + if (lookahead == 't') ADVANCE(164); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 164: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') + if (lookahead == 'e') ADVANCE(165); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 165: - ACCEPT_TOKEN(anon_sym_extern); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'r') + ADVANCE(166); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 166: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') + if (lookahead == 'n') ADVANCE(167); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 167: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') - ADVANCE(168); + ACCEPT_TOKEN(anon_sym_extern); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 168: - ACCEPT_TOKEN(anon_sym_for); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'o') + ADVANCE(169); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 169: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') + if (lookahead == 'r') ADVANCE(170); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 170: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') - ADVANCE(171); + ACCEPT_TOKEN(anon_sym_for); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 171: ACCEPT_TOKEN(sym_identifier); @@ -3107,577 +2691,577 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 172: - ACCEPT_TOKEN(anon_sym_goto); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 't') + ADVANCE(173); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 173: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'f') + if (lookahead == 'o') ADVANCE(174); - if (lookahead == 'n') - ADVANCE(175); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 174: - ACCEPT_TOKEN(anon_sym_if); + ACCEPT_TOKEN(anon_sym_goto); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 175: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') + if (lookahead == 'f') ADVANCE(176); + if (lookahead == 'n') + ADVANCE(177); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 176: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') - ADVANCE(177); + ACCEPT_TOKEN(anon_sym_if); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 177: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') + if (lookahead == 'l') ADVANCE(178); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 178: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') + if (lookahead == 'i') ADVANCE(179); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 179: - ACCEPT_TOKEN(sym_function_specifier); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'n') + ADVANCE(180); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 180: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') + if (lookahead == 'e') ADVANCE(181); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 181: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') - ADVANCE(182); + ACCEPT_TOKEN(sym_function_specifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 182: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'g') + if (lookahead == 'o') ADVANCE(183); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 183: - ACCEPT_TOKEN(anon_sym_long); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'n') + ADVANCE(184); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 184: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') + if (lookahead == 'g') ADVANCE(185); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 185: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'g') - ADVANCE(186); - if (lookahead == 's') - ADVANCE(192); - if (lookahead == 't') - ADVANCE(198); + ACCEPT_TOKEN(anon_sym_long); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 186: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') + if (lookahead == 'e') ADVANCE(187); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 187: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') + if (lookahead == 'g') ADVANCE(188); + if (lookahead == 's') + ADVANCE(194); + if (lookahead == 't') + ADVANCE(200); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 188: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') + if (lookahead == 'i') ADVANCE(189); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 189: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') + if (lookahead == 's') ADVANCE(190); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 190: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') + if (lookahead == 't') ADVANCE(191); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 191: - ACCEPT_TOKEN(anon_sym_register); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'e') + ADVANCE(192); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 192: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') + if (lookahead == 'r') ADVANCE(193); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 193: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') - ADVANCE(194); + ACCEPT_TOKEN(anon_sym_register); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 194: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') + if (lookahead == 't') ADVANCE(195); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 195: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'c') + if (lookahead == 'r') ADVANCE(196); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 196: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') + if (lookahead == 'i') ADVANCE(197); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 197: - ACCEPT_TOKEN(anon_sym_restrict); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'c') + ADVANCE(198); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 198: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'u') + if (lookahead == 't') ADVANCE(199); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 199: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') - ADVANCE(200); + ACCEPT_TOKEN(anon_sym_restrict); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 200: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') + if (lookahead == 'u') ADVANCE(201); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 201: - ACCEPT_TOKEN(anon_sym_return); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'r') + ADVANCE(202); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 202: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'h') + if (lookahead == 'n') ADVANCE(203); - if (lookahead == 'i') - ADVANCE(207); - if (lookahead == 't') - ADVANCE(212); - if (lookahead == 'w') - ADVANCE(221); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 203: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') - ADVANCE(204); + ACCEPT_TOKEN(anon_sym_return); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 204: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') + if (lookahead == 'h') ADVANCE(205); + if (lookahead == 'i') + ADVANCE(209); + if (lookahead == 't') + ADVANCE(214); + if (lookahead == 'w') + ADVANCE(223); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 205: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') + if (lookahead == 'o') ADVANCE(206); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 206: - ACCEPT_TOKEN(anon_sym_short); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'r') + ADVANCE(207); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 207: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'z') + if (lookahead == 't') ADVANCE(208); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'y')) - ADVANCE(127); + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(129); END_STATE(); case 208: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') - ADVANCE(209); + ACCEPT_TOKEN(anon_sym_short); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 209: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') + if (lookahead == 'z') ADVANCE(210); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ('a' <= lookahead && lookahead <= 'y')) + ADVANCE(129); END_STATE(); case 210: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'f') + if (lookahead == 'e') ADVANCE(211); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 211: - ACCEPT_TOKEN(anon_sym_sizeof); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'o') + ADVANCE(212); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 212: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') + if (lookahead == 'f') ADVANCE(213); - if (lookahead == 'r') - ADVANCE(217); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(129); END_STATE(); case 213: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') - ADVANCE(214); + ACCEPT_TOKEN(anon_sym_sizeof); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 214: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') + if (lookahead == 'a') ADVANCE(215); + if (lookahead == 'r') + ADVANCE(219); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ('b' <= lookahead && lookahead <= 'z')) + ADVANCE(129); END_STATE(); case 215: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'c') + if (lookahead == 't') ADVANCE(216); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 216: - ACCEPT_TOKEN(anon_sym_static); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'i') + ADVANCE(217); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 217: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'u') + if (lookahead == 'c') ADVANCE(218); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 218: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'c') - ADVANCE(219); + ACCEPT_TOKEN(anon_sym_static); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 219: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') + if (lookahead == 'u') ADVANCE(220); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 220: - ACCEPT_TOKEN(anon_sym_struct); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'c') + ADVANCE(221); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 221: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') + if (lookahead == 't') ADVANCE(222); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 222: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') - ADVANCE(223); + ACCEPT_TOKEN(anon_sym_struct); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 223: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'c') + if (lookahead == 'i') ADVANCE(224); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 224: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'h') + if (lookahead == 't') ADVANCE(225); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 225: - ACCEPT_TOKEN(anon_sym_switch); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'c') + ADVANCE(226); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 226: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'y') + if (lookahead == 'h') ADVANCE(227); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 227: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'p') - ADVANCE(228); + ACCEPT_TOKEN(anon_sym_switch); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 228: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') + if (lookahead == 'y') ADVANCE(229); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 229: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'd') + if (lookahead == 'p') ADVANCE(230); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 230: ACCEPT_TOKEN(sym_identifier); @@ -3687,849 +3271,917 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 231: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'f') + if (lookahead == 'd') ADVANCE(232); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 232: - ACCEPT_TOKEN(anon_sym_typedef); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'e') + ADVANCE(233); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 233: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') + if (lookahead == 'f') ADVANCE(234); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 234: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') - ADVANCE(235); - if (lookahead == 's') - ADVANCE(238); + ACCEPT_TOKEN(anon_sym_typedef); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 235: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') + if (lookahead == 'n') ADVANCE(236); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 236: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') + if (lookahead == 'i') ADVANCE(237); + if (lookahead == 's') + ADVANCE(240); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 237: - ACCEPT_TOKEN(anon_sym_union); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'o') + ADVANCE(238); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 238: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') + if (lookahead == 'n') ADVANCE(239); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 239: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'g') - ADVANCE(240); + ACCEPT_TOKEN(anon_sym_union); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 240: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') + if (lookahead == 'i') ADVANCE(241); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 241: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') + if (lookahead == 'g') ADVANCE(242); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 242: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'd') + if (lookahead == 'n') ADVANCE(243); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 243: - ACCEPT_TOKEN(anon_sym_unsigned); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'e') + ADVANCE(244); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 244: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') + if (lookahead == 'd') ADVANCE(245); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 245: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') - ADVANCE(246); + ACCEPT_TOKEN(anon_sym_unsigned); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 246: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') + if (lookahead == 'o') ADVANCE(247); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(129); END_STATE(); case 247: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') + if (lookahead == 'l') ADVANCE(248); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 248: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') + if (lookahead == 'a') ADVANCE(249); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ('b' <= lookahead && lookahead <= 'z')) + ADVANCE(129); END_STATE(); case 249: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') + if (lookahead == 't') ADVANCE(250); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 250: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') + if (lookahead == 'i') ADVANCE(251); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 251: - ACCEPT_TOKEN(anon_sym_volatile); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'l') + ADVANCE(252); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 252: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'h') + if (lookahead == 'e') ADVANCE(253); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 253: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') - ADVANCE(254); + ACCEPT_TOKEN(anon_sym_volatile); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 254: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') + if (lookahead == 'h') ADVANCE(255); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 255: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') + if (lookahead == 'i') ADVANCE(256); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 256: - ACCEPT_TOKEN(anon_sym_while); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'l') + ADVANCE(257); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 257: - ACCEPT_TOKEN(anon_sym_LBRACE); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'e') + ADVANCE(258); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(129); END_STATE(); case 258: + ACCEPT_TOKEN(anon_sym_while); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(129); + END_STATE(); + case 259: + ACCEPT_TOKEN(anon_sym_LBRACE); + END_STATE(); + case 260: ACCEPT_TOKEN(anon_sym_PIPE); if (lookahead == '=') - ADVANCE(259); + ADVANCE(261); if (lookahead == '|') - ADVANCE(260); + ADVANCE(262); END_STATE(); - case 259: + case 261: ACCEPT_TOKEN(anon_sym_PIPE_EQ); END_STATE(); - case 260: + case 262: ACCEPT_TOKEN(anon_sym_PIPE_PIPE); END_STATE(); - case 261: + case 263: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); - case 262: + case 264: ACCEPT_TOKEN(anon_sym_TILDE); END_STATE(); - case 263: + case 265: if (lookahead == 0) ADVANCE(1); + if (lookahead == '\"') + ADVANCE(4); if (lookahead == '#') - ADVANCE(264); - if (lookahead == '/') ADVANCE(266); + if (lookahead == '/') + ADVANCE(268); if (lookahead == 'a') - ADVANCE(123); + ADVANCE(125); if (lookahead == 'c') - ADVANCE(267); + ADVANCE(269); if (lookahead == 'e') - ADVANCE(270); + ADVANCE(272); if (lookahead == 'i') - ADVANCE(271); + ADVANCE(273); if (lookahead == 'l') - ADVANCE(180); + ADVANCE(182); if (lookahead == 'r') - ADVANCE(272); - if (lookahead == 's') ADVANCE(274); + if (lookahead == 's') + ADVANCE(276); if (lookahead == 't') - ADVANCE(226); + ADVANCE(228); if (lookahead == 'u') - ADVANCE(233); + ADVANCE(235); if (lookahead == 'v') - ADVANCE(244); + ADVANCE(246); + if (lookahead == '{') + ADVANCE(259); + if (lookahead == '}') + ADVANCE(263); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(263); + SKIP(265); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 264: + case 266: if (lookahead == 'd') ADVANCE(8); if (lookahead == 'i') ADVANCE(22); if (lookahead == '\t' || lookahead == ' ') - ADVANCE(265); + ADVANCE(267); END_STATE(); - case 265: + case 267: if (lookahead == 'd') ADVANCE(38); if (lookahead == 'i') ADVANCE(53); if (lookahead == '\t' || lookahead == ' ') - ADVANCE(265); + ADVANCE(267); if (('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(44); END_STATE(); - case 266: + case 268: if (lookahead == '*') - ADVANCE(92); + ADVANCE(94); if (lookahead == '/') - ADVANCE(95); + ADVANCE(97); END_STATE(); - case 267: + case 269: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'o') - ADVANCE(268); + ADVANCE(270); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 268: + case 270: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'n') - ADVANCE(269); + ADVANCE(271); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 269: + case 271: ACCEPT_TOKEN(sym_identifier); if (lookahead == 's') - ADVANCE(139); + ADVANCE(141); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 270: + case 272: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'n') - ADVANCE(158); + ADVANCE(160); if (lookahead == 'x') - ADVANCE(161); + ADVANCE(163); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 271: + case 273: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'n') - ADVANCE(175); + ADVANCE(177); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 272: + case 274: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'e') - ADVANCE(273); + ADVANCE(275); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 273: + case 275: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'g') - ADVANCE(186); + ADVANCE(188); if (lookahead == 's') - ADVANCE(192); + ADVANCE(194); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 274: + case 276: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'h') - ADVANCE(203); + ADVANCE(205); if (lookahead == 't') - ADVANCE(212); + ADVANCE(214); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 275: + case 277: if (lookahead == '\"') ADVANCE(4); if (lookahead == '/') - ADVANCE(266); + ADVANCE(268); if (lookahead == '<') - ADVANCE(276); + ADVANCE(278); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(275); + SKIP(277); END_STATE(); - case 276: + case 278: if (lookahead == '>') - ADVANCE(277); + ADVANCE(279); if (lookahead == '\\') - ADVANCE(278); + ADVANCE(280); if (lookahead != 0) - ADVANCE(276); + ADVANCE(278); END_STATE(); - case 277: + case 279: ACCEPT_TOKEN(sym_system_lib_string); END_STATE(); - case 278: + case 280: if (lookahead == '>') - ADVANCE(279); + ADVANCE(281); if (lookahead == '\\') - ADVANCE(278); + ADVANCE(280); if (lookahead != 0) - ADVANCE(276); + ADVANCE(278); END_STATE(); - case 279: + case 281: ACCEPT_TOKEN(sym_system_lib_string); if (lookahead == '>') - ADVANCE(277); + ADVANCE(279); if (lookahead == '\\') - ADVANCE(278); + ADVANCE(280); if (lookahead != 0) - ADVANCE(276); + ADVANCE(278); END_STATE(); - case 280: + case 282: + if (lookahead == '!') + ADVANCE(283); + if (lookahead == '%') + ADVANCE(68); + if (lookahead == '&') + ADVANCE(70); + if (lookahead == '(') + ADVANCE(78); + if (lookahead == ')') + ADVANCE(79); + if (lookahead == '*') + ADVANCE(80); + if (lookahead == '+') + ADVANCE(82); + if (lookahead == ',') + ADVANCE(85); + if (lookahead == '-') + ADVANCE(86); + if (lookahead == '.') + ADVANCE(90); if (lookahead == '/') - ADVANCE(266); + ADVANCE(93); + if (lookahead == ':') + ADVANCE(108); + if (lookahead == ';') + ADVANCE(109); + if (lookahead == '<') + ADVANCE(110); + if (lookahead == '=') + ADVANCE(114); + if (lookahead == '>') + ADVANCE(116); + if (lookahead == '?') + ADVANCE(120); + if (lookahead == '[') + ADVANCE(121); + if (lookahead == ']') + ADVANCE(122); + if (lookahead == '^') + ADVANCE(123); + if (lookahead == '{') + ADVANCE(259); + if (lookahead == '|') + ADVANCE(260); + if (lookahead == '}') + ADVANCE(263); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(280); + SKIP(282); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 281: + case 283: + if (lookahead == '=') + ADVANCE(3); + END_STATE(); + case 284: if (lookahead == '\n') - SKIP(281); + SKIP(284); if (lookahead == '/') - ADVANCE(282); + ADVANCE(285); if (lookahead == '\\') - ADVANCE(287); + ADVANCE(290); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') - ADVANCE(289); + ADVANCE(292); if (lookahead != 0) - ADVANCE(288); + ADVANCE(291); END_STATE(); - case 282: + case 285: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead == '*') - ADVANCE(283); - if (lookahead == '/') ADVANCE(286); + if (lookahead == '/') + ADVANCE(289); if (lookahead == '\\') - ADVANCE(287); + ADVANCE(290); if (lookahead != 0 && lookahead != '\n') - ADVANCE(288); + ADVANCE(291); END_STATE(); - case 283: + case 286: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead == '\n') - ADVANCE(92); + ADVANCE(94); if (lookahead == '*') - ADVANCE(284); + ADVANCE(287); if (lookahead == '\\') - ADVANCE(285); + ADVANCE(288); if (lookahead != 0) - ADVANCE(283); + ADVANCE(286); END_STATE(); - case 284: + case 287: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead == '\n') - ADVANCE(92); - if (lookahead == '/') ADVANCE(94); + if (lookahead == '/') + ADVANCE(96); if (lookahead == '\\') - ADVANCE(285); + ADVANCE(288); if (lookahead != 0) - ADVANCE(283); + ADVANCE(286); END_STATE(); - case 285: + case 288: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead == '\n') - ADVANCE(283); + ADVANCE(286); if (lookahead == '*') - ADVANCE(284); + ADVANCE(287); if (lookahead == '\\') - ADVANCE(285); + ADVANCE(288); if (lookahead != 0) - ADVANCE(283); + ADVANCE(286); END_STATE(); - case 286: + case 289: ACCEPT_TOKEN(sym_comment); if (lookahead == '\\') - ADVANCE(286); + ADVANCE(289); if (lookahead != 0 && lookahead != '\n') - ADVANCE(286); + ADVANCE(289); END_STATE(); - case 287: + case 290: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead == '\n') - ADVANCE(288); + ADVANCE(291); if (lookahead == '\\') - ADVANCE(287); + ADVANCE(290); if (lookahead != 0) - ADVANCE(288); + ADVANCE(291); END_STATE(); - case 288: + case 291: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead == '\\') - ADVANCE(287); + ADVANCE(290); if (lookahead != 0 && lookahead != '\n') - ADVANCE(288); + ADVANCE(291); END_STATE(); - case 289: + case 292: ACCEPT_TOKEN(sym_preproc_arg); if (lookahead == '/') - ADVANCE(282); + ADVANCE(285); if (lookahead == '\\') - ADVANCE(287); + ADVANCE(290); if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') - ADVANCE(289); + ADVANCE(292); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 290: - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'c') - ADVANCE(267); - if (lookahead == 'e') - ADVANCE(270); - if (lookahead == 'i') - ADVANCE(271); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(272); - if (lookahead == 's') - ADVANCE(274); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(290); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(291); END_STATE(); - case 291: + case 293: if (lookahead == '!') - ADVANCE(292); + ADVANCE(283); if (lookahead == '\"') ADVANCE(4); + if (lookahead == '%') + ADVANCE(68); if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); + ADVANCE(70); if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') ADVANCE(78); + if (lookahead == ')') + ADVANCE(79); if (lookahead == '*') - ADVANCE(294); + ADVANCE(80); if (lookahead == '+') - ADVANCE(295); + ADVANCE(82); if (lookahead == ',') - ADVANCE(83); + ADVANCE(85); if (lookahead == '-') - ADVANCE(297); + ADVANCE(86); + if (lookahead == '.') + ADVANCE(294); if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); + ADVANCE(93); if (lookahead == ':') - ADVANCE(106); + ADVANCE(108); if (lookahead == ';') - ADVANCE(107); + ADVANCE(109); + if (lookahead == '<') + ADVANCE(110); + if (lookahead == '=') + ADVANCE(114); + if (lookahead == '>') + ADVANCE(116); + if (lookahead == '?') + ADVANCE(120); if (lookahead == '[') - ADVANCE(119); + ADVANCE(121); if (lookahead == ']') - ADVANCE(120); - if (lookahead == 'a') + ADVANCE(122); + if (lookahead == '^') ADVANCE(123); + if (lookahead == 'a') + ADVANCE(125); if (lookahead == 'c') - ADVANCE(267); + ADVANCE(269); if (lookahead == 'e') - ADVANCE(270); + ADVANCE(295); if (lookahead == 'i') - ADVANCE(271); + ADVANCE(273); if (lookahead == 'l') - ADVANCE(180); + ADVANCE(182); if (lookahead == 'r') - ADVANCE(272); + ADVANCE(274); if (lookahead == 's') - ADVANCE(298); + ADVANCE(296); if (lookahead == 't') - ADVANCE(226); + ADVANCE(228); if (lookahead == 'u') - ADVANCE(233); + ADVANCE(298); if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '~') - ADVANCE(262); + ADVANCE(246); + if (lookahead == '|') + ADVANCE(260); + if (lookahead == '}') + ADVANCE(263); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(291); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); + SKIP(293); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 292: - ACCEPT_TOKEN(anon_sym_BANG); - END_STATE(); - case 293: - ACCEPT_TOKEN(anon_sym_AMP); + ADVANCE(129); END_STATE(); case 294: - ACCEPT_TOKEN(anon_sym_STAR); + ACCEPT_TOKEN(anon_sym_DOT); END_STATE(); case 295: - ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') - ADVANCE(296); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'x') + ADVANCE(163); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(129); END_STATE(); case 296: - ACCEPT_TOKEN(anon_sym_PLUS_PLUS); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'h') + ADVANCE(205); + if (lookahead == 't') + ADVANCE(297); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(129); END_STATE(); case 297: - ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') - ADVANCE(85); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'a') + ADVANCE(215); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) + ADVANCE(129); END_STATE(); case 298: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'h') - ADVANCE(203); - if (lookahead == 'i') - ADVANCE(207); - if (lookahead == 't') - ADVANCE(212); + if (lookahead == 'n') + ADVANCE(299); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 299: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 's') + ADVANCE(240); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(129); + END_STATE(); + case 300: if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); + ADVANCE(283); + if (lookahead == '%') + ADVANCE(68); if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); + ADVANCE(70); if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') ADVANCE(78); + if (lookahead == ')') + ADVANCE(79); if (lookahead == '*') - ADVANCE(294); + ADVANCE(80); if (lookahead == '+') - ADVANCE(295); + ADVANCE(82); if (lookahead == ',') - ADVANCE(83); + ADVANCE(85); if (lookahead == '-') - ADVANCE(297); + ADVANCE(86); + if (lookahead == '.') + ADVANCE(294); if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); + ADVANCE(93); if (lookahead == ':') - ADVANCE(106); + ADVANCE(108); if (lookahead == ';') - ADVANCE(107); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == ']') + ADVANCE(109); + if (lookahead == '<') + ADVANCE(110); + if (lookahead == '=') + ADVANCE(114); + if (lookahead == '>') + ADVANCE(116); + if (lookahead == '?') ADVANCE(120); - if (lookahead == 'a') + if (lookahead == '[') + ADVANCE(121); + if (lookahead == '^') ADVANCE(123); + if (lookahead == 'a') + ADVANCE(125); if (lookahead == 'c') - ADVANCE(267); + ADVANCE(269); if (lookahead == 'e') - ADVANCE(300); + ADVANCE(295); if (lookahead == 'i') - ADVANCE(271); - if (lookahead == 'l') - ADVANCE(180); + ADVANCE(273); if (lookahead == 'r') - ADVANCE(272); + ADVANCE(274); if (lookahead == 's') ADVANCE(301); if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(303); + ADVANCE(228); if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '~') - ADVANCE(262); + ADVANCE(246); + if (lookahead == '{') + ADVANCE(259); + if (lookahead == '|') + ADVANCE(260); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(299); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); + SKIP(300); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 300: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'x') - ADVANCE(161); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 301: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'h') - ADVANCE(203); - if (lookahead == 'i') - ADVANCE(207); if (lookahead == 't') - ADVANCE(302); + ADVANCE(297); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 302: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') - ADVANCE(213); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + if (lookahead == '\n') + ADVANCE(303); + if (lookahead == '\r') + SKIP(302); + if (lookahead == '(') + ADVANCE(78); + if (lookahead == '/') + ADVANCE(268); + if (lookahead == '\t' || + lookahead == ' ') + ADVANCE(304); END_STATE(); case 303: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') - ADVANCE(304); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ACCEPT_TOKEN(anon_sym_LF); END_STATE(); case 304: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') - ADVANCE(238); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH); + if (lookahead == '\t' || + lookahead == ' ') + ADVANCE(304); END_STATE(); case 305: + if (lookahead == '#') + ADVANCE(7); if (lookahead == '/') - ADVANCE(266); - if (lookahead == '{') - ADVANCE(257); + ADVANCE(268); + if (lookahead == 'a') + ADVANCE(125); + if (lookahead == 'c') + ADVANCE(269); + if (lookahead == 'e') + ADVANCE(272); + if (lookahead == 'i') + ADVANCE(273); + if (lookahead == 'l') + ADVANCE(182); + if (lookahead == 'r') + ADVANCE(274); + if (lookahead == 's') + ADVANCE(276); + if (lookahead == 't') + ADVANCE(228); + if (lookahead == 'u') + ADVANCE(235); + if (lookahead == 'v') + ADVANCE(246); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || @@ -4537,8274 +4189,777 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { SKIP(305); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ('b' <= lookahead && lookahead <= 'z')) + ADVANCE(129); END_STATE(); case 306: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(297); if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == ']') - ADVANCE(120); - if (lookahead == 'a') - ADVANCE(123); + ADVANCE(268); if (lookahead == 'c') - ADVANCE(267); + ADVANCE(269); if (lookahead == 'e') - ADVANCE(300); - if (lookahead == 'i') - ADVANCE(271); + ADVANCE(307); + if (lookahead == 'l') + ADVANCE(182); if (lookahead == 'r') - ADVANCE(272); + ADVANCE(308); if (lookahead == 's') - ADVANCE(307); - if (lookahead == 't') - ADVANCE(226); + ADVANCE(310); + if (lookahead == 'u') + ADVANCE(235); if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '~') - ADVANCE(262); + ADVANCE(246); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(306); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(129); END_STATE(); case 307: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') - ADVANCE(207); - if (lookahead == 't') - ADVANCE(302); + if (lookahead == 'n') + ADVANCE(160); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); case 308: - if (lookahead == 0) - ADVANCE(1); + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'e') + ADVANCE(309); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(129); + END_STATE(); + case 309: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 's') + ADVANCE(194); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(129); + END_STATE(); + case 310: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'h') + ADVANCE(205); + if (lookahead == 't') + ADVANCE(311); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(129); + END_STATE(); + case 311: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'r') + ADVANCE(219); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(129); + END_STATE(); + case 312: + if (lookahead == '\n') + ADVANCE(303); if (lookahead == '/') - ADVANCE(266); + ADVANCE(285); + if (lookahead == '\\') + ADVANCE(290); if (lookahead == '\t' || - lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(308); + ADVANCE(313); + if (lookahead != 0) + ADVANCE(291); END_STATE(); - case 309: - if (lookahead == 0) - ADVANCE(1); + case 313: + ACCEPT_TOKEN(sym_preproc_arg); + if (lookahead == '/') + ADVANCE(285); + if (lookahead == '\\') + ADVANCE(290); + if (lookahead == '\t' || + lookahead == '\r' || + lookahead == ' ') + ADVANCE(313); + if (lookahead != 0 && + lookahead != '\t' && + lookahead != '\n') + ADVANCE(291); + END_STATE(); + case 314: if (lookahead == '#') - ADVANCE(7); + ADVANCE(315); if (lookahead == '/') - ADVANCE(266); + ADVANCE(268); if (lookahead == 'a') - ADVANCE(123); + ADVANCE(125); if (lookahead == 'c') - ADVANCE(267); + ADVANCE(269); if (lookahead == 'e') - ADVANCE(270); + ADVANCE(272); if (lookahead == 'i') - ADVANCE(271); + ADVANCE(273); if (lookahead == 'l') - ADVANCE(180); + ADVANCE(182); if (lookahead == 'r') - ADVANCE(272); - if (lookahead == 's') ADVANCE(274); + if (lookahead == 's') + ADVANCE(276); if (lookahead == 't') - ADVANCE(226); + ADVANCE(228); if (lookahead == 'u') - ADVANCE(233); + ADVANCE(235); if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '}') - ADVANCE(261); + ADVANCE(246); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(309); + SKIP(314); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 310: + case 315: + if (lookahead == 'd') + ADVANCE(8); + if (lookahead == 'e') + ADVANCE(316); + if (lookahead == 'i') + ADVANCE(22); + if (lookahead == '\t' || + lookahead == ' ') + ADVANCE(317); + END_STATE(); + case 316: + if (lookahead == 'n') + ADVANCE(18); + END_STATE(); + case 317: + if (lookahead == 'd') + ADVANCE(38); + if (lookahead == 'e') + ADVANCE(318); + if (lookahead == 'i') + ADVANCE(53); + if (lookahead == '\t' || + lookahead == ' ') + ADVANCE(317); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(44); + END_STATE(); + case 318: + ACCEPT_TOKEN(sym_preproc_directive); + if (lookahead == 'n') + ADVANCE(49); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(44); + END_STATE(); + case 319: if (lookahead == '(') - ADVANCE(77); + ADVANCE(78); + if (lookahead == ')') + ADVANCE(79); if (lookahead == '*') - ADVANCE(294); + ADVANCE(320); if (lookahead == '/') - ADVANCE(266); - if (lookahead == ';') - ADVANCE(107); + ADVANCE(268); + if (lookahead == '[') + ADVANCE(121); + if (lookahead == 'l') + ADVANCE(182); + if (lookahead == 's') + ADVANCE(321); + if (lookahead == 'u') + ADVANCE(298); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(310); + SKIP(319); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 311: + case 320: + ACCEPT_TOKEN(anon_sym_STAR); + END_STATE(); + case 321: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'h') + ADVANCE(205); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(129); + END_STATE(); + case 322: + if (lookahead == '(') + ADVANCE(78); + if (lookahead == ')') + ADVANCE(79); + if (lookahead == '*') + ADVANCE(320); + if (lookahead == '.') + ADVANCE(323); if (lookahead == '/') - ADVANCE(266); + ADVANCE(268); + if (lookahead == '[') + ADVANCE(121); if (lookahead == 'a') - ADVANCE(123); + ADVANCE(125); if (lookahead == 'c') - ADVANCE(267); + ADVANCE(269); if (lookahead == 'e') - ADVANCE(270); + ADVANCE(272); if (lookahead == 'i') - ADVANCE(271); + ADVANCE(273); if (lookahead == 'l') - ADVANCE(180); + ADVANCE(182); if (lookahead == 'r') - ADVANCE(272); - if (lookahead == 's') ADVANCE(274); + if (lookahead == 's') + ADVANCE(276); if (lookahead == 't') - ADVANCE(226); + ADVANCE(228); if (lookahead == 'u') - ADVANCE(233); + ADVANCE(235); if (lookahead == 'v') - ADVANCE(244); + ADVANCE(246); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(311); + SKIP(322); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 312: - if (lookahead == 0) - ADVANCE(1); + case 323: + if (lookahead == '.') + ADVANCE(91); + END_STATE(); + case 324: if (lookahead == '!') - ADVANCE(292); + ADVANCE(325); if (lookahead == '\"') ADVANCE(4); if (lookahead == '#') - ADVANCE(7); + ADVANCE(266); if (lookahead == '&') - ADVANCE(293); + ADVANCE(326); if (lookahead == '\'') - ADVANCE(72); + ADVANCE(73); if (lookahead == '(') - ADVANCE(77); + ADVANCE(78); if (lookahead == '*') - ADVANCE(294); + ADVANCE(320); if (lookahead == '+') - ADVANCE(295); + ADVANCE(327); if (lookahead == '-') - ADVANCE(297); + ADVANCE(328); if (lookahead == '/') - ADVANCE(266); + ADVANCE(268); if (lookahead == '0') - ADVANCE(97); + ADVANCE(99); if (lookahead == ';') - ADVANCE(107); + ADVANCE(109); if (lookahead == 'a') - ADVANCE(123); + ADVANCE(125); if (lookahead == 'b') - ADVANCE(128); + ADVANCE(130); if (lookahead == 'c') - ADVANCE(133); + ADVANCE(135); if (lookahead == 'd') - ADVANCE(146); + ADVANCE(148); if (lookahead == 'e') - ADVANCE(270); + ADVANCE(272); if (lookahead == 'f') - ADVANCE(166); + ADVANCE(168); if (lookahead == 'g') - ADVANCE(169); + ADVANCE(171); if (lookahead == 'i') - ADVANCE(173); + ADVANCE(175); if (lookahead == 'l') - ADVANCE(180); + ADVANCE(182); if (lookahead == 'r') - ADVANCE(184); + ADVANCE(186); if (lookahead == 's') - ADVANCE(202); + ADVANCE(204); if (lookahead == 't') - ADVANCE(226); + ADVANCE(228); if (lookahead == 'u') - ADVANCE(233); + ADVANCE(235); if (lookahead == 'v') - ADVANCE(244); + ADVANCE(246); if (lookahead == 'w') - ADVANCE(252); + ADVANCE(254); if (lookahead == '{') - ADVANCE(257); + ADVANCE(259); if (lookahead == '}') - ADVANCE(261); + ADVANCE(263); if (lookahead == '~') - ADVANCE(262); + ADVANCE(264); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(312); + SKIP(324); if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); + ADVANCE(107); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('h' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 313: - if (lookahead == '\n') - ADVANCE(314); - if (lookahead == '\r') - SKIP(313); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '\t' || - lookahead == ' ') - ADVANCE(315); + case 325: + ACCEPT_TOKEN(anon_sym_BANG); END_STATE(); - case 314: - ACCEPT_TOKEN(anon_sym_LF); + case 326: + ACCEPT_TOKEN(anon_sym_AMP); END_STATE(); - case 315: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH); - if (lookahead == '\t' || - lookahead == ' ') - ADVANCE(315); + case 327: + ACCEPT_TOKEN(anon_sym_PLUS); + if (lookahead == '+') + ADVANCE(83); END_STATE(); - case 316: - if (lookahead == '#') - ADVANCE(7); + case 328: + ACCEPT_TOKEN(anon_sym_DASH); + if (lookahead == '-') + ADVANCE(87); + END_STATE(); + case 329: + if (lookahead == '!') + ADVANCE(325); + if (lookahead == '\"') + ADVANCE(4); + if (lookahead == '&') + ADVANCE(326); + if (lookahead == '\'') + ADVANCE(73); + if (lookahead == '(') + ADVANCE(78); + if (lookahead == '*') + ADVANCE(320); + if (lookahead == '+') + ADVANCE(327); + if (lookahead == '-') + ADVANCE(328); if (lookahead == '/') - ADVANCE(266); + ADVANCE(268); + if (lookahead == '0') + ADVANCE(99); + if (lookahead == ';') + ADVANCE(109); + if (lookahead == ']') + ADVANCE(122); if (lookahead == 'a') - ADVANCE(123); + ADVANCE(125); if (lookahead == 'c') - ADVANCE(267); + ADVANCE(269); if (lookahead == 'e') - ADVANCE(270); + ADVANCE(272); if (lookahead == 'i') - ADVANCE(271); + ADVANCE(273); if (lookahead == 'l') - ADVANCE(180); + ADVANCE(182); if (lookahead == 'r') - ADVANCE(272); - if (lookahead == 's') ADVANCE(274); + if (lookahead == 's') + ADVANCE(330); if (lookahead == 't') - ADVANCE(226); + ADVANCE(228); if (lookahead == 'u') - ADVANCE(233); + ADVANCE(235); if (lookahead == 'v') - ADVANCE(244); + ADVANCE(246); + if (lookahead == '~') + ADVANCE(264); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(316); + SKIP(329); + if (('1' <= lookahead && lookahead <= '9')) + ADVANCE(107); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 317: - if (lookahead == '/') - ADVANCE(266); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'c') - ADVANCE(267); - if (lookahead == 'e') - ADVANCE(270); - if (lookahead == 'i') - ADVANCE(271); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(272); - if (lookahead == 's') - ADVANCE(274); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(317); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 318: - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(318); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 319: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == ']') - ADVANCE(120); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'c') - ADVANCE(267); - if (lookahead == 'e') - ADVANCE(300); - if (lookahead == 'i') - ADVANCE(271); - if (lookahead == 'r') - ADVANCE(272); - if (lookahead == 's') - ADVANCE(307); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(319); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 320: - if (lookahead == '/') - ADVANCE(266); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'c') - ADVANCE(267); - if (lookahead == 'e') - ADVANCE(270); - if (lookahead == 'i') - ADVANCE(271); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(272); - if (lookahead == 's') - ADVANCE(274); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(320); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 321: - if (lookahead == '/') - ADVANCE(266); - if (lookahead == 'c') - ADVANCE(267); - if (lookahead == 'e') - ADVANCE(322); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(323); - if (lookahead == 's') - ADVANCE(325); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(321); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 322: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') - ADVANCE(158); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 323: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') - ADVANCE(324); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 324: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') - ADVANCE(192); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 325: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'h') - ADVANCE(203); - if (lookahead == 't') - ADVANCE(326); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 326: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') - ADVANCE(217); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 327: - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(327); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 328: - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '=') - ADVANCE(329); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(328); - END_STATE(); - case 329: - ACCEPT_TOKEN(anon_sym_EQ); - END_STATE(); - case 330: - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '=') - ADVANCE(329); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(330); - END_STATE(); - case 331: - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(331); - END_STATE(); - case 332: - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '.') - ADVANCE(333); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(332); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 333: - if (lookahead == '.') - ADVANCE(89); - END_STATE(); - case 334: - if (lookahead == '\n') - ADVANCE(314); - if (lookahead == '/') - ADVANCE(282); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(335); - if (lookahead != 0) - ADVANCE(288); - END_STATE(); - case 335: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '/') - ADVANCE(282); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(335); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 336: - if (lookahead == '#') - ADVANCE(337); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'c') - ADVANCE(267); - if (lookahead == 'e') - ADVANCE(270); - if (lookahead == 'i') - ADVANCE(271); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(272); - if (lookahead == 's') - ADVANCE(274); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(336); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 337: - if (lookahead == 'd') - ADVANCE(8); - if (lookahead == 'e') - ADVANCE(338); - if (lookahead == 'i') - ADVANCE(22); - if (lookahead == '\t' || - lookahead == ' ') - ADVANCE(339); - END_STATE(); - case 338: - if (lookahead == 'n') - ADVANCE(18); - END_STATE(); - case 339: - if (lookahead == 'd') - ADVANCE(38); - if (lookahead == 'e') - ADVANCE(340); - if (lookahead == 'i') - ADVANCE(53); - if (lookahead == '\t' || - lookahead == ' ') - ADVANCE(339); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(44); - END_STATE(); - case 340: - ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'n') - ADVANCE(49); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(44); - END_STATE(); - case 341: - if (lookahead == '#') - ADVANCE(342); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(341); - END_STATE(); - case 342: - if (lookahead == 'e') - ADVANCE(338); - if (lookahead == '\t' || - lookahead == ' ') - ADVANCE(342); - END_STATE(); - case 343: - if (lookahead == '#') - ADVANCE(264); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'c') - ADVANCE(267); - if (lookahead == 'e') - ADVANCE(270); - if (lookahead == 'i') - ADVANCE(271); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(272); - if (lookahead == 's') - ADVANCE(274); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(343); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 344: - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(344); - END_STATE(); - case 345: - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '=') - ADVANCE(329); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(345); - END_STATE(); - case 346: - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(346); - END_STATE(); - case 347: - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(347); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 348: - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(348); - END_STATE(); - case 349: - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(349); - END_STATE(); - case 350: - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 's') - ADVANCE(351); - if (lookahead == 'u') - ADVANCE(303); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(350); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 351: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'h') - ADVANCE(203); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 352: - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(352); - END_STATE(); - case 353: - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '.') - ADVANCE(333); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'c') - ADVANCE(267); - if (lookahead == 'e') - ADVANCE(270); - if (lookahead == 'i') - ADVANCE(271); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(272); - if (lookahead == 's') - ADVANCE(274); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(353); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 354: - if (lookahead == 0) - ADVANCE(1); - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '#') - ADVANCE(7); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'b') - ADVANCE(128); - if (lookahead == 'c') - ADVANCE(133); - if (lookahead == 'd') - ADVANCE(146); - if (lookahead == 'e') - ADVANCE(154); - if (lookahead == 'f') - ADVANCE(166); - if (lookahead == 'g') - ADVANCE(169); - if (lookahead == 'i') - ADVANCE(173); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(184); - if (lookahead == 's') - ADVANCE(202); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == 'w') - ADVANCE(252); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(354); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('h' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 355: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '#') - ADVANCE(264); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'b') - ADVANCE(128); - if (lookahead == 'c') - ADVANCE(133); - if (lookahead == 'd') - ADVANCE(146); - if (lookahead == 'e') - ADVANCE(270); - if (lookahead == 'f') - ADVANCE(166); - if (lookahead == 'g') - ADVANCE(169); - if (lookahead == 'i') - ADVANCE(173); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(184); - if (lookahead == 's') - ADVANCE(202); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == 'w') - ADVANCE(252); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(355); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('h' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 356: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ']') - ADVANCE(120); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'c') - ADVANCE(267); - if (lookahead == 'e') - ADVANCE(270); - if (lookahead == 'i') - ADVANCE(271); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(272); - if (lookahead == 's') - ADVANCE(298); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(356); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 357: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == 's') - ADVANCE(358); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(357); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 358: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') - ADVANCE(207); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 359: - if (lookahead == '\n') - ADVANCE(314); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - SKIP(359); - END_STATE(); - case 360: - if (lookahead == ')') - ADVANCE(78); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(360); - END_STATE(); - case 361: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == 's') - ADVANCE(358); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(361); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 362: - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(362); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 363: - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(363); - END_STATE(); - case 364: - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(364); - END_STATE(); - case 365: - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '.') - ADVANCE(333); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'c') - ADVANCE(267); - if (lookahead == 'e') - ADVANCE(270); - if (lookahead == 'i') - ADVANCE(271); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(272); - if (lookahead == 's') - ADVANCE(274); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(365); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 366: - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(366); - END_STATE(); - case 367: - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '=') - ADVANCE(329); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(367); - END_STATE(); - case 368: - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(368); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 369: - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '=') - ADVANCE(329); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(369); - END_STATE(); - case 370: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == 'c') - ADVANCE(267); - if (lookahead == 'e') - ADVANCE(322); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(323); - if (lookahead == 's') - ADVANCE(371); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(370); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 371: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'h') - ADVANCE(203); - if (lookahead == 'i') - ADVANCE(207); - if (lookahead == 't') - ADVANCE(326); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 372: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '#') - ADVANCE(7); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'b') - ADVANCE(128); - if (lookahead == 'c') - ADVANCE(133); - if (lookahead == 'd') - ADVANCE(146); - if (lookahead == 'e') - ADVANCE(154); - if (lookahead == 'f') - ADVANCE(166); - if (lookahead == 'g') - ADVANCE(169); - if (lookahead == 'i') - ADVANCE(173); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(184); - if (lookahead == 's') - ADVANCE(202); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == 'w') - ADVANCE(252); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(372); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('h' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 373: - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(373); - END_STATE(); - case 374: - if (lookahead == '/') - ADVANCE(266); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(374); - END_STATE(); - case 375: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == 'b') - ADVANCE(128); - if (lookahead == 'c') - ADVANCE(376); - if (lookahead == 'd') - ADVANCE(146); - if (lookahead == 'f') - ADVANCE(166); - if (lookahead == 'g') - ADVANCE(169); - if (lookahead == 'i') - ADVANCE(379); - if (lookahead == 'r') - ADVANCE(380); - if (lookahead == 's') - ADVANCE(382); - if (lookahead == 'w') - ADVANCE(252); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(375); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 376: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') - ADVANCE(134); - if (lookahead == 'o') - ADVANCE(377); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 377: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') - ADVANCE(378); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 378: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') - ADVANCE(141); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 379: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'f') - ADVANCE(174); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 380: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') - ADVANCE(381); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 381: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') - ADVANCE(198); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 382: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') - ADVANCE(207); - if (lookahead == 'w') - ADVANCE(221); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 383: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == 's') - ADVANCE(358); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(383); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 384: - if (lookahead == '/') - ADVANCE(266); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(384); - END_STATE(); - case 385: - if (lookahead == '!') - ADVANCE(386); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == ']') - ADVANCE(120); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(385); - END_STATE(); - case 386: - if (lookahead == '=') - ADVANCE(3); - END_STATE(); - case 387: - ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') - ADVANCE(388); - if (lookahead == '=') - ADVANCE(71); - END_STATE(); - case 388: - ACCEPT_TOKEN(anon_sym_AMP_AMP); - END_STATE(); - case 389: - ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') - ADVANCE(296); - if (lookahead == '=') - ADVANCE(82); - END_STATE(); - case 390: - ACCEPT_TOKEN(anon_sym_DOT); - END_STATE(); - case 391: - if (lookahead == '!') - ADVANCE(386); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == ']') - ADVANCE(120); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(391); - END_STATE(); - case 392: - if (lookahead == '!') - ADVANCE(386); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'c') - ADVANCE(267); - if (lookahead == 'e') - ADVANCE(300); - if (lookahead == 'i') - ADVANCE(271); - if (lookahead == 'r') - ADVANCE(272); - if (lookahead == 's') - ADVANCE(393); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(392); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 393: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') - ADVANCE(302); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 394: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '#') - ADVANCE(7); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'b') - ADVANCE(128); - if (lookahead == 'c') - ADVANCE(133); - if (lookahead == 'd') - ADVANCE(146); - if (lookahead == 'e') - ADVANCE(270); - if (lookahead == 'f') - ADVANCE(166); - if (lookahead == 'g') - ADVANCE(169); - if (lookahead == 'i') - ADVANCE(173); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(184); - if (lookahead == 's') - ADVANCE(202); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == 'w') - ADVANCE(252); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(394); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('h' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 395: - if (lookahead == '!') - ADVANCE(386); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(395); - END_STATE(); - case 396: - if (lookahead == '!') - ADVANCE(2); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == ']') - ADVANCE(120); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'c') - ADVANCE(267); - if (lookahead == 'e') - ADVANCE(300); - if (lookahead == 'i') - ADVANCE(271); - if (lookahead == 'r') - ADVANCE(272); - if (lookahead == 's') - ADVANCE(307); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(396); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 397: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ']') - ADVANCE(120); - if (lookahead == 's') - ADVANCE(358); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(397); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 398: - if (lookahead == '!') - ADVANCE(386); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == ']') - ADVANCE(120); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(398); - END_STATE(); - case 399: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == 's') - ADVANCE(358); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(399); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 400: - if (lookahead == '.') - ADVANCE(333); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(400); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 401: - if (lookahead == '!') - ADVANCE(386); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(401); - END_STATE(); - case 402: - if (lookahead == '!') - ADVANCE(386); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(402); - END_STATE(); - case 403: - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(403); - END_STATE(); - case 404: - if (lookahead == '.') - ADVANCE(333); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'c') - ADVANCE(267); - if (lookahead == 'e') - ADVANCE(270); - if (lookahead == 'i') - ADVANCE(271); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(272); - if (lookahead == 's') - ADVANCE(274); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(404); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 405: - if (lookahead == '!') - ADVANCE(386); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(405); - END_STATE(); - case 406: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '#') - ADVANCE(7); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'b') - ADVANCE(128); - if (lookahead == 'c') - ADVANCE(133); - if (lookahead == 'd') - ADVANCE(146); - if (lookahead == 'e') - ADVANCE(270); - if (lookahead == 'f') - ADVANCE(166); - if (lookahead == 'g') - ADVANCE(169); - if (lookahead == 'i') - ADVANCE(173); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(184); - if (lookahead == 's') - ADVANCE(202); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == 'w') - ADVANCE(252); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(406); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('h' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 407: - if (lookahead == '!') - ADVANCE(386); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(407); - END_STATE(); - case 408: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'b') - ADVANCE(128); - if (lookahead == 'c') - ADVANCE(133); - if (lookahead == 'd') - ADVANCE(146); - if (lookahead == 'e') - ADVANCE(270); - if (lookahead == 'f') - ADVANCE(166); - if (lookahead == 'g') - ADVANCE(169); - if (lookahead == 'i') - ADVANCE(173); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(184); - if (lookahead == 's') - ADVANCE(202); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == 'w') - ADVANCE(252); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(408); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('h' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 409: - if (lookahead == '!') - ADVANCE(386); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(409); - END_STATE(); - case 410: - if (lookahead == '/') - ADVANCE(266); - if (lookahead == 'w') - ADVANCE(411); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(410); - END_STATE(); - case 411: - if (lookahead == 'h') - ADVANCE(412); - END_STATE(); - case 412: - if (lookahead == 'i') - ADVANCE(413); - END_STATE(); - case 413: - if (lookahead == 'l') - ADVANCE(414); - END_STATE(); - case 414: - if (lookahead == 'e') - ADVANCE(415); - END_STATE(); - case 415: - ACCEPT_TOKEN(anon_sym_while); - END_STATE(); - case 416: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'c') - ADVANCE(267); - if (lookahead == 'e') - ADVANCE(270); - if (lookahead == 'i') - ADVANCE(271); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(272); - if (lookahead == 's') - ADVANCE(298); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(416); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 417: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == 's') - ADVANCE(358); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(417); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 418: - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '=') - ADVANCE(329); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(418); - END_STATE(); - case 419: - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(419); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 420: - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'c') - ADVANCE(267); - if (lookahead == 'e') - ADVANCE(300); - if (lookahead == 'i') - ADVANCE(271); - if (lookahead == 'r') - ADVANCE(272); - if (lookahead == 's') - ADVANCE(393); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(420); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 421: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '#') - ADVANCE(337); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'b') - ADVANCE(128); - if (lookahead == 'c') - ADVANCE(133); - if (lookahead == 'd') - ADVANCE(146); - if (lookahead == 'e') - ADVANCE(270); - if (lookahead == 'f') - ADVANCE(166); - if (lookahead == 'g') - ADVANCE(169); - if (lookahead == 'i') - ADVANCE(173); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(184); - if (lookahead == 's') - ADVANCE(202); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == 'w') - ADVANCE(252); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(421); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('h' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 422: - if (lookahead == '!') - ADVANCE(386); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'c') - ADVANCE(267); - if (lookahead == 'e') - ADVANCE(300); - if (lookahead == 'i') - ADVANCE(271); - if (lookahead == 'r') - ADVANCE(272); - if (lookahead == 's') - ADVANCE(393); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(422); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 423: - if (lookahead == '!') - ADVANCE(386); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(423); - END_STATE(); - case 424: - if (lookahead == '!') - ADVANCE(386); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'c') - ADVANCE(267); - if (lookahead == 'e') - ADVANCE(300); - if (lookahead == 'i') - ADVANCE(271); - if (lookahead == 'r') - ADVANCE(272); - if (lookahead == 's') - ADVANCE(393); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(424); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 425: - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(425); - END_STATE(); - case 426: - if (lookahead == '!') - ADVANCE(2); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == 's') - ADVANCE(358); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(426); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 427: - if (lookahead == '!') - ADVANCE(2); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == ']') - ADVANCE(120); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == 's') - ADVANCE(358); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(427); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 428: - if (lookahead == '!') - ADVANCE(2); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == 's') - ADVANCE(358); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(428); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 429: - if (lookahead == '!') - ADVANCE(2); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == 's') - ADVANCE(358); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(429); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 430: - if (lookahead == '!') - ADVANCE(2); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == 's') - ADVANCE(358); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(430); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 431: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '#') - ADVANCE(264); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'b') - ADVANCE(128); - if (lookahead == 'c') - ADVANCE(133); - if (lookahead == 'd') - ADVANCE(146); - if (lookahead == 'e') - ADVANCE(154); - if (lookahead == 'f') - ADVANCE(166); - if (lookahead == 'g') - ADVANCE(169); - if (lookahead == 'i') - ADVANCE(173); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(184); - if (lookahead == 's') - ADVANCE(202); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == 'w') - ADVANCE(252); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(431); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('h' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 432: - if (lookahead == '!') - ADVANCE(2); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == 's') - ADVANCE(358); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(432); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 433: - if (lookahead == '!') - ADVANCE(2); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == 's') - ADVANCE(358); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(433); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 434: - if (lookahead == '/') - ADVANCE(266); - if (lookahead == 'e') - ADVANCE(435); - if (lookahead == 'w') - ADVANCE(411); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(434); - END_STATE(); - case 435: - if (lookahead == 'l') - ADVANCE(436); - END_STATE(); - case 436: - if (lookahead == 's') - ADVANCE(437); - END_STATE(); - case 437: - if (lookahead == 'e') - ADVANCE(438); - END_STATE(); - case 438: - ACCEPT_TOKEN(anon_sym_else); - END_STATE(); - case 439: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '#') - ADVANCE(7); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'b') - ADVANCE(128); - if (lookahead == 'c') - ADVANCE(133); - if (lookahead == 'd') - ADVANCE(146); - if (lookahead == 'e') - ADVANCE(154); - if (lookahead == 'f') - ADVANCE(166); - if (lookahead == 'g') - ADVANCE(169); - if (lookahead == 'i') - ADVANCE(173); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(184); - if (lookahead == 's') - ADVANCE(202); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == 'w') - ADVANCE(252); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(439); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('h' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 440: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '#') - ADVANCE(337); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'b') - ADVANCE(128); - if (lookahead == 'c') - ADVANCE(133); - if (lookahead == 'd') - ADVANCE(146); - if (lookahead == 'e') - ADVANCE(154); - if (lookahead == 'f') - ADVANCE(166); - if (lookahead == 'g') - ADVANCE(169); - if (lookahead == 'i') - ADVANCE(173); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(184); - if (lookahead == 's') - ADVANCE(202); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == 'w') - ADVANCE(252); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(440); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('h' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 441: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '.') - ADVANCE(333); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'c') - ADVANCE(267); - if (lookahead == 'e') - ADVANCE(270); - if (lookahead == 'i') - ADVANCE(271); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(272); - if (lookahead == 's') - ADVANCE(298); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(441); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 442: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '.') - ADVANCE(88); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'c') - ADVANCE(267); - if (lookahead == 'e') - ADVANCE(270); - if (lookahead == 'i') - ADVANCE(271); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(272); - if (lookahead == 's') - ADVANCE(298); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(442); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 443: - if (lookahead == '\n') - ADVANCE(314); - if (lookahead == '!') - ADVANCE(444); - if (lookahead == '\"') - ADVANCE(445); - if (lookahead == '#') - ADVANCE(448); - if (lookahead == '%') - ADVANCE(503); - if (lookahead == '&') - ADVANCE(504); - if (lookahead == '\'') - ADVANCE(505); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(510); - if (lookahead == '+') - ADVANCE(511); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(512); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(513); - if (lookahead == '0') - ADVANCE(514); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(523); - if (lookahead == '=') - ADVANCE(525); - if (lookahead == '>') - ADVANCE(526); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == ']') - ADVANCE(120); - if (lookahead == '^') - ADVANCE(528); - if (lookahead == 'a') - ADVANCE(529); - if (lookahead == 'b') - ADVANCE(534); - if (lookahead == 'c') - ADVANCE(539); - if (lookahead == 'd') - ADVANCE(552); - if (lookahead == 'e') - ADVANCE(560); - if (lookahead == 'f') - ADVANCE(572); - if (lookahead == 'g') - ADVANCE(575); - if (lookahead == 'i') - ADVANCE(579); - if (lookahead == 'l') - ADVANCE(586); - if (lookahead == 'r') - ADVANCE(590); - if (lookahead == 's') - ADVANCE(608); - if (lookahead == 't') - ADVANCE(632); - if (lookahead == 'u') - ADVANCE(639); - if (lookahead == 'v') - ADVANCE(650); - if (lookahead == 'w') - ADVANCE(658); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '|') - ADVANCE(663); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(664); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(522); - if (('A' <= lookahead && lookahead <= '_') || - ('h' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - if (lookahead != 0) - ADVANCE(288); - END_STATE(); - case 444: - ACCEPT_TOKEN(anon_sym_BANG); - if (lookahead == '=') - ADVANCE(3); - END_STATE(); - case 445: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\"') - ADVANCE(5); - if (lookahead == '\\') - ADVANCE(446); - if (lookahead != 0 && - lookahead != '\n') - ADVANCE(445); - END_STATE(); - case 446: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\n') - ADVANCE(288); - if (lookahead == '\\') - ADVANCE(447); - if (lookahead != 0) - ADVANCE(445); - END_STATE(); - case 447: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\n') - ADVANCE(288); - if (lookahead == '\"') - ADVANCE(5); - if (lookahead == '\\') - ADVANCE(446); - if (lookahead != 0) - ADVANCE(445); - END_STATE(); - case 448: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == 'd') - ADVANCE(449); - if (lookahead == 'e') - ADVANCE(454); - if (lookahead == 'i') - ADVANCE(460); - if (lookahead == '\t' || - lookahead == ' ') - ADVANCE(472); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 449: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == 'e') - ADVANCE(450); - if (lookahead != 0 && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 450: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == 'f') - ADVANCE(451); - if (lookahead != 0 && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 451: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == 'i') - ADVANCE(452); - if (lookahead != 0 && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 452: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == 'n') - ADVANCE(453); - if (lookahead != 0 && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 453: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == 'e') - ADVANCE(13); - if (lookahead != 0 && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 454: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == 'l') - ADVANCE(455); - if (lookahead == 'n') - ADVANCE(457); - if (lookahead != 0 && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 455: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == 's') - ADVANCE(456); - if (lookahead != 0 && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 456: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == 'e') - ADVANCE(17); - if (lookahead != 0 && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 457: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == 'd') - ADVANCE(458); - if (lookahead != 0 && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 458: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == 'i') - ADVANCE(459); - if (lookahead != 0 && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 459: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == 'f') - ADVANCE(21); - if (lookahead != 0 && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 460: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == 'f') - ADVANCE(461); - if (lookahead == 'n') - ADVANCE(467); - if (lookahead != 0 && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 461: - ACCEPT_TOKEN(aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH); - if (lookahead == 'd') - ADVANCE(462); - if (lookahead == 'n') - ADVANCE(464); - END_STATE(); - case 462: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == 'e') - ADVANCE(463); - if (lookahead != 0 && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 463: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == 'f') - ADVANCE(26); - if (lookahead != 0 && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 464: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == 'd') - ADVANCE(465); - if (lookahead != 0 && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 465: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == 'e') - ADVANCE(466); - if (lookahead != 0 && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 466: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == 'f') - ADVANCE(30); - if (lookahead != 0 && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 467: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == 'c') - ADVANCE(468); - if (lookahead != 0 && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 468: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == 'l') - ADVANCE(469); - if (lookahead != 0 && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 469: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == 'u') - ADVANCE(470); - if (lookahead != 0 && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 470: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == 'd') - ADVANCE(471); - if (lookahead != 0 && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 471: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == 'e') - ADVANCE(36); - if (lookahead != 0 && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 472: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == 'd') - ADVANCE(473); - if (lookahead == 'e') - ADVANCE(480); - if (lookahead == 'i') - ADVANCE(488); - if (lookahead == '\t' || - lookahead == ' ') - ADVANCE(472); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 473: - ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'e') - ADVANCE(474); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 474: - ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'f') - ADVANCE(475); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 475: - ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'i') - ADVANCE(476); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 476: - ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'n') - ADVANCE(477); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 477: - ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'e') - ADVANCE(478); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 478: - ACCEPT_TOKEN(aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 479: - ACCEPT_TOKEN(sym_preproc_directive); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 480: - ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'l') - ADVANCE(481); - if (lookahead == 'n') - ADVANCE(484); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 481: - ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 's') - ADVANCE(482); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 482: - ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'e') - ADVANCE(483); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 483: - ACCEPT_TOKEN(aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 484: - ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'd') - ADVANCE(485); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 485: - ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'i') - ADVANCE(486); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 486: - ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'f') - ADVANCE(487); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 487: - ACCEPT_TOKEN(aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 488: - ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'f') - ADVANCE(489); - if (lookahead == 'n') - ADVANCE(497); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 489: - ACCEPT_TOKEN(aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH); - if (lookahead == 'd') - ADVANCE(490); - if (lookahead == 'n') - ADVANCE(493); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 490: - ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'e') - ADVANCE(491); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 491: - ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'f') - ADVANCE(492); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 492: - ACCEPT_TOKEN(aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 493: - ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'd') - ADVANCE(494); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 494: - ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'e') - ADVANCE(495); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 495: - ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'f') - ADVANCE(496); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 496: - ACCEPT_TOKEN(aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 497: - ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'c') - ADVANCE(498); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 498: - ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'l') - ADVANCE(499); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 499: - ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'u') - ADVANCE(500); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 500: - ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'd') - ADVANCE(501); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 501: - ACCEPT_TOKEN(sym_preproc_directive); - if (lookahead == 'e') - ADVANCE(502); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 502: - ACCEPT_TOKEN(aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(479); - END_STATE(); - case 503: - ACCEPT_TOKEN(anon_sym_PERCENT); - if (lookahead == '=') - ADVANCE(69); - END_STATE(); - case 504: - ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') - ADVANCE(388); - if (lookahead == '=') - ADVANCE(71); - END_STATE(); - case 505: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\n') - ADVANCE(76); - if (lookahead == '\'') - ADVANCE(288); - if (lookahead == '\\') - ADVANCE(506); - if (lookahead != 0) - ADVANCE(507); - END_STATE(); - case 506: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\n') - ADVANCE(507); - if (lookahead == '\'') - ADVANCE(508); - if (lookahead == '\\') - ADVANCE(509); - if (lookahead != 0) - ADVANCE(507); - END_STATE(); - case 507: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\'') - ADVANCE(75); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead != 0 && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 508: - ACCEPT_TOKEN(sym_char_literal); - if (lookahead == '\'') - ADVANCE(75); - END_STATE(); - case 509: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\n') - ADVANCE(288); - if (lookahead == '\'') - ADVANCE(75); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead != 0) - ADVANCE(288); - END_STATE(); - case 510: - ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '=') - ADVANCE(80); - END_STATE(); - case 511: - ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') - ADVANCE(296); - if (lookahead == '=') - ADVANCE(82); - END_STATE(); - case 512: - ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') - ADVANCE(85); - if (lookahead == '=') - ADVANCE(86); - if (lookahead == '>') - ADVANCE(87); - END_STATE(); - case 513: - ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '*') - ADVANCE(283); - if (lookahead == '/') - ADVANCE(286); - if (lookahead == '=') - ADVANCE(96); - END_STATE(); - case 514: - ACCEPT_TOKEN(sym_number_literal); - if (lookahead == '.') - ADVANCE(515); - if (lookahead == 'L') - ADVANCE(517); - if (lookahead == 'U') - ADVANCE(517); - if (lookahead == 'b') - ADVANCE(518); - if (lookahead == 'l') - ADVANCE(517); - if (lookahead == 'u') - ADVANCE(517); - if (lookahead == 'x') - ADVANCE(520); - if (('0' <= lookahead && lookahead <= '9')) - ADVANCE(522); - END_STATE(); - case 515: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\\') - ADVANCE(287); - if (('0' <= lookahead && lookahead <= '9')) - ADVANCE(516); - if (lookahead != 0 && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 516: - ACCEPT_TOKEN(sym_number_literal); - if (lookahead == 'L') - ADVANCE(517); - if (lookahead == 'U') - ADVANCE(517); - if (lookahead == 'l') - ADVANCE(517); - if (lookahead == 'u') - ADVANCE(517); - if (('0' <= lookahead && lookahead <= '9')) - ADVANCE(516); - END_STATE(); - case 517: - ACCEPT_TOKEN(sym_number_literal); - if (lookahead == 'L') - ADVANCE(517); - if (lookahead == 'U') - ADVANCE(517); - if (lookahead == 'l') - ADVANCE(517); - if (lookahead == 'u') - ADVANCE(517); - END_STATE(); - case 518: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == '0' || - lookahead == '1') - ADVANCE(519); - if (lookahead != 0 && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 519: - ACCEPT_TOKEN(sym_number_literal); - if (lookahead == 'L') - ADVANCE(517); - if (lookahead == 'U') - ADVANCE(517); - if (lookahead == 'l') - ADVANCE(517); - if (lookahead == 'u') - ADVANCE(517); - if (lookahead == '0' || - lookahead == '1') - ADVANCE(519); - END_STATE(); - case 520: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '\\') - ADVANCE(521); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'f')) - ADVANCE(521); - if (lookahead != 0 && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 521: - ACCEPT_TOKEN(sym_number_literal); - if (lookahead == 'L') - ADVANCE(521); - if (lookahead == 'U') - ADVANCE(521); - if (lookahead == '\\') - ADVANCE(521); - if (lookahead == 'l') - ADVANCE(517); - if (lookahead == 'u') - ADVANCE(517); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'f')) - ADVANCE(521); - END_STATE(); - case 522: - ACCEPT_TOKEN(sym_number_literal); - if (lookahead == '.') - ADVANCE(515); - if (lookahead == 'L') - ADVANCE(517); - if (lookahead == 'U') - ADVANCE(517); - if (lookahead == 'l') - ADVANCE(517); - if (lookahead == 'u') - ADVANCE(517); - if (('0' <= lookahead && lookahead <= '9')) - ADVANCE(522); - END_STATE(); - case 523: - ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') - ADVANCE(524); - if (lookahead == '=') - ADVANCE(111); - END_STATE(); - case 524: - ACCEPT_TOKEN(anon_sym_LT_LT); - if (lookahead == '=') - ADVANCE(110); - END_STATE(); - case 525: - ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') - ADVANCE(113); - END_STATE(); - case 526: - ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') - ADVANCE(115); - if (lookahead == '>') - ADVANCE(527); - END_STATE(); - case 527: - ACCEPT_TOKEN(anon_sym_GT_GT); - if (lookahead == '=') - ADVANCE(117); - END_STATE(); - case 528: - ACCEPT_TOKEN(anon_sym_CARET); - if (lookahead == '=') - ADVANCE(122); - END_STATE(); - case 529: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'u') - ADVANCE(530); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 530: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') - ADVANCE(531); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 531: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') - ADVANCE(532); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 532: - ACCEPT_TOKEN(anon_sym_auto); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 533: - ACCEPT_TOKEN(sym_identifier); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 534: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') - ADVANCE(535); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 535: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') - ADVANCE(536); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 536: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') - ADVANCE(537); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 537: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'k') - ADVANCE(538); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 538: - ACCEPT_TOKEN(anon_sym_break); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 539: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') - ADVANCE(540); - if (lookahead == 'o') - ADVANCE(543); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 540: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') - ADVANCE(541); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 541: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') - ADVANCE(542); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 542: - ACCEPT_TOKEN(anon_sym_case); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 543: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') - ADVANCE(544); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 544: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') - ADVANCE(545); - if (lookahead == 't') - ADVANCE(547); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 545: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') - ADVANCE(546); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 546: - ACCEPT_TOKEN(anon_sym_const); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 547: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') - ADVANCE(548); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 548: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') - ADVANCE(549); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 549: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'u') - ADVANCE(550); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 550: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') - ADVANCE(551); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 551: - ACCEPT_TOKEN(anon_sym_continue); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 552: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') - ADVANCE(553); - if (lookahead == 'o') - ADVANCE(559); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 553: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'f') - ADVANCE(554); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 554: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') - ADVANCE(555); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 555: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'u') - ADVANCE(556); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 556: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') - ADVANCE(557); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 557: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') - ADVANCE(558); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 558: - ACCEPT_TOKEN(anon_sym_default); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 559: - ACCEPT_TOKEN(anon_sym_do); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 560: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') - ADVANCE(561); - if (lookahead == 'n') - ADVANCE(564); - if (lookahead == 'x') - ADVANCE(567); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 561: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') - ADVANCE(562); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 562: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') - ADVANCE(563); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 563: - ACCEPT_TOKEN(anon_sym_else); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 564: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'u') - ADVANCE(565); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 565: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'm') - ADVANCE(566); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 566: - ACCEPT_TOKEN(anon_sym_enum); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 567: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') - ADVANCE(568); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 568: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') - ADVANCE(569); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 569: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') - ADVANCE(570); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 570: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') - ADVANCE(571); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 571: - ACCEPT_TOKEN(anon_sym_extern); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 572: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') - ADVANCE(573); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 573: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') - ADVANCE(574); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 574: - ACCEPT_TOKEN(anon_sym_for); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 575: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') - ADVANCE(576); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 576: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') - ADVANCE(577); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 577: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') - ADVANCE(578); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 578: - ACCEPT_TOKEN(anon_sym_goto); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 579: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'f') - ADVANCE(580); - if (lookahead == 'n') - ADVANCE(581); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 580: - ACCEPT_TOKEN(anon_sym_if); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 581: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') - ADVANCE(582); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 582: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') - ADVANCE(583); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 583: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') - ADVANCE(584); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 584: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') - ADVANCE(585); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 585: - ACCEPT_TOKEN(sym_function_specifier); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 586: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') - ADVANCE(587); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 587: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') - ADVANCE(588); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 588: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'g') - ADVANCE(589); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 589: - ACCEPT_TOKEN(anon_sym_long); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 590: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') - ADVANCE(591); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 591: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'g') - ADVANCE(592); - if (lookahead == 's') - ADVANCE(598); - if (lookahead == 't') - ADVANCE(604); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 592: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') - ADVANCE(593); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 593: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') - ADVANCE(594); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 594: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') - ADVANCE(595); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 595: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') - ADVANCE(596); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 596: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') - ADVANCE(597); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 597: - ACCEPT_TOKEN(anon_sym_register); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 598: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') - ADVANCE(599); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 599: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') - ADVANCE(600); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 600: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') - ADVANCE(601); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 601: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'c') - ADVANCE(602); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 602: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') - ADVANCE(603); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 603: - ACCEPT_TOKEN(anon_sym_restrict); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 604: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'u') - ADVANCE(605); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 605: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') - ADVANCE(606); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 606: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') - ADVANCE(607); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 607: - ACCEPT_TOKEN(anon_sym_return); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 608: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'h') - ADVANCE(609); - if (lookahead == 'i') - ADVANCE(613); - if (lookahead == 't') - ADVANCE(618); - if (lookahead == 'w') - ADVANCE(627); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 609: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') - ADVANCE(610); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 610: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') - ADVANCE(611); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 611: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') - ADVANCE(612); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 612: - ACCEPT_TOKEN(anon_sym_short); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 613: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'z') - ADVANCE(614); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'y')) - ADVANCE(533); - END_STATE(); - case 614: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') - ADVANCE(615); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 615: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') - ADVANCE(616); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 616: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'f') - ADVANCE(617); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 617: - ACCEPT_TOKEN(anon_sym_sizeof); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 618: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') - ADVANCE(619); - if (lookahead == 'r') - ADVANCE(623); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 619: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') - ADVANCE(620); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 620: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') - ADVANCE(621); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 621: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'c') - ADVANCE(622); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 622: - ACCEPT_TOKEN(anon_sym_static); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 623: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'u') - ADVANCE(624); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 624: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'c') - ADVANCE(625); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 625: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') - ADVANCE(626); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 626: - ACCEPT_TOKEN(anon_sym_struct); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 627: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') - ADVANCE(628); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 628: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') - ADVANCE(629); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 629: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'c') - ADVANCE(630); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 630: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'h') - ADVANCE(631); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 631: - ACCEPT_TOKEN(anon_sym_switch); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 632: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'y') - ADVANCE(633); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 633: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'p') - ADVANCE(634); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 634: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') - ADVANCE(635); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 635: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'd') - ADVANCE(636); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 636: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') - ADVANCE(637); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 637: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'f') - ADVANCE(638); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 638: - ACCEPT_TOKEN(anon_sym_typedef); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 639: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') - ADVANCE(640); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 640: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') - ADVANCE(641); - if (lookahead == 's') - ADVANCE(644); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 641: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') - ADVANCE(642); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 642: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') - ADVANCE(643); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 643: - ACCEPT_TOKEN(anon_sym_union); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 644: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') - ADVANCE(645); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 645: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'g') - ADVANCE(646); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 646: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') - ADVANCE(647); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 647: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') - ADVANCE(648); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 648: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'd') - ADVANCE(649); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 649: - ACCEPT_TOKEN(anon_sym_unsigned); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 650: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') - ADVANCE(651); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 651: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') - ADVANCE(652); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 652: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') - ADVANCE(653); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 653: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') - ADVANCE(654); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 654: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') - ADVANCE(655); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 655: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') - ADVANCE(656); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 656: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') - ADVANCE(657); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 657: - ACCEPT_TOKEN(anon_sym_volatile); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 658: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'h') - ADVANCE(659); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 659: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') - ADVANCE(660); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 660: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') - ADVANCE(661); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 661: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') - ADVANCE(662); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 662: - ACCEPT_TOKEN(anon_sym_while); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - END_STATE(); - case 663: - ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '=') - ADVANCE(259); - if (lookahead == '|') - ADVANCE(260); - END_STATE(); - case 664: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '!') - ADVANCE(444); - if (lookahead == '\"') - ADVANCE(445); - if (lookahead == '#') - ADVANCE(448); - if (lookahead == '%') - ADVANCE(503); - if (lookahead == '&') - ADVANCE(504); - if (lookahead == '\'') - ADVANCE(505); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(510); - if (lookahead == '+') - ADVANCE(511); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(512); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(513); - if (lookahead == '0') - ADVANCE(514); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(523); - if (lookahead == '=') - ADVANCE(525); - if (lookahead == '>') - ADVANCE(526); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == ']') - ADVANCE(120); - if (lookahead == '^') - ADVANCE(528); - if (lookahead == 'a') - ADVANCE(529); - if (lookahead == 'b') - ADVANCE(534); - if (lookahead == 'c') - ADVANCE(539); - if (lookahead == 'd') - ADVANCE(552); - if (lookahead == 'e') - ADVANCE(560); - if (lookahead == 'f') - ADVANCE(572); - if (lookahead == 'g') - ADVANCE(575); - if (lookahead == 'i') - ADVANCE(579); - if (lookahead == 'l') - ADVANCE(586); - if (lookahead == 'r') - ADVANCE(590); - if (lookahead == 's') - ADVANCE(608); - if (lookahead == 't') - ADVANCE(632); - if (lookahead == 'u') - ADVANCE(639); - if (lookahead == 'v') - ADVANCE(650); - if (lookahead == 'w') - ADVANCE(658); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '|') - ADVANCE(663); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(664); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(522); - if (('A' <= lookahead && lookahead <= '_') || - ('h' <= lookahead && lookahead <= 'z')) - ADVANCE(533); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 665: - if (lookahead == 0) - ADVANCE(1); - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '#') - ADVANCE(7); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'b') - ADVANCE(128); - if (lookahead == 'c') - ADVANCE(133); - if (lookahead == 'd') - ADVANCE(146); - if (lookahead == 'e') - ADVANCE(154); - if (lookahead == 'f') - ADVANCE(166); - if (lookahead == 'g') - ADVANCE(169); - if (lookahead == 'i') - ADVANCE(173); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(184); - if (lookahead == 's') - ADVANCE(202); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == 'w') - ADVANCE(252); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(665); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('h' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 666: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '#') - ADVANCE(264); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'b') - ADVANCE(128); - if (lookahead == 'c') - ADVANCE(133); - if (lookahead == 'd') - ADVANCE(146); - if (lookahead == 'e') - ADVANCE(270); - if (lookahead == 'f') - ADVANCE(166); - if (lookahead == 'g') - ADVANCE(169); - if (lookahead == 'i') - ADVANCE(173); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(184); - if (lookahead == 's') - ADVANCE(202); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == 'w') - ADVANCE(252); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(666); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('h' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 667: - if (lookahead == 0) - ADVANCE(1); - if (lookahead == '!') - ADVANCE(2); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '#') - ADVANCE(7); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == ']') - ADVANCE(120); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'b') - ADVANCE(128); - if (lookahead == 'c') - ADVANCE(133); - if (lookahead == 'd') - ADVANCE(146); - if (lookahead == 'e') - ADVANCE(154); - if (lookahead == 'f') - ADVANCE(166); - if (lookahead == 'g') - ADVANCE(169); - if (lookahead == 'i') - ADVANCE(173); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(184); - if (lookahead == 's') - ADVANCE(202); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == 'w') - ADVANCE(252); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(667); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('h' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 668: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == 's') - ADVANCE(358); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(668); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 669: - if (lookahead == '!') - ADVANCE(386); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == ']') - ADVANCE(120); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(669); - END_STATE(); - case 670: - if (lookahead == '!') - ADVANCE(2); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == ']') - ADVANCE(120); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == 's') - ADVANCE(358); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(670); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 671: - if (lookahead == 0) - ADVANCE(1); - if (lookahead == '!') - ADVANCE(2); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '#') - ADVANCE(7); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == ']') - ADVANCE(120); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'b') - ADVANCE(128); - if (lookahead == 'c') - ADVANCE(133); - if (lookahead == 'd') - ADVANCE(146); - if (lookahead == 'e') - ADVANCE(270); - if (lookahead == 'f') - ADVANCE(166); - if (lookahead == 'g') - ADVANCE(169); - if (lookahead == 'i') - ADVANCE(173); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(184); - if (lookahead == 's') - ADVANCE(202); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == 'w') - ADVANCE(252); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(671); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('h' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 672: - if (lookahead == '\n') - ADVANCE(314); - if (lookahead == '\r') - SKIP(672); - if (lookahead == '!') - ADVANCE(2); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '#') - ADVANCE(7); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == ']') - ADVANCE(120); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'b') - ADVANCE(128); - if (lookahead == 'c') - ADVANCE(133); - if (lookahead == 'd') - ADVANCE(146); - if (lookahead == 'e') - ADVANCE(270); - if (lookahead == 'f') - ADVANCE(166); - if (lookahead == 'g') - ADVANCE(169); - if (lookahead == 'i') - ADVANCE(173); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(184); - if (lookahead == 's') - ADVANCE(202); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == 'w') - ADVANCE(252); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == ' ') - ADVANCE(673); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('h' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 673: - ACCEPT_TOKEN(aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH); - if (lookahead == '\t' || - lookahead == ' ') - ADVANCE(673); - END_STATE(); - case 674: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == ']') - ADVANCE(120); - if (lookahead == 's') - ADVANCE(358); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(674); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 675: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '.') - ADVANCE(333); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'c') - ADVANCE(267); - if (lookahead == 'e') - ADVANCE(270); - if (lookahead == 'i') - ADVANCE(271); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(272); - if (lookahead == 's') - ADVANCE(298); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(675); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 676: - if (lookahead == '\n') - ADVANCE(314); - if (lookahead == '!') - ADVANCE(677); - if (lookahead == '%') - ADVANCE(503); - if (lookahead == '&') - ADVANCE(504); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(510); - if (lookahead == '+') - ADVANCE(511); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(512); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(513); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(523); - if (lookahead == '=') - ADVANCE(525); - if (lookahead == '>') - ADVANCE(526); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == ']') - ADVANCE(120); - if (lookahead == '^') - ADVANCE(528); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '|') - ADVANCE(663); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(678); - if (lookahead != 0) - ADVANCE(288); - END_STATE(); - case 677: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '=') - ADVANCE(3); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead != 0 && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 678: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '!') - ADVANCE(677); - if (lookahead == '%') - ADVANCE(503); - if (lookahead == '&') - ADVANCE(504); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(510); - if (lookahead == '+') - ADVANCE(511); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(512); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(513); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(523); - if (lookahead == '=') - ADVANCE(525); - if (lookahead == '>') - ADVANCE(526); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == ']') - ADVANCE(120); - if (lookahead == '^') - ADVANCE(528); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '|') - ADVANCE(663); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(678); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 679: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == 's') - ADVANCE(358); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(679); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 680: - if (lookahead == '!') - ADVANCE(386); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'c') - ADVANCE(267); - if (lookahead == 'e') - ADVANCE(300); - if (lookahead == 'i') - ADVANCE(271); - if (lookahead == 'r') - ADVANCE(272); - if (lookahead == 's') - ADVANCE(393); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(680); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 681: - if (lookahead == '!') - ADVANCE(386); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(681); - END_STATE(); - case 682: - if (lookahead == '\n') - ADVANCE(314); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '/') - ADVANCE(282); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '=') - ADVANCE(329); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(683); - if (lookahead != 0) - ADVANCE(288); - END_STATE(); - case 683: - ACCEPT_TOKEN(sym_preproc_arg); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '/') - ADVANCE(282); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '=') - ADVANCE(329); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '\\') - ADVANCE(287); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '\t' || - lookahead == '\r' || - lookahead == ' ') - ADVANCE(683); - if (lookahead != 0 && - lookahead != '\t' && - lookahead != '\n') - ADVANCE(288); - END_STATE(); - case 684: - if (lookahead == '!') - ADVANCE(2); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == ']') - ADVANCE(120); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'c') - ADVANCE(267); - if (lookahead == 'e') - ADVANCE(300); - if (lookahead == 'i') - ADVANCE(271); - if (lookahead == 'r') - ADVANCE(272); - if (lookahead == 's') - ADVANCE(307); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(684); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 685: - if (lookahead == '!') - ADVANCE(386); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'c') - ADVANCE(267); - if (lookahead == 'e') - ADVANCE(300); - if (lookahead == 'i') - ADVANCE(271); - if (lookahead == 'r') - ADVANCE(272); - if (lookahead == 's') - ADVANCE(393); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(685); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 686: - if (lookahead == '!') - ADVANCE(386); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(686); - END_STATE(); - case 687: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '#') - ADVANCE(264); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == '-') - ADVANCE(297); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'b') - ADVANCE(128); - if (lookahead == 'c') - ADVANCE(133); - if (lookahead == 'd') - ADVANCE(146); - if (lookahead == 'e') - ADVANCE(270); - if (lookahead == 'f') - ADVANCE(166); - if (lookahead == 'g') - ADVANCE(169); - if (lookahead == 'i') - ADVANCE(173); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(184); - if (lookahead == 's') - ADVANCE(202); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == 'w') - ADVANCE(252); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(687); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('h' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 688: - if (lookahead == '!') - ADVANCE(386); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(688); - END_STATE(); - case 689: - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(689); - END_STATE(); - case 690: - if (lookahead == '!') - ADVANCE(386); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == ']') - ADVANCE(120); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'c') - ADVANCE(267); - if (lookahead == 'e') - ADVANCE(300); + ADVANCE(129); + END_STATE(); + case 330: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'h') + ADVANCE(205); if (lookahead == 'i') - ADVANCE(271); - if (lookahead == 'r') - ADVANCE(272); - if (lookahead == 's') - ADVANCE(393); + ADVANCE(209); if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(690); - if (('A' <= lookahead && lookahead <= 'Z') || + ADVANCE(214); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(129); END_STATE(); - case 691: + case 331: if (lookahead == '!') - ADVANCE(292); + ADVANCE(325); if (lookahead == '\"') ADVANCE(4); if (lookahead == '&') - ADVANCE(293); + ADVANCE(326); if (lookahead == '\'') - ADVANCE(72); + ADVANCE(73); if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') ADVANCE(78); + if (lookahead == ')') + ADVANCE(79); if (lookahead == '*') - ADVANCE(294); + ADVANCE(320); if (lookahead == '+') - ADVANCE(295); + ADVANCE(327); if (lookahead == '-') - ADVANCE(297); + ADVANCE(328); if (lookahead == '.') - ADVANCE(333); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == '0') - ADVANCE(97); - if (lookahead == 'c') - ADVANCE(267); - if (lookahead == 'e') - ADVANCE(322); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(323); - if (lookahead == 's') - ADVANCE(371); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '~') - ADVANCE(262); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(691); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 692: - if (lookahead == '!') - ADVANCE(292); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '#') - ADVANCE(264); - if (lookahead == '&') - ADVANCE(293); - if (lookahead == '\'') - ADVANCE(72); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == '*') ADVANCE(294); - if (lookahead == '+') - ADVANCE(295); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(297); if (lookahead == '/') - ADVANCE(266); + ADVANCE(268); if (lookahead == '0') - ADVANCE(97); + ADVANCE(99); if (lookahead == ';') - ADVANCE(107); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'b') - ADVANCE(128); - if (lookahead == 'c') - ADVANCE(133); - if (lookahead == 'd') - ADVANCE(146); - if (lookahead == 'e') - ADVANCE(270); - if (lookahead == 'f') - ADVANCE(166); - if (lookahead == 'g') - ADVANCE(169); - if (lookahead == 'i') - ADVANCE(173); - if (lookahead == 'l') - ADVANCE(180); - if (lookahead == 'r') - ADVANCE(184); + ADVANCE(109); + if (lookahead == '[') + ADVANCE(121); + if (lookahead == ']') + ADVANCE(122); if (lookahead == 's') - ADVANCE(202); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); - if (lookahead == 'w') - ADVANCE(252); + ADVANCE(332); if (lookahead == '{') - ADVANCE(257); + ADVANCE(259); if (lookahead == '}') - ADVANCE(261); + ADVANCE(263); if (lookahead == '~') - ADVANCE(262); + ADVANCE(264); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(692); + SKIP(331); if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); + ADVANCE(107); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('h' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(129); END_STATE(); - case 693: - if (lookahead == '!') - ADVANCE(386); - if (lookahead == '%') - ADVANCE(68); - if (lookahead == '&') - ADVANCE(387); - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == '*') - ADVANCE(79); - if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); + case 332: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'i') + ADVANCE(209); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(129); + END_STATE(); + case 333: + if (lookahead == '\n') + ADVANCE(303); if (lookahead == '/') - ADVANCE(91); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == ']') - ADVANCE(120); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '|') - ADVANCE(258); + ADVANCE(268); if (lookahead == '\t' || - lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(693); + SKIP(333); END_STATE(); - case 694: + case 334: if (lookahead == '!') - ADVANCE(2); + ADVANCE(325); if (lookahead == '\"') ADVANCE(4); - if (lookahead == '#') - ADVANCE(7); - if (lookahead == '%') - ADVANCE(68); if (lookahead == '&') - ADVANCE(387); + ADVANCE(326); if (lookahead == '\'') - ADVANCE(72); + ADVANCE(73); if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') ADVANCE(78); if (lookahead == '*') - ADVANCE(79); + ADVANCE(320); if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); + ADVANCE(327); if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); + ADVANCE(328); if (lookahead == '/') - ADVANCE(91); + ADVANCE(268); if (lookahead == '0') - ADVANCE(97); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == ']') - ADVANCE(120); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == 'a') - ADVANCE(123); - if (lookahead == 'b') - ADVANCE(128); - if (lookahead == 'c') - ADVANCE(133); - if (lookahead == 'd') - ADVANCE(146); - if (lookahead == 'e') - ADVANCE(154); - if (lookahead == 'f') - ADVANCE(166); - if (lookahead == 'g') - ADVANCE(169); - if (lookahead == 'i') - ADVANCE(173); + ADVANCE(99); + if (lookahead == 'c') + ADVANCE(269); + if (lookahead == 'e') + ADVANCE(307); if (lookahead == 'l') - ADVANCE(180); + ADVANCE(182); if (lookahead == 'r') - ADVANCE(184); + ADVANCE(308); if (lookahead == 's') - ADVANCE(202); - if (lookahead == 't') - ADVANCE(226); + ADVANCE(335); if (lookahead == 'u') - ADVANCE(233); + ADVANCE(235); if (lookahead == 'v') - ADVANCE(244); - if (lookahead == 'w') - ADVANCE(252); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '}') - ADVANCE(261); + ADVANCE(246); if (lookahead == '~') - ADVANCE(262); + ADVANCE(264); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(694); + SKIP(334); if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); + ADVANCE(107); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('h' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(129); END_STATE(); - case 695: + case 335: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'h') + ADVANCE(205); + if (lookahead == 'i') + ADVANCE(209); + if (lookahead == 't') + ADVANCE(311); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(129); + END_STATE(); + case 336: if (lookahead == '!') - ADVANCE(292); + ADVANCE(325); if (lookahead == '\"') ADVANCE(4); - if (lookahead == '#') - ADVANCE(7); if (lookahead == '&') - ADVANCE(293); + ADVANCE(326); if (lookahead == '\'') - ADVANCE(72); + ADVANCE(73); if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') ADVANCE(78); if (lookahead == '*') - ADVANCE(294); + ADVANCE(320); if (lookahead == '+') - ADVANCE(295); + ADVANCE(327); if (lookahead == '-') - ADVANCE(297); + ADVANCE(328); if (lookahead == '/') - ADVANCE(266); + ADVANCE(268); if (lookahead == '0') - ADVANCE(97); + ADVANCE(99); if (lookahead == ';') - ADVANCE(107); - if (lookahead == 'a') - ADVANCE(123); + ADVANCE(109); if (lookahead == 'b') - ADVANCE(128); + ADVANCE(130); if (lookahead == 'c') - ADVANCE(133); + ADVANCE(337); if (lookahead == 'd') - ADVANCE(146); - if (lookahead == 'e') - ADVANCE(154); + ADVANCE(148); if (lookahead == 'f') - ADVANCE(166); + ADVANCE(168); if (lookahead == 'g') - ADVANCE(169); + ADVANCE(171); if (lookahead == 'i') - ADVANCE(173); - if (lookahead == 'l') - ADVANCE(180); + ADVANCE(340); if (lookahead == 'r') - ADVANCE(184); + ADVANCE(341); if (lookahead == 's') - ADVANCE(202); - if (lookahead == 't') - ADVANCE(226); - if (lookahead == 'u') - ADVANCE(233); - if (lookahead == 'v') - ADVANCE(244); + ADVANCE(343); if (lookahead == 'w') - ADVANCE(252); + ADVANCE(254); if (lookahead == '{') - ADVANCE(257); - if (lookahead == '}') - ADVANCE(261); + ADVANCE(259); if (lookahead == '~') - ADVANCE(262); + ADVANCE(264); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(695); + SKIP(336); if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); + ADVANCE(107); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('h' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(129); + END_STATE(); + case 337: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'a') + ADVANCE(136); + if (lookahead == 'o') + ADVANCE(338); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) + ADVANCE(129); + END_STATE(); + case 338: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'n') + ADVANCE(339); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(129); + END_STATE(); + case 339: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 't') + ADVANCE(143); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(129); + END_STATE(); + case 340: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'f') + ADVANCE(176); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(129); + END_STATE(); + case 341: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'e') + ADVANCE(342); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(129); + END_STATE(); + case 342: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 't') + ADVANCE(200); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(129); + END_STATE(); + case 343: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'i') + ADVANCE(209); + if (lookahead == 'w') + ADVANCE(223); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(129); END_STATE(); - case 696: + case 344: if (lookahead == '!') - ADVANCE(2); + ADVANCE(325); if (lookahead == '\"') ADVANCE(4); - if (lookahead == '%') - ADVANCE(68); if (lookahead == '&') - ADVANCE(387); + ADVANCE(326); if (lookahead == '\'') - ADVANCE(72); + ADVANCE(73); if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') ADVANCE(78); if (lookahead == '*') - ADVANCE(79); + ADVANCE(320); if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); + ADVANCE(327); if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); + ADVANCE(328); if (lookahead == '/') - ADVANCE(91); + ADVANCE(268); if (lookahead == '0') - ADVANCE(97); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); + ADVANCE(99); if (lookahead == ']') - ADVANCE(120); - if (lookahead == '^') - ADVANCE(121); + ADVANCE(122); if (lookahead == 'a') - ADVANCE(123); + ADVANCE(125); if (lookahead == 'c') - ADVANCE(267); + ADVANCE(269); if (lookahead == 'e') - ADVANCE(300); + ADVANCE(295); if (lookahead == 'i') - ADVANCE(271); + ADVANCE(273); + if (lookahead == 'l') + ADVANCE(182); if (lookahead == 'r') - ADVANCE(272); + ADVANCE(274); if (lookahead == 's') - ADVANCE(307); + ADVANCE(345); if (lookahead == 't') - ADVANCE(226); + ADVANCE(228); + if (lookahead == 'u') + ADVANCE(298); if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '{') - ADVANCE(257); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '}') - ADVANCE(261); + ADVANCE(246); if (lookahead == '~') - ADVANCE(262); + ADVANCE(264); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(696); + SKIP(344); if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); + ADVANCE(107); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ('b' <= lookahead && lookahead <= 'z')) + ADVANCE(129); + END_STATE(); + case 345: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'h') + ADVANCE(205); + if (lookahead == 'i') + ADVANCE(209); + if (lookahead == 't') + ADVANCE(297); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(129); END_STATE(); - case 697: + case 346: if (lookahead == '!') ADVANCE(2); if (lookahead == '\"') @@ -12812,321 +4967,279 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '%') ADVANCE(68); if (lookahead == '&') - ADVANCE(387); + ADVANCE(70); if (lookahead == '\'') - ADVANCE(72); + ADVANCE(73); if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') ADVANCE(78); if (lookahead == '*') - ADVANCE(79); + ADVANCE(80); if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); + ADVANCE(82); if (lookahead == '-') - ADVANCE(84); + ADVANCE(86); if (lookahead == '.') - ADVANCE(390); + ADVANCE(294); if (lookahead == '/') - ADVANCE(91); + ADVANCE(93); if (lookahead == '0') - ADVANCE(97); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); + ADVANCE(99); if (lookahead == '<') - ADVANCE(108); + ADVANCE(110); if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') ADVANCE(114); + if (lookahead == '>') + ADVANCE(116); if (lookahead == '?') - ADVANCE(118); + ADVANCE(120); if (lookahead == '[') - ADVANCE(119); + ADVANCE(121); if (lookahead == ']') - ADVANCE(120); + ADVANCE(122); if (lookahead == '^') - ADVANCE(121); - if (lookahead == 'b') - ADVANCE(128); + ADVANCE(123); + if (lookahead == 'a') + ADVANCE(125); if (lookahead == 'c') - ADVANCE(376); - if (lookahead == 'd') - ADVANCE(146); - if (lookahead == 'f') - ADVANCE(166); - if (lookahead == 'g') - ADVANCE(169); + ADVANCE(269); + if (lookahead == 'e') + ADVANCE(295); if (lookahead == 'i') - ADVANCE(379); + ADVANCE(273); if (lookahead == 'r') - ADVANCE(380); + ADVANCE(274); if (lookahead == 's') - ADVANCE(382); - if (lookahead == 'w') - ADVANCE(252); - if (lookahead == '{') - ADVANCE(257); + ADVANCE(347); + if (lookahead == 't') + ADVANCE(228); + if (lookahead == 'v') + ADVANCE(246); if (lookahead == '|') - ADVANCE(258); - if (lookahead == '}') - ADVANCE(261); + ADVANCE(260); if (lookahead == '~') - ADVANCE(262); + ADVANCE(264); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(697); + SKIP(346); if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); + ADVANCE(107); if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) + ADVANCE(129); + END_STATE(); + case 347: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'i') + ADVANCE(209); + if (lookahead == 't') + ADVANCE(297); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 698: + case 348: if (lookahead == '!') - ADVANCE(386); - if (lookahead == '%') - ADVANCE(68); + ADVANCE(325); + if (lookahead == '\"') + ADVANCE(4); if (lookahead == '&') - ADVANCE(387); + ADVANCE(326); + if (lookahead == '\'') + ADVANCE(73); if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') ADVANCE(78); if (lookahead == '*') - ADVANCE(79); + ADVANCE(320); if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); + ADVANCE(327); if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); + ADVANCE(328); if (lookahead == '/') - ADVANCE(91); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '^') - ADVANCE(121); + ADVANCE(268); + if (lookahead == '0') + ADVANCE(99); + if (lookahead == ']') + ADVANCE(122); if (lookahead == 'a') - ADVANCE(123); + ADVANCE(125); if (lookahead == 'c') - ADVANCE(267); + ADVANCE(269); if (lookahead == 'e') - ADVANCE(300); + ADVANCE(295); if (lookahead == 'i') - ADVANCE(271); + ADVANCE(273); if (lookahead == 'r') - ADVANCE(272); + ADVANCE(274); if (lookahead == 's') - ADVANCE(393); + ADVANCE(347); if (lookahead == 't') - ADVANCE(226); + ADVANCE(228); if (lookahead == 'v') - ADVANCE(244); - if (lookahead == '|') - ADVANCE(258); + ADVANCE(246); + if (lookahead == '{') + ADVANCE(259); + if (lookahead == '~') + ADVANCE(264); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(698); + SKIP(348); + if (('1' <= lookahead && lookahead <= '9')) + ADVANCE(107); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'z')) - ADVANCE(127); - END_STATE(); - case 699: - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') - ADVANCE(78); - if (lookahead == ',') - ADVANCE(83); - if (lookahead == '/') - ADVANCE(266); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '=') - ADVANCE(329); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(699); + ADVANCE(129); END_STATE(); - case 700: + case 349: if (lookahead == '!') - ADVANCE(386); - if (lookahead == '%') - ADVANCE(68); + ADVANCE(325); + if (lookahead == '\"') + ADVANCE(4); + if (lookahead == '#') + ADVANCE(7); if (lookahead == '&') - ADVANCE(387); + ADVANCE(326); + if (lookahead == '\'') + ADVANCE(73); if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') ADVANCE(78); if (lookahead == '*') - ADVANCE(79); + ADVANCE(320); if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); + ADVANCE(327); if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); - if (lookahead == '/') - ADVANCE(91); - if (lookahead == ':') - ADVANCE(106); - if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '^') - ADVANCE(121); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '}') - ADVANCE(261); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(700); - END_STATE(); - case 701: - if (lookahead == '(') - ADVANCE(77); - if (lookahead == ',') - ADVANCE(83); + ADVANCE(328); if (lookahead == '/') - ADVANCE(266); - if (lookahead == ':') - ADVANCE(106); + ADVANCE(268); + if (lookahead == '0') + ADVANCE(99); if (lookahead == ';') - ADVANCE(107); - if (lookahead == '=') - ADVANCE(329); - if (lookahead == '[') - ADVANCE(119); + ADVANCE(109); + if (lookahead == 'a') + ADVANCE(125); + if (lookahead == 'b') + ADVANCE(130); + if (lookahead == 'c') + ADVANCE(135); + if (lookahead == 'd') + ADVANCE(148); + if (lookahead == 'e') + ADVANCE(272); + if (lookahead == 'f') + ADVANCE(168); + if (lookahead == 'g') + ADVANCE(171); + if (lookahead == 'i') + ADVANCE(175); + if (lookahead == 'l') + ADVANCE(182); + if (lookahead == 'r') + ADVANCE(186); + if (lookahead == 's') + ADVANCE(204); + if (lookahead == 't') + ADVANCE(228); + if (lookahead == 'u') + ADVANCE(235); + if (lookahead == 'v') + ADVANCE(246); + if (lookahead == 'w') + ADVANCE(254); if (lookahead == '{') - ADVANCE(257); + ADVANCE(259); + if (lookahead == '~') + ADVANCE(264); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(701); + SKIP(349); + if (('1' <= lookahead && lookahead <= '9')) + ADVANCE(107); + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('h' <= lookahead && lookahead <= 'z')) + ADVANCE(129); END_STATE(); - case 702: + case 350: if (lookahead == '!') - ADVANCE(292); + ADVANCE(325); if (lookahead == '\"') ADVANCE(4); if (lookahead == '#') - ADVANCE(7); + ADVANCE(315); if (lookahead == '&') - ADVANCE(293); + ADVANCE(326); if (lookahead == '\'') - ADVANCE(72); + ADVANCE(73); if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') ADVANCE(78); if (lookahead == '*') - ADVANCE(294); + ADVANCE(320); if (lookahead == '+') - ADVANCE(295); - if (lookahead == ',') - ADVANCE(83); + ADVANCE(327); if (lookahead == '-') - ADVANCE(297); + ADVANCE(328); if (lookahead == '/') - ADVANCE(266); + ADVANCE(268); if (lookahead == '0') - ADVANCE(97); - if (lookahead == ':') - ADVANCE(106); + ADVANCE(99); if (lookahead == ';') - ADVANCE(107); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == ']') - ADVANCE(120); + ADVANCE(109); if (lookahead == 'a') - ADVANCE(123); + ADVANCE(125); if (lookahead == 'b') - ADVANCE(128); + ADVANCE(130); if (lookahead == 'c') - ADVANCE(133); + ADVANCE(135); if (lookahead == 'd') - ADVANCE(146); + ADVANCE(148); if (lookahead == 'e') - ADVANCE(270); + ADVANCE(272); if (lookahead == 'f') - ADVANCE(166); + ADVANCE(168); if (lookahead == 'g') - ADVANCE(169); + ADVANCE(171); if (lookahead == 'i') - ADVANCE(173); + ADVANCE(175); if (lookahead == 'l') - ADVANCE(180); + ADVANCE(182); if (lookahead == 'r') - ADVANCE(184); + ADVANCE(186); if (lookahead == 's') - ADVANCE(202); + ADVANCE(204); if (lookahead == 't') - ADVANCE(226); + ADVANCE(228); if (lookahead == 'u') - ADVANCE(233); + ADVANCE(235); if (lookahead == 'v') - ADVANCE(244); + ADVANCE(246); if (lookahead == 'w') - ADVANCE(252); + ADVANCE(254); if (lookahead == '{') - ADVANCE(257); + ADVANCE(259); if (lookahead == '~') - ADVANCE(262); + ADVANCE(264); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(702); + SKIP(350); if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); + ADVANCE(107); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('h' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 703: + case 351: if (lookahead == '!') ADVANCE(2); if (lookahead == '\"') @@ -13134,257 +5247,281 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '%') ADVANCE(68); if (lookahead == '&') - ADVANCE(387); + ADVANCE(70); if (lookahead == '\'') - ADVANCE(72); + ADVANCE(73); if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') ADVANCE(78); - if (lookahead == '*') + if (lookahead == ')') ADVANCE(79); + if (lookahead == '*') + ADVANCE(80); if (lookahead == '+') - ADVANCE(389); + ADVANCE(82); if (lookahead == ',') - ADVANCE(83); + ADVANCE(85); if (lookahead == '-') - ADVANCE(84); + ADVANCE(86); if (lookahead == '.') - ADVANCE(390); + ADVANCE(294); if (lookahead == '/') - ADVANCE(91); + ADVANCE(93); if (lookahead == '0') - ADVANCE(97); + ADVANCE(99); if (lookahead == ':') - ADVANCE(106); + ADVANCE(108); if (lookahead == ';') - ADVANCE(107); + ADVANCE(109); if (lookahead == '<') - ADVANCE(108); + ADVANCE(110); if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') ADVANCE(114); + if (lookahead == '>') + ADVANCE(116); if (lookahead == '?') - ADVANCE(118); + ADVANCE(120); if (lookahead == '[') - ADVANCE(119); + ADVANCE(121); if (lookahead == ']') - ADVANCE(120); + ADVANCE(122); if (lookahead == '^') - ADVANCE(121); + ADVANCE(123); if (lookahead == 's') - ADVANCE(358); + ADVANCE(332); if (lookahead == '{') - ADVANCE(257); + ADVANCE(259); if (lookahead == '|') - ADVANCE(258); + ADVANCE(260); if (lookahead == '}') - ADVANCE(261); + ADVANCE(263); if (lookahead == '~') - ADVANCE(262); + ADVANCE(264); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(703); + SKIP(351); if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); + ADVANCE(107); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ADVANCE(129); END_STATE(); - case 704: + case 352: if (lookahead == '!') - ADVANCE(2); + ADVANCE(325); if (lookahead == '\"') ADVANCE(4); - if (lookahead == '%') - ADVANCE(68); + if (lookahead == '#') + ADVANCE(266); if (lookahead == '&') - ADVANCE(387); + ADVANCE(326); if (lookahead == '\'') - ADVANCE(72); + ADVANCE(73); if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') ADVANCE(78); if (lookahead == '*') - ADVANCE(79); + ADVANCE(320); if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); + ADVANCE(327); if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); + ADVANCE(328); if (lookahead == '/') - ADVANCE(91); + ADVANCE(268); if (lookahead == '0') - ADVANCE(97); + ADVANCE(99); if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '^') - ADVANCE(121); + ADVANCE(109); + if (lookahead == 'a') + ADVANCE(125); + if (lookahead == 'b') + ADVANCE(130); + if (lookahead == 'c') + ADVANCE(135); + if (lookahead == 'd') + ADVANCE(148); + if (lookahead == 'e') + ADVANCE(156); + if (lookahead == 'f') + ADVANCE(168); + if (lookahead == 'g') + ADVANCE(171); + if (lookahead == 'i') + ADVANCE(175); + if (lookahead == 'l') + ADVANCE(182); + if (lookahead == 'r') + ADVANCE(186); if (lookahead == 's') - ADVANCE(358); + ADVANCE(204); + if (lookahead == 't') + ADVANCE(228); + if (lookahead == 'u') + ADVANCE(235); + if (lookahead == 'v') + ADVANCE(246); + if (lookahead == 'w') + ADVANCE(254); if (lookahead == '{') - ADVANCE(257); - if (lookahead == '|') - ADVANCE(258); + ADVANCE(259); + if (lookahead == '}') + ADVANCE(263); if (lookahead == '~') - ADVANCE(262); + ADVANCE(264); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(704); + SKIP(352); if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); + ADVANCE(107); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ('h' <= lookahead && lookahead <= 'z')) + ADVANCE(129); END_STATE(); - case 705: + case 353: if (lookahead == '!') - ADVANCE(2); + ADVANCE(325); if (lookahead == '\"') ADVANCE(4); - if (lookahead == '%') - ADVANCE(68); + if (lookahead == '#') + ADVANCE(7); if (lookahead == '&') - ADVANCE(387); + ADVANCE(326); if (lookahead == '\'') - ADVANCE(72); + ADVANCE(73); if (lookahead == '(') - ADVANCE(77); - if (lookahead == ')') ADVANCE(78); if (lookahead == '*') - ADVANCE(79); + ADVANCE(320); if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); + ADVANCE(327); if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); + ADVANCE(328); if (lookahead == '/') - ADVANCE(91); + ADVANCE(268); if (lookahead == '0') - ADVANCE(97); + ADVANCE(99); if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '^') - ADVANCE(121); + ADVANCE(109); + if (lookahead == 'a') + ADVANCE(125); + if (lookahead == 'b') + ADVANCE(130); + if (lookahead == 'c') + ADVANCE(135); + if (lookahead == 'd') + ADVANCE(148); + if (lookahead == 'e') + ADVANCE(156); + if (lookahead == 'f') + ADVANCE(168); + if (lookahead == 'g') + ADVANCE(171); + if (lookahead == 'i') + ADVANCE(175); + if (lookahead == 'l') + ADVANCE(182); + if (lookahead == 'r') + ADVANCE(186); if (lookahead == 's') - ADVANCE(358); + ADVANCE(204); + if (lookahead == 't') + ADVANCE(228); + if (lookahead == 'u') + ADVANCE(235); + if (lookahead == 'v') + ADVANCE(246); + if (lookahead == 'w') + ADVANCE(254); if (lookahead == '{') - ADVANCE(257); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '}') - ADVANCE(261); + ADVANCE(259); if (lookahead == '~') - ADVANCE(262); + ADVANCE(264); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(705); + SKIP(353); if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); + ADVANCE(107); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ('h' <= lookahead && lookahead <= 'z')) + ADVANCE(129); END_STATE(); - case 706: + case 354: if (lookahead == '!') - ADVANCE(2); + ADVANCE(325); if (lookahead == '\"') ADVANCE(4); - if (lookahead == '%') - ADVANCE(68); + if (lookahead == '#') + ADVANCE(315); if (lookahead == '&') - ADVANCE(387); + ADVANCE(326); if (lookahead == '\'') - ADVANCE(72); + ADVANCE(73); if (lookahead == '(') - ADVANCE(77); + ADVANCE(78); if (lookahead == '*') - ADVANCE(79); + ADVANCE(320); if (lookahead == '+') - ADVANCE(389); - if (lookahead == ',') - ADVANCE(83); + ADVANCE(327); if (lookahead == '-') - ADVANCE(84); - if (lookahead == '.') - ADVANCE(390); + ADVANCE(328); if (lookahead == '/') - ADVANCE(91); + ADVANCE(268); if (lookahead == '0') - ADVANCE(97); + ADVANCE(99); if (lookahead == ';') - ADVANCE(107); - if (lookahead == '<') - ADVANCE(108); - if (lookahead == '=') - ADVANCE(112); - if (lookahead == '>') - ADVANCE(114); - if (lookahead == '?') - ADVANCE(118); - if (lookahead == '[') - ADVANCE(119); - if (lookahead == '^') - ADVANCE(121); + ADVANCE(109); + if (lookahead == 'a') + ADVANCE(125); + if (lookahead == 'b') + ADVANCE(130); + if (lookahead == 'c') + ADVANCE(135); + if (lookahead == 'd') + ADVANCE(148); + if (lookahead == 'e') + ADVANCE(156); + if (lookahead == 'f') + ADVANCE(168); + if (lookahead == 'g') + ADVANCE(171); + if (lookahead == 'i') + ADVANCE(175); + if (lookahead == 'l') + ADVANCE(182); + if (lookahead == 'r') + ADVANCE(186); if (lookahead == 's') - ADVANCE(358); + ADVANCE(204); + if (lookahead == 't') + ADVANCE(228); + if (lookahead == 'u') + ADVANCE(235); + if (lookahead == 'v') + ADVANCE(246); + if (lookahead == 'w') + ADVANCE(254); if (lookahead == '{') - ADVANCE(257); - if (lookahead == '|') - ADVANCE(258); - if (lookahead == '}') - ADVANCE(261); + ADVANCE(259); if (lookahead == '~') - ADVANCE(262); + ADVANCE(264); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(706); + SKIP(354); if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(105); + ADVANCE(107); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(127); + ('h' <= lookahead && lookahead <= 'z')) + ADVANCE(129); END_STATE(); default: return false; @@ -13393,1621 +5530,1576 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { static TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0}, - [1] = {.lex_state = 263}, - [2] = {.lex_state = 275}, - [3] = {.lex_state = 280}, - [4] = {.lex_state = 281}, - [5] = {.lex_state = 280}, - [6] = {.lex_state = 280}, - [7] = {.lex_state = 281}, - [8] = {.lex_state = 290}, - [9] = {.lex_state = 291}, - [10] = {.lex_state = 291}, - [11] = {.lex_state = 291}, - [12] = {.lex_state = 299}, - [13] = {.lex_state = 305}, - [14] = {.lex_state = 305}, - [15] = {.lex_state = 305}, - [16] = {.lex_state = 306}, - [17] = {.lex_state = 308}, - [18] = {.lex_state = 309}, - [19] = {.lex_state = 310}, - [20] = {.lex_state = 306}, - [21] = {.lex_state = 306}, - [22] = {.lex_state = 263}, - [23] = {.lex_state = 311}, - [24] = {.lex_state = 299}, - [25] = {.lex_state = 312}, - [26] = {.lex_state = 313}, - [27] = {.lex_state = 316}, - [28] = {.lex_state = 316}, - [29] = {.lex_state = 316}, - [30] = {.lex_state = 312}, - [31] = {.lex_state = 317}, - [32] = {.lex_state = 318}, - [33] = {.lex_state = 319}, - [34] = {.lex_state = 306}, - [35] = {.lex_state = 320}, - [36] = {.lex_state = 319}, - [37] = {.lex_state = 306}, - [38] = {.lex_state = 319}, - [39] = {.lex_state = 306}, - [40] = {.lex_state = 321}, - [41] = {.lex_state = 327}, - [42] = {.lex_state = 312}, - [43] = {.lex_state = 327}, - [44] = {.lex_state = 328}, - [45] = {.lex_state = 330}, - [46] = {.lex_state = 331}, - [47] = {.lex_state = 306}, - [48] = {.lex_state = 309}, - [49] = {.lex_state = 291}, - [50] = {.lex_state = 306}, - [51] = {.lex_state = 299}, - [52] = {.lex_state = 306}, - [53] = {.lex_state = 281}, - [54] = {.lex_state = 312}, - [55] = {.lex_state = 332}, - [56] = {.lex_state = 334}, - [57] = {.lex_state = 309}, - [58] = {.lex_state = 336}, - [59] = {.lex_state = 341}, - [60] = {.lex_state = 316}, - [61] = {.lex_state = 309}, - [62] = {.lex_state = 341}, - [63] = {.lex_state = 316}, - [64] = {.lex_state = 309}, - [65] = {.lex_state = 341}, - [66] = {.lex_state = 316}, - [67] = {.lex_state = 343}, - [68] = {.lex_state = 309}, - [69] = {.lex_state = 327}, - [70] = {.lex_state = 344}, - [71] = {.lex_state = 306}, - [72] = {.lex_state = 345}, - [73] = {.lex_state = 346}, - [74] = {.lex_state = 306}, - [75] = {.lex_state = 306}, - [76] = {.lex_state = 347}, - [77] = {.lex_state = 320}, - [78] = {.lex_state = 320}, - [79] = {.lex_state = 306}, - [80] = {.lex_state = 306}, - [81] = {.lex_state = 321}, - [82] = {.lex_state = 348}, - [83] = {.lex_state = 349}, - [84] = {.lex_state = 350}, - [85] = {.lex_state = 321}, - [86] = {.lex_state = 327}, - [87] = {.lex_state = 352}, - [88] = {.lex_state = 328}, - [89] = {.lex_state = 353}, - [90] = {.lex_state = 327}, - [91] = {.lex_state = 354}, - [92] = {.lex_state = 355}, - [93] = {.lex_state = 356}, - [94] = {.lex_state = 357}, - [95] = {.lex_state = 309}, - [96] = {.lex_state = 328}, - [97] = {.lex_state = 331}, - [98] = {.lex_state = 306}, - [99] = {.lex_state = 359}, - [100] = {.lex_state = 360}, - [101] = {.lex_state = 334}, - [102] = {.lex_state = 312}, - [103] = {.lex_state = 359}, - [104] = {.lex_state = 336}, - [105] = {.lex_state = 309}, - [106] = {.lex_state = 341}, - [107] = {.lex_state = 309}, - [108] = {.lex_state = 341}, - [109] = {.lex_state = 309}, - [110] = {.lex_state = 341}, - [111] = {.lex_state = 309}, - [112] = {.lex_state = 343}, - [113] = {.lex_state = 306}, - [114] = {.lex_state = 361}, - [115] = {.lex_state = 362}, - [116] = {.lex_state = 346}, - [117] = {.lex_state = 327}, - [118] = {.lex_state = 320}, - [119] = {.lex_state = 327}, - [120] = {.lex_state = 361}, - [121] = {.lex_state = 363}, - [122] = {.lex_state = 364}, - [123] = {.lex_state = 363}, - [124] = {.lex_state = 363}, - [125] = {.lex_state = 363}, - [126] = {.lex_state = 306}, - [127] = {.lex_state = 320}, - [128] = {.lex_state = 365}, - [129] = {.lex_state = 348}, - [130] = {.lex_state = 356}, - [131] = {.lex_state = 352}, - [132] = {.lex_state = 366}, - [133] = {.lex_state = 366}, - [134] = {.lex_state = 306}, - [135] = {.lex_state = 321}, - [136] = {.lex_state = 348}, - [137] = {.lex_state = 328}, - [138] = {.lex_state = 360}, - [139] = {.lex_state = 367}, - [140] = {.lex_state = 368}, - [141] = {.lex_state = 327}, - [142] = {.lex_state = 369}, - [143] = {.lex_state = 331}, - [144] = {.lex_state = 370}, - [145] = {.lex_state = 281}, - [146] = {.lex_state = 280}, - [147] = {.lex_state = 280}, - [148] = {.lex_state = 372}, - [149] = {.lex_state = 354}, - [150] = {.lex_state = 361}, - [151] = {.lex_state = 373}, - [152] = {.lex_state = 373}, - [153] = {.lex_state = 361}, - [154] = {.lex_state = 374}, - [155] = {.lex_state = 373}, - [156] = {.lex_state = 375}, - [157] = {.lex_state = 373}, - [158] = {.lex_state = 383}, - [159] = {.lex_state = 384}, - [160] = {.lex_state = 384}, - [161] = {.lex_state = 280}, - [162] = {.lex_state = 361}, - [163] = {.lex_state = 361}, - [164] = {.lex_state = 361}, - [165] = {.lex_state = 361}, - [166] = {.lex_state = 385}, - [167] = {.lex_state = 391}, - [168] = {.lex_state = 392}, - [169] = {.lex_state = 394}, - [170] = {.lex_state = 394}, - [171] = {.lex_state = 394}, - [172] = {.lex_state = 310}, - [173] = {.lex_state = 395}, - [174] = {.lex_state = 384}, - [175] = {.lex_state = 355}, - [176] = {.lex_state = 370}, - [177] = {.lex_state = 361}, - [178] = {.lex_state = 328}, - [179] = {.lex_state = 361}, - [180] = {.lex_state = 361}, - [181] = {.lex_state = 361}, - [182] = {.lex_state = 361}, - [183] = {.lex_state = 396}, - [184] = {.lex_state = 397}, - [185] = {.lex_state = 398}, - [186] = {.lex_state = 399}, - [187] = {.lex_state = 395}, - [188] = {.lex_state = 331}, - [189] = {.lex_state = 327}, - [190] = {.lex_state = 354}, - [191] = {.lex_state = 312}, - [192] = {.lex_state = 400}, - [193] = {.lex_state = 334}, - [194] = {.lex_state = 360}, - [195] = {.lex_state = 312}, - [196] = {.lex_state = 309}, - [197] = {.lex_state = 309}, - [198] = {.lex_state = 309}, - [199] = {.lex_state = 309}, - [200] = {.lex_state = 370}, - [201] = {.lex_state = 361}, - [202] = {.lex_state = 361}, - [203] = {.lex_state = 361}, - [204] = {.lex_state = 361}, - [205] = {.lex_state = 361}, - [206] = {.lex_state = 401}, - [207] = {.lex_state = 306}, - [208] = {.lex_state = 346}, - [209] = {.lex_state = 362}, - [210] = {.lex_state = 327}, - [211] = {.lex_state = 352}, - [212] = {.lex_state = 363}, - [213] = {.lex_state = 370}, - [214] = {.lex_state = 361}, - [215] = {.lex_state = 361}, - [216] = {.lex_state = 361}, - [217] = {.lex_state = 361}, - [218] = {.lex_state = 361}, - [219] = {.lex_state = 402}, - [220] = {.lex_state = 327}, - [221] = {.lex_state = 320}, - [222] = {.lex_state = 356}, - [223] = {.lex_state = 361}, - [224] = {.lex_state = 363}, - [225] = {.lex_state = 403}, - [226] = {.lex_state = 352}, - [227] = {.lex_state = 366}, - [228] = {.lex_state = 366}, - [229] = {.lex_state = 397}, - [230] = {.lex_state = 398}, - [231] = {.lex_state = 356}, - [232] = {.lex_state = 366}, - [233] = {.lex_state = 352}, - [234] = {.lex_state = 404}, - [235] = {.lex_state = 367}, - [236] = {.lex_state = 360}, - [237] = {.lex_state = 365}, - [238] = {.lex_state = 368}, - [239] = {.lex_state = 366}, - [240] = {.lex_state = 366}, - [241] = {.lex_state = 370}, - [242] = {.lex_state = 361}, - [243] = {.lex_state = 361}, - [244] = {.lex_state = 361}, - [245] = {.lex_state = 361}, - [246] = {.lex_state = 361}, - [247] = {.lex_state = 405}, - [248] = {.lex_state = 405}, - [249] = {.lex_state = 349}, - [250] = {.lex_state = 349}, - [251] = {.lex_state = 406}, - [252] = {.lex_state = 406}, - [253] = {.lex_state = 406}, - [254] = {.lex_state = 385}, - [255] = {.lex_state = 361}, - [256] = {.lex_state = 361}, - [257] = {.lex_state = 370}, - [258] = {.lex_state = 361}, - [259] = {.lex_state = 361}, - [260] = {.lex_state = 361}, - [261] = {.lex_state = 361}, - [262] = {.lex_state = 361}, - [263] = {.lex_state = 407}, - [264] = {.lex_state = 408}, - [265] = {.lex_state = 361}, - [266] = {.lex_state = 373}, - [267] = {.lex_state = 373}, - [268] = {.lex_state = 361}, - [269] = {.lex_state = 374}, - [270] = {.lex_state = 373}, - [271] = {.lex_state = 373}, - [272] = {.lex_state = 409}, - [273] = {.lex_state = 410}, - [274] = {.lex_state = 416}, - [275] = {.lex_state = 372}, - [276] = {.lex_state = 402}, - [277] = {.lex_state = 372}, - [278] = {.lex_state = 372}, - [279] = {.lex_state = 384}, - [280] = {.lex_state = 385}, - [281] = {.lex_state = 385}, - [282] = {.lex_state = 385}, - [283] = {.lex_state = 370}, - [284] = {.lex_state = 395}, - [285] = {.lex_state = 391}, - [286] = {.lex_state = 391}, - [287] = {.lex_state = 375}, - [288] = {.lex_state = 369}, - [289] = {.lex_state = 417}, - [290] = {.lex_state = 361}, - [291] = {.lex_state = 372}, - [292] = {.lex_state = 361}, - [293] = {.lex_state = 361}, - [294] = {.lex_state = 361}, - [295] = {.lex_state = 361}, - [296] = {.lex_state = 361}, - [297] = {.lex_state = 361}, - [298] = {.lex_state = 361}, - [299] = {.lex_state = 361}, - [300] = {.lex_state = 361}, - [301] = {.lex_state = 361}, - [302] = {.lex_state = 361}, - [303] = {.lex_state = 361}, - [304] = {.lex_state = 361}, - [305] = {.lex_state = 385}, - [306] = {.lex_state = 280}, - [307] = {.lex_state = 385}, - [308] = {.lex_state = 354}, - [309] = {.lex_state = 394}, - [310] = {.lex_state = 394}, - [311] = {.lex_state = 394}, - [312] = {.lex_state = 349}, - [313] = {.lex_state = 370}, - [314] = {.lex_state = 398}, - [315] = {.lex_state = 328}, - [316] = {.lex_state = 398}, - [317] = {.lex_state = 361}, - [318] = {.lex_state = 361}, - [319] = {.lex_state = 361}, - [320] = {.lex_state = 361}, - [321] = {.lex_state = 361}, - [322] = {.lex_state = 361}, - [323] = {.lex_state = 361}, - [324] = {.lex_state = 361}, - [325] = {.lex_state = 361}, - [326] = {.lex_state = 361}, - [327] = {.lex_state = 361}, - [328] = {.lex_state = 361}, - [329] = {.lex_state = 385}, - [330] = {.lex_state = 361}, - [331] = {.lex_state = 280}, - [332] = {.lex_state = 401}, - [333] = {.lex_state = 346}, - [334] = {.lex_state = 346}, - [335] = {.lex_state = 418}, - [336] = {.lex_state = 418}, - [337] = {.lex_state = 369}, + [1] = {.lex_state = 265}, + [2] = {.lex_state = 277}, + [3] = {.lex_state = 282}, + [4] = {.lex_state = 284}, + [5] = {.lex_state = 282}, + [6] = {.lex_state = 282}, + [7] = {.lex_state = 284}, + [8] = {.lex_state = 265}, + [9] = {.lex_state = 265}, + [10] = {.lex_state = 265}, + [11] = {.lex_state = 265}, + [12] = {.lex_state = 293}, + [13] = {.lex_state = 282}, + [14] = {.lex_state = 282}, + [15] = {.lex_state = 282}, + [16] = {.lex_state = 300}, + [17] = {.lex_state = 0}, + [18] = {.lex_state = 265}, + [19] = {.lex_state = 282}, + [20] = {.lex_state = 300}, + [21] = {.lex_state = 300}, + [22] = {.lex_state = 265}, + [23] = {.lex_state = 265}, + [24] = {.lex_state = 293}, + [25] = {.lex_state = 265}, + [26] = {.lex_state = 302}, + [27] = {.lex_state = 305}, + [28] = {.lex_state = 305}, + [29] = {.lex_state = 305}, + [30] = {.lex_state = 265}, + [31] = {.lex_state = 265}, + [32] = {.lex_state = 282}, + [33] = {.lex_state = 300}, + [34] = {.lex_state = 300}, + [35] = {.lex_state = 265}, + [36] = {.lex_state = 300}, + [37] = {.lex_state = 300}, + [38] = {.lex_state = 300}, + [39] = {.lex_state = 300}, + [40] = {.lex_state = 306}, + [41] = {.lex_state = 282}, + [42] = {.lex_state = 265}, + [43] = {.lex_state = 282}, + [44] = {.lex_state = 282}, + [45] = {.lex_state = 282}, + [46] = {.lex_state = 282}, + [47] = {.lex_state = 300}, + [48] = {.lex_state = 300}, + [49] = {.lex_state = 300}, + [50] = {.lex_state = 300}, + [51] = {.lex_state = 265}, + [52] = {.lex_state = 265}, + [53] = {.lex_state = 300}, + [54] = {.lex_state = 293}, + [55] = {.lex_state = 300}, + [56] = {.lex_state = 284}, + [57] = {.lex_state = 265}, + [58] = {.lex_state = 282}, + [59] = {.lex_state = 312}, + [60] = {.lex_state = 277}, + [61] = {.lex_state = 282}, + [62] = {.lex_state = 284}, + [63] = {.lex_state = 265}, + [64] = {.lex_state = 282}, + [65] = {.lex_state = 282}, + [66] = {.lex_state = 314}, + [67] = {.lex_state = 284}, + [68] = {.lex_state = 265}, + [69] = {.lex_state = 305}, + [70] = {.lex_state = 305}, + [71] = {.lex_state = 282}, + [72] = {.lex_state = 305}, + [73] = {.lex_state = 265}, + [74] = {.lex_state = 305}, + [75] = {.lex_state = 305}, + [76] = {.lex_state = 265}, + [77] = {.lex_state = 305}, + [78] = {.lex_state = 305}, + [79] = {.lex_state = 265}, + [80] = {.lex_state = 265}, + [81] = {.lex_state = 282}, + [82] = {.lex_state = 265}, + [83] = {.lex_state = 300}, + [84] = {.lex_state = 282}, + [85] = {.lex_state = 282}, + [86] = {.lex_state = 300}, + [87] = {.lex_state = 300}, + [88] = {.lex_state = 282}, + [89] = {.lex_state = 265}, + [90] = {.lex_state = 265}, + [91] = {.lex_state = 300}, + [92] = {.lex_state = 300}, + [93] = {.lex_state = 306}, + [94] = {.lex_state = 319}, + [95] = {.lex_state = 306}, + [96] = {.lex_state = 282}, + [97] = {.lex_state = 282}, + [98] = {.lex_state = 319}, + [99] = {.lex_state = 306}, + [100] = {.lex_state = 282}, + [101] = {.lex_state = 282}, + [102] = {.lex_state = 282}, + [103] = {.lex_state = 322}, + [104] = {.lex_state = 282}, + [105] = {.lex_state = 265}, + [106] = {.lex_state = 324}, + [107] = {.lex_state = 329}, + [108] = {.lex_state = 331}, + [109] = {.lex_state = 265}, + [110] = {.lex_state = 282}, + [111] = {.lex_state = 282}, + [112] = {.lex_state = 300}, + [113] = {.lex_state = 300}, + [114] = {.lex_state = 333}, + [115] = {.lex_state = 282}, + [116] = {.lex_state = 312}, + [117] = {.lex_state = 265}, + [118] = {.lex_state = 333}, + [119] = {.lex_state = 305}, + [120] = {.lex_state = 302}, + [121] = {.lex_state = 305}, + [122] = {.lex_state = 305}, + [123] = {.lex_state = 305}, + [124] = {.lex_state = 277}, + [125] = {.lex_state = 282}, + [126] = {.lex_state = 284}, + [127] = {.lex_state = 282}, + [128] = {.lex_state = 282}, + [129] = {.lex_state = 284}, + [130] = {.lex_state = 265}, + [131] = {.lex_state = 314}, + [132] = {.lex_state = 282}, + [133] = {.lex_state = 314}, + [134] = {.lex_state = 305}, + [135] = {.lex_state = 265}, + [136] = {.lex_state = 265}, + [137] = {.lex_state = 305}, + [138] = {.lex_state = 282}, + [139] = {.lex_state = 282}, + [140] = {.lex_state = 305}, + [141] = {.lex_state = 305}, + [142] = {.lex_state = 265}, + [143] = {.lex_state = 305}, + [144] = {.lex_state = 265}, + [145] = {.lex_state = 305}, + [146] = {.lex_state = 265}, + [147] = {.lex_state = 265}, + [148] = {.lex_state = 300}, + [149] = {.lex_state = 331}, + [150] = {.lex_state = 282}, + [151] = {.lex_state = 282}, + [152] = {.lex_state = 282}, + [153] = {.lex_state = 265}, + [154] = {.lex_state = 282}, + [155] = {.lex_state = 331}, + [156] = {.lex_state = 282}, + [157] = {.lex_state = 282}, + [158] = {.lex_state = 282}, + [159] = {.lex_state = 282}, + [160] = {.lex_state = 282}, + [161] = {.lex_state = 300}, + [162] = {.lex_state = 265}, + [163] = {.lex_state = 322}, + [164] = {.lex_state = 282}, + [165] = {.lex_state = 329}, + [166] = {.lex_state = 282}, + [167] = {.lex_state = 282}, + [168] = {.lex_state = 282}, + [169] = {.lex_state = 300}, + [170] = {.lex_state = 319}, + [171] = {.lex_state = 306}, + [172] = {.lex_state = 282}, + [173] = {.lex_state = 282}, + [174] = {.lex_state = 282}, + [175] = {.lex_state = 282}, + [176] = {.lex_state = 282}, + [177] = {.lex_state = 282}, + [178] = {.lex_state = 282}, + [179] = {.lex_state = 282}, + [180] = {.lex_state = 277}, + [181] = {.lex_state = 282}, + [182] = {.lex_state = 334}, + [183] = {.lex_state = 284}, + [184] = {.lex_state = 282}, + [185] = {.lex_state = 282}, + [186] = {.lex_state = 284}, + [187] = {.lex_state = 324}, + [188] = {.lex_state = 324}, + [189] = {.lex_state = 265}, + [190] = {.lex_state = 331}, + [191] = {.lex_state = 0}, + [192] = {.lex_state = 0}, + [193] = {.lex_state = 331}, + [194] = {.lex_state = 282}, + [195] = {.lex_state = 0}, + [196] = {.lex_state = 336}, + [197] = {.lex_state = 0}, + [198] = {.lex_state = 331}, + [199] = {.lex_state = 0}, + [200] = {.lex_state = 0}, + [201] = {.lex_state = 282}, + [202] = {.lex_state = 331}, + [203] = {.lex_state = 331}, + [204] = {.lex_state = 331}, + [205] = {.lex_state = 331}, + [206] = {.lex_state = 282}, + [207] = {.lex_state = 293}, + [208] = {.lex_state = 300}, + [209] = {.lex_state = 324}, + [210] = {.lex_state = 324}, + [211] = {.lex_state = 324}, + [212] = {.lex_state = 282}, + [213] = {.lex_state = 282}, + [214] = {.lex_state = 0}, + [215] = {.lex_state = 324}, + [216] = {.lex_state = 334}, + [217] = {.lex_state = 331}, + [218] = {.lex_state = 282}, + [219] = {.lex_state = 344}, + [220] = {.lex_state = 282}, + [221] = {.lex_state = 282}, + [222] = {.lex_state = 282}, + [223] = {.lex_state = 331}, + [224] = {.lex_state = 331}, + [225] = {.lex_state = 331}, + [226] = {.lex_state = 331}, + [227] = {.lex_state = 346}, + [228] = {.lex_state = 331}, + [229] = {.lex_state = 348}, + [230] = {.lex_state = 348}, + [231] = {.lex_state = 282}, + [232] = {.lex_state = 265}, + [233] = {.lex_state = 344}, + [234] = {.lex_state = 331}, + [235] = {.lex_state = 282}, + [236] = {.lex_state = 282}, + [237] = {.lex_state = 282}, + [238] = {.lex_state = 265}, + [239] = {.lex_state = 265}, + [240] = {.lex_state = 282}, + [241] = {.lex_state = 312}, + [242] = {.lex_state = 282}, + [243] = {.lex_state = 265}, + [244] = {.lex_state = 284}, + [245] = {.lex_state = 305}, + [246] = {.lex_state = 312}, + [247] = {.lex_state = 305}, + [248] = {.lex_state = 305}, + [249] = {.lex_state = 305}, + [250] = {.lex_state = 305}, + [251] = {.lex_state = 305}, + [252] = {.lex_state = 305}, + [253] = {.lex_state = 305}, + [254] = {.lex_state = 305}, + [255] = {.lex_state = 305}, + [256] = {.lex_state = 314}, + [257] = {.lex_state = 302}, + [258] = {.lex_state = 305}, + [259] = {.lex_state = 305}, + [260] = {.lex_state = 305}, + [261] = {.lex_state = 314}, + [262] = {.lex_state = 265}, + [263] = {.lex_state = 314}, + [264] = {.lex_state = 282}, + [265] = {.lex_state = 282}, + [266] = {.lex_state = 314}, + [267] = {.lex_state = 265}, + [268] = {.lex_state = 305}, + [269] = {.lex_state = 282}, + [270] = {.lex_state = 305}, + [271] = {.lex_state = 324}, + [272] = {.lex_state = 305}, + [273] = {.lex_state = 282}, + [274] = {.lex_state = 265}, + [275] = {.lex_state = 265}, + [276] = {.lex_state = 265}, + [277] = {.lex_state = 265}, + [278] = {.lex_state = 334}, + [279] = {.lex_state = 331}, + [280] = {.lex_state = 331}, + [281] = {.lex_state = 331}, + [282] = {.lex_state = 331}, + [283] = {.lex_state = 331}, + [284] = {.lex_state = 282}, + [285] = {.lex_state = 300}, + [286] = {.lex_state = 282}, + [287] = {.lex_state = 282}, + [288] = {.lex_state = 282}, + [289] = {.lex_state = 282}, + [290] = {.lex_state = 282}, + [291] = {.lex_state = 334}, + [292] = {.lex_state = 331}, + [293] = {.lex_state = 331}, + [294] = {.lex_state = 331}, + [295] = {.lex_state = 331}, + [296] = {.lex_state = 331}, + [297] = {.lex_state = 282}, + [298] = {.lex_state = 282}, + [299] = {.lex_state = 265}, + [300] = {.lex_state = 329}, + [301] = {.lex_state = 331}, + [302] = {.lex_state = 282}, + [303] = {.lex_state = 282}, + [304] = {.lex_state = 282}, + [305] = {.lex_state = 282}, + [306] = {.lex_state = 282}, + [307] = {.lex_state = 331}, + [308] = {.lex_state = 282}, + [309] = {.lex_state = 329}, + [310] = {.lex_state = 282}, + [311] = {.lex_state = 282}, + [312] = {.lex_state = 322}, + [313] = {.lex_state = 282}, + [314] = {.lex_state = 282}, + [315] = {.lex_state = 322}, + [316] = {.lex_state = 282}, + [317] = {.lex_state = 282}, + [318] = {.lex_state = 282}, + [319] = {.lex_state = 324}, + [320] = {.lex_state = 302}, + [321] = {.lex_state = 334}, + [322] = {.lex_state = 331}, + [323] = {.lex_state = 331}, + [324] = {.lex_state = 331}, + [325] = {.lex_state = 331}, + [326] = {.lex_state = 331}, + [327] = {.lex_state = 282}, + [328] = {.lex_state = 282}, + [329] = {.lex_state = 282}, + [330] = {.lex_state = 282}, + [331] = {.lex_state = 349}, + [332] = {.lex_state = 349}, + [333] = {.lex_state = 349}, + [334] = {.lex_state = 324}, + [335] = {.lex_state = 324}, + [336] = {.lex_state = 324}, + [337] = {.lex_state = 282}, [338] = {.lex_state = 331}, - [339] = {.lex_state = 360}, - [340] = {.lex_state = 400}, - [341] = {.lex_state = 334}, - [342] = {.lex_state = 349}, - [343] = {.lex_state = 370}, - [344] = {.lex_state = 401}, - [345] = {.lex_state = 361}, - [346] = {.lex_state = 361}, - [347] = {.lex_state = 361}, - [348] = {.lex_state = 361}, - [349] = {.lex_state = 361}, - [350] = {.lex_state = 361}, - [351] = {.lex_state = 361}, - [352] = {.lex_state = 361}, - [353] = {.lex_state = 361}, - [354] = {.lex_state = 361}, - [355] = {.lex_state = 361}, - [356] = {.lex_state = 361}, - [357] = {.lex_state = 306}, - [358] = {.lex_state = 346}, - [359] = {.lex_state = 363}, - [360] = {.lex_state = 349}, - [361] = {.lex_state = 370}, - [362] = {.lex_state = 402}, - [363] = {.lex_state = 320}, - [364] = {.lex_state = 361}, - [365] = {.lex_state = 361}, - [366] = {.lex_state = 361}, - [367] = {.lex_state = 361}, - [368] = {.lex_state = 361}, - [369] = {.lex_state = 361}, - [370] = {.lex_state = 361}, - [371] = {.lex_state = 361}, - [372] = {.lex_state = 361}, - [373] = {.lex_state = 361}, - [374] = {.lex_state = 361}, - [375] = {.lex_state = 361}, - [376] = {.lex_state = 364}, - [377] = {.lex_state = 363}, - [378] = {.lex_state = 397}, - [379] = {.lex_state = 398}, - [380] = {.lex_state = 402}, - [381] = {.lex_state = 327}, - [382] = {.lex_state = 361}, - [383] = {.lex_state = 366}, - [384] = {.lex_state = 366}, - [385] = {.lex_state = 398}, - [386] = {.lex_state = 397}, - [387] = {.lex_state = 360}, - [388] = {.lex_state = 404}, - [389] = {.lex_state = 367}, - [390] = {.lex_state = 419}, - [391] = {.lex_state = 420}, - [392] = {.lex_state = 349}, - [393] = {.lex_state = 370}, - [394] = {.lex_state = 405}, - [395] = {.lex_state = 361}, - [396] = {.lex_state = 385}, - [397] = {.lex_state = 361}, - [398] = {.lex_state = 361}, - [399] = {.lex_state = 361}, - [400] = {.lex_state = 361}, - [401] = {.lex_state = 361}, - [402] = {.lex_state = 361}, - [403] = {.lex_state = 361}, - [404] = {.lex_state = 361}, - [405] = {.lex_state = 361}, - [406] = {.lex_state = 361}, - [407] = {.lex_state = 361}, - [408] = {.lex_state = 361}, - [409] = {.lex_state = 357}, - [410] = {.lex_state = 394}, - [411] = {.lex_state = 421}, - [412] = {.lex_state = 373}, - [413] = {.lex_state = 373}, - [414] = {.lex_state = 361}, - [415] = {.lex_state = 374}, - [416] = {.lex_state = 373}, - [417] = {.lex_state = 373}, - [418] = {.lex_state = 422}, - [419] = {.lex_state = 341}, - [420] = {.lex_state = 406}, - [421] = {.lex_state = 394}, - [422] = {.lex_state = 341}, - [423] = {.lex_state = 406}, - [424] = {.lex_state = 394}, - [425] = {.lex_state = 341}, - [426] = {.lex_state = 406}, - [427] = {.lex_state = 370}, - [428] = {.lex_state = 361}, - [429] = {.lex_state = 361}, - [430] = {.lex_state = 361}, - [431] = {.lex_state = 361}, - [432] = {.lex_state = 361}, - [433] = {.lex_state = 423}, - [434] = {.lex_state = 423}, - [435] = {.lex_state = 349}, - [436] = {.lex_state = 370}, - [437] = {.lex_state = 407}, - [438] = {.lex_state = 361}, - [439] = {.lex_state = 361}, - [440] = {.lex_state = 408}, - [441] = {.lex_state = 361}, - [442] = {.lex_state = 361}, - [443] = {.lex_state = 361}, - [444] = {.lex_state = 361}, - [445] = {.lex_state = 361}, - [446] = {.lex_state = 361}, - [447] = {.lex_state = 361}, - [448] = {.lex_state = 361}, - [449] = {.lex_state = 361}, - [450] = {.lex_state = 361}, - [451] = {.lex_state = 422}, - [452] = {.lex_state = 372}, - [453] = {.lex_state = 327}, - [454] = {.lex_state = 423}, - [455] = {.lex_state = 361}, - [456] = {.lex_state = 361}, - [457] = {.lex_state = 407}, - [458] = {.lex_state = 408}, - [459] = {.lex_state = 361}, - [460] = {.lex_state = 416}, - [461] = {.lex_state = 375}, - [462] = {.lex_state = 373}, - [463] = {.lex_state = 383}, - [464] = {.lex_state = 424}, - [465] = {.lex_state = 402}, - [466] = {.lex_state = 372}, - [467] = {.lex_state = 372}, - [468] = {.lex_state = 349}, - [469] = {.lex_state = 391}, - [470] = {.lex_state = 409}, - [471] = {.lex_state = 372}, - [472] = {.lex_state = 385}, - [473] = {.lex_state = 405}, - [474] = {.lex_state = 395}, - [475] = {.lex_state = 425}, - [476] = {.lex_state = 385}, - [477] = {.lex_state = 398}, - [478] = {.lex_state = 395}, - [479] = {.lex_state = 407}, - [480] = {.lex_state = 395}, - [481] = {.lex_state = 395}, - [482] = {.lex_state = 395}, - [483] = {.lex_state = 395}, - [484] = {.lex_state = 395}, - [485] = {.lex_state = 395}, - [486] = {.lex_state = 395}, - [487] = {.lex_state = 395}, - [488] = {.lex_state = 395}, - [489] = {.lex_state = 385}, - [490] = {.lex_state = 357}, - [491] = {.lex_state = 349}, - [492] = {.lex_state = 328}, - [493] = {.lex_state = 398}, - [494] = {.lex_state = 407}, - [495] = {.lex_state = 398}, - [496] = {.lex_state = 398}, - [497] = {.lex_state = 398}, - [498] = {.lex_state = 398}, - [499] = {.lex_state = 398}, - [500] = {.lex_state = 398}, - [501] = {.lex_state = 398}, - [502] = {.lex_state = 398}, - [503] = {.lex_state = 398}, - [504] = {.lex_state = 398}, - [505] = {.lex_state = 418}, - [506] = {.lex_state = 399}, - [507] = {.lex_state = 385}, - [508] = {.lex_state = 357}, - [509] = {.lex_state = 418}, - [510] = {.lex_state = 360}, - [511] = {.lex_state = 357}, - [512] = {.lex_state = 349}, - [513] = {.lex_state = 401}, - [514] = {.lex_state = 407}, - [515] = {.lex_state = 401}, - [516] = {.lex_state = 401}, - [517] = {.lex_state = 401}, - [518] = {.lex_state = 401}, - [519] = {.lex_state = 401}, - [520] = {.lex_state = 401}, - [521] = {.lex_state = 401}, - [522] = {.lex_state = 401}, - [523] = {.lex_state = 401}, - [524] = {.lex_state = 357}, - [525] = {.lex_state = 349}, - [526] = {.lex_state = 402}, - [527] = {.lex_state = 407}, - [528] = {.lex_state = 402}, - [529] = {.lex_state = 402}, - [530] = {.lex_state = 402}, - [531] = {.lex_state = 402}, - [532] = {.lex_state = 402}, - [533] = {.lex_state = 402}, - [534] = {.lex_state = 402}, - [535] = {.lex_state = 402}, - [536] = {.lex_state = 402}, - [537] = {.lex_state = 363}, - [538] = {.lex_state = 398}, - [539] = {.lex_state = 320}, - [540] = {.lex_state = 364}, - [541] = {.lex_state = 402}, - [542] = {.lex_state = 366}, - [543] = {.lex_state = 398}, - [544] = {.lex_state = 360}, - [545] = {.lex_state = 357}, - [546] = {.lex_state = 349}, - [547] = {.lex_state = 405}, - [548] = {.lex_state = 405}, - [549] = {.lex_state = 407}, - [550] = {.lex_state = 405}, - [551] = {.lex_state = 405}, - [552] = {.lex_state = 405}, - [553] = {.lex_state = 405}, - [554] = {.lex_state = 405}, - [555] = {.lex_state = 405}, - [556] = {.lex_state = 405}, - [557] = {.lex_state = 405}, - [558] = {.lex_state = 405}, - [559] = {.lex_state = 385}, - [560] = {.lex_state = 385}, - [561] = {.lex_state = 373}, - [562] = {.lex_state = 373}, - [563] = {.lex_state = 361}, - [564] = {.lex_state = 374}, - [565] = {.lex_state = 373}, - [566] = {.lex_state = 373}, - [567] = {.lex_state = 422}, - [568] = {.lex_state = 421}, - [569] = {.lex_state = 361}, - [570] = {.lex_state = 361}, - [571] = {.lex_state = 407}, - [572] = {.lex_state = 408}, - [573] = {.lex_state = 361}, - [574] = {.lex_state = 416}, - [575] = {.lex_state = 375}, - [576] = {.lex_state = 394}, - [577] = {.lex_state = 394}, - [578] = {.lex_state = 341}, - [579] = {.lex_state = 394}, - [580] = {.lex_state = 394}, - [581] = {.lex_state = 341}, - [582] = {.lex_state = 394}, - [583] = {.lex_state = 394}, - [584] = {.lex_state = 341}, - [585] = {.lex_state = 349}, - [586] = {.lex_state = 370}, - [587] = {.lex_state = 423}, - [588] = {.lex_state = 375}, - [589] = {.lex_state = 361}, - [590] = {.lex_state = 361}, - [591] = {.lex_state = 361}, - [592] = {.lex_state = 361}, - [593] = {.lex_state = 361}, - [594] = {.lex_state = 361}, - [595] = {.lex_state = 361}, - [596] = {.lex_state = 361}, - [597] = {.lex_state = 361}, - [598] = {.lex_state = 361}, - [599] = {.lex_state = 361}, - [600] = {.lex_state = 361}, - [601] = {.lex_state = 375}, - [602] = {.lex_state = 357}, - [603] = {.lex_state = 349}, - [604] = {.lex_state = 407}, - [605] = {.lex_state = 372}, - [606] = {.lex_state = 407}, - [607] = {.lex_state = 407}, - [608] = {.lex_state = 407}, - [609] = {.lex_state = 407}, - [610] = {.lex_state = 407}, - [611] = {.lex_state = 407}, - [612] = {.lex_state = 407}, - [613] = {.lex_state = 407}, - [614] = {.lex_state = 407}, - [615] = {.lex_state = 407}, - [616] = {.lex_state = 375}, - [617] = {.lex_state = 423}, - [618] = {.lex_state = 423}, - [619] = {.lex_state = 408}, - [620] = {.lex_state = 422}, - [621] = {.lex_state = 423}, - [622] = {.lex_state = 383}, - [623] = {.lex_state = 402}, - [624] = {.lex_state = 361}, - [625] = {.lex_state = 417}, - [626] = {.lex_state = 402}, - [627] = {.lex_state = 383}, - [628] = {.lex_state = 426}, - [629] = {.lex_state = 361}, - [630] = {.lex_state = 385}, - [631] = {.lex_state = 360}, - [632] = {.lex_state = 385}, - [633] = {.lex_state = 361}, - [634] = {.lex_state = 427}, - [635] = {.lex_state = 361}, - [636] = {.lex_state = 418}, - [637] = {.lex_state = 385}, - [638] = {.lex_state = 401}, - [639] = {.lex_state = 346}, - [640] = {.lex_state = 418}, - [641] = {.lex_state = 428}, - [642] = {.lex_state = 361}, - [643] = {.lex_state = 429}, - [644] = {.lex_state = 361}, - [645] = {.lex_state = 363}, - [646] = {.lex_state = 320}, - [647] = {.lex_state = 366}, - [648] = {.lex_state = 430}, - [649] = {.lex_state = 361}, - [650] = {.lex_state = 361}, - [651] = {.lex_state = 361}, - [652] = {.lex_state = 407}, - [653] = {.lex_state = 408}, - [654] = {.lex_state = 361}, - [655] = {.lex_state = 416}, - [656] = {.lex_state = 375}, - [657] = {.lex_state = 423}, - [658] = {.lex_state = 423}, - [659] = {.lex_state = 408}, - [660] = {.lex_state = 422}, - [661] = {.lex_state = 423}, - [662] = {.lex_state = 383}, - [663] = {.lex_state = 402}, - [664] = {.lex_state = 409}, - [665] = {.lex_state = 394}, - [666] = {.lex_state = 394}, - [667] = {.lex_state = 394}, - [668] = {.lex_state = 357}, - [669] = {.lex_state = 349}, - [670] = {.lex_state = 373}, - [671] = {.lex_state = 373}, - [672] = {.lex_state = 361}, - [673] = {.lex_state = 374}, - [674] = {.lex_state = 373}, - [675] = {.lex_state = 373}, - [676] = {.lex_state = 409}, - [677] = {.lex_state = 431}, - [678] = {.lex_state = 423}, - [679] = {.lex_state = 407}, - [680] = {.lex_state = 423}, - [681] = {.lex_state = 423}, - [682] = {.lex_state = 423}, - [683] = {.lex_state = 423}, - [684] = {.lex_state = 423}, - [685] = {.lex_state = 423}, - [686] = {.lex_state = 423}, - [687] = {.lex_state = 423}, - [688] = {.lex_state = 423}, - [689] = {.lex_state = 372}, - [690] = {.lex_state = 432}, - [691] = {.lex_state = 361}, - [692] = {.lex_state = 372}, - [693] = {.lex_state = 375}, - [694] = {.lex_state = 375}, - [695] = {.lex_state = 375}, - [696] = {.lex_state = 417}, - [697] = {.lex_state = 402}, - [698] = {.lex_state = 383}, - [699] = {.lex_state = 423}, - [700] = {.lex_state = 375}, - [701] = {.lex_state = 405}, - [702] = {.lex_state = 417}, - [703] = {.lex_state = 402}, - [704] = {.lex_state = 405}, - [705] = {.lex_state = 361}, - [706] = {.lex_state = 385}, - [707] = {.lex_state = 395}, - [708] = {.lex_state = 398}, - [709] = {.lex_state = 357}, - [710] = {.lex_state = 401}, - [711] = {.lex_state = 402}, - [712] = {.lex_state = 405}, - [713] = {.lex_state = 423}, - [714] = {.lex_state = 423}, - [715] = {.lex_state = 408}, - [716] = {.lex_state = 422}, - [717] = {.lex_state = 423}, - [718] = {.lex_state = 383}, - [719] = {.lex_state = 402}, - [720] = {.lex_state = 409}, - [721] = {.lex_state = 375}, - [722] = {.lex_state = 375}, - [723] = {.lex_state = 375}, - [724] = {.lex_state = 417}, - [725] = {.lex_state = 402}, - [726] = {.lex_state = 383}, - [727] = {.lex_state = 433}, - [728] = {.lex_state = 361}, - [729] = {.lex_state = 361}, - [730] = {.lex_state = 407}, - [731] = {.lex_state = 408}, - [732] = {.lex_state = 361}, - [733] = {.lex_state = 416}, - [734] = {.lex_state = 375}, - [735] = {.lex_state = 375}, - [736] = {.lex_state = 361}, - [737] = {.lex_state = 407}, - [738] = {.lex_state = 373}, - [739] = {.lex_state = 373}, - [740] = {.lex_state = 361}, - [741] = {.lex_state = 374}, - [742] = {.lex_state = 373}, - [743] = {.lex_state = 373}, - [744] = {.lex_state = 409}, - [745] = {.lex_state = 434}, - [746] = {.lex_state = 375}, - [747] = {.lex_state = 405}, - [748] = {.lex_state = 417}, - [749] = {.lex_state = 402}, - [750] = {.lex_state = 372}, - [751] = {.lex_state = 372}, - [752] = {.lex_state = 375}, - [753] = {.lex_state = 360}, - [754] = {.lex_state = 405}, - [755] = {.lex_state = 417}, - [756] = {.lex_state = 405}, - [757] = {.lex_state = 401}, - [758] = {.lex_state = 346}, - [759] = {.lex_state = 375}, - [760] = {.lex_state = 375}, - [761] = {.lex_state = 375}, - [762] = {.lex_state = 417}, - [763] = {.lex_state = 402}, - [764] = {.lex_state = 383}, - [765] = {.lex_state = 373}, - [766] = {.lex_state = 373}, - [767] = {.lex_state = 361}, - [768] = {.lex_state = 374}, - [769] = {.lex_state = 373}, - [770] = {.lex_state = 373}, - [771] = {.lex_state = 409}, - [772] = {.lex_state = 439}, - [773] = {.lex_state = 375}, - [774] = {.lex_state = 405}, - [775] = {.lex_state = 417}, - [776] = {.lex_state = 402}, - [777] = {.lex_state = 423}, - [778] = {.lex_state = 423}, - [779] = {.lex_state = 408}, - [780] = {.lex_state = 422}, - [781] = {.lex_state = 423}, - [782] = {.lex_state = 383}, - [783] = {.lex_state = 402}, - [784] = {.lex_state = 372}, - [785] = {.lex_state = 423}, - [786] = {.lex_state = 361}, - [787] = {.lex_state = 361}, - [788] = {.lex_state = 407}, - [789] = {.lex_state = 408}, - [790] = {.lex_state = 361}, - [791] = {.lex_state = 416}, - [792] = {.lex_state = 375}, - [793] = {.lex_state = 375}, - [794] = {.lex_state = 375}, - [795] = {.lex_state = 360}, - [796] = {.lex_state = 405}, - [797] = {.lex_state = 417}, - [798] = {.lex_state = 372}, - [799] = {.lex_state = 375}, - [800] = {.lex_state = 360}, - [801] = {.lex_state = 405}, - [802] = {.lex_state = 373}, - [803] = {.lex_state = 373}, - [804] = {.lex_state = 361}, - [805] = {.lex_state = 374}, - [806] = {.lex_state = 373}, - [807] = {.lex_state = 373}, - [808] = {.lex_state = 409}, - [809] = {.lex_state = 440}, - [810] = {.lex_state = 375}, - [811] = {.lex_state = 405}, - [812] = {.lex_state = 417}, - [813] = {.lex_state = 402}, - [814] = {.lex_state = 361}, - [815] = {.lex_state = 361}, - [816] = {.lex_state = 407}, - [817] = {.lex_state = 408}, - [818] = {.lex_state = 361}, - [819] = {.lex_state = 416}, - [820] = {.lex_state = 375}, - [821] = {.lex_state = 375}, - [822] = {.lex_state = 375}, - [823] = {.lex_state = 360}, - [824] = {.lex_state = 405}, - [825] = {.lex_state = 417}, - [826] = {.lex_state = 375}, - [827] = {.lex_state = 375}, - [828] = {.lex_state = 375}, - [829] = {.lex_state = 417}, - [830] = {.lex_state = 402}, - [831] = {.lex_state = 383}, - [832] = {.lex_state = 423}, - [833] = {.lex_state = 423}, - [834] = {.lex_state = 408}, - [835] = {.lex_state = 422}, - [836] = {.lex_state = 423}, - [837] = {.lex_state = 383}, - [838] = {.lex_state = 402}, - [839] = {.lex_state = 375}, - [840] = {.lex_state = 360}, - [841] = {.lex_state = 405}, - [842] = {.lex_state = 372}, - [843] = {.lex_state = 375}, - [844] = {.lex_state = 360}, - [845] = {.lex_state = 361}, - [846] = {.lex_state = 361}, - [847] = {.lex_state = 407}, - [848] = {.lex_state = 408}, - [849] = {.lex_state = 361}, - [850] = {.lex_state = 416}, - [851] = {.lex_state = 375}, - [852] = {.lex_state = 375}, - [853] = {.lex_state = 375}, - [854] = {.lex_state = 360}, - [855] = {.lex_state = 405}, - [856] = {.lex_state = 417}, - [857] = {.lex_state = 423}, - [858] = {.lex_state = 423}, - [859] = {.lex_state = 408}, - [860] = {.lex_state = 422}, - [861] = {.lex_state = 423}, - [862] = {.lex_state = 383}, - [863] = {.lex_state = 402}, - [864] = {.lex_state = 375}, - [865] = {.lex_state = 360}, - [866] = {.lex_state = 405}, - [867] = {.lex_state = 431}, - [868] = {.lex_state = 375}, - [869] = {.lex_state = 405}, - [870] = {.lex_state = 417}, - [871] = {.lex_state = 402}, - [872] = {.lex_state = 375}, - [873] = {.lex_state = 375}, - [874] = {.lex_state = 375}, - [875] = {.lex_state = 417}, - [876] = {.lex_state = 402}, - [877] = {.lex_state = 383}, - [878] = {.lex_state = 375}, - [879] = {.lex_state = 360}, - [880] = {.lex_state = 372}, - [881] = {.lex_state = 375}, - [882] = {.lex_state = 423}, - [883] = {.lex_state = 423}, - [884] = {.lex_state = 408}, - [885] = {.lex_state = 422}, - [886] = {.lex_state = 423}, - [887] = {.lex_state = 383}, - [888] = {.lex_state = 402}, - [889] = {.lex_state = 375}, - [890] = {.lex_state = 360}, - [891] = {.lex_state = 405}, - [892] = {.lex_state = 375}, - [893] = {.lex_state = 375}, - [894] = {.lex_state = 375}, - [895] = {.lex_state = 417}, - [896] = {.lex_state = 402}, - [897] = {.lex_state = 383}, - [898] = {.lex_state = 375}, - [899] = {.lex_state = 360}, - [900] = {.lex_state = 375}, - [901] = {.lex_state = 375}, - [902] = {.lex_state = 360}, - [903] = {.lex_state = 405}, - [904] = {.lex_state = 417}, - [905] = {.lex_state = 434}, - [906] = {.lex_state = 375}, - [907] = {.lex_state = 405}, - [908] = {.lex_state = 417}, - [909] = {.lex_state = 402}, - [910] = {.lex_state = 375}, - [911] = {.lex_state = 372}, - [912] = {.lex_state = 375}, - [913] = {.lex_state = 375}, - [914] = {.lex_state = 375}, - [915] = {.lex_state = 417}, - [916] = {.lex_state = 402}, - [917] = {.lex_state = 383}, - [918] = {.lex_state = 375}, - [919] = {.lex_state = 360}, - [920] = {.lex_state = 439}, - [921] = {.lex_state = 375}, - [922] = {.lex_state = 405}, - [923] = {.lex_state = 417}, - [924] = {.lex_state = 402}, - [925] = {.lex_state = 375}, - [926] = {.lex_state = 375}, - [927] = {.lex_state = 360}, - [928] = {.lex_state = 405}, - [929] = {.lex_state = 375}, - [930] = {.lex_state = 375}, - [931] = {.lex_state = 360}, - [932] = {.lex_state = 405}, - [933] = {.lex_state = 417}, - [934] = {.lex_state = 440}, - [935] = {.lex_state = 375}, - [936] = {.lex_state = 405}, - [937] = {.lex_state = 417}, - [938] = {.lex_state = 402}, - [939] = {.lex_state = 375}, - [940] = {.lex_state = 375}, - [941] = {.lex_state = 375}, - [942] = {.lex_state = 360}, - [943] = {.lex_state = 405}, - [944] = {.lex_state = 417}, - [945] = {.lex_state = 375}, - [946] = {.lex_state = 360}, - [947] = {.lex_state = 375}, - [948] = {.lex_state = 360}, - [949] = {.lex_state = 405}, - [950] = {.lex_state = 375}, - [951] = {.lex_state = 375}, - [952] = {.lex_state = 360}, - [953] = {.lex_state = 405}, - [954] = {.lex_state = 417}, - [955] = {.lex_state = 375}, - [956] = {.lex_state = 360}, - [957] = {.lex_state = 405}, - [958] = {.lex_state = 375}, - [959] = {.lex_state = 375}, - [960] = {.lex_state = 360}, - [961] = {.lex_state = 375}, - [962] = {.lex_state = 360}, - [963] = {.lex_state = 405}, - [964] = {.lex_state = 375}, - [965] = {.lex_state = 360}, - [966] = {.lex_state = 375}, - [967] = {.lex_state = 375}, - [968] = {.lex_state = 360}, - [969] = {.lex_state = 375}, - [970] = {.lex_state = 375}, - [971] = {.lex_state = 441}, - [972] = {.lex_state = 360}, - [973] = {.lex_state = 442}, - [974] = {.lex_state = 443}, - [975] = {.lex_state = 281}, - [976] = {.lex_state = 312}, - [977] = {.lex_state = 280}, - [978] = {.lex_state = 280}, - [979] = {.lex_state = 421}, - [980] = {.lex_state = 665}, - [981] = {.lex_state = 291}, - [982] = {.lex_state = 666}, - [983] = {.lex_state = 667}, - [984] = {.lex_state = 668}, - [985] = {.lex_state = 356}, - [986] = {.lex_state = 669}, - [987] = {.lex_state = 357}, - [988] = {.lex_state = 291}, - [989] = {.lex_state = 299}, - [990] = {.lex_state = 408}, - [991] = {.lex_state = 373}, - [992] = {.lex_state = 375}, - [993] = {.lex_state = 373}, - [994] = {.lex_state = 361}, - [995] = {.lex_state = 374}, - [996] = {.lex_state = 373}, - [997] = {.lex_state = 373}, - [998] = {.lex_state = 361}, - [999] = {.lex_state = 361}, - [1000] = {.lex_state = 361}, - [1001] = {.lex_state = 361}, - [1002] = {.lex_state = 361}, - [1003] = {.lex_state = 361}, - [1004] = {.lex_state = 361}, - [1005] = {.lex_state = 361}, - [1006] = {.lex_state = 361}, - [1007] = {.lex_state = 361}, - [1008] = {.lex_state = 361}, - [1009] = {.lex_state = 361}, - [1010] = {.lex_state = 670}, - [1011] = {.lex_state = 361}, - [1012] = {.lex_state = 280}, - [1013] = {.lex_state = 671}, - [1014] = {.lex_state = 672}, - [1015] = {.lex_state = 312}, - [1016] = {.lex_state = 309}, - [1017] = {.lex_state = 394}, - [1018] = {.lex_state = 394}, - [1019] = {.lex_state = 341}, - [1020] = {.lex_state = 341}, - [1021] = {.lex_state = 309}, - [1022] = {.lex_state = 354}, - [1023] = {.lex_state = 674}, - [1024] = {.lex_state = 328}, - [1025] = {.lex_state = 363}, - [1026] = {.lex_state = 366}, - [1027] = {.lex_state = 331}, - [1028] = {.lex_state = 354}, - [1029] = {.lex_state = 291}, - [1030] = {.lex_state = 306}, - [1031] = {.lex_state = 306}, - [1032] = {.lex_state = 306}, - [1033] = {.lex_state = 320}, - [1034] = {.lex_state = 346}, - [1035] = {.lex_state = 367}, - [1036] = {.lex_state = 360}, - [1037] = {.lex_state = 372}, - [1038] = {.lex_state = 385}, - [1039] = {.lex_state = 425}, - [1040] = {.lex_state = 349}, - [1041] = {.lex_state = 385}, - [1042] = {.lex_state = 418}, - [1043] = {.lex_state = 309}, - [1044] = {.lex_state = 394}, - [1045] = {.lex_state = 291}, - [1046] = {.lex_state = 360}, - [1047] = {.lex_state = 418}, - [1048] = {.lex_state = 675}, - [1049] = {.lex_state = 360}, - [1050] = {.lex_state = 676}, - [1051] = {.lex_state = 383}, - [1052] = {.lex_state = 679}, - [1053] = {.lex_state = 361}, - [1054] = {.lex_state = 361}, - [1055] = {.lex_state = 361}, - [1056] = {.lex_state = 361}, - [1057] = {.lex_state = 361}, - [1058] = {.lex_state = 680}, - [1059] = {.lex_state = 368}, - [1060] = {.lex_state = 311}, - [1061] = {.lex_state = 420}, - [1062] = {.lex_state = 681}, - [1063] = {.lex_state = 404}, - [1064] = {.lex_state = 682}, - [1065] = {.lex_state = 370}, - [1066] = {.lex_state = 360}, - [1067] = {.lex_state = 684}, - [1068] = {.lex_state = 361}, - [1069] = {.lex_state = 361}, - [1070] = {.lex_state = 361}, - [1071] = {.lex_state = 361}, - [1072] = {.lex_state = 361}, - [1073] = {.lex_state = 361}, - [1074] = {.lex_state = 685}, - [1075] = {.lex_state = 369}, - [1076] = {.lex_state = 364}, - [1077] = {.lex_state = 331}, - [1078] = {.lex_state = 346}, - [1079] = {.lex_state = 360}, - [1080] = {.lex_state = 686}, - [1081] = {.lex_state = 370}, - [1082] = {.lex_state = 687}, - [1083] = {.lex_state = 361}, - [1084] = {.lex_state = 373}, - [1085] = {.lex_state = 361}, - [1086] = {.lex_state = 385}, - [1087] = {.lex_state = 372}, - [1088] = {.lex_state = 385}, - [1089] = {.lex_state = 406}, - [1090] = {.lex_state = 406}, - [1091] = {.lex_state = 406}, - [1092] = {.lex_state = 281}, - [1093] = {.lex_state = 280}, - [1094] = {.lex_state = 280}, - [1095] = {.lex_state = 394}, - [1096] = {.lex_state = 370}, - [1097] = {.lex_state = 375}, - [1098] = {.lex_state = 417}, - [1099] = {.lex_state = 681}, - [1100] = {.lex_state = 370}, - [1101] = {.lex_state = 687}, - [1102] = {.lex_state = 667}, - [1103] = {.lex_state = 361}, - [1104] = {.lex_state = 361}, - [1105] = {.lex_state = 361}, - [1106] = {.lex_state = 361}, - [1107] = {.lex_state = 361}, - [1108] = {.lex_state = 392}, - [1109] = {.lex_state = 347}, - [1110] = {.lex_state = 688}, - [1111] = {.lex_state = 675}, - [1112] = {.lex_state = 668}, - [1113] = {.lex_state = 669}, - [1114] = {.lex_state = 328}, - [1115] = {.lex_state = 363}, - [1116] = {.lex_state = 385}, - [1117] = {.lex_state = 367}, - [1118] = {.lex_state = 397}, - [1119] = {.lex_state = 398}, - [1120] = {.lex_state = 385}, - [1121] = {.lex_state = 689}, - [1122] = {.lex_state = 690}, - [1123] = {.lex_state = 372}, - [1124] = {.lex_state = 372}, - [1125] = {.lex_state = 385}, - [1126] = {.lex_state = 361}, - [1127] = {.lex_state = 409}, - [1128] = {.lex_state = 361}, - [1129] = {.lex_state = 407}, - [1130] = {.lex_state = 408}, - [1131] = {.lex_state = 361}, - [1132] = {.lex_state = 416}, - [1133] = {.lex_state = 407}, - [1134] = {.lex_state = 385}, - [1135] = {.lex_state = 385}, - [1136] = {.lex_state = 385}, - [1137] = {.lex_state = 385}, - [1138] = {.lex_state = 385}, - [1139] = {.lex_state = 385}, - [1140] = {.lex_state = 385}, - [1141] = {.lex_state = 385}, - [1142] = {.lex_state = 385}, - [1143] = {.lex_state = 385}, - [1144] = {.lex_state = 385}, - [1145] = {.lex_state = 385}, - [1146] = {.lex_state = 370}, - [1147] = {.lex_state = 385}, - [1148] = {.lex_state = 385}, - [1149] = {.lex_state = 691}, - [1150] = {.lex_state = 312}, - [1151] = {.lex_state = 372}, - [1152] = {.lex_state = 692}, - [1153] = {.lex_state = 375}, - [1154] = {.lex_state = 341}, - [1155] = {.lex_state = 341}, - [1156] = {.lex_state = 306}, - [1157] = {.lex_state = 316}, - [1158] = {.lex_state = 406}, - [1159] = {.lex_state = 309}, - [1160] = {.lex_state = 394}, - [1161] = {.lex_state = 417}, - [1162] = {.lex_state = 402}, - [1163] = {.lex_state = 675}, - [1164] = {.lex_state = 312}, - [1165] = {.lex_state = 668}, - [1166] = {.lex_state = 367}, - [1167] = {.lex_state = 693}, - [1168] = {.lex_state = 328}, - [1169] = {.lex_state = 398}, - [1170] = {.lex_state = 352}, - [1171] = {.lex_state = 306}, - [1172] = {.lex_state = 361}, - [1173] = {.lex_state = 694}, - [1174] = {.lex_state = 695}, - [1175] = {.lex_state = 669}, - [1176] = {.lex_state = 408}, - [1177] = {.lex_state = 696}, - [1178] = {.lex_state = 309}, - [1179] = {.lex_state = 341}, - [1180] = {.lex_state = 394}, - [1181] = {.lex_state = 373}, - [1182] = {.lex_state = 373}, - [1183] = {.lex_state = 361}, - [1184] = {.lex_state = 374}, - [1185] = {.lex_state = 373}, - [1186] = {.lex_state = 373}, - [1187] = {.lex_state = 422}, - [1188] = {.lex_state = 341}, - [1189] = {.lex_state = 697}, - [1190] = {.lex_state = 357}, - [1191] = {.lex_state = 675}, - [1192] = {.lex_state = 679}, - [1193] = {.lex_state = 698}, - [1194] = {.lex_state = 349}, - [1195] = {.lex_state = 681}, - [1196] = {.lex_state = 681}, - [1197] = {.lex_state = 681}, - [1198] = {.lex_state = 681}, - [1199] = {.lex_state = 681}, - [1200] = {.lex_state = 370}, - [1201] = {.lex_state = 681}, - [1202] = {.lex_state = 368}, - [1203] = {.lex_state = 699}, - [1204] = {.lex_state = 361}, - [1205] = {.lex_state = 694}, - [1206] = {.lex_state = 383}, - [1207] = {.lex_state = 361}, - [1208] = {.lex_state = 361}, - [1209] = {.lex_state = 361}, - [1210] = {.lex_state = 361}, - [1211] = {.lex_state = 361}, - [1212] = {.lex_state = 361}, - [1213] = {.lex_state = 361}, - [1214] = {.lex_state = 361}, - [1215] = {.lex_state = 360}, - [1216] = {.lex_state = 420}, - [1217] = {.lex_state = 370}, - [1218] = {.lex_state = 361}, - [1219] = {.lex_state = 405}, - [1220] = {.lex_state = 349}, - [1221] = {.lex_state = 700}, - [1222] = {.lex_state = 686}, - [1223] = {.lex_state = 370}, - [1224] = {.lex_state = 686}, - [1225] = {.lex_state = 686}, - [1226] = {.lex_state = 686}, - [1227] = {.lex_state = 370}, - [1228] = {.lex_state = 686}, - [1229] = {.lex_state = 361}, - [1230] = {.lex_state = 361}, - [1231] = {.lex_state = 361}, - [1232] = {.lex_state = 361}, - [1233] = {.lex_state = 361}, - [1234] = {.lex_state = 361}, - [1235] = {.lex_state = 361}, - [1236] = {.lex_state = 361}, - [1237] = {.lex_state = 361}, - [1238] = {.lex_state = 349}, - [1239] = {.lex_state = 694}, - [1240] = {.lex_state = 385}, - [1241] = {.lex_state = 361}, - [1242] = {.lex_state = 312}, - [1243] = {.lex_state = 312}, - [1244] = {.lex_state = 312}, - [1245] = {.lex_state = 406}, - [1246] = {.lex_state = 406}, - [1247] = {.lex_state = 406}, - [1248] = {.lex_state = 372}, - [1249] = {.lex_state = 375}, - [1250] = {.lex_state = 405}, - [1251] = {.lex_state = 375}, - [1252] = {.lex_state = 417}, - [1253] = {.lex_state = 360}, - [1254] = {.lex_state = 349}, - [1255] = {.lex_state = 692}, - [1256] = {.lex_state = 688}, - [1257] = {.lex_state = 688}, - [1258] = {.lex_state = 688}, - [1259] = {.lex_state = 688}, - [1260] = {.lex_state = 370}, - [1261] = {.lex_state = 688}, - [1262] = {.lex_state = 327}, - [1263] = {.lex_state = 327}, - [1264] = {.lex_state = 701}, - [1265] = {.lex_state = 361}, - [1266] = {.lex_state = 361}, - [1267] = {.lex_state = 361}, - [1268] = {.lex_state = 361}, - [1269] = {.lex_state = 361}, - [1270] = {.lex_state = 361}, - [1271] = {.lex_state = 361}, - [1272] = {.lex_state = 361}, - [1273] = {.lex_state = 669}, - [1274] = {.lex_state = 372}, - [1275] = {.lex_state = 423}, - [1276] = {.lex_state = 423}, - [1277] = {.lex_state = 408}, - [1278] = {.lex_state = 422}, - [1279] = {.lex_state = 423}, - [1280] = {.lex_state = 402}, - [1281] = {.lex_state = 361}, - [1282] = {.lex_state = 349}, - [1283] = {.lex_state = 405}, - [1284] = {.lex_state = 349}, - [1285] = {.lex_state = 702}, - [1286] = {.lex_state = 392}, - [1287] = {.lex_state = 347}, - [1288] = {.lex_state = 309}, - [1289] = {.lex_state = 394}, - [1290] = {.lex_state = 341}, - [1291] = {.lex_state = 394}, - [1292] = {.lex_state = 341}, - [1293] = {.lex_state = 375}, - [1294] = {.lex_state = 405}, - [1295] = {.lex_state = 417}, - [1296] = {.lex_state = 367}, - [1297] = {.lex_state = 681}, - [1298] = {.lex_state = 372}, - [1299] = {.lex_state = 375}, - [1300] = {.lex_state = 681}, - [1301] = {.lex_state = 385}, - [1302] = {.lex_state = 385}, - [1303] = {.lex_state = 309}, - [1304] = {.lex_state = 361}, - [1305] = {.lex_state = 361}, - [1306] = {.lex_state = 407}, - [1307] = {.lex_state = 408}, - [1308] = {.lex_state = 361}, - [1309] = {.lex_state = 416}, - [1310] = {.lex_state = 375}, - [1311] = {.lex_state = 394}, - [1312] = {.lex_state = 372}, - [1313] = {.lex_state = 401}, - [1314] = {.lex_state = 346}, - [1315] = {.lex_state = 357}, - [1316] = {.lex_state = 349}, - [1317] = {.lex_state = 405}, - [1318] = {.lex_state = 372}, - [1319] = {.lex_state = 402}, - [1320] = {.lex_state = 681}, - [1321] = {.lex_state = 681}, - [1322] = {.lex_state = 407}, - [1323] = {.lex_state = 681}, - [1324] = {.lex_state = 681}, - [1325] = {.lex_state = 681}, - [1326] = {.lex_state = 681}, - [1327] = {.lex_state = 681}, - [1328] = {.lex_state = 357}, - [1329] = {.lex_state = 349}, - [1330] = {.lex_state = 681}, - [1331] = {.lex_state = 686}, - [1332] = {.lex_state = 686}, - [1333] = {.lex_state = 407}, - [1334] = {.lex_state = 686}, - [1335] = {.lex_state = 686}, - [1336] = {.lex_state = 686}, - [1337] = {.lex_state = 686}, - [1338] = {.lex_state = 686}, - [1339] = {.lex_state = 357}, - [1340] = {.lex_state = 423}, - [1341] = {.lex_state = 394}, - [1342] = {.lex_state = 394}, - [1343] = {.lex_state = 394}, - [1344] = {.lex_state = 372}, - [1345] = {.lex_state = 360}, - [1346] = {.lex_state = 372}, - [1347] = {.lex_state = 405}, - [1348] = {.lex_state = 375}, - [1349] = {.lex_state = 357}, - [1350] = {.lex_state = 349}, - [1351] = {.lex_state = 327}, - [1352] = {.lex_state = 352}, - [1353] = {.lex_state = 688}, - [1354] = {.lex_state = 688}, - [1355] = {.lex_state = 407}, - [1356] = {.lex_state = 688}, - [1357] = {.lex_state = 688}, - [1358] = {.lex_state = 688}, - [1359] = {.lex_state = 688}, - [1360] = {.lex_state = 688}, - [1361] = {.lex_state = 375}, - [1362] = {.lex_state = 375}, - [1363] = {.lex_state = 372}, - [1364] = {.lex_state = 385}, - [1365] = {.lex_state = 703}, - [1366] = {.lex_state = 319}, - [1367] = {.lex_state = 327}, - [1368] = {.lex_state = 309}, - [1369] = {.lex_state = 394}, - [1370] = {.lex_state = 375}, - [1371] = {.lex_state = 360}, - [1372] = {.lex_state = 405}, - [1373] = {.lex_state = 372}, - [1374] = {.lex_state = 375}, - [1375] = {.lex_state = 417}, - [1376] = {.lex_state = 360}, - [1377] = {.lex_state = 423}, - [1378] = {.lex_state = 423}, - [1379] = {.lex_state = 408}, - [1380] = {.lex_state = 422}, - [1381] = {.lex_state = 423}, - [1382] = {.lex_state = 383}, - [1383] = {.lex_state = 402}, - [1384] = {.lex_state = 409}, - [1385] = {.lex_state = 681}, - [1386] = {.lex_state = 704}, - [1387] = {.lex_state = 361}, - [1388] = {.lex_state = 686}, - [1389] = {.lex_state = 705}, - [1390] = {.lex_state = 361}, - [1391] = {.lex_state = 375}, - [1392] = {.lex_state = 688}, - [1393] = {.lex_state = 706}, - [1394] = {.lex_state = 361}, - [1395] = {.lex_state = 372}, - [1396] = {.lex_state = 375}, - [1397] = {.lex_state = 360}, - [1398] = {.lex_state = 372}, - [1399] = {.lex_state = 405}, - [1400] = {.lex_state = 375}, - [1401] = {.lex_state = 375}, - [1402] = {.lex_state = 375}, - [1403] = {.lex_state = 375}, - [1404] = {.lex_state = 417}, - [1405] = {.lex_state = 402}, - [1406] = {.lex_state = 383}, - [1407] = {.lex_state = 681}, - [1408] = {.lex_state = 686}, - [1409] = {.lex_state = 688}, - [1410] = {.lex_state = 375}, - [1411] = {.lex_state = 360}, - [1412] = {.lex_state = 372}, - [1413] = {.lex_state = 372}, - [1414] = {.lex_state = 375}, - [1415] = {.lex_state = 405}, - [1416] = {.lex_state = 417}, - [1417] = {.lex_state = 402}, - [1418] = {.lex_state = 375}, - [1419] = {.lex_state = 375}, - [1420] = {.lex_state = 375}, - [1421] = {.lex_state = 360}, - [1422] = {.lex_state = 405}, - [1423] = {.lex_state = 417}, - [1424] = {.lex_state = 375}, - [1425] = {.lex_state = 360}, - [1426] = {.lex_state = 405}, - [1427] = {.lex_state = 375}, - [1428] = {.lex_state = 360}, - [1429] = {.lex_state = 375}, + [339] = {.lex_state = 331}, + [340] = {.lex_state = 334}, + [341] = {.lex_state = 331}, + [342] = {.lex_state = 331}, + [343] = {.lex_state = 331}, + [344] = {.lex_state = 331}, + [345] = {.lex_state = 331}, + [346] = {.lex_state = 282}, + [347] = {.lex_state = 324}, + [348] = {.lex_state = 331}, + [349] = {.lex_state = 0}, + [350] = {.lex_state = 0}, + [351] = {.lex_state = 331}, + [352] = {.lex_state = 282}, + [353] = {.lex_state = 0}, + [354] = {.lex_state = 0}, + [355] = {.lex_state = 282}, + [356] = {.lex_state = 0}, + [357] = {.lex_state = 329}, + [358] = {.lex_state = 324}, + [359] = {.lex_state = 282}, + [360] = {.lex_state = 324}, + [361] = {.lex_state = 324}, + [362] = {.lex_state = 0}, + [363] = {.lex_state = 282}, + [364] = {.lex_state = 282}, + [365] = {.lex_state = 282}, + [366] = {.lex_state = 334}, + [367] = {.lex_state = 282}, + [368] = {.lex_state = 293}, + [369] = {.lex_state = 293}, + [370] = {.lex_state = 336}, + [371] = {.lex_state = 324}, + [372] = {.lex_state = 282}, + [373] = {.lex_state = 282}, + [374] = {.lex_state = 331}, + [375] = {.lex_state = 331}, + [376] = {.lex_state = 324}, + [377] = {.lex_state = 331}, + [378] = {.lex_state = 331}, + [379] = {.lex_state = 331}, + [380] = {.lex_state = 331}, + [381] = {.lex_state = 331}, + [382] = {.lex_state = 331}, + [383] = {.lex_state = 331}, + [384] = {.lex_state = 331}, + [385] = {.lex_state = 331}, + [386] = {.lex_state = 331}, + [387] = {.lex_state = 331}, + [388] = {.lex_state = 331}, + [389] = {.lex_state = 331}, + [390] = {.lex_state = 282}, + [391] = {.lex_state = 282}, + [392] = {.lex_state = 282}, + [393] = {.lex_state = 265}, + [394] = {.lex_state = 324}, + [395] = {.lex_state = 324}, + [396] = {.lex_state = 324}, + [397] = {.lex_state = 282}, + [398] = {.lex_state = 282}, + [399] = {.lex_state = 348}, + [400] = {.lex_state = 348}, + [401] = {.lex_state = 265}, + [402] = {.lex_state = 348}, + [403] = {.lex_state = 348}, + [404] = {.lex_state = 348}, + [405] = {.lex_state = 348}, + [406] = {.lex_state = 334}, + [407] = {.lex_state = 282}, + [408] = {.lex_state = 306}, + [409] = {.lex_state = 282}, + [410] = {.lex_state = 282}, + [411] = {.lex_state = 348}, + [412] = {.lex_state = 348}, + [413] = {.lex_state = 348}, + [414] = {.lex_state = 348}, + [415] = {.lex_state = 331}, + [416] = {.lex_state = 331}, + [417] = {.lex_state = 331}, + [418] = {.lex_state = 331}, + [419] = {.lex_state = 331}, + [420] = {.lex_state = 331}, + [421] = {.lex_state = 331}, + [422] = {.lex_state = 331}, + [423] = {.lex_state = 331}, + [424] = {.lex_state = 331}, + [425] = {.lex_state = 331}, + [426] = {.lex_state = 331}, + [427] = {.lex_state = 348}, + [428] = {.lex_state = 348}, + [429] = {.lex_state = 344}, + [430] = {.lex_state = 348}, + [431] = {.lex_state = 282}, + [432] = {.lex_state = 331}, + [433] = {.lex_state = 282}, + [434] = {.lex_state = 282}, + [435] = {.lex_state = 282}, + [436] = {.lex_state = 282}, + [437] = {.lex_state = 282}, + [438] = {.lex_state = 282}, + [439] = {.lex_state = 282}, + [440] = {.lex_state = 282}, + [441] = {.lex_state = 282}, + [442] = {.lex_state = 282}, + [443] = {.lex_state = 312}, + [444] = {.lex_state = 333}, + [445] = {.lex_state = 305}, + [446] = {.lex_state = 333}, + [447] = {.lex_state = 305}, + [448] = {.lex_state = 305}, + [449] = {.lex_state = 305}, + [450] = {.lex_state = 305}, + [451] = {.lex_state = 305}, + [452] = {.lex_state = 305}, + [453] = {.lex_state = 284}, + [454] = {.lex_state = 314}, + [455] = {.lex_state = 312}, + [456] = {.lex_state = 314}, + [457] = {.lex_state = 305}, + [458] = {.lex_state = 305}, + [459] = {.lex_state = 314}, + [460] = {.lex_state = 305}, + [461] = {.lex_state = 305}, + [462] = {.lex_state = 314}, + [463] = {.lex_state = 305}, + [464] = {.lex_state = 305}, + [465] = {.lex_state = 265}, + [466] = {.lex_state = 314}, + [467] = {.lex_state = 282}, + [468] = {.lex_state = 314}, + [469] = {.lex_state = 324}, + [470] = {.lex_state = 314}, + [471] = {.lex_state = 282}, + [472] = {.lex_state = 305}, + [473] = {.lex_state = 265}, + [474] = {.lex_state = 305}, + [475] = {.lex_state = 324}, + [476] = {.lex_state = 305}, + [477] = {.lex_state = 282}, + [478] = {.lex_state = 334}, + [479] = {.lex_state = 282}, + [480] = {.lex_state = 331}, + [481] = {.lex_state = 331}, + [482] = {.lex_state = 331}, + [483] = {.lex_state = 331}, + [484] = {.lex_state = 331}, + [485] = {.lex_state = 331}, + [486] = {.lex_state = 331}, + [487] = {.lex_state = 331}, + [488] = {.lex_state = 331}, + [489] = {.lex_state = 331}, + [490] = {.lex_state = 331}, + [491] = {.lex_state = 331}, + [492] = {.lex_state = 300}, + [493] = {.lex_state = 282}, + [494] = {.lex_state = 282}, + [495] = {.lex_state = 282}, + [496] = {.lex_state = 334}, + [497] = {.lex_state = 282}, + [498] = {.lex_state = 265}, + [499] = {.lex_state = 331}, + [500] = {.lex_state = 331}, + [501] = {.lex_state = 331}, + [502] = {.lex_state = 331}, + [503] = {.lex_state = 331}, + [504] = {.lex_state = 331}, + [505] = {.lex_state = 331}, + [506] = {.lex_state = 331}, + [507] = {.lex_state = 331}, + [508] = {.lex_state = 331}, + [509] = {.lex_state = 331}, + [510] = {.lex_state = 331}, + [511] = {.lex_state = 282}, + [512] = {.lex_state = 282}, + [513] = {.lex_state = 331}, + [514] = {.lex_state = 282}, + [515] = {.lex_state = 282}, + [516] = {.lex_state = 282}, + [517] = {.lex_state = 331}, + [518] = {.lex_state = 282}, + [519] = {.lex_state = 282}, + [520] = {.lex_state = 282}, + [521] = {.lex_state = 331}, + [522] = {.lex_state = 282}, + [523] = {.lex_state = 322}, + [524] = {.lex_state = 282}, + [525] = {.lex_state = 282}, + [526] = {.lex_state = 300}, + [527] = {.lex_state = 284}, + [528] = {.lex_state = 324}, + [529] = {.lex_state = 312}, + [530] = {.lex_state = 282}, + [531] = {.lex_state = 334}, + [532] = {.lex_state = 282}, + [533] = {.lex_state = 331}, + [534] = {.lex_state = 282}, + [535] = {.lex_state = 331}, + [536] = {.lex_state = 331}, + [537] = {.lex_state = 331}, + [538] = {.lex_state = 331}, + [539] = {.lex_state = 331}, + [540] = {.lex_state = 331}, + [541] = {.lex_state = 331}, + [542] = {.lex_state = 331}, + [543] = {.lex_state = 331}, + [544] = {.lex_state = 331}, + [545] = {.lex_state = 331}, + [546] = {.lex_state = 331}, + [547] = {.lex_state = 331}, + [548] = {.lex_state = 277}, + [549] = {.lex_state = 282}, + [550] = {.lex_state = 284}, + [551] = {.lex_state = 324}, + [552] = {.lex_state = 282}, + [553] = {.lex_state = 282}, + [554] = {.lex_state = 350}, + [555] = {.lex_state = 284}, + [556] = {.lex_state = 349}, + [557] = {.lex_state = 324}, + [558] = {.lex_state = 0}, + [559] = {.lex_state = 0}, + [560] = {.lex_state = 331}, + [561] = {.lex_state = 282}, + [562] = {.lex_state = 0}, + [563] = {.lex_state = 336}, + [564] = {.lex_state = 0}, + [565] = {.lex_state = 331}, + [566] = {.lex_state = 0}, + [567] = {.lex_state = 0}, + [568] = {.lex_state = 282}, + [569] = {.lex_state = 300}, + [570] = {.lex_state = 349}, + [571] = {.lex_state = 349}, + [572] = {.lex_state = 349}, + [573] = {.lex_state = 305}, + [574] = {.lex_state = 282}, + [575] = {.lex_state = 282}, + [576] = {.lex_state = 0}, + [577] = {.lex_state = 349}, + [578] = {.lex_state = 324}, + [579] = {.lex_state = 305}, + [580] = {.lex_state = 349}, + [581] = {.lex_state = 324}, + [582] = {.lex_state = 305}, + [583] = {.lex_state = 349}, + [584] = {.lex_state = 324}, + [585] = {.lex_state = 334}, + [586] = {.lex_state = 331}, + [587] = {.lex_state = 331}, + [588] = {.lex_state = 331}, + [589] = {.lex_state = 331}, + [590] = {.lex_state = 331}, + [591] = {.lex_state = 282}, + [592] = {.lex_state = 282}, + [593] = {.lex_state = 282}, + [594] = {.lex_state = 334}, + [595] = {.lex_state = 282}, + [596] = {.lex_state = 331}, + [597] = {.lex_state = 331}, + [598] = {.lex_state = 324}, + [599] = {.lex_state = 331}, + [600] = {.lex_state = 331}, + [601] = {.lex_state = 331}, + [602] = {.lex_state = 331}, + [603] = {.lex_state = 331}, + [604] = {.lex_state = 331}, + [605] = {.lex_state = 331}, + [606] = {.lex_state = 331}, + [607] = {.lex_state = 331}, + [608] = {.lex_state = 331}, + [609] = {.lex_state = 300}, + [610] = {.lex_state = 324}, + [611] = {.lex_state = 282}, + [612] = {.lex_state = 282}, + [613] = {.lex_state = 331}, + [614] = {.lex_state = 331}, + [615] = {.lex_state = 282}, + [616] = {.lex_state = 324}, + [617] = {.lex_state = 331}, + [618] = {.lex_state = 329}, + [619] = {.lex_state = 336}, + [620] = {.lex_state = 0}, + [621] = {.lex_state = 331}, + [622] = {.lex_state = 300}, + [623] = {.lex_state = 282}, + [624] = {.lex_state = 282}, + [625] = {.lex_state = 324}, + [626] = {.lex_state = 324}, + [627] = {.lex_state = 282}, + [628] = {.lex_state = 293}, + [629] = {.lex_state = 282}, + [630] = {.lex_state = 324}, + [631] = {.lex_state = 324}, + [632] = {.lex_state = 282}, + [633] = {.lex_state = 282}, + [634] = {.lex_state = 282}, + [635] = {.lex_state = 282}, + [636] = {.lex_state = 282}, + [637] = {.lex_state = 282}, + [638] = {.lex_state = 282}, + [639] = {.lex_state = 282}, + [640] = {.lex_state = 282}, + [641] = {.lex_state = 282}, + [642] = {.lex_state = 282}, + [643] = {.lex_state = 282}, + [644] = {.lex_state = 282}, + [645] = {.lex_state = 282}, + [646] = {.lex_state = 282}, + [647] = {.lex_state = 282}, + [648] = {.lex_state = 282}, + [649] = {.lex_state = 282}, + [650] = {.lex_state = 282}, + [651] = {.lex_state = 331}, + [652] = {.lex_state = 265}, + [653] = {.lex_state = 348}, + [654] = {.lex_state = 282}, + [655] = {.lex_state = 348}, + [656] = {.lex_state = 348}, + [657] = {.lex_state = 265}, + [658] = {.lex_state = 348}, + [659] = {.lex_state = 348}, + [660] = {.lex_state = 282}, + [661] = {.lex_state = 282}, + [662] = {.lex_state = 282}, + [663] = {.lex_state = 348}, + [664] = {.lex_state = 282}, + [665] = {.lex_state = 282}, + [666] = {.lex_state = 282}, + [667] = {.lex_state = 282}, + [668] = {.lex_state = 282}, + [669] = {.lex_state = 282}, + [670] = {.lex_state = 282}, + [671] = {.lex_state = 282}, + [672] = {.lex_state = 282}, + [673] = {.lex_state = 282}, + [674] = {.lex_state = 282}, + [675] = {.lex_state = 348}, + [676] = {.lex_state = 282}, + [677] = {.lex_state = 282}, + [678] = {.lex_state = 331}, + [679] = {.lex_state = 282}, + [680] = {.lex_state = 331}, + [681] = {.lex_state = 282}, + [682] = {.lex_state = 282}, + [683] = {.lex_state = 305}, + [684] = {.lex_state = 305}, + [685] = {.lex_state = 305}, + [686] = {.lex_state = 305}, + [687] = {.lex_state = 305}, + [688] = {.lex_state = 333}, + [689] = {.lex_state = 314}, + [690] = {.lex_state = 333}, + [691] = {.lex_state = 314}, + [692] = {.lex_state = 305}, + [693] = {.lex_state = 314}, + [694] = {.lex_state = 305}, + [695] = {.lex_state = 314}, + [696] = {.lex_state = 305}, + [697] = {.lex_state = 314}, + [698] = {.lex_state = 265}, + [699] = {.lex_state = 314}, + [700] = {.lex_state = 324}, + [701] = {.lex_state = 314}, + [702] = {.lex_state = 305}, + [703] = {.lex_state = 305}, + [704] = {.lex_state = 331}, + [705] = {.lex_state = 282}, + [706] = {.lex_state = 282}, + [707] = {.lex_state = 282}, + [708] = {.lex_state = 282}, + [709] = {.lex_state = 282}, + [710] = {.lex_state = 282}, + [711] = {.lex_state = 282}, + [712] = {.lex_state = 282}, + [713] = {.lex_state = 282}, + [714] = {.lex_state = 282}, + [715] = {.lex_state = 282}, + [716] = {.lex_state = 282}, + [717] = {.lex_state = 331}, + [718] = {.lex_state = 282}, + [719] = {.lex_state = 282}, + [720] = {.lex_state = 282}, + [721] = {.lex_state = 282}, + [722] = {.lex_state = 282}, + [723] = {.lex_state = 282}, + [724] = {.lex_state = 282}, + [725] = {.lex_state = 282}, + [726] = {.lex_state = 282}, + [727] = {.lex_state = 282}, + [728] = {.lex_state = 282}, + [729] = {.lex_state = 282}, + [730] = {.lex_state = 282}, + [731] = {.lex_state = 282}, + [732] = {.lex_state = 265}, + [733] = {.lex_state = 282}, + [734] = {.lex_state = 282}, + [735] = {.lex_state = 282}, + [736] = {.lex_state = 282}, + [737] = {.lex_state = 282}, + [738] = {.lex_state = 333}, + [739] = {.lex_state = 324}, + [740] = {.lex_state = 333}, + [741] = {.lex_state = 331}, + [742] = {.lex_state = 282}, + [743] = {.lex_state = 282}, + [744] = {.lex_state = 282}, + [745] = {.lex_state = 282}, + [746] = {.lex_state = 282}, + [747] = {.lex_state = 282}, + [748] = {.lex_state = 282}, + [749] = {.lex_state = 282}, + [750] = {.lex_state = 282}, + [751] = {.lex_state = 282}, + [752] = {.lex_state = 282}, + [753] = {.lex_state = 282}, + [754] = {.lex_state = 282}, + [755] = {.lex_state = 282}, + [756] = {.lex_state = 282}, + [757] = {.lex_state = 349}, + [758] = {.lex_state = 302}, + [759] = {.lex_state = 349}, + [760] = {.lex_state = 349}, + [761] = {.lex_state = 349}, + [762] = {.lex_state = 277}, + [763] = {.lex_state = 282}, + [764] = {.lex_state = 284}, + [765] = {.lex_state = 282}, + [766] = {.lex_state = 282}, + [767] = {.lex_state = 284}, + [768] = {.lex_state = 350}, + [769] = {.lex_state = 324}, + [770] = {.lex_state = 0}, + [771] = {.lex_state = 0}, + [772] = {.lex_state = 331}, + [773] = {.lex_state = 282}, + [774] = {.lex_state = 0}, + [775] = {.lex_state = 336}, + [776] = {.lex_state = 0}, + [777] = {.lex_state = 331}, + [778] = {.lex_state = 0}, + [779] = {.lex_state = 0}, + [780] = {.lex_state = 282}, + [781] = {.lex_state = 300}, + [782] = {.lex_state = 350}, + [783] = {.lex_state = 350}, + [784] = {.lex_state = 350}, + [785] = {.lex_state = 282}, + [786] = {.lex_state = 282}, + [787] = {.lex_state = 0}, + [788] = {.lex_state = 350}, + [789] = {.lex_state = 349}, + [790] = {.lex_state = 349}, + [791] = {.lex_state = 324}, + [792] = {.lex_state = 331}, + [793] = {.lex_state = 331}, + [794] = {.lex_state = 282}, + [795] = {.lex_state = 324}, + [796] = {.lex_state = 331}, + [797] = {.lex_state = 0}, + [798] = {.lex_state = 329}, + [799] = {.lex_state = 349}, + [800] = {.lex_state = 282}, + [801] = {.lex_state = 349}, + [802] = {.lex_state = 349}, + [803] = {.lex_state = 0}, + [804] = {.lex_state = 336}, + [805] = {.lex_state = 324}, + [806] = {.lex_state = 349}, + [807] = {.lex_state = 282}, + [808] = {.lex_state = 282}, + [809] = {.lex_state = 349}, + [810] = {.lex_state = 324}, + [811] = {.lex_state = 349}, + [812] = {.lex_state = 349}, + [813] = {.lex_state = 349}, + [814] = {.lex_state = 305}, + [815] = {.lex_state = 324}, + [816] = {.lex_state = 324}, + [817] = {.lex_state = 305}, + [818] = {.lex_state = 324}, + [819] = {.lex_state = 324}, + [820] = {.lex_state = 305}, + [821] = {.lex_state = 282}, + [822] = {.lex_state = 334}, + [823] = {.lex_state = 282}, + [824] = {.lex_state = 336}, + [825] = {.lex_state = 331}, + [826] = {.lex_state = 331}, + [827] = {.lex_state = 331}, + [828] = {.lex_state = 331}, + [829] = {.lex_state = 331}, + [830] = {.lex_state = 331}, + [831] = {.lex_state = 331}, + [832] = {.lex_state = 331}, + [833] = {.lex_state = 331}, + [834] = {.lex_state = 331}, + [835] = {.lex_state = 331}, + [836] = {.lex_state = 331}, + [837] = {.lex_state = 336}, + [838] = {.lex_state = 331}, + [839] = {.lex_state = 282}, + [840] = {.lex_state = 282}, + [841] = {.lex_state = 324}, + [842] = {.lex_state = 282}, + [843] = {.lex_state = 282}, + [844] = {.lex_state = 282}, + [845] = {.lex_state = 282}, + [846] = {.lex_state = 282}, + [847] = {.lex_state = 282}, + [848] = {.lex_state = 282}, + [849] = {.lex_state = 282}, + [850] = {.lex_state = 282}, + [851] = {.lex_state = 282}, + [852] = {.lex_state = 336}, + [853] = {.lex_state = 282}, + [854] = {.lex_state = 282}, + [855] = {.lex_state = 324}, + [856] = {.lex_state = 300}, + [857] = {.lex_state = 282}, + [858] = {.lex_state = 331}, + [859] = {.lex_state = 282}, + [860] = {.lex_state = 331}, + [861] = {.lex_state = 331}, + [862] = {.lex_state = 282}, + [863] = {.lex_state = 282}, + [864] = {.lex_state = 282}, + [865] = {.lex_state = 331}, + [866] = {.lex_state = 351}, + [867] = {.lex_state = 324}, + [868] = {.lex_state = 331}, + [869] = {.lex_state = 282}, + [870] = {.lex_state = 282}, + [871] = {.lex_state = 282}, + [872] = {.lex_state = 331}, + [873] = {.lex_state = 348}, + [874] = {.lex_state = 282}, + [875] = {.lex_state = 282}, + [876] = {.lex_state = 348}, + [877] = {.lex_state = 351}, + [878] = {.lex_state = 348}, + [879] = {.lex_state = 331}, + [880] = {.lex_state = 282}, + [881] = {.lex_state = 282}, + [882] = {.lex_state = 282}, + [883] = {.lex_state = 282}, + [884] = {.lex_state = 282}, + [885] = {.lex_state = 314}, + [886] = {.lex_state = 314}, + [887] = {.lex_state = 314}, + [888] = {.lex_state = 314}, + [889] = {.lex_state = 314}, + [890] = {.lex_state = 314}, + [891] = {.lex_state = 314}, + [892] = {.lex_state = 351}, + [893] = {.lex_state = 331}, + [894] = {.lex_state = 351}, + [895] = {.lex_state = 331}, + [896] = {.lex_state = 282}, + [897] = {.lex_state = 265}, + [898] = {.lex_state = 282}, + [899] = {.lex_state = 324}, + [900] = {.lex_state = 324}, + [901] = {.lex_state = 351}, + [902] = {.lex_state = 331}, + [903] = {.lex_state = 284}, + [904] = {.lex_state = 349}, + [905] = {.lex_state = 312}, + [906] = {.lex_state = 349}, + [907] = {.lex_state = 305}, + [908] = {.lex_state = 349}, + [909] = {.lex_state = 349}, + [910] = {.lex_state = 305}, + [911] = {.lex_state = 349}, + [912] = {.lex_state = 349}, + [913] = {.lex_state = 305}, + [914] = {.lex_state = 349}, + [915] = {.lex_state = 350}, + [916] = {.lex_state = 302}, + [917] = {.lex_state = 349}, + [918] = {.lex_state = 349}, + [919] = {.lex_state = 349}, + [920] = {.lex_state = 350}, + [921] = {.lex_state = 350}, + [922] = {.lex_state = 324}, + [923] = {.lex_state = 331}, + [924] = {.lex_state = 331}, + [925] = {.lex_state = 282}, + [926] = {.lex_state = 324}, + [927] = {.lex_state = 331}, + [928] = {.lex_state = 0}, + [929] = {.lex_state = 329}, + [930] = {.lex_state = 350}, + [931] = {.lex_state = 282}, + [932] = {.lex_state = 350}, + [933] = {.lex_state = 350}, + [934] = {.lex_state = 0}, + [935] = {.lex_state = 336}, + [936] = {.lex_state = 350}, + [937] = {.lex_state = 282}, + [938] = {.lex_state = 282}, + [939] = {.lex_state = 350}, + [940] = {.lex_state = 350}, + [941] = {.lex_state = 350}, + [942] = {.lex_state = 350}, + [943] = {.lex_state = 349}, + [944] = {.lex_state = 282}, + [945] = {.lex_state = 282}, + [946] = {.lex_state = 324}, + [947] = {.lex_state = 300}, + [948] = {.lex_state = 349}, + [949] = {.lex_state = 282}, + [950] = {.lex_state = 282}, + [951] = {.lex_state = 0}, + [952] = {.lex_state = 331}, + [953] = {.lex_state = 282}, + [954] = {.lex_state = 349}, + [955] = {.lex_state = 349}, + [956] = {.lex_state = 282}, + [957] = {.lex_state = 349}, + [958] = {.lex_state = 349}, + [959] = {.lex_state = 282}, + [960] = {.lex_state = 324}, + [961] = {.lex_state = 324}, + [962] = {.lex_state = 324}, + [963] = {.lex_state = 331}, + [964] = {.lex_state = 282}, + [965] = {.lex_state = 352}, + [966] = {.lex_state = 324}, + [967] = {.lex_state = 0}, + [968] = {.lex_state = 0}, + [969] = {.lex_state = 331}, + [970] = {.lex_state = 282}, + [971] = {.lex_state = 0}, + [972] = {.lex_state = 336}, + [973] = {.lex_state = 0}, + [974] = {.lex_state = 331}, + [975] = {.lex_state = 0}, + [976] = {.lex_state = 0}, + [977] = {.lex_state = 282}, + [978] = {.lex_state = 282}, + [979] = {.lex_state = 352}, + [980] = {.lex_state = 282}, + [981] = {.lex_state = 0}, + [982] = {.lex_state = 282}, + [983] = {.lex_state = 282}, + [984] = {.lex_state = 282}, + [985] = {.lex_state = 282}, + [986] = {.lex_state = 282}, + [987] = {.lex_state = 282}, + [988] = {.lex_state = 282}, + [989] = {.lex_state = 282}, + [990] = {.lex_state = 282}, + [991] = {.lex_state = 282}, + [992] = {.lex_state = 282}, + [993] = {.lex_state = 324}, + [994] = {.lex_state = 351}, + [995] = {.lex_state = 331}, + [996] = {.lex_state = 324}, + [997] = {.lex_state = 336}, + [998] = {.lex_state = 336}, + [999] = {.lex_state = 336}, + [1000] = {.lex_state = 331}, + [1001] = {.lex_state = 282}, + [1002] = {.lex_state = 331}, + [1003] = {.lex_state = 282}, + [1004] = {.lex_state = 336}, + [1005] = {.lex_state = 282}, + [1006] = {.lex_state = 331}, + [1007] = {.lex_state = 331}, + [1008] = {.lex_state = 282}, + [1009] = {.lex_state = 282}, + [1010] = {.lex_state = 282}, + [1011] = {.lex_state = 331}, + [1012] = {.lex_state = 282}, + [1013] = {.lex_state = 282}, + [1014] = {.lex_state = 348}, + [1015] = {.lex_state = 282}, + [1016] = {.lex_state = 282}, + [1017] = {.lex_state = 331}, + [1018] = {.lex_state = 282}, + [1019] = {.lex_state = 282}, + [1020] = {.lex_state = 282}, + [1021] = {.lex_state = 333}, + [1022] = {.lex_state = 349}, + [1023] = {.lex_state = 333}, + [1024] = {.lex_state = 349}, + [1025] = {.lex_state = 349}, + [1026] = {.lex_state = 305}, + [1027] = {.lex_state = 349}, + [1028] = {.lex_state = 349}, + [1029] = {.lex_state = 305}, + [1030] = {.lex_state = 349}, + [1031] = {.lex_state = 349}, + [1032] = {.lex_state = 305}, + [1033] = {.lex_state = 284}, + [1034] = {.lex_state = 350}, + [1035] = {.lex_state = 312}, + [1036] = {.lex_state = 350}, + [1037] = {.lex_state = 305}, + [1038] = {.lex_state = 349}, + [1039] = {.lex_state = 350}, + [1040] = {.lex_state = 305}, + [1041] = {.lex_state = 349}, + [1042] = {.lex_state = 350}, + [1043] = {.lex_state = 305}, + [1044] = {.lex_state = 349}, + [1045] = {.lex_state = 350}, + [1046] = {.lex_state = 282}, + [1047] = {.lex_state = 282}, + [1048] = {.lex_state = 324}, + [1049] = {.lex_state = 300}, + [1050] = {.lex_state = 350}, + [1051] = {.lex_state = 282}, + [1052] = {.lex_state = 282}, + [1053] = {.lex_state = 0}, + [1054] = {.lex_state = 331}, + [1055] = {.lex_state = 282}, + [1056] = {.lex_state = 350}, + [1057] = {.lex_state = 350}, + [1058] = {.lex_state = 282}, + [1059] = {.lex_state = 350}, + [1060] = {.lex_state = 350}, + [1061] = {.lex_state = 282}, + [1062] = {.lex_state = 336}, + [1063] = {.lex_state = 336}, + [1064] = {.lex_state = 349}, + [1065] = {.lex_state = 336}, + [1066] = {.lex_state = 331}, + [1067] = {.lex_state = 331}, + [1068] = {.lex_state = 282}, + [1069] = {.lex_state = 331}, + [1070] = {.lex_state = 349}, + [1071] = {.lex_state = 351}, + [1072] = {.lex_state = 352}, + [1073] = {.lex_state = 324}, + [1074] = {.lex_state = 331}, + [1075] = {.lex_state = 331}, + [1076] = {.lex_state = 282}, + [1077] = {.lex_state = 324}, + [1078] = {.lex_state = 331}, + [1079] = {.lex_state = 0}, + [1080] = {.lex_state = 329}, + [1081] = {.lex_state = 352}, + [1082] = {.lex_state = 282}, + [1083] = {.lex_state = 352}, + [1084] = {.lex_state = 352}, + [1085] = {.lex_state = 0}, + [1086] = {.lex_state = 336}, + [1087] = {.lex_state = 336}, + [1088] = {.lex_state = 352}, + [1089] = {.lex_state = 331}, + [1090] = {.lex_state = 282}, + [1091] = {.lex_state = 0}, + [1092] = {.lex_state = 0}, + [1093] = {.lex_state = 331}, + [1094] = {.lex_state = 282}, + [1095] = {.lex_state = 0}, + [1096] = {.lex_state = 0}, + [1097] = {.lex_state = 282}, + [1098] = {.lex_state = 0}, + [1099] = {.lex_state = 336}, + [1100] = {.lex_state = 282}, + [1101] = {.lex_state = 331}, + [1102] = {.lex_state = 282}, + [1103] = {.lex_state = 324}, + [1104] = {.lex_state = 324}, + [1105] = {.lex_state = 336}, + [1106] = {.lex_state = 282}, + [1107] = {.lex_state = 282}, + [1108] = {.lex_state = 331}, + [1109] = {.lex_state = 331}, + [1110] = {.lex_state = 282}, + [1111] = {.lex_state = 348}, + [1112] = {.lex_state = 282}, + [1113] = {.lex_state = 282}, + [1114] = {.lex_state = 349}, + [1115] = {.lex_state = 349}, + [1116] = {.lex_state = 349}, + [1117] = {.lex_state = 349}, + [1118] = {.lex_state = 349}, + [1119] = {.lex_state = 333}, + [1120] = {.lex_state = 350}, + [1121] = {.lex_state = 333}, + [1122] = {.lex_state = 350}, + [1123] = {.lex_state = 350}, + [1124] = {.lex_state = 305}, + [1125] = {.lex_state = 350}, + [1126] = {.lex_state = 350}, + [1127] = {.lex_state = 305}, + [1128] = {.lex_state = 350}, + [1129] = {.lex_state = 350}, + [1130] = {.lex_state = 305}, + [1131] = {.lex_state = 336}, + [1132] = {.lex_state = 336}, + [1133] = {.lex_state = 350}, + [1134] = {.lex_state = 336}, + [1135] = {.lex_state = 331}, + [1136] = {.lex_state = 331}, + [1137] = {.lex_state = 282}, + [1138] = {.lex_state = 331}, + [1139] = {.lex_state = 350}, + [1140] = {.lex_state = 353}, + [1141] = {.lex_state = 324}, + [1142] = {.lex_state = 0}, + [1143] = {.lex_state = 0}, + [1144] = {.lex_state = 331}, + [1145] = {.lex_state = 282}, + [1146] = {.lex_state = 0}, + [1147] = {.lex_state = 336}, + [1148] = {.lex_state = 0}, + [1149] = {.lex_state = 331}, + [1150] = {.lex_state = 0}, + [1151] = {.lex_state = 0}, + [1152] = {.lex_state = 282}, + [1153] = {.lex_state = 282}, + [1154] = {.lex_state = 353}, + [1155] = {.lex_state = 282}, + [1156] = {.lex_state = 0}, + [1157] = {.lex_state = 349}, + [1158] = {.lex_state = 349}, + [1159] = {.lex_state = 282}, + [1160] = {.lex_state = 336}, + [1161] = {.lex_state = 282}, + [1162] = {.lex_state = 331}, + [1163] = {.lex_state = 282}, + [1164] = {.lex_state = 352}, + [1165] = {.lex_state = 282}, + [1166] = {.lex_state = 282}, + [1167] = {.lex_state = 324}, + [1168] = {.lex_state = 300}, + [1169] = {.lex_state = 352}, + [1170] = {.lex_state = 282}, + [1171] = {.lex_state = 282}, + [1172] = {.lex_state = 0}, + [1173] = {.lex_state = 331}, + [1174] = {.lex_state = 282}, + [1175] = {.lex_state = 352}, + [1176] = {.lex_state = 352}, + [1177] = {.lex_state = 352}, + [1178] = {.lex_state = 324}, + [1179] = {.lex_state = 282}, + [1180] = {.lex_state = 331}, + [1181] = {.lex_state = 331}, + [1182] = {.lex_state = 282}, + [1183] = {.lex_state = 324}, + [1184] = {.lex_state = 331}, + [1185] = {.lex_state = 329}, + [1186] = {.lex_state = 336}, + [1187] = {.lex_state = 336}, + [1188] = {.lex_state = 336}, + [1189] = {.lex_state = 282}, + [1190] = {.lex_state = 282}, + [1191] = {.lex_state = 331}, + [1192] = {.lex_state = 324}, + [1193] = {.lex_state = 336}, + [1194] = {.lex_state = 282}, + [1195] = {.lex_state = 282}, + [1196] = {.lex_state = 350}, + [1197] = {.lex_state = 350}, + [1198] = {.lex_state = 350}, + [1199] = {.lex_state = 350}, + [1200] = {.lex_state = 350}, + [1201] = {.lex_state = 354}, + [1202] = {.lex_state = 324}, + [1203] = {.lex_state = 0}, + [1204] = {.lex_state = 0}, + [1205] = {.lex_state = 331}, + [1206] = {.lex_state = 282}, + [1207] = {.lex_state = 0}, + [1208] = {.lex_state = 336}, + [1209] = {.lex_state = 0}, + [1210] = {.lex_state = 331}, + [1211] = {.lex_state = 0}, + [1212] = {.lex_state = 0}, + [1213] = {.lex_state = 282}, + [1214] = {.lex_state = 282}, + [1215] = {.lex_state = 354}, + [1216] = {.lex_state = 282}, + [1217] = {.lex_state = 0}, + [1218] = {.lex_state = 350}, + [1219] = {.lex_state = 350}, + [1220] = {.lex_state = 282}, + [1221] = {.lex_state = 336}, + [1222] = {.lex_state = 282}, + [1223] = {.lex_state = 331}, + [1224] = {.lex_state = 282}, + [1225] = {.lex_state = 353}, + [1226] = {.lex_state = 324}, + [1227] = {.lex_state = 331}, + [1228] = {.lex_state = 331}, + [1229] = {.lex_state = 282}, + [1230] = {.lex_state = 324}, + [1231] = {.lex_state = 331}, + [1232] = {.lex_state = 0}, + [1233] = {.lex_state = 329}, + [1234] = {.lex_state = 353}, + [1235] = {.lex_state = 282}, + [1236] = {.lex_state = 353}, + [1237] = {.lex_state = 353}, + [1238] = {.lex_state = 0}, + [1239] = {.lex_state = 336}, + [1240] = {.lex_state = 336}, + [1241] = {.lex_state = 353}, + [1242] = {.lex_state = 349}, + [1243] = {.lex_state = 349}, + [1244] = {.lex_state = 336}, + [1245] = {.lex_state = 282}, + [1246] = {.lex_state = 282}, + [1247] = {.lex_state = 331}, + [1248] = {.lex_state = 336}, + [1249] = {.lex_state = 336}, + [1250] = {.lex_state = 352}, + [1251] = {.lex_state = 282}, + [1252] = {.lex_state = 282}, + [1253] = {.lex_state = 336}, + [1254] = {.lex_state = 331}, + [1255] = {.lex_state = 331}, + [1256] = {.lex_state = 282}, + [1257] = {.lex_state = 331}, + [1258] = {.lex_state = 282}, + [1259] = {.lex_state = 282}, + [1260] = {.lex_state = 324}, + [1261] = {.lex_state = 300}, + [1262] = {.lex_state = 282}, + [1263] = {.lex_state = 331}, + [1264] = {.lex_state = 282}, + [1265] = {.lex_state = 336}, + [1266] = {.lex_state = 282}, + [1267] = {.lex_state = 282}, + [1268] = {.lex_state = 324}, + [1269] = {.lex_state = 336}, + [1270] = {.lex_state = 282}, + [1271] = {.lex_state = 354}, + [1272] = {.lex_state = 324}, + [1273] = {.lex_state = 331}, + [1274] = {.lex_state = 331}, + [1275] = {.lex_state = 282}, + [1276] = {.lex_state = 324}, + [1277] = {.lex_state = 331}, + [1278] = {.lex_state = 0}, + [1279] = {.lex_state = 329}, + [1280] = {.lex_state = 354}, + [1281] = {.lex_state = 282}, + [1282] = {.lex_state = 354}, + [1283] = {.lex_state = 354}, + [1284] = {.lex_state = 0}, + [1285] = {.lex_state = 336}, + [1286] = {.lex_state = 336}, + [1287] = {.lex_state = 354}, + [1288] = {.lex_state = 350}, + [1289] = {.lex_state = 350}, + [1290] = {.lex_state = 336}, + [1291] = {.lex_state = 282}, + [1292] = {.lex_state = 282}, + [1293] = {.lex_state = 331}, + [1294] = {.lex_state = 353}, + [1295] = {.lex_state = 282}, + [1296] = {.lex_state = 282}, + [1297] = {.lex_state = 324}, + [1298] = {.lex_state = 300}, + [1299] = {.lex_state = 353}, + [1300] = {.lex_state = 282}, + [1301] = {.lex_state = 282}, + [1302] = {.lex_state = 0}, + [1303] = {.lex_state = 331}, + [1304] = {.lex_state = 282}, + [1305] = {.lex_state = 353}, + [1306] = {.lex_state = 353}, + [1307] = {.lex_state = 353}, + [1308] = {.lex_state = 349}, + [1309] = {.lex_state = 349}, + [1310] = {.lex_state = 336}, + [1311] = {.lex_state = 282}, + [1312] = {.lex_state = 282}, + [1313] = {.lex_state = 352}, + [1314] = {.lex_state = 352}, + [1315] = {.lex_state = 352}, + [1316] = {.lex_state = 282}, + [1317] = {.lex_state = 352}, + [1318] = {.lex_state = 282}, + [1319] = {.lex_state = 336}, + [1320] = {.lex_state = 282}, + [1321] = {.lex_state = 331}, + [1322] = {.lex_state = 282}, + [1323] = {.lex_state = 336}, + [1324] = {.lex_state = 336}, + [1325] = {.lex_state = 336}, + [1326] = {.lex_state = 331}, + [1327] = {.lex_state = 282}, + [1328] = {.lex_state = 331}, + [1329] = {.lex_state = 336}, + [1330] = {.lex_state = 282}, + [1331] = {.lex_state = 324}, + [1332] = {.lex_state = 336}, + [1333] = {.lex_state = 354}, + [1334] = {.lex_state = 282}, + [1335] = {.lex_state = 282}, + [1336] = {.lex_state = 324}, + [1337] = {.lex_state = 300}, + [1338] = {.lex_state = 354}, + [1339] = {.lex_state = 282}, + [1340] = {.lex_state = 282}, + [1341] = {.lex_state = 0}, + [1342] = {.lex_state = 331}, + [1343] = {.lex_state = 282}, + [1344] = {.lex_state = 354}, + [1345] = {.lex_state = 354}, + [1346] = {.lex_state = 354}, + [1347] = {.lex_state = 350}, + [1348] = {.lex_state = 350}, + [1349] = {.lex_state = 336}, + [1350] = {.lex_state = 282}, + [1351] = {.lex_state = 282}, + [1352] = {.lex_state = 336}, + [1353] = {.lex_state = 336}, + [1354] = {.lex_state = 353}, + [1355] = {.lex_state = 282}, + [1356] = {.lex_state = 282}, + [1357] = {.lex_state = 336}, + [1358] = {.lex_state = 331}, + [1359] = {.lex_state = 331}, + [1360] = {.lex_state = 282}, + [1361] = {.lex_state = 331}, + [1362] = {.lex_state = 349}, + [1363] = {.lex_state = 336}, + [1364] = {.lex_state = 282}, + [1365] = {.lex_state = 336}, + [1366] = {.lex_state = 352}, + [1367] = {.lex_state = 352}, + [1368] = {.lex_state = 352}, + [1369] = {.lex_state = 336}, + [1370] = {.lex_state = 282}, + [1371] = {.lex_state = 282}, + [1372] = {.lex_state = 331}, + [1373] = {.lex_state = 0}, + [1374] = {.lex_state = 336}, + [1375] = {.lex_state = 282}, + [1376] = {.lex_state = 331}, + [1377] = {.lex_state = 282}, + [1378] = {.lex_state = 336}, + [1379] = {.lex_state = 324}, + [1380] = {.lex_state = 336}, + [1381] = {.lex_state = 336}, + [1382] = {.lex_state = 354}, + [1383] = {.lex_state = 282}, + [1384] = {.lex_state = 282}, + [1385] = {.lex_state = 336}, + [1386] = {.lex_state = 331}, + [1387] = {.lex_state = 331}, + [1388] = {.lex_state = 282}, + [1389] = {.lex_state = 331}, + [1390] = {.lex_state = 350}, + [1391] = {.lex_state = 336}, + [1392] = {.lex_state = 282}, + [1393] = {.lex_state = 353}, + [1394] = {.lex_state = 353}, + [1395] = {.lex_state = 353}, + [1396] = {.lex_state = 282}, + [1397] = {.lex_state = 353}, + [1398] = {.lex_state = 282}, + [1399] = {.lex_state = 336}, + [1400] = {.lex_state = 282}, + [1401] = {.lex_state = 331}, + [1402] = {.lex_state = 282}, + [1403] = {.lex_state = 349}, + [1404] = {.lex_state = 336}, + [1405] = {.lex_state = 352}, + [1406] = {.lex_state = 352}, + [1407] = {.lex_state = 336}, + [1408] = {.lex_state = 282}, + [1409] = {.lex_state = 282}, + [1410] = {.lex_state = 336}, + [1411] = {.lex_state = 336}, + [1412] = {.lex_state = 282}, + [1413] = {.lex_state = 282}, + [1414] = {.lex_state = 331}, + [1415] = {.lex_state = 354}, + [1416] = {.lex_state = 354}, + [1417] = {.lex_state = 354}, + [1418] = {.lex_state = 282}, + [1419] = {.lex_state = 354}, + [1420] = {.lex_state = 282}, + [1421] = {.lex_state = 336}, + [1422] = {.lex_state = 282}, + [1423] = {.lex_state = 331}, + [1424] = {.lex_state = 282}, + [1425] = {.lex_state = 350}, + [1426] = {.lex_state = 336}, + [1427] = {.lex_state = 336}, + [1428] = {.lex_state = 353}, + [1429] = {.lex_state = 353}, + [1430] = {.lex_state = 353}, + [1431] = {.lex_state = 336}, + [1432] = {.lex_state = 282}, + [1433] = {.lex_state = 282}, + [1434] = {.lex_state = 331}, + [1435] = {.lex_state = 349}, + [1436] = {.lex_state = 352}, + [1437] = {.lex_state = 336}, + [1438] = {.lex_state = 282}, + [1439] = {.lex_state = 336}, + [1440] = {.lex_state = 282}, + [1441] = {.lex_state = 282}, + [1442] = {.lex_state = 336}, + [1443] = {.lex_state = 354}, + [1444] = {.lex_state = 354}, + [1445] = {.lex_state = 354}, + [1446] = {.lex_state = 336}, + [1447] = {.lex_state = 282}, + [1448] = {.lex_state = 282}, + [1449] = {.lex_state = 331}, + [1450] = {.lex_state = 350}, + [1451] = {.lex_state = 353}, + [1452] = {.lex_state = 353}, + [1453] = {.lex_state = 336}, + [1454] = {.lex_state = 282}, + [1455] = {.lex_state = 282}, + [1456] = {.lex_state = 352}, + [1457] = {.lex_state = 336}, + [1458] = {.lex_state = 336}, + [1459] = {.lex_state = 282}, + [1460] = {.lex_state = 354}, + [1461] = {.lex_state = 354}, + [1462] = {.lex_state = 336}, + [1463] = {.lex_state = 282}, + [1464] = {.lex_state = 282}, + [1465] = {.lex_state = 353}, + [1466] = {.lex_state = 336}, + [1467] = {.lex_state = 282}, + [1468] = {.lex_state = 352}, + [1469] = {.lex_state = 336}, + [1470] = {.lex_state = 354}, + [1471] = {.lex_state = 336}, + [1472] = {.lex_state = 282}, + [1473] = {.lex_state = 353}, + [1474] = {.lex_state = 336}, + [1475] = {.lex_state = 354}, + [1476] = {.lex_state = 336}, + [1477] = {.lex_state = 353}, + [1478] = {.lex_state = 354}, }; static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [0] = { - [sym_translation_unit] = STATE(17), - [sym_preproc_include] = STATE(1015), - [sym_preproc_def] = STATE(1015), - [sym_preproc_function_def] = STATE(1015), - [sym_preproc_params] = STATE(56), - [sym_preproc_call] = STATE(1015), - [sym_preproc_if] = STATE(1016), - [sym_preproc_if_in_compound_statement] = STATE(1017), - [sym_preproc_ifdef] = STATE(1016), - [sym_preproc_ifdef_in_compound_statement] = STATE(1018), - [sym_preproc_else] = STATE(1019), - [sym_preproc_else_in_compound_statement] = STATE(1020), - [sym_function_definition] = STATE(1021), - [sym_declaration] = STATE(1022), - [sym__declaration_specifiers] = STATE(1023), - [sym_linkage_specification] = STATE(1016), - [sym_declaration_list] = STATE(68), - [sym__declarator] = STATE(1024), - [sym__field_declarator] = STATE(1025), - [sym__abstract_declarator] = STATE(1026), - [sym_pointer_declarator] = STATE(44), - [sym_pointer_field_declarator] = STATE(123), - [sym_abstract_pointer_declarator] = STATE(132), - [sym_function_declarator] = STATE(44), - [sym_function_field_declarator] = STATE(124), - [sym_abstract_function_declarator] = STATE(132), - [sym_array_declarator] = STATE(44), - [sym_array_field_declarator] = STATE(125), - [sym_abstract_array_declarator] = STATE(132), - [sym_init_declarator] = STATE(1027), - [sym_compound_statement] = STATE(1028), - [sym_storage_class_specifier] = STATE(988), - [sym_type_qualifier] = STATE(1029), - [sym__type_specifier] = STATE(1030), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_enumerator_list] = STATE(1031), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_field_declaration_list] = STATE(1032), - [sym_field_declaration] = STATE(1033), - [sym_enumerator] = STATE(1034), - [sym_parameter_list] = STATE(1035), - [sym_parameter_declaration] = STATE(1036), - [sym_labeled_statement] = STATE(1037), - [sym_expression_statement] = STATE(1037), - [sym_if_statement] = STATE(1037), - [sym_switch_statement] = STATE(1037), - [sym_case_statement] = STATE(1037), - [sym_while_statement] = STATE(1037), - [sym_do_statement] = STATE(1037), - [sym_for_statement] = STATE(1037), - [sym_return_statement] = STATE(1037), - [sym_break_statement] = STATE(1037), - [sym_continue_statement] = STATE(1037), - [sym_goto_statement] = STATE(1037), - [sym__expression] = STATE(1038), - [sym_comma_expression] = STATE(1039), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(1040), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_argument_list] = STATE(307), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(1041), - [sym__initializer_list_contents] = STATE(334), - [sym_designator] = STATE(1042), - [sym_concatenated_string] = STATE(166), - [sym__empty_declaration] = STATE(1015), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_translation_unit_repeat1] = STATE(1043), - [aux_sym_preproc_params_repeat1] = STATE(194), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1044), - [aux_sym_declaration_repeat1] = STATE(97), - [aux_sym__declaration_specifiers_repeat1] = STATE(1045), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_enumerator_list_repeat1] = STATE(116), - [aux_sym_field_declaration_list_repeat1] = STATE(78), - [aux_sym_field_declaration_repeat1] = STATE(225), - [aux_sym_parameter_list_repeat1] = STATE(236), - [aux_sym_for_statement_repeat1] = STATE(1046), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [aux_sym__initializer_list_contents_repeat1] = STATE(1047), - [aux_sym_concatenated_string_repeat1] = STATE(286), [ts_builtin_sym_end] = ACTIONS(1), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(5), - [anon_sym_LPAREN] = ACTIONS(7), - [anon_sym_DOT_DOT_DOT] = ACTIONS(9), - [anon_sym_COMMA] = ACTIONS(11), - [anon_sym_RPAREN] = ACTIONS(13), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(15), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(17), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(19), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(23), - [sym_preproc_directive] = ACTIONS(25), - [anon_sym_SEMI] = ACTIONS(27), - [anon_sym_extern] = ACTIONS(29), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_RBRACE] = ACTIONS(33), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_LBRACK] = ACTIONS(37), - [anon_sym_RBRACK] = ACTIONS(39), - [anon_sym_EQ] = ACTIONS(41), - [anon_sym_typedef] = ACTIONS(43), - [anon_sym_static] = ACTIONS(43), - [anon_sym_auto] = ACTIONS(43), - [anon_sym_register] = ACTIONS(43), - [anon_sym_const] = ACTIONS(45), - [anon_sym_restrict] = ACTIONS(45), - [anon_sym_volatile] = ACTIONS(45), - [sym_function_specifier] = ACTIONS(47), - [anon_sym_unsigned] = ACTIONS(49), - [anon_sym_long] = ACTIONS(49), - [anon_sym_short] = ACTIONS(49), - [anon_sym_enum] = ACTIONS(51), - [anon_sym_struct] = ACTIONS(53), - [anon_sym_union] = ACTIONS(55), - [anon_sym_COLON] = ACTIONS(57), - [anon_sym_if] = ACTIONS(59), - [anon_sym_else] = ACTIONS(61), - [anon_sym_switch] = ACTIONS(63), - [anon_sym_case] = ACTIONS(65), - [anon_sym_default] = ACTIONS(67), - [anon_sym_while] = ACTIONS(69), - [anon_sym_do] = ACTIONS(71), - [anon_sym_for] = ACTIONS(73), - [anon_sym_return] = ACTIONS(75), - [anon_sym_break] = ACTIONS(77), - [anon_sym_continue] = ACTIONS(79), - [anon_sym_goto] = ACTIONS(81), - [anon_sym_QMARK] = ACTIONS(83), - [anon_sym_STAR_EQ] = ACTIONS(85), - [anon_sym_SLASH_EQ] = ACTIONS(85), - [anon_sym_PERCENT_EQ] = ACTIONS(85), - [anon_sym_PLUS_EQ] = ACTIONS(85), - [anon_sym_DASH_EQ] = ACTIONS(85), - [anon_sym_LT_LT_EQ] = ACTIONS(85), - [anon_sym_GT_GT_EQ] = ACTIONS(85), - [anon_sym_AMP_EQ] = ACTIONS(85), - [anon_sym_CARET_EQ] = ACTIONS(85), - [anon_sym_PIPE_EQ] = ACTIONS(85), - [anon_sym_AMP] = ACTIONS(87), - [anon_sym_PIPE_PIPE] = ACTIONS(89), - [anon_sym_BANG] = ACTIONS(91), - [anon_sym_PIPE] = ACTIONS(93), - [anon_sym_CARET] = ACTIONS(93), - [anon_sym_TILDE] = ACTIONS(95), - [anon_sym_EQ_EQ] = ACTIONS(97), - [anon_sym_BANG_EQ] = ACTIONS(97), - [anon_sym_LT] = ACTIONS(99), - [anon_sym_GT] = ACTIONS(99), - [anon_sym_LT_EQ] = ACTIONS(101), - [anon_sym_GT_EQ] = ACTIONS(101), - [anon_sym_LT_LT] = ACTIONS(103), - [anon_sym_GT_GT] = ACTIONS(103), - [anon_sym_PLUS] = ACTIONS(105), - [anon_sym_DASH] = ACTIONS(105), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_PERCENT] = ACTIONS(107), - [anon_sym_DASH_DASH] = ACTIONS(109), - [anon_sym_sizeof] = ACTIONS(111), - [anon_sym_DOT] = ACTIONS(113), - [anon_sym_DASH_GT] = ACTIONS(115), - [sym_number_literal] = ACTIONS(117), - [sym_char_literal] = ACTIONS(117), - [sym_string_literal] = ACTIONS(119), - [sym_identifier] = ACTIONS(121), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1), + [anon_sym_COMMA] = ACTIONS(1), + [anon_sym_RPAREN] = ACTIONS(1), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3), + [sym_preproc_directive] = ACTIONS(5), + [anon_sym_SEMI] = ACTIONS(1), + [anon_sym_extern] = ACTIONS(3), + [anon_sym_LBRACE] = ACTIONS(1), + [anon_sym_RBRACE] = ACTIONS(1), + [anon_sym_STAR] = ACTIONS(3), + [anon_sym_LBRACK] = ACTIONS(1), + [anon_sym_RBRACK] = ACTIONS(1), + [anon_sym_EQ] = ACTIONS(3), + [anon_sym_typedef] = ACTIONS(3), + [anon_sym_static] = ACTIONS(3), + [anon_sym_auto] = ACTIONS(3), + [anon_sym_register] = ACTIONS(3), + [anon_sym_const] = ACTIONS(3), + [anon_sym_restrict] = ACTIONS(3), + [anon_sym_volatile] = ACTIONS(3), + [sym_function_specifier] = ACTIONS(3), + [anon_sym_unsigned] = ACTIONS(3), + [anon_sym_long] = ACTIONS(3), + [anon_sym_short] = ACTIONS(3), + [anon_sym_enum] = ACTIONS(3), + [anon_sym_struct] = ACTIONS(3), + [anon_sym_union] = ACTIONS(3), + [anon_sym_COLON] = ACTIONS(1), + [anon_sym_if] = ACTIONS(3), + [anon_sym_else] = ACTIONS(3), + [anon_sym_switch] = ACTIONS(3), + [anon_sym_case] = ACTIONS(3), + [anon_sym_default] = ACTIONS(3), + [anon_sym_while] = ACTIONS(3), + [anon_sym_do] = ACTIONS(3), + [anon_sym_for] = ACTIONS(3), + [anon_sym_return] = ACTIONS(3), + [anon_sym_break] = ACTIONS(3), + [anon_sym_continue] = ACTIONS(3), + [anon_sym_goto] = ACTIONS(3), + [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_AMP] = ACTIONS(3), + [anon_sym_PIPE_PIPE] = ACTIONS(1), + [anon_sym_AMP_AMP] = ACTIONS(1), + [anon_sym_BANG] = ACTIONS(3), + [anon_sym_PIPE] = ACTIONS(3), + [anon_sym_CARET] = ACTIONS(3), + [anon_sym_TILDE] = ACTIONS(1), + [anon_sym_EQ_EQ] = ACTIONS(1), + [anon_sym_BANG_EQ] = ACTIONS(1), + [anon_sym_LT] = ACTIONS(3), + [anon_sym_GT] = ACTIONS(3), + [anon_sym_LT_EQ] = ACTIONS(1), + [anon_sym_GT_EQ] = ACTIONS(1), + [anon_sym_LT_LT] = ACTIONS(3), + [anon_sym_GT_GT] = ACTIONS(3), + [anon_sym_PLUS] = ACTIONS(3), + [anon_sym_DASH] = ACTIONS(3), + [anon_sym_SLASH] = ACTIONS(3), + [anon_sym_PERCENT] = ACTIONS(3), + [anon_sym_DASH_DASH] = ACTIONS(1), + [anon_sym_PLUS_PLUS] = ACTIONS(1), + [anon_sym_sizeof] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(3), + [anon_sym_DASH_GT] = ACTIONS(1), + [sym_number_literal] = ACTIONS(3), + [sym_char_literal] = ACTIONS(3), + [sym_string_literal] = ACTIONS(1), + [sym_identifier] = ACTIONS(5), + [sym_comment] = ACTIONS(7), }, [1] = { [sym_translation_unit] = STATE(17), @@ -15033,307 +7125,224 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_translation_unit_repeat1] = STATE(22), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [ts_builtin_sym_end] = ACTIONS(125), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(131), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(133), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(135), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_extern] = ACTIONS(139), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [sym_identifier] = ACTIONS(155), - [sym_comment] = ACTIONS(123), + [ts_builtin_sym_end] = ACTIONS(10), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(12), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(14), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(16), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(18), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(20), + [sym_preproc_directive] = ACTIONS(22), + [anon_sym_extern] = ACTIONS(24), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, [2] = { - [sym_string_literal] = ACTIONS(157), - [sym_system_lib_string] = ACTIONS(159), - [sym_comment] = ACTIONS(123), + [sym_string_literal] = ACTIONS(44), + [sym_system_lib_string] = ACTIONS(46), + [sym_comment] = ACTIONS(42), }, [3] = { - [sym_identifier] = ACTIONS(161), - [sym_comment] = ACTIONS(123), + [sym_identifier] = ACTIONS(48), + [sym_comment] = ACTIONS(42), }, [4] = { - [sym_preproc_arg] = ACTIONS(163), - [sym_comment] = ACTIONS(165), + [sym_preproc_arg] = ACTIONS(50), + [sym_comment] = ACTIONS(52), }, [5] = { - [sym_identifier] = ACTIONS(167), - [sym_comment] = ACTIONS(123), + [sym_identifier] = ACTIONS(54), + [sym_comment] = ACTIONS(42), }, [6] = { - [sym_identifier] = ACTIONS(169), - [sym_comment] = ACTIONS(123), + [sym_identifier] = ACTIONS(56), + [sym_comment] = ACTIONS(42), }, [7] = { - [sym_preproc_arg] = ACTIONS(171), - [sym_comment] = ACTIONS(165), + [sym_preproc_arg] = ACTIONS(58), + [sym_comment] = ACTIONS(52), }, [8] = { - [anon_sym_extern] = ACTIONS(173), - [anon_sym_typedef] = ACTIONS(173), - [anon_sym_static] = ACTIONS(173), - [anon_sym_auto] = ACTIONS(173), - [anon_sym_register] = ACTIONS(173), - [anon_sym_const] = ACTIONS(173), - [anon_sym_restrict] = ACTIONS(173), - [anon_sym_volatile] = ACTIONS(173), - [sym_function_specifier] = ACTIONS(173), - [anon_sym_unsigned] = ACTIONS(173), - [anon_sym_long] = ACTIONS(173), - [anon_sym_short] = ACTIONS(173), - [anon_sym_enum] = ACTIONS(173), - [anon_sym_struct] = ACTIONS(173), - [anon_sym_union] = ACTIONS(173), - [sym_string_literal] = ACTIONS(175), - [sym_identifier] = ACTIONS(177), - [sym_comment] = ACTIONS(123), + [anon_sym_extern] = ACTIONS(60), + [anon_sym_typedef] = ACTIONS(60), + [anon_sym_static] = ACTIONS(60), + [anon_sym_auto] = ACTIONS(60), + [anon_sym_register] = ACTIONS(60), + [anon_sym_const] = ACTIONS(60), + [anon_sym_restrict] = ACTIONS(60), + [anon_sym_volatile] = ACTIONS(60), + [sym_function_specifier] = ACTIONS(60), + [anon_sym_unsigned] = ACTIONS(60), + [anon_sym_long] = ACTIONS(60), + [anon_sym_short] = ACTIONS(60), + [anon_sym_enum] = ACTIONS(60), + [anon_sym_struct] = ACTIONS(60), + [anon_sym_union] = ACTIONS(60), + [sym_string_literal] = ACTIONS(62), + [sym_identifier] = ACTIONS(64), + [sym_comment] = ACTIONS(42), }, [9] = { - [anon_sym_LPAREN] = ACTIONS(179), - [anon_sym_COMMA] = ACTIONS(179), - [anon_sym_RPAREN] = ACTIONS(179), - [anon_sym_SEMI] = ACTIONS(179), - [anon_sym_extern] = ACTIONS(173), - [anon_sym_STAR] = ACTIONS(179), - [anon_sym_LBRACK] = ACTIONS(179), - [anon_sym_RBRACK] = ACTIONS(179), - [anon_sym_typedef] = ACTIONS(173), - [anon_sym_static] = ACTIONS(173), - [anon_sym_auto] = ACTIONS(173), - [anon_sym_register] = ACTIONS(173), - [anon_sym_const] = ACTIONS(173), - [anon_sym_restrict] = ACTIONS(173), - [anon_sym_volatile] = ACTIONS(173), - [sym_function_specifier] = ACTIONS(173), - [anon_sym_unsigned] = ACTIONS(173), - [anon_sym_long] = ACTIONS(173), - [anon_sym_short] = ACTIONS(173), - [anon_sym_enum] = ACTIONS(173), - [anon_sym_struct] = ACTIONS(173), - [anon_sym_union] = ACTIONS(173), - [anon_sym_COLON] = ACTIONS(179), - [anon_sym_AMP] = ACTIONS(179), - [anon_sym_BANG] = ACTIONS(179), - [anon_sym_TILDE] = ACTIONS(179), - [anon_sym_PLUS] = ACTIONS(173), - [anon_sym_DASH] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(179), - [anon_sym_PLUS_PLUS] = ACTIONS(179), - [anon_sym_sizeof] = ACTIONS(173), - [sym_number_literal] = ACTIONS(173), - [sym_char_literal] = ACTIONS(173), - [sym_string_literal] = ACTIONS(179), - [sym_identifier] = ACTIONS(177), - [sym_comment] = ACTIONS(123), + [anon_sym_extern] = ACTIONS(60), + [anon_sym_typedef] = ACTIONS(60), + [anon_sym_static] = ACTIONS(60), + [anon_sym_auto] = ACTIONS(60), + [anon_sym_register] = ACTIONS(60), + [anon_sym_const] = ACTIONS(60), + [anon_sym_restrict] = ACTIONS(60), + [anon_sym_volatile] = ACTIONS(60), + [sym_function_specifier] = ACTIONS(60), + [anon_sym_unsigned] = ACTIONS(60), + [anon_sym_long] = ACTIONS(60), + [anon_sym_short] = ACTIONS(60), + [anon_sym_enum] = ACTIONS(60), + [anon_sym_struct] = ACTIONS(60), + [anon_sym_union] = ACTIONS(60), + [sym_identifier] = ACTIONS(64), + [sym_comment] = ACTIONS(42), }, [10] = { - [anon_sym_LPAREN] = ACTIONS(181), - [anon_sym_COMMA] = ACTIONS(181), - [anon_sym_RPAREN] = ACTIONS(181), - [anon_sym_SEMI] = ACTIONS(181), - [anon_sym_extern] = ACTIONS(183), - [anon_sym_STAR] = ACTIONS(181), - [anon_sym_LBRACK] = ACTIONS(181), - [anon_sym_RBRACK] = ACTIONS(181), - [anon_sym_typedef] = ACTIONS(183), - [anon_sym_static] = ACTIONS(183), - [anon_sym_auto] = ACTIONS(183), - [anon_sym_register] = ACTIONS(183), - [anon_sym_const] = ACTIONS(183), - [anon_sym_restrict] = ACTIONS(183), - [anon_sym_volatile] = ACTIONS(183), - [sym_function_specifier] = ACTIONS(183), - [anon_sym_unsigned] = ACTIONS(183), - [anon_sym_long] = ACTIONS(183), - [anon_sym_short] = ACTIONS(183), - [anon_sym_enum] = ACTIONS(183), - [anon_sym_struct] = ACTIONS(183), - [anon_sym_union] = ACTIONS(183), - [anon_sym_COLON] = ACTIONS(181), - [anon_sym_AMP] = ACTIONS(181), - [anon_sym_BANG] = ACTIONS(181), - [anon_sym_TILDE] = ACTIONS(181), - [anon_sym_PLUS] = ACTIONS(183), - [anon_sym_DASH] = ACTIONS(183), - [anon_sym_DASH_DASH] = ACTIONS(181), - [anon_sym_PLUS_PLUS] = ACTIONS(181), - [anon_sym_sizeof] = ACTIONS(183), - [sym_number_literal] = ACTIONS(183), - [sym_char_literal] = ACTIONS(183), - [sym_string_literal] = ACTIONS(181), - [sym_identifier] = ACTIONS(185), - [sym_comment] = ACTIONS(123), + [anon_sym_extern] = ACTIONS(66), + [anon_sym_typedef] = ACTIONS(66), + [anon_sym_static] = ACTIONS(66), + [anon_sym_auto] = ACTIONS(66), + [anon_sym_register] = ACTIONS(66), + [anon_sym_const] = ACTIONS(66), + [anon_sym_restrict] = ACTIONS(66), + [anon_sym_volatile] = ACTIONS(66), + [sym_function_specifier] = ACTIONS(66), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), + [anon_sym_enum] = ACTIONS(66), + [anon_sym_struct] = ACTIONS(66), + [anon_sym_union] = ACTIONS(66), + [sym_identifier] = ACTIONS(68), + [sym_comment] = ACTIONS(42), }, [11] = { - [anon_sym_LPAREN] = ACTIONS(187), - [anon_sym_COMMA] = ACTIONS(187), - [anon_sym_RPAREN] = ACTIONS(187), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_extern] = ACTIONS(189), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_LBRACK] = ACTIONS(187), - [anon_sym_RBRACK] = ACTIONS(187), - [anon_sym_typedef] = ACTIONS(189), - [anon_sym_static] = ACTIONS(189), - [anon_sym_auto] = ACTIONS(189), - [anon_sym_register] = ACTIONS(189), - [anon_sym_const] = ACTIONS(189), - [anon_sym_restrict] = ACTIONS(189), - [anon_sym_volatile] = ACTIONS(189), - [sym_function_specifier] = ACTIONS(189), - [anon_sym_unsigned] = ACTIONS(189), - [anon_sym_long] = ACTIONS(189), - [anon_sym_short] = ACTIONS(189), - [anon_sym_enum] = ACTIONS(189), - [anon_sym_struct] = ACTIONS(189), - [anon_sym_union] = ACTIONS(189), - [anon_sym_COLON] = ACTIONS(187), - [anon_sym_AMP] = ACTIONS(187), - [anon_sym_BANG] = ACTIONS(187), - [anon_sym_TILDE] = ACTIONS(187), - [anon_sym_PLUS] = ACTIONS(189), - [anon_sym_DASH] = ACTIONS(189), - [anon_sym_DASH_DASH] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_sizeof] = ACTIONS(189), - [sym_number_literal] = ACTIONS(189), - [sym_char_literal] = ACTIONS(189), - [sym_string_literal] = ACTIONS(187), - [sym_identifier] = ACTIONS(191), - [sym_comment] = ACTIONS(123), + [anon_sym_extern] = ACTIONS(70), + [anon_sym_typedef] = ACTIONS(70), + [anon_sym_static] = ACTIONS(70), + [anon_sym_auto] = ACTIONS(70), + [anon_sym_register] = ACTIONS(70), + [anon_sym_const] = ACTIONS(70), + [anon_sym_restrict] = ACTIONS(70), + [anon_sym_volatile] = ACTIONS(70), + [sym_function_specifier] = ACTIONS(70), + [anon_sym_unsigned] = ACTIONS(70), + [anon_sym_long] = ACTIONS(70), + [anon_sym_short] = ACTIONS(70), + [anon_sym_enum] = ACTIONS(70), + [anon_sym_struct] = ACTIONS(70), + [anon_sym_union] = ACTIONS(70), + [sym_identifier] = ACTIONS(72), + [sym_comment] = ACTIONS(42), }, [12] = { - [anon_sym_LPAREN] = ACTIONS(193), - [anon_sym_COMMA] = ACTIONS(193), - [anon_sym_RPAREN] = ACTIONS(193), - [anon_sym_SEMI] = ACTIONS(193), - [anon_sym_extern] = ACTIONS(195), - [anon_sym_STAR] = ACTIONS(193), - [anon_sym_LBRACK] = ACTIONS(193), - [anon_sym_RBRACK] = ACTIONS(193), - [anon_sym_typedef] = ACTIONS(195), - [anon_sym_static] = ACTIONS(195), - [anon_sym_auto] = ACTIONS(195), - [anon_sym_register] = ACTIONS(195), - [anon_sym_const] = ACTIONS(195), - [anon_sym_restrict] = ACTIONS(195), - [anon_sym_volatile] = ACTIONS(195), - [sym_function_specifier] = ACTIONS(195), - [anon_sym_unsigned] = ACTIONS(195), - [anon_sym_long] = ACTIONS(195), - [anon_sym_short] = ACTIONS(195), - [anon_sym_COLON] = ACTIONS(193), - [anon_sym_AMP] = ACTIONS(193), - [anon_sym_BANG] = ACTIONS(193), - [anon_sym_TILDE] = ACTIONS(193), - [anon_sym_PLUS] = ACTIONS(195), - [anon_sym_DASH] = ACTIONS(195), - [anon_sym_DASH_DASH] = ACTIONS(193), - [anon_sym_PLUS_PLUS] = ACTIONS(193), - [anon_sym_sizeof] = ACTIONS(195), - [sym_number_literal] = ACTIONS(195), - [sym_char_literal] = ACTIONS(195), - [sym_string_literal] = ACTIONS(193), - [sym_identifier] = ACTIONS(197), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(74), + [anon_sym_COMMA] = ACTIONS(74), + [anon_sym_RPAREN] = ACTIONS(74), + [anon_sym_SEMI] = ACTIONS(74), + [anon_sym_extern] = ACTIONS(76), + [anon_sym_STAR] = ACTIONS(74), + [anon_sym_LBRACK] = ACTIONS(74), + [anon_sym_typedef] = ACTIONS(76), + [anon_sym_static] = ACTIONS(76), + [anon_sym_auto] = ACTIONS(76), + [anon_sym_register] = ACTIONS(76), + [anon_sym_const] = ACTIONS(76), + [anon_sym_restrict] = ACTIONS(76), + [anon_sym_volatile] = ACTIONS(76), + [sym_function_specifier] = ACTIONS(76), + [anon_sym_unsigned] = ACTIONS(76), + [anon_sym_long] = ACTIONS(76), + [anon_sym_short] = ACTIONS(76), + [anon_sym_COLON] = ACTIONS(74), + [sym_identifier] = ACTIONS(78), + [sym_comment] = ACTIONS(42), }, [13] = { [sym_enumerator_list] = STATE(34), - [anon_sym_LBRACE] = ACTIONS(199), - [sym_identifier] = ACTIONS(201), - [sym_comment] = ACTIONS(123), + [anon_sym_LBRACE] = ACTIONS(80), + [sym_identifier] = ACTIONS(82), + [sym_comment] = ACTIONS(42), }, [14] = { [sym_field_declaration_list] = STATE(37), - [anon_sym_LBRACE] = ACTIONS(203), - [sym_identifier] = ACTIONS(205), - [sym_comment] = ACTIONS(123), + [anon_sym_LBRACE] = ACTIONS(84), + [sym_identifier] = ACTIONS(86), + [sym_comment] = ACTIONS(42), }, [15] = { [sym_field_declaration_list] = STATE(39), - [anon_sym_LBRACE] = ACTIONS(203), - [sym_identifier] = ACTIONS(207), - [sym_comment] = ACTIONS(123), + [anon_sym_LBRACE] = ACTIONS(84), + [sym_identifier] = ACTIONS(88), + [sym_comment] = ACTIONS(42), }, [16] = { - [anon_sym_LPAREN] = ACTIONS(209), - [anon_sym_COMMA] = ACTIONS(212), - [anon_sym_RPAREN] = ACTIONS(212), - [anon_sym_SEMI] = ACTIONS(212), - [anon_sym_extern] = ACTIONS(214), - [anon_sym_STAR] = ACTIONS(212), - [anon_sym_LBRACK] = ACTIONS(212), - [anon_sym_RBRACK] = ACTIONS(212), - [anon_sym_typedef] = ACTIONS(214), - [anon_sym_static] = ACTIONS(214), - [anon_sym_auto] = ACTIONS(214), - [anon_sym_register] = ACTIONS(214), - [anon_sym_const] = ACTIONS(214), - [anon_sym_restrict] = ACTIONS(214), - [anon_sym_volatile] = ACTIONS(214), - [sym_function_specifier] = ACTIONS(214), - [anon_sym_COLON] = ACTIONS(212), - [anon_sym_AMP] = ACTIONS(212), - [anon_sym_BANG] = ACTIONS(212), - [anon_sym_TILDE] = ACTIONS(212), - [anon_sym_PLUS] = ACTIONS(214), - [anon_sym_DASH] = ACTIONS(214), - [anon_sym_DASH_DASH] = ACTIONS(212), - [anon_sym_PLUS_PLUS] = ACTIONS(212), - [anon_sym_sizeof] = ACTIONS(214), - [sym_number_literal] = ACTIONS(214), - [sym_char_literal] = ACTIONS(214), - [sym_string_literal] = ACTIONS(212), - [sym_identifier] = ACTIONS(216), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(90), + [anon_sym_COMMA] = ACTIONS(93), + [anon_sym_RPAREN] = ACTIONS(93), + [anon_sym_SEMI] = ACTIONS(93), + [anon_sym_extern] = ACTIONS(95), + [anon_sym_STAR] = ACTIONS(93), + [anon_sym_LBRACK] = ACTIONS(93), + [anon_sym_typedef] = ACTIONS(95), + [anon_sym_static] = ACTIONS(95), + [anon_sym_auto] = ACTIONS(95), + [anon_sym_register] = ACTIONS(95), + [anon_sym_const] = ACTIONS(95), + [anon_sym_restrict] = ACTIONS(95), + [anon_sym_volatile] = ACTIONS(95), + [sym_function_specifier] = ACTIONS(95), + [anon_sym_COLON] = ACTIONS(93), + [sym_identifier] = ACTIONS(97), + [sym_comment] = ACTIONS(42), }, [17] = { - [ts_builtin_sym_end] = ACTIONS(218), - [sym_comment] = ACTIONS(123), + [ts_builtin_sym_end] = ACTIONS(99), + [sym_comment] = ACTIONS(42), }, [18] = { - [ts_builtin_sym_end] = ACTIONS(220), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(222), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(222), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(222), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(222), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(222), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(222), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(222), - [sym_preproc_directive] = ACTIONS(224), - [anon_sym_extern] = ACTIONS(222), - [anon_sym_RBRACE] = ACTIONS(220), - [anon_sym_typedef] = ACTIONS(222), - [anon_sym_static] = ACTIONS(222), - [anon_sym_auto] = ACTIONS(222), - [anon_sym_register] = ACTIONS(222), - [anon_sym_const] = ACTIONS(222), - [anon_sym_restrict] = ACTIONS(222), - [anon_sym_volatile] = ACTIONS(222), - [sym_function_specifier] = ACTIONS(222), - [anon_sym_unsigned] = ACTIONS(222), - [anon_sym_long] = ACTIONS(222), - [anon_sym_short] = ACTIONS(222), - [anon_sym_enum] = ACTIONS(222), - [anon_sym_struct] = ACTIONS(222), - [anon_sym_union] = ACTIONS(222), - [sym_identifier] = ACTIONS(224), - [sym_comment] = ACTIONS(123), + [ts_builtin_sym_end] = ACTIONS(101), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(103), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(103), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(103), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(103), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(103), + [sym_preproc_directive] = ACTIONS(105), + [anon_sym_extern] = ACTIONS(103), + [anon_sym_RBRACE] = ACTIONS(101), + [anon_sym_typedef] = ACTIONS(103), + [anon_sym_static] = ACTIONS(103), + [anon_sym_auto] = ACTIONS(103), + [anon_sym_register] = ACTIONS(103), + [anon_sym_const] = ACTIONS(103), + [anon_sym_restrict] = ACTIONS(103), + [anon_sym_volatile] = ACTIONS(103), + [sym_function_specifier] = ACTIONS(103), + [anon_sym_unsigned] = ACTIONS(103), + [anon_sym_long] = ACTIONS(103), + [anon_sym_short] = ACTIONS(103), + [anon_sym_enum] = ACTIONS(103), + [anon_sym_struct] = ACTIONS(103), + [anon_sym_union] = ACTIONS(103), + [sym_identifier] = ACTIONS(105), + [sym_comment] = ACTIONS(42), }, [19] = { [sym__declarator] = STATE(45), @@ -15341,90 +7350,66 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_function_declarator] = STATE(44), [sym_array_declarator] = STATE(44), [sym_init_declarator] = STATE(46), - [anon_sym_LPAREN] = ACTIONS(226), - [anon_sym_SEMI] = ACTIONS(228), - [anon_sym_STAR] = ACTIONS(230), - [sym_identifier] = ACTIONS(232), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(107), + [anon_sym_SEMI] = ACTIONS(109), + [anon_sym_STAR] = ACTIONS(111), + [sym_identifier] = ACTIONS(113), + [sym_comment] = ACTIONS(42), }, [20] = { - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [aux_sym__declaration_specifiers_repeat1] = STATE(47), - [anon_sym_LPAREN] = ACTIONS(234), - [anon_sym_COMMA] = ACTIONS(234), - [anon_sym_RPAREN] = ACTIONS(234), - [anon_sym_SEMI] = ACTIONS(234), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(234), - [anon_sym_LBRACK] = ACTIONS(234), - [anon_sym_RBRACK] = ACTIONS(234), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_COLON] = ACTIONS(234), - [anon_sym_AMP] = ACTIONS(234), - [anon_sym_BANG] = ACTIONS(234), - [anon_sym_TILDE] = ACTIONS(234), - [anon_sym_PLUS] = ACTIONS(236), - [anon_sym_DASH] = ACTIONS(236), - [anon_sym_DASH_DASH] = ACTIONS(234), - [anon_sym_PLUS_PLUS] = ACTIONS(234), - [anon_sym_sizeof] = ACTIONS(236), - [sym_number_literal] = ACTIONS(236), - [sym_char_literal] = ACTIONS(236), - [sym_string_literal] = ACTIONS(234), - [sym_identifier] = ACTIONS(238), - [sym_comment] = ACTIONS(123), + [sym_storage_class_specifier] = STATE(49), + [sym_type_qualifier] = STATE(49), + [aux_sym__declaration_specifiers_repeat1] = STATE(50), + [anon_sym_LPAREN] = ACTIONS(115), + [anon_sym_COMMA] = ACTIONS(115), + [anon_sym_RPAREN] = ACTIONS(115), + [anon_sym_SEMI] = ACTIONS(115), + [anon_sym_extern] = ACTIONS(117), + [anon_sym_STAR] = ACTIONS(115), + [anon_sym_LBRACK] = ACTIONS(115), + [anon_sym_typedef] = ACTIONS(117), + [anon_sym_static] = ACTIONS(117), + [anon_sym_auto] = ACTIONS(117), + [anon_sym_register] = ACTIONS(117), + [anon_sym_const] = ACTIONS(119), + [anon_sym_restrict] = ACTIONS(119), + [anon_sym_volatile] = ACTIONS(119), + [sym_function_specifier] = ACTIONS(121), + [anon_sym_COLON] = ACTIONS(115), + [sym_identifier] = ACTIONS(123), + [sym_comment] = ACTIONS(42), }, [21] = { - [anon_sym_LPAREN] = ACTIONS(240), - [anon_sym_COMMA] = ACTIONS(240), - [anon_sym_RPAREN] = ACTIONS(240), - [anon_sym_SEMI] = ACTIONS(240), - [anon_sym_extern] = ACTIONS(242), - [anon_sym_STAR] = ACTIONS(240), - [anon_sym_LBRACK] = ACTIONS(240), - [anon_sym_RBRACK] = ACTIONS(240), - [anon_sym_typedef] = ACTIONS(242), - [anon_sym_static] = ACTIONS(242), - [anon_sym_auto] = ACTIONS(242), - [anon_sym_register] = ACTIONS(242), - [anon_sym_const] = ACTIONS(242), - [anon_sym_restrict] = ACTIONS(242), - [anon_sym_volatile] = ACTIONS(242), - [sym_function_specifier] = ACTIONS(242), - [anon_sym_COLON] = ACTIONS(240), - [anon_sym_AMP] = ACTIONS(240), - [anon_sym_BANG] = ACTIONS(240), - [anon_sym_TILDE] = ACTIONS(240), - [anon_sym_PLUS] = ACTIONS(242), - [anon_sym_DASH] = ACTIONS(242), - [anon_sym_DASH_DASH] = ACTIONS(240), - [anon_sym_PLUS_PLUS] = ACTIONS(240), - [anon_sym_sizeof] = ACTIONS(242), - [sym_number_literal] = ACTIONS(242), - [sym_char_literal] = ACTIONS(242), - [sym_string_literal] = ACTIONS(240), - [sym_identifier] = ACTIONS(244), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(125), + [anon_sym_COMMA] = ACTIONS(125), + [anon_sym_RPAREN] = ACTIONS(125), + [anon_sym_SEMI] = ACTIONS(125), + [anon_sym_extern] = ACTIONS(127), + [anon_sym_STAR] = ACTIONS(125), + [anon_sym_LBRACK] = ACTIONS(125), + [anon_sym_typedef] = ACTIONS(127), + [anon_sym_static] = ACTIONS(127), + [anon_sym_auto] = ACTIONS(127), + [anon_sym_register] = ACTIONS(127), + [anon_sym_const] = ACTIONS(127), + [anon_sym_restrict] = ACTIONS(127), + [anon_sym_volatile] = ACTIONS(127), + [sym_function_specifier] = ACTIONS(127), + [anon_sym_COLON] = ACTIONS(125), + [sym_identifier] = ACTIONS(129), + [sym_comment] = ACTIONS(42), }, [22] = { - [sym_preproc_include] = STATE(48), - [sym_preproc_def] = STATE(48), - [sym_preproc_function_def] = STATE(48), - [sym_preproc_call] = STATE(48), - [sym_preproc_if] = STATE(48), - [sym_preproc_ifdef] = STATE(48), - [sym_function_definition] = STATE(48), - [sym_declaration] = STATE(48), + [sym_preproc_include] = STATE(51), + [sym_preproc_def] = STATE(51), + [sym_preproc_function_def] = STATE(51), + [sym_preproc_call] = STATE(51), + [sym_preproc_if] = STATE(51), + [sym_preproc_ifdef] = STATE(51), + [sym_function_definition] = STATE(51), + [sym_declaration] = STATE(51), [sym__declaration_specifiers] = STATE(19), - [sym_linkage_specification] = STATE(48), + [sym_linkage_specification] = STATE(51), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -15432,172 +7417,132 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym__empty_declaration] = STATE(48), + [sym__empty_declaration] = STATE(51), [sym_macro_type_specifier] = STATE(21), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [ts_builtin_sym_end] = ACTIONS(246), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(131), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(133), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(135), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_extern] = ACTIONS(139), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [sym_identifier] = ACTIONS(155), - [sym_comment] = ACTIONS(123), + [ts_builtin_sym_end] = ACTIONS(131), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(12), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(14), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(16), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(18), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(20), + [sym_preproc_directive] = ACTIONS(22), + [anon_sym_extern] = ACTIONS(24), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, [23] = { - [sym_storage_class_specifier] = STATE(49), - [sym_type_qualifier] = STATE(49), - [sym__type_specifier] = STATE(50), + [sym_storage_class_specifier] = STATE(52), + [sym_type_qualifier] = STATE(52), + [sym__type_specifier] = STATE(53), [sym_sized_type_specifier] = STATE(21), [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), [sym_macro_type_specifier] = STATE(21), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(248), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [sym_identifier] = ACTIONS(155), - [sym_comment] = ACTIONS(123), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(133), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, [24] = { - [anon_sym_LPAREN] = ACTIONS(250), - [anon_sym_COMMA] = ACTIONS(250), - [anon_sym_RPAREN] = ACTIONS(250), - [anon_sym_SEMI] = ACTIONS(250), - [anon_sym_extern] = ACTIONS(252), - [anon_sym_STAR] = ACTIONS(250), - [anon_sym_LBRACK] = ACTIONS(250), - [anon_sym_RBRACK] = ACTIONS(250), - [anon_sym_typedef] = ACTIONS(252), - [anon_sym_static] = ACTIONS(252), - [anon_sym_auto] = ACTIONS(252), - [anon_sym_register] = ACTIONS(252), - [anon_sym_const] = ACTIONS(252), - [anon_sym_restrict] = ACTIONS(252), - [anon_sym_volatile] = ACTIONS(252), - [sym_function_specifier] = ACTIONS(252), - [anon_sym_unsigned] = ACTIONS(254), - [anon_sym_long] = ACTIONS(254), - [anon_sym_short] = ACTIONS(254), - [anon_sym_COLON] = ACTIONS(250), - [anon_sym_AMP] = ACTIONS(250), - [anon_sym_BANG] = ACTIONS(250), - [anon_sym_TILDE] = ACTIONS(250), - [anon_sym_PLUS] = ACTIONS(252), - [anon_sym_DASH] = ACTIONS(252), - [anon_sym_DASH_DASH] = ACTIONS(250), - [anon_sym_PLUS_PLUS] = ACTIONS(250), - [anon_sym_sizeof] = ACTIONS(252), - [sym_number_literal] = ACTIONS(252), - [sym_char_literal] = ACTIONS(252), - [sym_string_literal] = ACTIONS(250), - [sym_identifier] = ACTIONS(256), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(135), + [anon_sym_COMMA] = ACTIONS(135), + [anon_sym_RPAREN] = ACTIONS(135), + [anon_sym_SEMI] = ACTIONS(135), + [anon_sym_extern] = ACTIONS(137), + [anon_sym_STAR] = ACTIONS(135), + [anon_sym_LBRACK] = ACTIONS(135), + [anon_sym_typedef] = ACTIONS(137), + [anon_sym_static] = ACTIONS(137), + [anon_sym_auto] = ACTIONS(137), + [anon_sym_register] = ACTIONS(137), + [anon_sym_const] = ACTIONS(137), + [anon_sym_restrict] = ACTIONS(137), + [anon_sym_volatile] = ACTIONS(137), + [sym_function_specifier] = ACTIONS(137), + [anon_sym_unsigned] = ACTIONS(139), + [anon_sym_long] = ACTIONS(139), + [anon_sym_short] = ACTIONS(139), + [anon_sym_COLON] = ACTIONS(135), + [sym_identifier] = ACTIONS(141), + [sym_comment] = ACTIONS(42), }, [25] = { - [ts_builtin_sym_end] = ACTIONS(259), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(261), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(261), - [anon_sym_LPAREN] = ACTIONS(259), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(261), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(261), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(261), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(261), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(261), - [sym_preproc_directive] = ACTIONS(263), - [anon_sym_SEMI] = ACTIONS(259), - [anon_sym_extern] = ACTIONS(261), - [anon_sym_LBRACE] = ACTIONS(259), - [anon_sym_RBRACE] = ACTIONS(259), - [anon_sym_STAR] = ACTIONS(259), - [anon_sym_typedef] = ACTIONS(261), - [anon_sym_static] = ACTIONS(261), - [anon_sym_auto] = ACTIONS(261), - [anon_sym_register] = ACTIONS(261), - [anon_sym_const] = ACTIONS(261), - [anon_sym_restrict] = ACTIONS(261), - [anon_sym_volatile] = ACTIONS(261), - [sym_function_specifier] = ACTIONS(261), - [anon_sym_unsigned] = ACTIONS(261), - [anon_sym_long] = ACTIONS(261), - [anon_sym_short] = ACTIONS(261), - [anon_sym_enum] = ACTIONS(261), - [anon_sym_struct] = ACTIONS(261), - [anon_sym_union] = ACTIONS(261), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(261), - [anon_sym_case] = ACTIONS(261), - [anon_sym_default] = ACTIONS(261), - [anon_sym_while] = ACTIONS(261), - [anon_sym_do] = ACTIONS(261), - [anon_sym_for] = ACTIONS(261), - [anon_sym_return] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_goto] = ACTIONS(261), - [anon_sym_AMP] = ACTIONS(259), - [anon_sym_BANG] = ACTIONS(259), - [anon_sym_TILDE] = ACTIONS(259), - [anon_sym_PLUS] = ACTIONS(261), - [anon_sym_DASH] = ACTIONS(261), - [anon_sym_DASH_DASH] = ACTIONS(259), - [anon_sym_PLUS_PLUS] = ACTIONS(259), - [anon_sym_sizeof] = ACTIONS(261), - [sym_number_literal] = ACTIONS(261), - [sym_char_literal] = ACTIONS(261), - [sym_string_literal] = ACTIONS(259), - [sym_identifier] = ACTIONS(263), - [sym_comment] = ACTIONS(123), + [ts_builtin_sym_end] = ACTIONS(144), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(146), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(146), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(146), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(146), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(146), + [sym_preproc_directive] = ACTIONS(148), + [anon_sym_extern] = ACTIONS(146), + [anon_sym_RBRACE] = ACTIONS(144), + [anon_sym_typedef] = ACTIONS(146), + [anon_sym_static] = ACTIONS(146), + [anon_sym_auto] = ACTIONS(146), + [anon_sym_register] = ACTIONS(146), + [anon_sym_const] = ACTIONS(146), + [anon_sym_restrict] = ACTIONS(146), + [anon_sym_volatile] = ACTIONS(146), + [sym_function_specifier] = ACTIONS(146), + [anon_sym_unsigned] = ACTIONS(146), + [anon_sym_long] = ACTIONS(146), + [anon_sym_short] = ACTIONS(146), + [anon_sym_enum] = ACTIONS(146), + [anon_sym_struct] = ACTIONS(146), + [anon_sym_union] = ACTIONS(146), + [sym_identifier] = ACTIONS(148), + [sym_comment] = ACTIONS(42), }, [26] = { - [sym_preproc_params] = STATE(56), - [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(265), - [anon_sym_LF] = ACTIONS(267), - [anon_sym_LPAREN] = ACTIONS(269), - [sym_comment] = ACTIONS(165), + [sym_preproc_params] = STATE(59), + [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(150), + [anon_sym_LF] = ACTIONS(152), + [anon_sym_LPAREN] = ACTIONS(154), + [sym_comment] = ACTIONS(52), }, [27] = { - [sym_preproc_include] = STATE(18), - [sym_preproc_def] = STATE(18), - [sym_preproc_function_def] = STATE(18), - [sym_preproc_call] = STATE(18), - [sym_preproc_if] = STATE(18), - [sym_preproc_ifdef] = STATE(18), - [sym_preproc_else] = STATE(59), - [sym_function_definition] = STATE(18), - [sym_declaration] = STATE(18), - [sym__declaration_specifiers] = STATE(19), - [sym_linkage_specification] = STATE(18), + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_preproc_else] = STATE(70), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym__declaration_specifiers] = STATE(71), + [sym_linkage_specification] = STATE(69), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -15605,49 +7550,49 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym__empty_declaration] = STATE(18), + [sym__empty_declaration] = STATE(69), [sym_macro_type_specifier] = STATE(21), - [aux_sym_translation_unit_repeat1] = STATE(60), + [aux_sym_translation_unit_repeat1] = STATE(72), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(131), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(271), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(133), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(135), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(273), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_extern] = ACTIONS(139), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [sym_identifier] = ACTIONS(155), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(156), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(158), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(160), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(162), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(164), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(166), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(168), + [sym_preproc_directive] = ACTIONS(170), + [anon_sym_extern] = ACTIONS(172), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, [28] = { - [sym_preproc_include] = STATE(18), - [sym_preproc_def] = STATE(18), - [sym_preproc_function_def] = STATE(18), - [sym_preproc_call] = STATE(18), - [sym_preproc_if] = STATE(18), - [sym_preproc_ifdef] = STATE(18), - [sym_preproc_else] = STATE(62), - [sym_function_definition] = STATE(18), - [sym_declaration] = STATE(18), - [sym__declaration_specifiers] = STATE(19), - [sym_linkage_specification] = STATE(18), + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_preproc_else] = STATE(74), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym__declaration_specifiers] = STATE(71), + [sym_linkage_specification] = STATE(69), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -15655,49 +7600,49 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym__empty_declaration] = STATE(18), + [sym__empty_declaration] = STATE(69), [sym_macro_type_specifier] = STATE(21), - [aux_sym_translation_unit_repeat1] = STATE(63), + [aux_sym_translation_unit_repeat1] = STATE(75), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(131), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(275), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(133), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(135), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(273), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_extern] = ACTIONS(139), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [sym_identifier] = ACTIONS(155), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(156), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(158), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(160), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(174), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(164), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(166), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(168), + [sym_preproc_directive] = ACTIONS(170), + [anon_sym_extern] = ACTIONS(172), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, [29] = { - [sym_preproc_include] = STATE(18), - [sym_preproc_def] = STATE(18), - [sym_preproc_function_def] = STATE(18), - [sym_preproc_call] = STATE(18), - [sym_preproc_if] = STATE(18), - [sym_preproc_ifdef] = STATE(18), - [sym_preproc_else] = STATE(65), - [sym_function_definition] = STATE(18), - [sym_declaration] = STATE(18), - [sym__declaration_specifiers] = STATE(19), - [sym_linkage_specification] = STATE(18), + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_preproc_else] = STATE(77), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym__declaration_specifiers] = STATE(71), + [sym_linkage_specification] = STATE(69), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -15705,97 +7650,69 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym__empty_declaration] = STATE(18), + [sym__empty_declaration] = STATE(69), [sym_macro_type_specifier] = STATE(21), - [aux_sym_translation_unit_repeat1] = STATE(66), + [aux_sym_translation_unit_repeat1] = STATE(78), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(131), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(277), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(133), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(135), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(273), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_extern] = ACTIONS(139), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [sym_identifier] = ACTIONS(155), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(156), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(158), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(160), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(176), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(164), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(166), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(168), + [sym_preproc_directive] = ACTIONS(170), + [anon_sym_extern] = ACTIONS(172), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, [30] = { - [ts_builtin_sym_end] = ACTIONS(279), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(281), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(281), - [anon_sym_LPAREN] = ACTIONS(279), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(281), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(281), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(281), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(281), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(281), - [sym_preproc_directive] = ACTIONS(283), - [anon_sym_SEMI] = ACTIONS(279), - [anon_sym_extern] = ACTIONS(281), - [anon_sym_LBRACE] = ACTIONS(279), - [anon_sym_RBRACE] = ACTIONS(279), - [anon_sym_STAR] = ACTIONS(279), - [anon_sym_typedef] = ACTIONS(281), - [anon_sym_static] = ACTIONS(281), - [anon_sym_auto] = ACTIONS(281), - [anon_sym_register] = ACTIONS(281), - [anon_sym_const] = ACTIONS(281), - [anon_sym_restrict] = ACTIONS(281), - [anon_sym_volatile] = ACTIONS(281), - [sym_function_specifier] = ACTIONS(281), - [anon_sym_unsigned] = ACTIONS(281), - [anon_sym_long] = ACTIONS(281), - [anon_sym_short] = ACTIONS(281), - [anon_sym_enum] = ACTIONS(281), - [anon_sym_struct] = ACTIONS(281), - [anon_sym_union] = ACTIONS(281), - [anon_sym_if] = ACTIONS(281), - [anon_sym_switch] = ACTIONS(281), - [anon_sym_case] = ACTIONS(281), - [anon_sym_default] = ACTIONS(281), - [anon_sym_while] = ACTIONS(281), - [anon_sym_do] = ACTIONS(281), - [anon_sym_for] = ACTIONS(281), - [anon_sym_return] = ACTIONS(281), - [anon_sym_break] = ACTIONS(281), - [anon_sym_continue] = ACTIONS(281), - [anon_sym_goto] = ACTIONS(281), - [anon_sym_AMP] = ACTIONS(279), - [anon_sym_BANG] = ACTIONS(279), - [anon_sym_TILDE] = ACTIONS(279), - [anon_sym_PLUS] = ACTIONS(281), - [anon_sym_DASH] = ACTIONS(281), - [anon_sym_DASH_DASH] = ACTIONS(279), - [anon_sym_PLUS_PLUS] = ACTIONS(279), - [anon_sym_sizeof] = ACTIONS(281), - [sym_number_literal] = ACTIONS(281), - [sym_char_literal] = ACTIONS(281), - [sym_string_literal] = ACTIONS(279), - [sym_identifier] = ACTIONS(283), - [sym_comment] = ACTIONS(123), + [ts_builtin_sym_end] = ACTIONS(178), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(180), + [sym_preproc_directive] = ACTIONS(182), + [anon_sym_extern] = ACTIONS(180), + [anon_sym_RBRACE] = ACTIONS(178), + [anon_sym_typedef] = ACTIONS(180), + [anon_sym_static] = ACTIONS(180), + [anon_sym_auto] = ACTIONS(180), + [anon_sym_register] = ACTIONS(180), + [anon_sym_const] = ACTIONS(180), + [anon_sym_restrict] = ACTIONS(180), + [anon_sym_volatile] = ACTIONS(180), + [sym_function_specifier] = ACTIONS(180), + [anon_sym_unsigned] = ACTIONS(180), + [anon_sym_long] = ACTIONS(180), + [anon_sym_short] = ACTIONS(180), + [anon_sym_enum] = ACTIONS(180), + [anon_sym_struct] = ACTIONS(180), + [anon_sym_union] = ACTIONS(180), + [sym_identifier] = ACTIONS(182), + [sym_comment] = ACTIONS(42), }, [31] = { - [sym_function_definition] = STATE(68), - [sym_declaration] = STATE(68), - [sym__declaration_specifiers] = STATE(69), - [sym_declaration_list] = STATE(68), + [sym_function_definition] = STATE(80), + [sym_declaration] = STATE(80), + [sym__declaration_specifiers] = STATE(81), + [sym_declaration_list] = STATE(80), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -15806,100 +7723,76 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_macro_type_specifier] = STATE(21), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(285), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [sym_identifier] = ACTIONS(155), - [sym_comment] = ACTIONS(123), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(184), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, [32] = { - [sym_enumerator] = STATE(73), - [anon_sym_COMMA] = ACTIONS(287), - [anon_sym_RBRACE] = ACTIONS(289), - [sym_identifier] = ACTIONS(291), - [sym_comment] = ACTIONS(123), + [sym_enumerator] = STATE(85), + [anon_sym_COMMA] = ACTIONS(186), + [anon_sym_RBRACE] = ACTIONS(188), + [sym_identifier] = ACTIONS(190), + [sym_comment] = ACTIONS(42), }, [33] = { - [sym_enumerator_list] = STATE(74), - [anon_sym_LPAREN] = ACTIONS(293), - [anon_sym_COMMA] = ACTIONS(293), - [anon_sym_RPAREN] = ACTIONS(293), - [anon_sym_SEMI] = ACTIONS(293), - [anon_sym_extern] = ACTIONS(295), - [anon_sym_LBRACE] = ACTIONS(199), - [anon_sym_STAR] = ACTIONS(293), - [anon_sym_LBRACK] = ACTIONS(293), - [anon_sym_RBRACK] = ACTIONS(293), - [anon_sym_typedef] = ACTIONS(295), - [anon_sym_static] = ACTIONS(295), - [anon_sym_auto] = ACTIONS(295), - [anon_sym_register] = ACTIONS(295), - [anon_sym_const] = ACTIONS(295), - [anon_sym_restrict] = ACTIONS(295), - [anon_sym_volatile] = ACTIONS(295), - [sym_function_specifier] = ACTIONS(295), - [anon_sym_COLON] = ACTIONS(293), - [anon_sym_AMP] = ACTIONS(293), - [anon_sym_BANG] = ACTIONS(293), - [anon_sym_TILDE] = ACTIONS(293), - [anon_sym_PLUS] = ACTIONS(295), - [anon_sym_DASH] = ACTIONS(295), - [anon_sym_DASH_DASH] = ACTIONS(293), - [anon_sym_PLUS_PLUS] = ACTIONS(293), - [anon_sym_sizeof] = ACTIONS(295), - [sym_number_literal] = ACTIONS(295), - [sym_char_literal] = ACTIONS(295), - [sym_string_literal] = ACTIONS(293), - [sym_identifier] = ACTIONS(297), - [sym_comment] = ACTIONS(123), + [sym_enumerator_list] = STATE(86), + [anon_sym_LPAREN] = ACTIONS(192), + [anon_sym_COMMA] = ACTIONS(192), + [anon_sym_RPAREN] = ACTIONS(192), + [anon_sym_SEMI] = ACTIONS(192), + [anon_sym_extern] = ACTIONS(194), + [anon_sym_LBRACE] = ACTIONS(80), + [anon_sym_STAR] = ACTIONS(192), + [anon_sym_LBRACK] = ACTIONS(192), + [anon_sym_typedef] = ACTIONS(194), + [anon_sym_static] = ACTIONS(194), + [anon_sym_auto] = ACTIONS(194), + [anon_sym_register] = ACTIONS(194), + [anon_sym_const] = ACTIONS(194), + [anon_sym_restrict] = ACTIONS(194), + [anon_sym_volatile] = ACTIONS(194), + [sym_function_specifier] = ACTIONS(194), + [anon_sym_COLON] = ACTIONS(192), + [sym_identifier] = ACTIONS(196), + [sym_comment] = ACTIONS(42), }, [34] = { - [anon_sym_LPAREN] = ACTIONS(299), - [anon_sym_COMMA] = ACTIONS(299), - [anon_sym_RPAREN] = ACTIONS(299), - [anon_sym_SEMI] = ACTIONS(299), - [anon_sym_extern] = ACTIONS(301), - [anon_sym_STAR] = ACTIONS(299), - [anon_sym_LBRACK] = ACTIONS(299), - [anon_sym_RBRACK] = ACTIONS(299), - [anon_sym_typedef] = ACTIONS(301), - [anon_sym_static] = ACTIONS(301), - [anon_sym_auto] = ACTIONS(301), - [anon_sym_register] = ACTIONS(301), - [anon_sym_const] = ACTIONS(301), - [anon_sym_restrict] = ACTIONS(301), - [anon_sym_volatile] = ACTIONS(301), - [sym_function_specifier] = ACTIONS(301), - [anon_sym_COLON] = ACTIONS(299), - [anon_sym_AMP] = ACTIONS(299), - [anon_sym_BANG] = ACTIONS(299), - [anon_sym_TILDE] = ACTIONS(299), - [anon_sym_PLUS] = ACTIONS(301), - [anon_sym_DASH] = ACTIONS(301), - [anon_sym_DASH_DASH] = ACTIONS(299), - [anon_sym_PLUS_PLUS] = ACTIONS(299), - [anon_sym_sizeof] = ACTIONS(301), - [sym_number_literal] = ACTIONS(301), - [sym_char_literal] = ACTIONS(301), - [sym_string_literal] = ACTIONS(299), - [sym_identifier] = ACTIONS(303), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(198), + [anon_sym_COMMA] = ACTIONS(198), + [anon_sym_RPAREN] = ACTIONS(198), + [anon_sym_SEMI] = ACTIONS(198), + [anon_sym_extern] = ACTIONS(200), + [anon_sym_STAR] = ACTIONS(198), + [anon_sym_LBRACK] = ACTIONS(198), + [anon_sym_typedef] = ACTIONS(200), + [anon_sym_static] = ACTIONS(200), + [anon_sym_auto] = ACTIONS(200), + [anon_sym_register] = ACTIONS(200), + [anon_sym_const] = ACTIONS(200), + [anon_sym_restrict] = ACTIONS(200), + [anon_sym_volatile] = ACTIONS(200), + [sym_function_specifier] = ACTIONS(200), + [anon_sym_COLON] = ACTIONS(198), + [sym_identifier] = ACTIONS(202), + [sym_comment] = ACTIONS(42), }, [35] = { - [sym__declaration_specifiers] = STATE(76), + [sym__declaration_specifiers] = STATE(88), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -15907,601 +7800,507 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym_field_declaration] = STATE(77), + [sym_field_declaration] = STATE(89), [sym_macro_type_specifier] = STATE(21), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_field_declaration_list_repeat1] = STATE(78), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_RBRACE] = ACTIONS(305), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [sym_identifier] = ACTIONS(155), - [sym_comment] = ACTIONS(123), + [aux_sym_field_declaration_list_repeat1] = STATE(90), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_RBRACE] = ACTIONS(204), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, [36] = { - [sym_field_declaration_list] = STATE(79), - [anon_sym_LPAREN] = ACTIONS(307), - [anon_sym_COMMA] = ACTIONS(307), - [anon_sym_RPAREN] = ACTIONS(307), - [anon_sym_SEMI] = ACTIONS(307), - [anon_sym_extern] = ACTIONS(309), - [anon_sym_LBRACE] = ACTIONS(203), - [anon_sym_STAR] = ACTIONS(307), - [anon_sym_LBRACK] = ACTIONS(307), - [anon_sym_RBRACK] = ACTIONS(307), - [anon_sym_typedef] = ACTIONS(309), - [anon_sym_static] = ACTIONS(309), - [anon_sym_auto] = ACTIONS(309), - [anon_sym_register] = ACTIONS(309), - [anon_sym_const] = ACTIONS(309), - [anon_sym_restrict] = ACTIONS(309), - [anon_sym_volatile] = ACTIONS(309), - [sym_function_specifier] = ACTIONS(309), - [anon_sym_COLON] = ACTIONS(307), - [anon_sym_AMP] = ACTIONS(307), - [anon_sym_BANG] = ACTIONS(307), - [anon_sym_TILDE] = ACTIONS(307), - [anon_sym_PLUS] = ACTIONS(309), - [anon_sym_DASH] = ACTIONS(309), - [anon_sym_DASH_DASH] = ACTIONS(307), - [anon_sym_PLUS_PLUS] = ACTIONS(307), - [anon_sym_sizeof] = ACTIONS(309), - [sym_number_literal] = ACTIONS(309), - [sym_char_literal] = ACTIONS(309), - [sym_string_literal] = ACTIONS(307), - [sym_identifier] = ACTIONS(311), - [sym_comment] = ACTIONS(123), + [sym_field_declaration_list] = STATE(91), + [anon_sym_LPAREN] = ACTIONS(206), + [anon_sym_COMMA] = ACTIONS(206), + [anon_sym_RPAREN] = ACTIONS(206), + [anon_sym_SEMI] = ACTIONS(206), + [anon_sym_extern] = ACTIONS(208), + [anon_sym_LBRACE] = ACTIONS(84), + [anon_sym_STAR] = ACTIONS(206), + [anon_sym_LBRACK] = ACTIONS(206), + [anon_sym_typedef] = ACTIONS(208), + [anon_sym_static] = ACTIONS(208), + [anon_sym_auto] = ACTIONS(208), + [anon_sym_register] = ACTIONS(208), + [anon_sym_const] = ACTIONS(208), + [anon_sym_restrict] = ACTIONS(208), + [anon_sym_volatile] = ACTIONS(208), + [sym_function_specifier] = ACTIONS(208), + [anon_sym_COLON] = ACTIONS(206), + [sym_identifier] = ACTIONS(210), + [sym_comment] = ACTIONS(42), }, [37] = { - [anon_sym_LPAREN] = ACTIONS(313), - [anon_sym_COMMA] = ACTIONS(313), - [anon_sym_RPAREN] = ACTIONS(313), - [anon_sym_SEMI] = ACTIONS(313), - [anon_sym_extern] = ACTIONS(315), - [anon_sym_STAR] = ACTIONS(313), - [anon_sym_LBRACK] = ACTIONS(313), - [anon_sym_RBRACK] = ACTIONS(313), - [anon_sym_typedef] = ACTIONS(315), - [anon_sym_static] = ACTIONS(315), - [anon_sym_auto] = ACTIONS(315), - [anon_sym_register] = ACTIONS(315), - [anon_sym_const] = ACTIONS(315), - [anon_sym_restrict] = ACTIONS(315), - [anon_sym_volatile] = ACTIONS(315), - [sym_function_specifier] = ACTIONS(315), - [anon_sym_COLON] = ACTIONS(313), - [anon_sym_AMP] = ACTIONS(313), - [anon_sym_BANG] = ACTIONS(313), - [anon_sym_TILDE] = ACTIONS(313), - [anon_sym_PLUS] = ACTIONS(315), - [anon_sym_DASH] = ACTIONS(315), - [anon_sym_DASH_DASH] = ACTIONS(313), - [anon_sym_PLUS_PLUS] = ACTIONS(313), - [anon_sym_sizeof] = ACTIONS(315), - [sym_number_literal] = ACTIONS(315), - [sym_char_literal] = ACTIONS(315), - [sym_string_literal] = ACTIONS(313), - [sym_identifier] = ACTIONS(317), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(212), + [anon_sym_COMMA] = ACTIONS(212), + [anon_sym_RPAREN] = ACTIONS(212), + [anon_sym_SEMI] = ACTIONS(212), + [anon_sym_extern] = ACTIONS(214), + [anon_sym_STAR] = ACTIONS(212), + [anon_sym_LBRACK] = ACTIONS(212), + [anon_sym_typedef] = ACTIONS(214), + [anon_sym_static] = ACTIONS(214), + [anon_sym_auto] = ACTIONS(214), + [anon_sym_register] = ACTIONS(214), + [anon_sym_const] = ACTIONS(214), + [anon_sym_restrict] = ACTIONS(214), + [anon_sym_volatile] = ACTIONS(214), + [sym_function_specifier] = ACTIONS(214), + [anon_sym_COLON] = ACTIONS(212), + [sym_identifier] = ACTIONS(216), + [sym_comment] = ACTIONS(42), }, [38] = { - [sym_field_declaration_list] = STATE(80), - [anon_sym_LPAREN] = ACTIONS(319), - [anon_sym_COMMA] = ACTIONS(319), - [anon_sym_RPAREN] = ACTIONS(319), - [anon_sym_SEMI] = ACTIONS(319), - [anon_sym_extern] = ACTIONS(321), - [anon_sym_LBRACE] = ACTIONS(203), - [anon_sym_STAR] = ACTIONS(319), - [anon_sym_LBRACK] = ACTIONS(319), - [anon_sym_RBRACK] = ACTIONS(319), - [anon_sym_typedef] = ACTIONS(321), - [anon_sym_static] = ACTIONS(321), - [anon_sym_auto] = ACTIONS(321), - [anon_sym_register] = ACTIONS(321), - [anon_sym_const] = ACTIONS(321), - [anon_sym_restrict] = ACTIONS(321), - [anon_sym_volatile] = ACTIONS(321), - [sym_function_specifier] = ACTIONS(321), - [anon_sym_COLON] = ACTIONS(319), - [anon_sym_AMP] = ACTIONS(319), - [anon_sym_BANG] = ACTIONS(319), - [anon_sym_TILDE] = ACTIONS(319), - [anon_sym_PLUS] = ACTIONS(321), - [anon_sym_DASH] = ACTIONS(321), - [anon_sym_DASH_DASH] = ACTIONS(319), - [anon_sym_PLUS_PLUS] = ACTIONS(319), - [anon_sym_sizeof] = ACTIONS(321), - [sym_number_literal] = ACTIONS(321), - [sym_char_literal] = ACTIONS(321), - [sym_string_literal] = ACTIONS(319), - [sym_identifier] = ACTIONS(323), - [sym_comment] = ACTIONS(123), + [sym_field_declaration_list] = STATE(92), + [anon_sym_LPAREN] = ACTIONS(218), + [anon_sym_COMMA] = ACTIONS(218), + [anon_sym_RPAREN] = ACTIONS(218), + [anon_sym_SEMI] = ACTIONS(218), + [anon_sym_extern] = ACTIONS(220), + [anon_sym_LBRACE] = ACTIONS(84), + [anon_sym_STAR] = ACTIONS(218), + [anon_sym_LBRACK] = ACTIONS(218), + [anon_sym_typedef] = ACTIONS(220), + [anon_sym_static] = ACTIONS(220), + [anon_sym_auto] = ACTIONS(220), + [anon_sym_register] = ACTIONS(220), + [anon_sym_const] = ACTIONS(220), + [anon_sym_restrict] = ACTIONS(220), + [anon_sym_volatile] = ACTIONS(220), + [sym_function_specifier] = ACTIONS(220), + [anon_sym_COLON] = ACTIONS(218), + [sym_identifier] = ACTIONS(222), + [sym_comment] = ACTIONS(42), }, [39] = { - [anon_sym_LPAREN] = ACTIONS(325), - [anon_sym_COMMA] = ACTIONS(325), - [anon_sym_RPAREN] = ACTIONS(325), - [anon_sym_SEMI] = ACTIONS(325), - [anon_sym_extern] = ACTIONS(327), - [anon_sym_STAR] = ACTIONS(325), - [anon_sym_LBRACK] = ACTIONS(325), - [anon_sym_RBRACK] = ACTIONS(325), - [anon_sym_typedef] = ACTIONS(327), - [anon_sym_static] = ACTIONS(327), - [anon_sym_auto] = ACTIONS(327), - [anon_sym_register] = ACTIONS(327), - [anon_sym_const] = ACTIONS(327), - [anon_sym_restrict] = ACTIONS(327), - [anon_sym_volatile] = ACTIONS(327), - [sym_function_specifier] = ACTIONS(327), - [anon_sym_COLON] = ACTIONS(325), - [anon_sym_AMP] = ACTIONS(325), - [anon_sym_BANG] = ACTIONS(325), - [anon_sym_TILDE] = ACTIONS(325), - [anon_sym_PLUS] = ACTIONS(327), - [anon_sym_DASH] = ACTIONS(327), - [anon_sym_DASH_DASH] = ACTIONS(325), - [anon_sym_PLUS_PLUS] = ACTIONS(325), - [anon_sym_sizeof] = ACTIONS(327), - [sym_number_literal] = ACTIONS(327), - [sym_char_literal] = ACTIONS(327), - [sym_string_literal] = ACTIONS(325), - [sym_identifier] = ACTIONS(329), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(224), + [anon_sym_COMMA] = ACTIONS(224), + [anon_sym_RPAREN] = ACTIONS(224), + [anon_sym_SEMI] = ACTIONS(224), + [anon_sym_extern] = ACTIONS(226), + [anon_sym_STAR] = ACTIONS(224), + [anon_sym_LBRACK] = ACTIONS(224), + [anon_sym_typedef] = ACTIONS(226), + [anon_sym_static] = ACTIONS(226), + [anon_sym_auto] = ACTIONS(226), + [anon_sym_register] = ACTIONS(226), + [anon_sym_const] = ACTIONS(226), + [anon_sym_restrict] = ACTIONS(226), + [anon_sym_volatile] = ACTIONS(226), + [sym_function_specifier] = ACTIONS(226), + [anon_sym_COLON] = ACTIONS(224), + [sym_identifier] = ACTIONS(228), + [sym_comment] = ACTIONS(42), }, [40] = { - [sym_type_qualifier] = STATE(81), - [sym__type_specifier] = STATE(82), + [sym_type_qualifier] = STATE(95), + [sym__type_specifier] = STATE(96), [sym_sized_type_specifier] = STATE(21), [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym_type_descriptor] = STATE(83), + [sym_type_descriptor] = STATE(97), [sym_macro_type_specifier] = STATE(21), - [aux_sym_sized_type_specifier_repeat1] = STATE(84), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [sym_identifier] = ACTIONS(155), - [sym_comment] = ACTIONS(123), + [aux_sym_sized_type_specifier_repeat1] = STATE(98), + [aux_sym_type_descriptor_repeat1] = STATE(99), + [anon_sym_const] = ACTIONS(230), + [anon_sym_restrict] = ACTIONS(230), + [anon_sym_volatile] = ACTIONS(230), + [anon_sym_unsigned] = ACTIONS(232), + [anon_sym_long] = ACTIONS(232), + [anon_sym_short] = ACTIONS(232), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, [41] = { - [sym__declarator] = STATE(87), + [sym__declarator] = STATE(101), [sym_pointer_declarator] = STATE(44), [sym_function_declarator] = STATE(44), [sym_array_declarator] = STATE(44), - [anon_sym_LPAREN] = ACTIONS(226), - [anon_sym_STAR] = ACTIONS(331), - [sym_identifier] = ACTIONS(232), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(107), + [anon_sym_STAR] = ACTIONS(234), + [sym_identifier] = ACTIONS(113), + [sym_comment] = ACTIONS(42), }, [42] = { - [ts_builtin_sym_end] = ACTIONS(333), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(335), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(335), - [anon_sym_LPAREN] = ACTIONS(333), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(335), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(335), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(335), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(335), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(335), - [sym_preproc_directive] = ACTIONS(337), - [anon_sym_SEMI] = ACTIONS(333), - [anon_sym_extern] = ACTIONS(335), - [anon_sym_LBRACE] = ACTIONS(333), - [anon_sym_RBRACE] = ACTIONS(333), - [anon_sym_STAR] = ACTIONS(333), - [anon_sym_typedef] = ACTIONS(335), - [anon_sym_static] = ACTIONS(335), - [anon_sym_auto] = ACTIONS(335), - [anon_sym_register] = ACTIONS(335), - [anon_sym_const] = ACTIONS(335), - [anon_sym_restrict] = ACTIONS(335), - [anon_sym_volatile] = ACTIONS(335), - [sym_function_specifier] = ACTIONS(335), - [anon_sym_unsigned] = ACTIONS(335), - [anon_sym_long] = ACTIONS(335), - [anon_sym_short] = ACTIONS(335), - [anon_sym_enum] = ACTIONS(335), - [anon_sym_struct] = ACTIONS(335), - [anon_sym_union] = ACTIONS(335), - [anon_sym_if] = ACTIONS(335), - [anon_sym_switch] = ACTIONS(335), - [anon_sym_case] = ACTIONS(335), - [anon_sym_default] = ACTIONS(335), - [anon_sym_while] = ACTIONS(335), - [anon_sym_do] = ACTIONS(335), - [anon_sym_for] = ACTIONS(335), - [anon_sym_return] = ACTIONS(335), - [anon_sym_break] = ACTIONS(335), - [anon_sym_continue] = ACTIONS(335), - [anon_sym_goto] = ACTIONS(335), - [anon_sym_AMP] = ACTIONS(333), - [anon_sym_BANG] = ACTIONS(333), - [anon_sym_TILDE] = ACTIONS(333), - [anon_sym_PLUS] = ACTIONS(335), - [anon_sym_DASH] = ACTIONS(335), - [anon_sym_DASH_DASH] = ACTIONS(333), - [anon_sym_PLUS_PLUS] = ACTIONS(333), - [anon_sym_sizeof] = ACTIONS(335), - [sym_number_literal] = ACTIONS(335), - [sym_char_literal] = ACTIONS(335), - [sym_string_literal] = ACTIONS(333), - [sym_identifier] = ACTIONS(337), - [sym_comment] = ACTIONS(123), + [ts_builtin_sym_end] = ACTIONS(236), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(238), + [sym_preproc_directive] = ACTIONS(240), + [anon_sym_extern] = ACTIONS(238), + [anon_sym_RBRACE] = ACTIONS(236), + [anon_sym_typedef] = ACTIONS(238), + [anon_sym_static] = ACTIONS(238), + [anon_sym_auto] = ACTIONS(238), + [anon_sym_register] = ACTIONS(238), + [anon_sym_const] = ACTIONS(238), + [anon_sym_restrict] = ACTIONS(238), + [anon_sym_volatile] = ACTIONS(238), + [sym_function_specifier] = ACTIONS(238), + [anon_sym_unsigned] = ACTIONS(238), + [anon_sym_long] = ACTIONS(238), + [anon_sym_short] = ACTIONS(238), + [anon_sym_enum] = ACTIONS(238), + [anon_sym_struct] = ACTIONS(238), + [anon_sym_union] = ACTIONS(238), + [sym_identifier] = ACTIONS(240), + [sym_comment] = ACTIONS(42), }, [43] = { - [sym__declarator] = STATE(88), + [sym__declarator] = STATE(102), [sym_pointer_declarator] = STATE(44), [sym_function_declarator] = STATE(44), [sym_array_declarator] = STATE(44), - [anon_sym_LPAREN] = ACTIONS(226), - [anon_sym_STAR] = ACTIONS(230), - [sym_identifier] = ACTIONS(232), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(107), + [anon_sym_STAR] = ACTIONS(111), + [sym_identifier] = ACTIONS(113), + [sym_comment] = ACTIONS(42), }, [44] = { - [anon_sym_LPAREN] = ACTIONS(339), - [anon_sym_COMMA] = ACTIONS(339), - [anon_sym_RPAREN] = ACTIONS(339), - [anon_sym_SEMI] = ACTIONS(339), - [anon_sym_LBRACE] = ACTIONS(339), - [anon_sym_LBRACK] = ACTIONS(339), - [anon_sym_EQ] = ACTIONS(339), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(242), + [anon_sym_COMMA] = ACTIONS(242), + [anon_sym_RPAREN] = ACTIONS(242), + [anon_sym_SEMI] = ACTIONS(242), + [anon_sym_LBRACE] = ACTIONS(242), + [anon_sym_LBRACK] = ACTIONS(242), + [anon_sym_EQ] = ACTIONS(242), + [sym_comment] = ACTIONS(42), }, [45] = { - [sym_compound_statement] = STATE(95), - [sym_parameter_list] = STATE(96), - [aux_sym_declaration_repeat1] = STATE(97), - [anon_sym_LPAREN] = ACTIONS(341), - [anon_sym_COMMA] = ACTIONS(343), - [anon_sym_SEMI] = ACTIONS(345), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_LBRACK] = ACTIONS(349), - [anon_sym_EQ] = ACTIONS(351), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(109), + [sym_parameter_list] = STATE(110), + [aux_sym_declaration_repeat1] = STATE(111), + [anon_sym_LPAREN] = ACTIONS(244), + [anon_sym_COMMA] = ACTIONS(246), + [anon_sym_SEMI] = ACTIONS(248), + [anon_sym_LBRACE] = ACTIONS(250), + [anon_sym_LBRACK] = ACTIONS(252), + [anon_sym_EQ] = ACTIONS(254), + [sym_comment] = ACTIONS(42), }, [46] = { - [aux_sym_declaration_repeat1] = STATE(97), - [anon_sym_COMMA] = ACTIONS(343), - [anon_sym_SEMI] = ACTIONS(345), - [sym_comment] = ACTIONS(123), + [aux_sym_declaration_repeat1] = STATE(111), + [anon_sym_COMMA] = ACTIONS(246), + [anon_sym_SEMI] = ACTIONS(248), + [sym_comment] = ACTIONS(42), }, [47] = { - [sym_storage_class_specifier] = STATE(49), - [sym_type_qualifier] = STATE(49), - [anon_sym_LPAREN] = ACTIONS(353), - [anon_sym_COMMA] = ACTIONS(353), - [anon_sym_RPAREN] = ACTIONS(353), - [anon_sym_SEMI] = ACTIONS(353), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(353), - [anon_sym_LBRACK] = ACTIONS(353), - [anon_sym_RBRACK] = ACTIONS(353), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(248), - [anon_sym_COLON] = ACTIONS(353), - [anon_sym_AMP] = ACTIONS(353), - [anon_sym_BANG] = ACTIONS(353), - [anon_sym_TILDE] = ACTIONS(353), - [anon_sym_PLUS] = ACTIONS(355), - [anon_sym_DASH] = ACTIONS(355), - [anon_sym_DASH_DASH] = ACTIONS(353), - [anon_sym_PLUS_PLUS] = ACTIONS(353), - [anon_sym_sizeof] = ACTIONS(355), - [sym_number_literal] = ACTIONS(355), - [sym_char_literal] = ACTIONS(355), - [sym_string_literal] = ACTIONS(353), - [sym_identifier] = ACTIONS(357), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(256), + [anon_sym_COMMA] = ACTIONS(256), + [anon_sym_RPAREN] = ACTIONS(256), + [anon_sym_SEMI] = ACTIONS(256), + [anon_sym_extern] = ACTIONS(60), + [anon_sym_STAR] = ACTIONS(256), + [anon_sym_LBRACK] = ACTIONS(256), + [anon_sym_typedef] = ACTIONS(60), + [anon_sym_static] = ACTIONS(60), + [anon_sym_auto] = ACTIONS(60), + [anon_sym_register] = ACTIONS(60), + [anon_sym_const] = ACTIONS(60), + [anon_sym_restrict] = ACTIONS(60), + [anon_sym_volatile] = ACTIONS(60), + [sym_function_specifier] = ACTIONS(60), + [anon_sym_COLON] = ACTIONS(256), + [sym_identifier] = ACTIONS(64), + [sym_comment] = ACTIONS(42), }, [48] = { - [ts_builtin_sym_end] = ACTIONS(359), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(361), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(361), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(361), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(361), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(361), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(361), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(361), - [sym_preproc_directive] = ACTIONS(363), - [anon_sym_extern] = ACTIONS(361), - [anon_sym_RBRACE] = ACTIONS(359), - [anon_sym_typedef] = ACTIONS(361), - [anon_sym_static] = ACTIONS(361), - [anon_sym_auto] = ACTIONS(361), - [anon_sym_register] = ACTIONS(361), - [anon_sym_const] = ACTIONS(361), - [anon_sym_restrict] = ACTIONS(361), - [anon_sym_volatile] = ACTIONS(361), - [sym_function_specifier] = ACTIONS(361), - [anon_sym_unsigned] = ACTIONS(361), - [anon_sym_long] = ACTIONS(361), - [anon_sym_short] = ACTIONS(361), - [anon_sym_enum] = ACTIONS(361), - [anon_sym_struct] = ACTIONS(361), - [anon_sym_union] = ACTIONS(361), - [sym_identifier] = ACTIONS(363), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(258), + [anon_sym_COMMA] = ACTIONS(258), + [anon_sym_RPAREN] = ACTIONS(258), + [anon_sym_SEMI] = ACTIONS(258), + [anon_sym_extern] = ACTIONS(66), + [anon_sym_STAR] = ACTIONS(258), + [anon_sym_LBRACK] = ACTIONS(258), + [anon_sym_typedef] = ACTIONS(66), + [anon_sym_static] = ACTIONS(66), + [anon_sym_auto] = ACTIONS(66), + [anon_sym_register] = ACTIONS(66), + [anon_sym_const] = ACTIONS(66), + [anon_sym_restrict] = ACTIONS(66), + [anon_sym_volatile] = ACTIONS(66), + [sym_function_specifier] = ACTIONS(66), + [anon_sym_COLON] = ACTIONS(258), + [sym_identifier] = ACTIONS(68), + [sym_comment] = ACTIONS(42), }, [49] = { - [anon_sym_LPAREN] = ACTIONS(365), - [anon_sym_COMMA] = ACTIONS(365), - [anon_sym_RPAREN] = ACTIONS(365), - [anon_sym_SEMI] = ACTIONS(365), - [anon_sym_extern] = ACTIONS(367), - [anon_sym_STAR] = ACTIONS(365), - [anon_sym_LBRACK] = ACTIONS(365), - [anon_sym_RBRACK] = ACTIONS(365), - [anon_sym_typedef] = ACTIONS(367), - [anon_sym_static] = ACTIONS(367), - [anon_sym_auto] = ACTIONS(367), - [anon_sym_register] = ACTIONS(367), - [anon_sym_const] = ACTIONS(367), - [anon_sym_restrict] = ACTIONS(367), - [anon_sym_volatile] = ACTIONS(367), - [sym_function_specifier] = ACTIONS(367), - [anon_sym_unsigned] = ACTIONS(367), - [anon_sym_long] = ACTIONS(367), - [anon_sym_short] = ACTIONS(367), - [anon_sym_enum] = ACTIONS(367), - [anon_sym_struct] = ACTIONS(367), - [anon_sym_union] = ACTIONS(367), - [anon_sym_COLON] = ACTIONS(365), - [anon_sym_AMP] = ACTIONS(365), - [anon_sym_BANG] = ACTIONS(365), - [anon_sym_TILDE] = ACTIONS(365), - [anon_sym_PLUS] = ACTIONS(367), - [anon_sym_DASH] = ACTIONS(367), - [anon_sym_DASH_DASH] = ACTIONS(365), - [anon_sym_PLUS_PLUS] = ACTIONS(365), - [anon_sym_sizeof] = ACTIONS(367), - [sym_number_literal] = ACTIONS(367), - [sym_char_literal] = ACTIONS(367), - [sym_string_literal] = ACTIONS(365), - [sym_identifier] = ACTIONS(369), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(260), + [anon_sym_COMMA] = ACTIONS(260), + [anon_sym_RPAREN] = ACTIONS(260), + [anon_sym_SEMI] = ACTIONS(260), + [anon_sym_extern] = ACTIONS(70), + [anon_sym_STAR] = ACTIONS(260), + [anon_sym_LBRACK] = ACTIONS(260), + [anon_sym_typedef] = ACTIONS(70), + [anon_sym_static] = ACTIONS(70), + [anon_sym_auto] = ACTIONS(70), + [anon_sym_register] = ACTIONS(70), + [anon_sym_const] = ACTIONS(70), + [anon_sym_restrict] = ACTIONS(70), + [anon_sym_volatile] = ACTIONS(70), + [sym_function_specifier] = ACTIONS(70), + [anon_sym_COLON] = ACTIONS(260), + [sym_identifier] = ACTIONS(72), + [sym_comment] = ACTIONS(42), }, [50] = { - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [aux_sym__declaration_specifiers_repeat1] = STATE(98), - [anon_sym_LPAREN] = ACTIONS(353), - [anon_sym_COMMA] = ACTIONS(353), - [anon_sym_RPAREN] = ACTIONS(353), - [anon_sym_SEMI] = ACTIONS(353), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(353), - [anon_sym_LBRACK] = ACTIONS(353), - [anon_sym_RBRACK] = ACTIONS(353), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_COLON] = ACTIONS(353), - [anon_sym_AMP] = ACTIONS(353), - [anon_sym_BANG] = ACTIONS(353), - [anon_sym_TILDE] = ACTIONS(353), - [anon_sym_PLUS] = ACTIONS(355), - [anon_sym_DASH] = ACTIONS(355), - [anon_sym_DASH_DASH] = ACTIONS(353), - [anon_sym_PLUS_PLUS] = ACTIONS(353), - [anon_sym_sizeof] = ACTIONS(355), - [sym_number_literal] = ACTIONS(355), - [sym_char_literal] = ACTIONS(355), - [sym_string_literal] = ACTIONS(353), - [sym_identifier] = ACTIONS(357), - [sym_comment] = ACTIONS(123), + [sym_storage_class_specifier] = STATE(112), + [sym_type_qualifier] = STATE(112), + [anon_sym_LPAREN] = ACTIONS(262), + [anon_sym_COMMA] = ACTIONS(262), + [anon_sym_RPAREN] = ACTIONS(262), + [anon_sym_SEMI] = ACTIONS(262), + [anon_sym_extern] = ACTIONS(117), + [anon_sym_STAR] = ACTIONS(262), + [anon_sym_LBRACK] = ACTIONS(262), + [anon_sym_typedef] = ACTIONS(117), + [anon_sym_static] = ACTIONS(117), + [anon_sym_auto] = ACTIONS(117), + [anon_sym_register] = ACTIONS(117), + [anon_sym_const] = ACTIONS(119), + [anon_sym_restrict] = ACTIONS(119), + [anon_sym_volatile] = ACTIONS(119), + [sym_function_specifier] = ACTIONS(264), + [anon_sym_COLON] = ACTIONS(262), + [sym_identifier] = ACTIONS(266), + [sym_comment] = ACTIONS(42), }, [51] = { - [anon_sym_LPAREN] = ACTIONS(371), - [anon_sym_COMMA] = ACTIONS(371), - [anon_sym_RPAREN] = ACTIONS(371), - [anon_sym_SEMI] = ACTIONS(371), - [anon_sym_extern] = ACTIONS(373), - [anon_sym_STAR] = ACTIONS(371), - [anon_sym_LBRACK] = ACTIONS(371), - [anon_sym_RBRACK] = ACTIONS(371), - [anon_sym_typedef] = ACTIONS(373), - [anon_sym_static] = ACTIONS(373), - [anon_sym_auto] = ACTIONS(373), - [anon_sym_register] = ACTIONS(373), - [anon_sym_const] = ACTIONS(373), - [anon_sym_restrict] = ACTIONS(373), - [anon_sym_volatile] = ACTIONS(373), - [sym_function_specifier] = ACTIONS(373), - [anon_sym_unsigned] = ACTIONS(373), - [anon_sym_long] = ACTIONS(373), - [anon_sym_short] = ACTIONS(373), - [anon_sym_COLON] = ACTIONS(371), - [anon_sym_AMP] = ACTIONS(371), - [anon_sym_BANG] = ACTIONS(371), - [anon_sym_TILDE] = ACTIONS(371), - [anon_sym_PLUS] = ACTIONS(373), - [anon_sym_DASH] = ACTIONS(373), - [anon_sym_DASH_DASH] = ACTIONS(371), - [anon_sym_PLUS_PLUS] = ACTIONS(371), - [anon_sym_sizeof] = ACTIONS(373), - [sym_number_literal] = ACTIONS(373), - [sym_char_literal] = ACTIONS(373), - [sym_string_literal] = ACTIONS(371), - [sym_identifier] = ACTIONS(375), - [sym_comment] = ACTIONS(123), + [ts_builtin_sym_end] = ACTIONS(268), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(270), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(270), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(270), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(270), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(270), + [sym_preproc_directive] = ACTIONS(272), + [anon_sym_extern] = ACTIONS(270), + [anon_sym_RBRACE] = ACTIONS(268), + [anon_sym_typedef] = ACTIONS(270), + [anon_sym_static] = ACTIONS(270), + [anon_sym_auto] = ACTIONS(270), + [anon_sym_register] = ACTIONS(270), + [anon_sym_const] = ACTIONS(270), + [anon_sym_restrict] = ACTIONS(270), + [anon_sym_volatile] = ACTIONS(270), + [sym_function_specifier] = ACTIONS(270), + [anon_sym_unsigned] = ACTIONS(270), + [anon_sym_long] = ACTIONS(270), + [anon_sym_short] = ACTIONS(270), + [anon_sym_enum] = ACTIONS(270), + [anon_sym_struct] = ACTIONS(270), + [anon_sym_union] = ACTIONS(270), + [sym_identifier] = ACTIONS(272), + [sym_comment] = ACTIONS(42), }, [52] = { - [anon_sym_LPAREN] = ACTIONS(377), - [anon_sym_COMMA] = ACTIONS(377), - [anon_sym_RPAREN] = ACTIONS(377), - [anon_sym_SEMI] = ACTIONS(377), - [anon_sym_extern] = ACTIONS(379), - [anon_sym_STAR] = ACTIONS(377), - [anon_sym_LBRACK] = ACTIONS(377), - [anon_sym_RBRACK] = ACTIONS(377), - [anon_sym_typedef] = ACTIONS(379), - [anon_sym_static] = ACTIONS(379), - [anon_sym_auto] = ACTIONS(379), - [anon_sym_register] = ACTIONS(379), - [anon_sym_const] = ACTIONS(379), - [anon_sym_restrict] = ACTIONS(379), - [anon_sym_volatile] = ACTIONS(379), - [sym_function_specifier] = ACTIONS(379), - [anon_sym_COLON] = ACTIONS(377), - [anon_sym_AMP] = ACTIONS(377), - [anon_sym_BANG] = ACTIONS(377), - [anon_sym_TILDE] = ACTIONS(377), - [anon_sym_PLUS] = ACTIONS(379), - [anon_sym_DASH] = ACTIONS(379), - [anon_sym_DASH_DASH] = ACTIONS(377), - [anon_sym_PLUS_PLUS] = ACTIONS(377), - [anon_sym_sizeof] = ACTIONS(379), - [sym_number_literal] = ACTIONS(379), - [sym_char_literal] = ACTIONS(379), - [sym_string_literal] = ACTIONS(377), - [sym_identifier] = ACTIONS(381), - [sym_comment] = ACTIONS(123), + [anon_sym_extern] = ACTIONS(274), + [anon_sym_typedef] = ACTIONS(274), + [anon_sym_static] = ACTIONS(274), + [anon_sym_auto] = ACTIONS(274), + [anon_sym_register] = ACTIONS(274), + [anon_sym_const] = ACTIONS(274), + [anon_sym_restrict] = ACTIONS(274), + [anon_sym_volatile] = ACTIONS(274), + [sym_function_specifier] = ACTIONS(274), + [anon_sym_unsigned] = ACTIONS(274), + [anon_sym_long] = ACTIONS(274), + [anon_sym_short] = ACTIONS(274), + [anon_sym_enum] = ACTIONS(274), + [anon_sym_struct] = ACTIONS(274), + [anon_sym_union] = ACTIONS(274), + [sym_identifier] = ACTIONS(276), + [sym_comment] = ACTIONS(42), }, [53] = { - [sym_preproc_arg] = ACTIONS(383), - [sym_comment] = ACTIONS(165), + [sym_storage_class_specifier] = STATE(49), + [sym_type_qualifier] = STATE(49), + [aux_sym__declaration_specifiers_repeat1] = STATE(113), + [anon_sym_LPAREN] = ACTIONS(262), + [anon_sym_COMMA] = ACTIONS(262), + [anon_sym_RPAREN] = ACTIONS(262), + [anon_sym_SEMI] = ACTIONS(262), + [anon_sym_extern] = ACTIONS(117), + [anon_sym_STAR] = ACTIONS(262), + [anon_sym_LBRACK] = ACTIONS(262), + [anon_sym_typedef] = ACTIONS(117), + [anon_sym_static] = ACTIONS(117), + [anon_sym_auto] = ACTIONS(117), + [anon_sym_register] = ACTIONS(117), + [anon_sym_const] = ACTIONS(119), + [anon_sym_restrict] = ACTIONS(119), + [anon_sym_volatile] = ACTIONS(119), + [sym_function_specifier] = ACTIONS(121), + [anon_sym_COLON] = ACTIONS(262), + [sym_identifier] = ACTIONS(266), + [sym_comment] = ACTIONS(42), }, [54] = { - [ts_builtin_sym_end] = ACTIONS(385), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(387), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(387), - [anon_sym_LPAREN] = ACTIONS(385), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(387), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(387), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(387), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(387), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(387), - [sym_preproc_directive] = ACTIONS(389), - [anon_sym_SEMI] = ACTIONS(385), - [anon_sym_extern] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(385), - [anon_sym_RBRACE] = ACTIONS(385), - [anon_sym_STAR] = ACTIONS(385), - [anon_sym_typedef] = ACTIONS(387), - [anon_sym_static] = ACTIONS(387), - [anon_sym_auto] = ACTIONS(387), - [anon_sym_register] = ACTIONS(387), - [anon_sym_const] = ACTIONS(387), - [anon_sym_restrict] = ACTIONS(387), - [anon_sym_volatile] = ACTIONS(387), - [sym_function_specifier] = ACTIONS(387), - [anon_sym_unsigned] = ACTIONS(387), - [anon_sym_long] = ACTIONS(387), - [anon_sym_short] = ACTIONS(387), - [anon_sym_enum] = ACTIONS(387), - [anon_sym_struct] = ACTIONS(387), - [anon_sym_union] = ACTIONS(387), - [anon_sym_if] = ACTIONS(387), - [anon_sym_switch] = ACTIONS(387), - [anon_sym_case] = ACTIONS(387), - [anon_sym_default] = ACTIONS(387), - [anon_sym_while] = ACTIONS(387), - [anon_sym_do] = ACTIONS(387), - [anon_sym_for] = ACTIONS(387), - [anon_sym_return] = ACTIONS(387), - [anon_sym_break] = ACTIONS(387), - [anon_sym_continue] = ACTIONS(387), - [anon_sym_goto] = ACTIONS(387), - [anon_sym_AMP] = ACTIONS(385), - [anon_sym_BANG] = ACTIONS(385), - [anon_sym_TILDE] = ACTIONS(385), - [anon_sym_PLUS] = ACTIONS(387), - [anon_sym_DASH] = ACTIONS(387), - [anon_sym_DASH_DASH] = ACTIONS(385), - [anon_sym_PLUS_PLUS] = ACTIONS(385), - [anon_sym_sizeof] = ACTIONS(387), - [sym_number_literal] = ACTIONS(387), - [sym_char_literal] = ACTIONS(387), - [sym_string_literal] = ACTIONS(385), - [sym_identifier] = ACTIONS(389), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(278), + [anon_sym_COMMA] = ACTIONS(278), + [anon_sym_RPAREN] = ACTIONS(278), + [anon_sym_SEMI] = ACTIONS(278), + [anon_sym_extern] = ACTIONS(280), + [anon_sym_STAR] = ACTIONS(278), + [anon_sym_LBRACK] = ACTIONS(278), + [anon_sym_typedef] = ACTIONS(280), + [anon_sym_static] = ACTIONS(280), + [anon_sym_auto] = ACTIONS(280), + [anon_sym_register] = ACTIONS(280), + [anon_sym_const] = ACTIONS(280), + [anon_sym_restrict] = ACTIONS(280), + [anon_sym_volatile] = ACTIONS(280), + [sym_function_specifier] = ACTIONS(280), + [anon_sym_unsigned] = ACTIONS(280), + [anon_sym_long] = ACTIONS(280), + [anon_sym_short] = ACTIONS(280), + [anon_sym_COLON] = ACTIONS(278), + [sym_identifier] = ACTIONS(282), + [sym_comment] = ACTIONS(42), }, [55] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(391), - [anon_sym_RPAREN] = ACTIONS(393), - [sym_identifier] = ACTIONS(395), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(284), + [anon_sym_COMMA] = ACTIONS(284), + [anon_sym_RPAREN] = ACTIONS(284), + [anon_sym_SEMI] = ACTIONS(284), + [anon_sym_extern] = ACTIONS(286), + [anon_sym_STAR] = ACTIONS(284), + [anon_sym_LBRACK] = ACTIONS(284), + [anon_sym_typedef] = ACTIONS(286), + [anon_sym_static] = ACTIONS(286), + [anon_sym_auto] = ACTIONS(286), + [anon_sym_register] = ACTIONS(286), + [anon_sym_const] = ACTIONS(286), + [anon_sym_restrict] = ACTIONS(286), + [anon_sym_volatile] = ACTIONS(286), + [sym_function_specifier] = ACTIONS(286), + [anon_sym_COLON] = ACTIONS(284), + [sym_identifier] = ACTIONS(288), + [sym_comment] = ACTIONS(42), }, [56] = { - [anon_sym_LF] = ACTIONS(397), - [sym_preproc_arg] = ACTIONS(399), - [sym_comment] = ACTIONS(165), + [sym_preproc_arg] = ACTIONS(290), + [sym_comment] = ACTIONS(52), }, [57] = { - [ts_builtin_sym_end] = ACTIONS(401), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(403), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(403), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(403), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(403), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(403), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(403), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(403), - [sym_preproc_directive] = ACTIONS(405), - [anon_sym_extern] = ACTIONS(403), - [anon_sym_RBRACE] = ACTIONS(401), - [anon_sym_typedef] = ACTIONS(403), - [anon_sym_static] = ACTIONS(403), - [anon_sym_auto] = ACTIONS(403), - [anon_sym_register] = ACTIONS(403), - [anon_sym_const] = ACTIONS(403), - [anon_sym_restrict] = ACTIONS(403), - [anon_sym_volatile] = ACTIONS(403), - [sym_function_specifier] = ACTIONS(403), - [anon_sym_unsigned] = ACTIONS(403), - [anon_sym_long] = ACTIONS(403), - [anon_sym_short] = ACTIONS(403), - [anon_sym_enum] = ACTIONS(403), - [anon_sym_struct] = ACTIONS(403), - [anon_sym_union] = ACTIONS(403), - [sym_identifier] = ACTIONS(405), - [sym_comment] = ACTIONS(123), + [ts_builtin_sym_end] = ACTIONS(292), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(294), + [sym_preproc_directive] = ACTIONS(296), + [anon_sym_extern] = ACTIONS(294), + [anon_sym_RBRACE] = ACTIONS(292), + [anon_sym_typedef] = ACTIONS(294), + [anon_sym_static] = ACTIONS(294), + [anon_sym_auto] = ACTIONS(294), + [anon_sym_register] = ACTIONS(294), + [anon_sym_const] = ACTIONS(294), + [anon_sym_restrict] = ACTIONS(294), + [anon_sym_volatile] = ACTIONS(294), + [sym_function_specifier] = ACTIONS(294), + [anon_sym_unsigned] = ACTIONS(294), + [anon_sym_long] = ACTIONS(294), + [anon_sym_short] = ACTIONS(294), + [anon_sym_enum] = ACTIONS(294), + [anon_sym_struct] = ACTIONS(294), + [anon_sym_union] = ACTIONS(294), + [sym_identifier] = ACTIONS(296), + [sym_comment] = ACTIONS(42), }, [58] = { - [sym_preproc_include] = STATE(18), - [sym_preproc_def] = STATE(18), - [sym_preproc_function_def] = STATE(18), - [sym_preproc_call] = STATE(18), - [sym_preproc_if] = STATE(18), - [sym_preproc_ifdef] = STATE(18), - [sym_function_definition] = STATE(18), - [sym_declaration] = STATE(18), - [sym__declaration_specifiers] = STATE(19), - [sym_linkage_specification] = STATE(18), + [anon_sym_DOT_DOT_DOT] = ACTIONS(298), + [anon_sym_RPAREN] = ACTIONS(300), + [sym_identifier] = ACTIONS(302), + [sym_comment] = ACTIONS(42), + }, + [59] = { + [anon_sym_LF] = ACTIONS(304), + [sym_preproc_arg] = ACTIONS(306), + [sym_comment] = ACTIONS(52), + }, + [60] = { + [sym_string_literal] = ACTIONS(308), + [sym_system_lib_string] = ACTIONS(310), + [sym_comment] = ACTIONS(42), + }, + [61] = { + [sym_identifier] = ACTIONS(312), + [sym_comment] = ACTIONS(42), + }, + [62] = { + [sym_preproc_arg] = ACTIONS(314), + [sym_comment] = ACTIONS(52), + }, + [63] = { + [ts_builtin_sym_end] = ACTIONS(316), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(318), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(318), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(318), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(318), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(318), + [sym_preproc_directive] = ACTIONS(320), + [anon_sym_extern] = ACTIONS(318), + [anon_sym_RBRACE] = ACTIONS(316), + [anon_sym_typedef] = ACTIONS(318), + [anon_sym_static] = ACTIONS(318), + [anon_sym_auto] = ACTIONS(318), + [anon_sym_register] = ACTIONS(318), + [anon_sym_const] = ACTIONS(318), + [anon_sym_restrict] = ACTIONS(318), + [anon_sym_volatile] = ACTIONS(318), + [sym_function_specifier] = ACTIONS(318), + [anon_sym_unsigned] = ACTIONS(318), + [anon_sym_long] = ACTIONS(318), + [anon_sym_short] = ACTIONS(318), + [anon_sym_enum] = ACTIONS(318), + [anon_sym_struct] = ACTIONS(318), + [anon_sym_union] = ACTIONS(318), + [sym_identifier] = ACTIONS(320), + [sym_comment] = ACTIONS(42), + }, + [64] = { + [sym_identifier] = ACTIONS(322), + [sym_comment] = ACTIONS(42), + }, + [65] = { + [sym_identifier] = ACTIONS(324), + [sym_comment] = ACTIONS(42), + }, + [66] = { + [sym_preproc_include] = STATE(131), + [sym_preproc_def] = STATE(131), + [sym_preproc_function_def] = STATE(131), + [sym_preproc_call] = STATE(131), + [sym_preproc_if] = STATE(131), + [sym_preproc_ifdef] = STATE(131), + [sym_function_definition] = STATE(131), + [sym_declaration] = STATE(131), + [sym__declaration_specifiers] = STATE(132), + [sym_linkage_specification] = STATE(131), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -16509,52 +8308,115 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym__empty_declaration] = STATE(18), + [sym__empty_declaration] = STATE(131), [sym_macro_type_specifier] = STATE(21), - [aux_sym_translation_unit_repeat1] = STATE(104), + [aux_sym_translation_unit_repeat1] = STATE(133), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(131), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(407), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(133), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(135), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_extern] = ACTIONS(139), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [sym_identifier] = ACTIONS(155), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(326), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(328), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(330), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(332), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(334), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(336), + [sym_preproc_directive] = ACTIONS(338), + [anon_sym_extern] = ACTIONS(340), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, - [59] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(409), - [sym_comment] = ACTIONS(123), + [67] = { + [sym_preproc_arg] = ACTIONS(342), + [sym_comment] = ACTIONS(52), }, - [60] = { - [sym_preproc_include] = STATE(48), - [sym_preproc_def] = STATE(48), - [sym_preproc_function_def] = STATE(48), - [sym_preproc_call] = STATE(48), - [sym_preproc_if] = STATE(48), - [sym_preproc_ifdef] = STATE(48), - [sym_preproc_else] = STATE(106), - [sym_function_definition] = STATE(48), - [sym_declaration] = STATE(48), - [sym__declaration_specifiers] = STATE(19), - [sym_linkage_specification] = STATE(48), + [68] = { + [anon_sym_extern] = ACTIONS(60), + [anon_sym_typedef] = ACTIONS(60), + [anon_sym_static] = ACTIONS(60), + [anon_sym_auto] = ACTIONS(60), + [anon_sym_register] = ACTIONS(60), + [anon_sym_const] = ACTIONS(60), + [anon_sym_restrict] = ACTIONS(60), + [anon_sym_volatile] = ACTIONS(60), + [sym_function_specifier] = ACTIONS(60), + [anon_sym_unsigned] = ACTIONS(60), + [anon_sym_long] = ACTIONS(60), + [anon_sym_short] = ACTIONS(60), + [anon_sym_enum] = ACTIONS(60), + [anon_sym_struct] = ACTIONS(60), + [anon_sym_union] = ACTIONS(60), + [sym_string_literal] = ACTIONS(344), + [sym_identifier] = ACTIONS(64), + [sym_comment] = ACTIONS(42), + }, + [69] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(103), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(103), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(103), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(103), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(103), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(103), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(103), + [sym_preproc_directive] = ACTIONS(105), + [anon_sym_extern] = ACTIONS(103), + [anon_sym_typedef] = ACTIONS(103), + [anon_sym_static] = ACTIONS(103), + [anon_sym_auto] = ACTIONS(103), + [anon_sym_register] = ACTIONS(103), + [anon_sym_const] = ACTIONS(103), + [anon_sym_restrict] = ACTIONS(103), + [anon_sym_volatile] = ACTIONS(103), + [sym_function_specifier] = ACTIONS(103), + [anon_sym_unsigned] = ACTIONS(103), + [anon_sym_long] = ACTIONS(103), + [anon_sym_short] = ACTIONS(103), + [anon_sym_enum] = ACTIONS(103), + [anon_sym_struct] = ACTIONS(103), + [anon_sym_union] = ACTIONS(103), + [sym_identifier] = ACTIONS(105), + [sym_comment] = ACTIONS(42), + }, + [70] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(346), + [sym_comment] = ACTIONS(42), + }, + [71] = { + [sym__declarator] = STATE(138), + [sym_pointer_declarator] = STATE(44), + [sym_function_declarator] = STATE(44), + [sym_array_declarator] = STATE(44), + [sym_init_declarator] = STATE(139), + [anon_sym_LPAREN] = ACTIONS(107), + [anon_sym_SEMI] = ACTIONS(348), + [anon_sym_STAR] = ACTIONS(111), + [sym_identifier] = ACTIONS(113), + [sym_comment] = ACTIONS(42), + }, + [72] = { + [sym_preproc_include] = STATE(140), + [sym_preproc_def] = STATE(140), + [sym_preproc_function_def] = STATE(140), + [sym_preproc_call] = STATE(140), + [sym_preproc_if] = STATE(140), + [sym_preproc_ifdef] = STATE(140), + [sym_preproc_else] = STATE(141), + [sym_function_definition] = STATE(140), + [sym_declaration] = STATE(140), + [sym__declaration_specifiers] = STATE(71), + [sym_linkage_specification] = STATE(140), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -16562,81 +8424,79 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym__empty_declaration] = STATE(48), + [sym__empty_declaration] = STATE(140), [sym_macro_type_specifier] = STATE(21), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(131), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(411), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(133), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(135), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(273), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_extern] = ACTIONS(139), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [sym_identifier] = ACTIONS(155), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(156), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(158), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(160), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(350), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(164), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(166), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(168), + [sym_preproc_directive] = ACTIONS(170), + [anon_sym_extern] = ACTIONS(172), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, - [61] = { - [ts_builtin_sym_end] = ACTIONS(413), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(415), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(415), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(415), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(415), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(415), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(415), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(415), - [sym_preproc_directive] = ACTIONS(417), - [anon_sym_extern] = ACTIONS(415), - [anon_sym_RBRACE] = ACTIONS(413), - [anon_sym_typedef] = ACTIONS(415), - [anon_sym_static] = ACTIONS(415), - [anon_sym_auto] = ACTIONS(415), - [anon_sym_register] = ACTIONS(415), - [anon_sym_const] = ACTIONS(415), - [anon_sym_restrict] = ACTIONS(415), - [anon_sym_volatile] = ACTIONS(415), - [sym_function_specifier] = ACTIONS(415), - [anon_sym_unsigned] = ACTIONS(415), - [anon_sym_long] = ACTIONS(415), - [anon_sym_short] = ACTIONS(415), - [anon_sym_enum] = ACTIONS(415), - [anon_sym_struct] = ACTIONS(415), - [anon_sym_union] = ACTIONS(415), - [sym_identifier] = ACTIONS(417), - [sym_comment] = ACTIONS(123), + [73] = { + [ts_builtin_sym_end] = ACTIONS(352), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(354), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(354), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(354), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(354), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(354), + [sym_preproc_directive] = ACTIONS(356), + [anon_sym_extern] = ACTIONS(354), + [anon_sym_RBRACE] = ACTIONS(352), + [anon_sym_typedef] = ACTIONS(354), + [anon_sym_static] = ACTIONS(354), + [anon_sym_auto] = ACTIONS(354), + [anon_sym_register] = ACTIONS(354), + [anon_sym_const] = ACTIONS(354), + [anon_sym_restrict] = ACTIONS(354), + [anon_sym_volatile] = ACTIONS(354), + [sym_function_specifier] = ACTIONS(354), + [anon_sym_unsigned] = ACTIONS(354), + [anon_sym_long] = ACTIONS(354), + [anon_sym_short] = ACTIONS(354), + [anon_sym_enum] = ACTIONS(354), + [anon_sym_struct] = ACTIONS(354), + [anon_sym_union] = ACTIONS(354), + [sym_identifier] = ACTIONS(356), + [sym_comment] = ACTIONS(42), }, - [62] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(419), - [sym_comment] = ACTIONS(123), + [74] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(358), + [sym_comment] = ACTIONS(42), }, - [63] = { - [sym_preproc_include] = STATE(48), - [sym_preproc_def] = STATE(48), - [sym_preproc_function_def] = STATE(48), - [sym_preproc_call] = STATE(48), - [sym_preproc_if] = STATE(48), - [sym_preproc_ifdef] = STATE(48), - [sym_preproc_else] = STATE(108), - [sym_function_definition] = STATE(48), - [sym_declaration] = STATE(48), - [sym__declaration_specifiers] = STATE(19), - [sym_linkage_specification] = STATE(48), + [75] = { + [sym_preproc_include] = STATE(140), + [sym_preproc_def] = STATE(140), + [sym_preproc_function_def] = STATE(140), + [sym_preproc_call] = STATE(140), + [sym_preproc_if] = STATE(140), + [sym_preproc_ifdef] = STATE(140), + [sym_preproc_else] = STATE(143), + [sym_function_definition] = STATE(140), + [sym_declaration] = STATE(140), + [sym__declaration_specifiers] = STATE(71), + [sym_linkage_specification] = STATE(140), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -16644,81 +8504,79 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym__empty_declaration] = STATE(48), + [sym__empty_declaration] = STATE(140), [sym_macro_type_specifier] = STATE(21), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(131), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(421), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(133), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(135), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(273), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_extern] = ACTIONS(139), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [sym_identifier] = ACTIONS(155), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(156), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(158), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(160), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(360), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(164), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(166), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(168), + [sym_preproc_directive] = ACTIONS(170), + [anon_sym_extern] = ACTIONS(172), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, - [64] = { - [ts_builtin_sym_end] = ACTIONS(423), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(425), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(425), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(425), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(425), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(425), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(425), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(425), - [sym_preproc_directive] = ACTIONS(427), - [anon_sym_extern] = ACTIONS(425), - [anon_sym_RBRACE] = ACTIONS(423), - [anon_sym_typedef] = ACTIONS(425), - [anon_sym_static] = ACTIONS(425), - [anon_sym_auto] = ACTIONS(425), - [anon_sym_register] = ACTIONS(425), - [anon_sym_const] = ACTIONS(425), - [anon_sym_restrict] = ACTIONS(425), - [anon_sym_volatile] = ACTIONS(425), - [sym_function_specifier] = ACTIONS(425), - [anon_sym_unsigned] = ACTIONS(425), - [anon_sym_long] = ACTIONS(425), - [anon_sym_short] = ACTIONS(425), - [anon_sym_enum] = ACTIONS(425), - [anon_sym_struct] = ACTIONS(425), - [anon_sym_union] = ACTIONS(425), - [sym_identifier] = ACTIONS(427), - [sym_comment] = ACTIONS(123), + [76] = { + [ts_builtin_sym_end] = ACTIONS(362), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(364), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(364), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(364), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(364), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(364), + [sym_preproc_directive] = ACTIONS(366), + [anon_sym_extern] = ACTIONS(364), + [anon_sym_RBRACE] = ACTIONS(362), + [anon_sym_typedef] = ACTIONS(364), + [anon_sym_static] = ACTIONS(364), + [anon_sym_auto] = ACTIONS(364), + [anon_sym_register] = ACTIONS(364), + [anon_sym_const] = ACTIONS(364), + [anon_sym_restrict] = ACTIONS(364), + [anon_sym_volatile] = ACTIONS(364), + [sym_function_specifier] = ACTIONS(364), + [anon_sym_unsigned] = ACTIONS(364), + [anon_sym_long] = ACTIONS(364), + [anon_sym_short] = ACTIONS(364), + [anon_sym_enum] = ACTIONS(364), + [anon_sym_struct] = ACTIONS(364), + [anon_sym_union] = ACTIONS(364), + [sym_identifier] = ACTIONS(366), + [sym_comment] = ACTIONS(42), }, - [65] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(429), - [sym_comment] = ACTIONS(123), + [77] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(368), + [sym_comment] = ACTIONS(42), }, - [66] = { - [sym_preproc_include] = STATE(48), - [sym_preproc_def] = STATE(48), - [sym_preproc_function_def] = STATE(48), - [sym_preproc_call] = STATE(48), - [sym_preproc_if] = STATE(48), - [sym_preproc_ifdef] = STATE(48), - [sym_preproc_else] = STATE(110), - [sym_function_definition] = STATE(48), - [sym_declaration] = STATE(48), - [sym__declaration_specifiers] = STATE(19), - [sym_linkage_specification] = STATE(48), + [78] = { + [sym_preproc_include] = STATE(140), + [sym_preproc_def] = STATE(140), + [sym_preproc_function_def] = STATE(140), + [sym_preproc_call] = STATE(140), + [sym_preproc_if] = STATE(140), + [sym_preproc_ifdef] = STATE(140), + [sym_preproc_else] = STATE(145), + [sym_function_definition] = STATE(140), + [sym_declaration] = STATE(140), + [sym__declaration_specifiers] = STATE(71), + [sym_linkage_specification] = STATE(140), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -16726,37 +8584,37 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym__empty_declaration] = STATE(48), + [sym__empty_declaration] = STATE(140), [sym_macro_type_specifier] = STATE(21), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(131), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(431), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(133), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(135), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(273), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_extern] = ACTIONS(139), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [sym_identifier] = ACTIONS(155), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(156), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(158), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(160), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(370), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(164), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(166), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(168), + [sym_preproc_directive] = ACTIONS(170), + [anon_sym_extern] = ACTIONS(172), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, - [67] = { + [79] = { [sym_preproc_include] = STATE(18), [sym_preproc_def] = STATE(18), [sym_preproc_function_def] = STATE(18), @@ -16776,220 +8634,182 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_union_specifier] = STATE(21), [sym__empty_declaration] = STATE(18), [sym_macro_type_specifier] = STATE(21), - [aux_sym_translation_unit_repeat1] = STATE(112), + [aux_sym_translation_unit_repeat1] = STATE(147), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(131), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(133), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(135), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_extern] = ACTIONS(139), - [anon_sym_RBRACE] = ACTIONS(433), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [sym_identifier] = ACTIONS(155), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(12), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(14), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(16), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(18), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(20), + [sym_preproc_directive] = ACTIONS(22), + [anon_sym_extern] = ACTIONS(24), + [anon_sym_RBRACE] = ACTIONS(372), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, - [68] = { - [ts_builtin_sym_end] = ACTIONS(435), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(437), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(437), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(437), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(437), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(437), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(437), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(437), - [sym_preproc_directive] = ACTIONS(439), - [anon_sym_extern] = ACTIONS(437), - [anon_sym_RBRACE] = ACTIONS(435), - [anon_sym_typedef] = ACTIONS(437), - [anon_sym_static] = ACTIONS(437), - [anon_sym_auto] = ACTIONS(437), - [anon_sym_register] = ACTIONS(437), - [anon_sym_const] = ACTIONS(437), - [anon_sym_restrict] = ACTIONS(437), - [anon_sym_volatile] = ACTIONS(437), - [sym_function_specifier] = ACTIONS(437), - [anon_sym_unsigned] = ACTIONS(437), - [anon_sym_long] = ACTIONS(437), - [anon_sym_short] = ACTIONS(437), - [anon_sym_enum] = ACTIONS(437), - [anon_sym_struct] = ACTIONS(437), - [anon_sym_union] = ACTIONS(437), - [sym_identifier] = ACTIONS(439), - [sym_comment] = ACTIONS(123), + [80] = { + [ts_builtin_sym_end] = ACTIONS(374), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(376), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(376), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(376), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(376), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(376), + [sym_preproc_directive] = ACTIONS(378), + [anon_sym_extern] = ACTIONS(376), + [anon_sym_RBRACE] = ACTIONS(374), + [anon_sym_typedef] = ACTIONS(376), + [anon_sym_static] = ACTIONS(376), + [anon_sym_auto] = ACTIONS(376), + [anon_sym_register] = ACTIONS(376), + [anon_sym_const] = ACTIONS(376), + [anon_sym_restrict] = ACTIONS(376), + [anon_sym_volatile] = ACTIONS(376), + [sym_function_specifier] = ACTIONS(376), + [anon_sym_unsigned] = ACTIONS(376), + [anon_sym_long] = ACTIONS(376), + [anon_sym_short] = ACTIONS(376), + [anon_sym_enum] = ACTIONS(376), + [anon_sym_struct] = ACTIONS(376), + [anon_sym_union] = ACTIONS(376), + [sym_identifier] = ACTIONS(378), + [sym_comment] = ACTIONS(42), }, - [69] = { + [81] = { [sym__declarator] = STATE(45), [sym_pointer_declarator] = STATE(44), [sym_function_declarator] = STATE(44), [sym_array_declarator] = STATE(44), [sym_init_declarator] = STATE(46), - [anon_sym_LPAREN] = ACTIONS(226), - [anon_sym_STAR] = ACTIONS(230), - [sym_identifier] = ACTIONS(232), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(107), + [anon_sym_STAR] = ACTIONS(111), + [sym_identifier] = ACTIONS(113), + [sym_comment] = ACTIONS(42), }, - [70] = { - [anon_sym_RBRACE] = ACTIONS(441), - [sym_comment] = ACTIONS(123), + [82] = { + [anon_sym_RBRACE] = ACTIONS(380), + [sym_comment] = ACTIONS(42), }, - [71] = { - [anon_sym_LPAREN] = ACTIONS(443), - [anon_sym_COMMA] = ACTIONS(443), - [anon_sym_RPAREN] = ACTIONS(443), - [anon_sym_SEMI] = ACTIONS(443), - [anon_sym_extern] = ACTIONS(445), - [anon_sym_STAR] = ACTIONS(443), - [anon_sym_LBRACK] = ACTIONS(443), - [anon_sym_RBRACK] = ACTIONS(443), - [anon_sym_typedef] = ACTIONS(445), - [anon_sym_static] = ACTIONS(445), - [anon_sym_auto] = ACTIONS(445), - [anon_sym_register] = ACTIONS(445), - [anon_sym_const] = ACTIONS(445), - [anon_sym_restrict] = ACTIONS(445), - [anon_sym_volatile] = ACTIONS(445), - [sym_function_specifier] = ACTIONS(445), - [anon_sym_COLON] = ACTIONS(443), - [anon_sym_AMP] = ACTIONS(443), - [anon_sym_BANG] = ACTIONS(443), - [anon_sym_TILDE] = ACTIONS(443), - [anon_sym_PLUS] = ACTIONS(445), - [anon_sym_DASH] = ACTIONS(445), - [anon_sym_DASH_DASH] = ACTIONS(443), - [anon_sym_PLUS_PLUS] = ACTIONS(443), - [anon_sym_sizeof] = ACTIONS(445), - [sym_number_literal] = ACTIONS(445), - [sym_char_literal] = ACTIONS(445), - [sym_string_literal] = ACTIONS(443), - [sym_identifier] = ACTIONS(447), - [sym_comment] = ACTIONS(123), + [83] = { + [anon_sym_LPAREN] = ACTIONS(382), + [anon_sym_COMMA] = ACTIONS(382), + [anon_sym_RPAREN] = ACTIONS(382), + [anon_sym_SEMI] = ACTIONS(382), + [anon_sym_extern] = ACTIONS(384), + [anon_sym_STAR] = ACTIONS(382), + [anon_sym_LBRACK] = ACTIONS(382), + [anon_sym_typedef] = ACTIONS(384), + [anon_sym_static] = ACTIONS(384), + [anon_sym_auto] = ACTIONS(384), + [anon_sym_register] = ACTIONS(384), + [anon_sym_const] = ACTIONS(384), + [anon_sym_restrict] = ACTIONS(384), + [anon_sym_volatile] = ACTIONS(384), + [sym_function_specifier] = ACTIONS(384), + [anon_sym_COLON] = ACTIONS(382), + [sym_identifier] = ACTIONS(386), + [sym_comment] = ACTIONS(42), }, - [72] = { - [anon_sym_COMMA] = ACTIONS(449), - [anon_sym_RBRACE] = ACTIONS(449), - [anon_sym_EQ] = ACTIONS(451), - [sym_comment] = ACTIONS(123), + [84] = { + [anon_sym_COMMA] = ACTIONS(388), + [anon_sym_RBRACE] = ACTIONS(388), + [anon_sym_EQ] = ACTIONS(390), + [sym_comment] = ACTIONS(42), }, - [73] = { - [aux_sym_enumerator_list_repeat1] = STATE(116), - [anon_sym_COMMA] = ACTIONS(453), - [anon_sym_RBRACE] = ACTIONS(441), - [sym_comment] = ACTIONS(123), + [85] = { + [aux_sym_enumerator_list_repeat1] = STATE(151), + [anon_sym_COMMA] = ACTIONS(392), + [anon_sym_RBRACE] = ACTIONS(380), + [sym_comment] = ACTIONS(42), }, - [74] = { - [anon_sym_LPAREN] = ACTIONS(455), - [anon_sym_COMMA] = ACTIONS(455), - [anon_sym_RPAREN] = ACTIONS(455), - [anon_sym_SEMI] = ACTIONS(455), - [anon_sym_extern] = ACTIONS(457), - [anon_sym_STAR] = ACTIONS(455), - [anon_sym_LBRACK] = ACTIONS(455), - [anon_sym_RBRACK] = ACTIONS(455), - [anon_sym_typedef] = ACTIONS(457), - [anon_sym_static] = ACTIONS(457), - [anon_sym_auto] = ACTIONS(457), - [anon_sym_register] = ACTIONS(457), - [anon_sym_const] = ACTIONS(457), - [anon_sym_restrict] = ACTIONS(457), - [anon_sym_volatile] = ACTIONS(457), - [sym_function_specifier] = ACTIONS(457), - [anon_sym_COLON] = ACTIONS(455), - [anon_sym_AMP] = ACTIONS(455), - [anon_sym_BANG] = ACTIONS(455), - [anon_sym_TILDE] = ACTIONS(455), - [anon_sym_PLUS] = ACTIONS(457), - [anon_sym_DASH] = ACTIONS(457), - [anon_sym_DASH_DASH] = ACTIONS(455), - [anon_sym_PLUS_PLUS] = ACTIONS(455), - [anon_sym_sizeof] = ACTIONS(457), - [sym_number_literal] = ACTIONS(457), - [sym_char_literal] = ACTIONS(457), - [sym_string_literal] = ACTIONS(455), - [sym_identifier] = ACTIONS(459), - [sym_comment] = ACTIONS(123), + [86] = { + [anon_sym_LPAREN] = ACTIONS(394), + [anon_sym_COMMA] = ACTIONS(394), + [anon_sym_RPAREN] = ACTIONS(394), + [anon_sym_SEMI] = ACTIONS(394), + [anon_sym_extern] = ACTIONS(396), + [anon_sym_STAR] = ACTIONS(394), + [anon_sym_LBRACK] = ACTIONS(394), + [anon_sym_typedef] = ACTIONS(396), + [anon_sym_static] = ACTIONS(396), + [anon_sym_auto] = ACTIONS(396), + [anon_sym_register] = ACTIONS(396), + [anon_sym_const] = ACTIONS(396), + [anon_sym_restrict] = ACTIONS(396), + [anon_sym_volatile] = ACTIONS(396), + [sym_function_specifier] = ACTIONS(396), + [anon_sym_COLON] = ACTIONS(394), + [sym_identifier] = ACTIONS(398), + [sym_comment] = ACTIONS(42), }, - [75] = { - [anon_sym_LPAREN] = ACTIONS(461), - [anon_sym_COMMA] = ACTIONS(461), - [anon_sym_RPAREN] = ACTIONS(461), - [anon_sym_SEMI] = ACTIONS(461), - [anon_sym_extern] = ACTIONS(463), - [anon_sym_STAR] = ACTIONS(461), - [anon_sym_LBRACK] = ACTIONS(461), - [anon_sym_RBRACK] = ACTIONS(461), - [anon_sym_typedef] = ACTIONS(463), - [anon_sym_static] = ACTIONS(463), - [anon_sym_auto] = ACTIONS(463), - [anon_sym_register] = ACTIONS(463), - [anon_sym_const] = ACTIONS(463), - [anon_sym_restrict] = ACTIONS(463), - [anon_sym_volatile] = ACTIONS(463), - [sym_function_specifier] = ACTIONS(463), - [anon_sym_COLON] = ACTIONS(461), - [anon_sym_AMP] = ACTIONS(461), - [anon_sym_BANG] = ACTIONS(461), - [anon_sym_TILDE] = ACTIONS(461), - [anon_sym_PLUS] = ACTIONS(463), - [anon_sym_DASH] = ACTIONS(463), - [anon_sym_DASH_DASH] = ACTIONS(461), - [anon_sym_PLUS_PLUS] = ACTIONS(461), - [anon_sym_sizeof] = ACTIONS(463), - [sym_number_literal] = ACTIONS(463), - [sym_char_literal] = ACTIONS(463), - [sym_string_literal] = ACTIONS(461), - [sym_identifier] = ACTIONS(465), - [sym_comment] = ACTIONS(123), + [87] = { + [anon_sym_LPAREN] = ACTIONS(400), + [anon_sym_COMMA] = ACTIONS(400), + [anon_sym_RPAREN] = ACTIONS(400), + [anon_sym_SEMI] = ACTIONS(400), + [anon_sym_extern] = ACTIONS(402), + [anon_sym_STAR] = ACTIONS(400), + [anon_sym_LBRACK] = ACTIONS(400), + [anon_sym_typedef] = ACTIONS(402), + [anon_sym_static] = ACTIONS(402), + [anon_sym_auto] = ACTIONS(402), + [anon_sym_register] = ACTIONS(402), + [anon_sym_const] = ACTIONS(402), + [anon_sym_restrict] = ACTIONS(402), + [anon_sym_volatile] = ACTIONS(402), + [sym_function_specifier] = ACTIONS(402), + [anon_sym_COLON] = ACTIONS(400), + [sym_identifier] = ACTIONS(404), + [sym_comment] = ACTIONS(42), }, - [76] = { - [sym__field_declarator] = STATE(122), - [sym_pointer_field_declarator] = STATE(123), - [sym_function_field_declarator] = STATE(124), - [sym_array_field_declarator] = STATE(125), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_SEMI] = ACTIONS(469), - [anon_sym_STAR] = ACTIONS(471), - [anon_sym_COLON] = ACTIONS(473), - [sym_identifier] = ACTIONS(475), - [sym_comment] = ACTIONS(123), + [88] = { + [sym__field_declarator] = STATE(157), + [sym_pointer_field_declarator] = STATE(158), + [sym_function_field_declarator] = STATE(159), + [sym_array_field_declarator] = STATE(160), + [anon_sym_LPAREN] = ACTIONS(406), + [anon_sym_SEMI] = ACTIONS(408), + [anon_sym_STAR] = ACTIONS(410), + [anon_sym_COLON] = ACTIONS(412), + [sym_identifier] = ACTIONS(414), + [sym_comment] = ACTIONS(42), }, - [77] = { - [anon_sym_extern] = ACTIONS(477), - [anon_sym_RBRACE] = ACTIONS(479), - [anon_sym_typedef] = ACTIONS(477), - [anon_sym_static] = ACTIONS(477), - [anon_sym_auto] = ACTIONS(477), - [anon_sym_register] = ACTIONS(477), - [anon_sym_const] = ACTIONS(477), - [anon_sym_restrict] = ACTIONS(477), - [anon_sym_volatile] = ACTIONS(477), - [sym_function_specifier] = ACTIONS(477), - [anon_sym_unsigned] = ACTIONS(477), - [anon_sym_long] = ACTIONS(477), - [anon_sym_short] = ACTIONS(477), - [anon_sym_enum] = ACTIONS(477), - [anon_sym_struct] = ACTIONS(477), - [anon_sym_union] = ACTIONS(477), - [sym_identifier] = ACTIONS(481), - [sym_comment] = ACTIONS(123), + [89] = { + [anon_sym_extern] = ACTIONS(416), + [anon_sym_RBRACE] = ACTIONS(418), + [anon_sym_typedef] = ACTIONS(416), + [anon_sym_static] = ACTIONS(416), + [anon_sym_auto] = ACTIONS(416), + [anon_sym_register] = ACTIONS(416), + [anon_sym_const] = ACTIONS(416), + [anon_sym_restrict] = ACTIONS(416), + [anon_sym_volatile] = ACTIONS(416), + [sym_function_specifier] = ACTIONS(416), + [anon_sym_unsigned] = ACTIONS(416), + [anon_sym_long] = ACTIONS(416), + [anon_sym_short] = ACTIONS(416), + [anon_sym_enum] = ACTIONS(416), + [anon_sym_struct] = ACTIONS(416), + [anon_sym_union] = ACTIONS(416), + [sym_identifier] = ACTIONS(420), + [sym_comment] = ACTIONS(42), }, - [78] = { - [sym__declaration_specifiers] = STATE(76), + [90] = { + [sym__declaration_specifiers] = STATE(88), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -16997,184 +8817,184 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym_field_declaration] = STATE(127), + [sym_field_declaration] = STATE(162), [sym_macro_type_specifier] = STATE(21), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_RBRACE] = ACTIONS(483), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [sym_identifier] = ACTIONS(155), - [sym_comment] = ACTIONS(123), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_RBRACE] = ACTIONS(422), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, - [79] = { - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_COMMA] = ACTIONS(485), - [anon_sym_RPAREN] = ACTIONS(485), - [anon_sym_SEMI] = ACTIONS(485), - [anon_sym_extern] = ACTIONS(487), - [anon_sym_STAR] = ACTIONS(485), - [anon_sym_LBRACK] = ACTIONS(485), - [anon_sym_RBRACK] = ACTIONS(485), - [anon_sym_typedef] = ACTIONS(487), - [anon_sym_static] = ACTIONS(487), - [anon_sym_auto] = ACTIONS(487), - [anon_sym_register] = ACTIONS(487), - [anon_sym_const] = ACTIONS(487), - [anon_sym_restrict] = ACTIONS(487), - [anon_sym_volatile] = ACTIONS(487), - [sym_function_specifier] = ACTIONS(487), - [anon_sym_COLON] = ACTIONS(485), - [anon_sym_AMP] = ACTIONS(485), - [anon_sym_BANG] = ACTIONS(485), - [anon_sym_TILDE] = ACTIONS(485), - [anon_sym_PLUS] = ACTIONS(487), - [anon_sym_DASH] = ACTIONS(487), - [anon_sym_DASH_DASH] = ACTIONS(485), - [anon_sym_PLUS_PLUS] = ACTIONS(485), - [anon_sym_sizeof] = ACTIONS(487), - [sym_number_literal] = ACTIONS(487), - [sym_char_literal] = ACTIONS(487), - [sym_string_literal] = ACTIONS(485), - [sym_identifier] = ACTIONS(489), - [sym_comment] = ACTIONS(123), + [91] = { + [anon_sym_LPAREN] = ACTIONS(424), + [anon_sym_COMMA] = ACTIONS(424), + [anon_sym_RPAREN] = ACTIONS(424), + [anon_sym_SEMI] = ACTIONS(424), + [anon_sym_extern] = ACTIONS(426), + [anon_sym_STAR] = ACTIONS(424), + [anon_sym_LBRACK] = ACTIONS(424), + [anon_sym_typedef] = ACTIONS(426), + [anon_sym_static] = ACTIONS(426), + [anon_sym_auto] = ACTIONS(426), + [anon_sym_register] = ACTIONS(426), + [anon_sym_const] = ACTIONS(426), + [anon_sym_restrict] = ACTIONS(426), + [anon_sym_volatile] = ACTIONS(426), + [sym_function_specifier] = ACTIONS(426), + [anon_sym_COLON] = ACTIONS(424), + [sym_identifier] = ACTIONS(428), + [sym_comment] = ACTIONS(42), }, - [80] = { - [anon_sym_LPAREN] = ACTIONS(491), - [anon_sym_COMMA] = ACTIONS(491), - [anon_sym_RPAREN] = ACTIONS(491), - [anon_sym_SEMI] = ACTIONS(491), - [anon_sym_extern] = ACTIONS(493), - [anon_sym_STAR] = ACTIONS(491), - [anon_sym_LBRACK] = ACTIONS(491), - [anon_sym_RBRACK] = ACTIONS(491), - [anon_sym_typedef] = ACTIONS(493), - [anon_sym_static] = ACTIONS(493), - [anon_sym_auto] = ACTIONS(493), - [anon_sym_register] = ACTIONS(493), - [anon_sym_const] = ACTIONS(493), - [anon_sym_restrict] = ACTIONS(493), - [anon_sym_volatile] = ACTIONS(493), - [sym_function_specifier] = ACTIONS(493), - [anon_sym_COLON] = ACTIONS(491), - [anon_sym_AMP] = ACTIONS(491), - [anon_sym_BANG] = ACTIONS(491), - [anon_sym_TILDE] = ACTIONS(491), - [anon_sym_PLUS] = ACTIONS(493), - [anon_sym_DASH] = ACTIONS(493), - [anon_sym_DASH_DASH] = ACTIONS(491), - [anon_sym_PLUS_PLUS] = ACTIONS(491), - [anon_sym_sizeof] = ACTIONS(493), - [sym_number_literal] = ACTIONS(493), - [sym_char_literal] = ACTIONS(493), - [sym_string_literal] = ACTIONS(491), - [sym_identifier] = ACTIONS(495), - [sym_comment] = ACTIONS(123), + [92] = { + [anon_sym_LPAREN] = ACTIONS(430), + [anon_sym_COMMA] = ACTIONS(430), + [anon_sym_RPAREN] = ACTIONS(430), + [anon_sym_SEMI] = ACTIONS(430), + [anon_sym_extern] = ACTIONS(432), + [anon_sym_STAR] = ACTIONS(430), + [anon_sym_LBRACK] = ACTIONS(430), + [anon_sym_typedef] = ACTIONS(432), + [anon_sym_static] = ACTIONS(432), + [anon_sym_auto] = ACTIONS(432), + [anon_sym_register] = ACTIONS(432), + [anon_sym_const] = ACTIONS(432), + [anon_sym_restrict] = ACTIONS(432), + [anon_sym_volatile] = ACTIONS(432), + [sym_function_specifier] = ACTIONS(432), + [anon_sym_COLON] = ACTIONS(430), + [sym_identifier] = ACTIONS(434), + [sym_comment] = ACTIONS(42), }, - [81] = { - [anon_sym_const] = ACTIONS(497), - [anon_sym_restrict] = ACTIONS(497), - [anon_sym_volatile] = ACTIONS(497), - [anon_sym_unsigned] = ACTIONS(497), - [anon_sym_long] = ACTIONS(497), - [anon_sym_short] = ACTIONS(497), - [anon_sym_enum] = ACTIONS(497), - [anon_sym_struct] = ACTIONS(497), - [anon_sym_union] = ACTIONS(497), - [sym_identifier] = ACTIONS(499), - [sym_comment] = ACTIONS(123), + [93] = { + [anon_sym_const] = ACTIONS(66), + [anon_sym_restrict] = ACTIONS(66), + [anon_sym_volatile] = ACTIONS(66), + [anon_sym_unsigned] = ACTIONS(66), + [anon_sym_long] = ACTIONS(66), + [anon_sym_short] = ACTIONS(66), + [anon_sym_enum] = ACTIONS(66), + [anon_sym_struct] = ACTIONS(66), + [anon_sym_union] = ACTIONS(66), + [sym_identifier] = ACTIONS(68), + [sym_comment] = ACTIONS(42), }, - [82] = { - [sym__abstract_declarator] = STATE(131), - [sym_abstract_pointer_declarator] = STATE(132), - [sym_abstract_function_declarator] = STATE(132), - [sym_abstract_array_declarator] = STATE(132), - [sym_parameter_list] = STATE(133), - [anon_sym_LPAREN] = ACTIONS(501), - [anon_sym_RPAREN] = ACTIONS(503), - [anon_sym_STAR] = ACTIONS(505), - [anon_sym_LBRACK] = ACTIONS(507), - [sym_comment] = ACTIONS(123), + [94] = { + [anon_sym_LPAREN] = ACTIONS(74), + [anon_sym_RPAREN] = ACTIONS(74), + [anon_sym_STAR] = ACTIONS(74), + [anon_sym_LBRACK] = ACTIONS(74), + [anon_sym_unsigned] = ACTIONS(76), + [anon_sym_long] = ACTIONS(76), + [anon_sym_short] = ACTIONS(76), + [sym_identifier] = ACTIONS(78), + [sym_comment] = ACTIONS(42), }, - [83] = { - [anon_sym_RPAREN] = ACTIONS(509), - [sym_comment] = ACTIONS(123), + [95] = { + [anon_sym_const] = ACTIONS(436), + [anon_sym_restrict] = ACTIONS(436), + [anon_sym_volatile] = ACTIONS(436), + [anon_sym_unsigned] = ACTIONS(436), + [anon_sym_long] = ACTIONS(436), + [anon_sym_short] = ACTIONS(436), + [anon_sym_enum] = ACTIONS(436), + [anon_sym_struct] = ACTIONS(436), + [anon_sym_union] = ACTIONS(436), + [sym_identifier] = ACTIONS(438), + [sym_comment] = ACTIONS(42), }, - [84] = { - [anon_sym_LPAREN] = ACTIONS(250), - [anon_sym_RPAREN] = ACTIONS(250), - [anon_sym_STAR] = ACTIONS(250), - [anon_sym_LBRACK] = ACTIONS(250), - [anon_sym_unsigned] = ACTIONS(254), - [anon_sym_long] = ACTIONS(254), - [anon_sym_short] = ACTIONS(254), - [sym_identifier] = ACTIONS(511), - [sym_comment] = ACTIONS(123), + [96] = { + [sym__abstract_declarator] = STATE(166), + [sym_abstract_pointer_declarator] = STATE(167), + [sym_abstract_function_declarator] = STATE(167), + [sym_abstract_array_declarator] = STATE(167), + [sym_parameter_list] = STATE(168), + [anon_sym_LPAREN] = ACTIONS(440), + [anon_sym_RPAREN] = ACTIONS(442), + [anon_sym_STAR] = ACTIONS(444), + [anon_sym_LBRACK] = ACTIONS(446), + [sym_comment] = ACTIONS(42), }, - [85] = { - [sym_type_qualifier] = STATE(135), - [sym__type_specifier] = STATE(136), + [97] = { + [anon_sym_RPAREN] = ACTIONS(448), + [sym_comment] = ACTIONS(42), + }, + [98] = { + [anon_sym_LPAREN] = ACTIONS(135), + [anon_sym_RPAREN] = ACTIONS(135), + [anon_sym_STAR] = ACTIONS(135), + [anon_sym_LBRACK] = ACTIONS(135), + [anon_sym_unsigned] = ACTIONS(450), + [anon_sym_long] = ACTIONS(450), + [anon_sym_short] = ACTIONS(450), + [sym_identifier] = ACTIONS(452), + [sym_comment] = ACTIONS(42), + }, + [99] = { + [sym_type_qualifier] = STATE(171), + [sym__type_specifier] = STATE(172), [sym_sized_type_specifier] = STATE(21), [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), [sym_macro_type_specifier] = STATE(21), - [aux_sym_sized_type_specifier_repeat1] = STATE(84), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [sym_identifier] = ACTIONS(155), - [sym_comment] = ACTIONS(123), + [aux_sym_sized_type_specifier_repeat1] = STATE(98), + [anon_sym_const] = ACTIONS(230), + [anon_sym_restrict] = ACTIONS(230), + [anon_sym_volatile] = ACTIONS(230), + [anon_sym_unsigned] = ACTIONS(232), + [anon_sym_long] = ACTIONS(232), + [anon_sym_short] = ACTIONS(232), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, - [86] = { - [sym__declarator] = STATE(88), + [100] = { + [sym__declarator] = STATE(102), [sym_pointer_declarator] = STATE(44), [sym_function_declarator] = STATE(44), [sym_array_declarator] = STATE(44), - [anon_sym_LPAREN] = ACTIONS(226), - [anon_sym_STAR] = ACTIONS(331), - [sym_identifier] = ACTIONS(232), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(107), + [anon_sym_STAR] = ACTIONS(234), + [sym_identifier] = ACTIONS(113), + [sym_comment] = ACTIONS(42), }, - [87] = { - [sym_parameter_list] = STATE(96), - [anon_sym_LPAREN] = ACTIONS(341), - [anon_sym_RPAREN] = ACTIONS(513), - [anon_sym_LBRACK] = ACTIONS(349), - [sym_comment] = ACTIONS(123), + [101] = { + [sym_parameter_list] = STATE(110), + [anon_sym_LPAREN] = ACTIONS(244), + [anon_sym_RPAREN] = ACTIONS(454), + [anon_sym_LBRACK] = ACTIONS(252), + [sym_comment] = ACTIONS(42), }, - [88] = { - [sym_parameter_list] = STATE(96), - [anon_sym_LPAREN] = ACTIONS(341), - [anon_sym_COMMA] = ACTIONS(515), - [anon_sym_RPAREN] = ACTIONS(515), - [anon_sym_SEMI] = ACTIONS(515), - [anon_sym_LBRACE] = ACTIONS(515), - [anon_sym_LBRACK] = ACTIONS(349), - [anon_sym_EQ] = ACTIONS(515), - [sym_comment] = ACTIONS(123), + [102] = { + [sym_parameter_list] = STATE(110), + [anon_sym_LPAREN] = ACTIONS(244), + [anon_sym_COMMA] = ACTIONS(456), + [anon_sym_RPAREN] = ACTIONS(456), + [anon_sym_SEMI] = ACTIONS(456), + [anon_sym_LBRACE] = ACTIONS(456), + [anon_sym_LBRACK] = ACTIONS(252), + [anon_sym_EQ] = ACTIONS(456), + [sym_comment] = ACTIONS(42), }, - [89] = { - [sym__declaration_specifiers] = STATE(140), + [103] = { + [sym__declaration_specifiers] = STATE(176), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -17182,107 +9002,78 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym_parameter_declaration] = STATE(138), + [sym_parameter_declaration] = STATE(174), [sym_macro_type_specifier] = STATE(21), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_DOT_DOT_DOT] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(519), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [sym_identifier] = ACTIONS(155), - [sym_comment] = ACTIONS(123), + [anon_sym_DOT_DOT_DOT] = ACTIONS(458), + [anon_sym_RPAREN] = ACTIONS(460), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, - [90] = { - [sym__declarator] = STATE(142), + [104] = { + [sym__declarator] = STATE(178), [sym_pointer_declarator] = STATE(44), [sym_function_declarator] = STATE(44), [sym_array_declarator] = STATE(44), - [sym_init_declarator] = STATE(143), - [anon_sym_LPAREN] = ACTIONS(226), - [anon_sym_STAR] = ACTIONS(521), - [sym_identifier] = ACTIONS(232), - [sym_comment] = ACTIONS(123), + [sym_init_declarator] = STATE(179), + [anon_sym_LPAREN] = ACTIONS(107), + [anon_sym_STAR] = ACTIONS(462), + [sym_identifier] = ACTIONS(113), + [sym_comment] = ACTIONS(42), }, - [91] = { - [ts_builtin_sym_end] = ACTIONS(523), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(525), - [anon_sym_LPAREN] = ACTIONS(523), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(525), - [sym_preproc_directive] = ACTIONS(527), - [anon_sym_SEMI] = ACTIONS(523), - [anon_sym_extern] = ACTIONS(525), - [anon_sym_LBRACE] = ACTIONS(523), - [anon_sym_RBRACE] = ACTIONS(523), - [anon_sym_STAR] = ACTIONS(523), - [anon_sym_typedef] = ACTIONS(525), - [anon_sym_static] = ACTIONS(525), - [anon_sym_auto] = ACTIONS(525), - [anon_sym_register] = ACTIONS(525), - [anon_sym_const] = ACTIONS(525), - [anon_sym_restrict] = ACTIONS(525), - [anon_sym_volatile] = ACTIONS(525), - [sym_function_specifier] = ACTIONS(525), - [anon_sym_unsigned] = ACTIONS(525), - [anon_sym_long] = ACTIONS(525), - [anon_sym_short] = ACTIONS(525), - [anon_sym_enum] = ACTIONS(525), - [anon_sym_struct] = ACTIONS(525), - [anon_sym_union] = ACTIONS(525), - [anon_sym_if] = ACTIONS(525), - [anon_sym_else] = ACTIONS(525), - [anon_sym_switch] = ACTIONS(525), - [anon_sym_case] = ACTIONS(525), - [anon_sym_default] = ACTIONS(525), - [anon_sym_while] = ACTIONS(525), - [anon_sym_do] = ACTIONS(525), - [anon_sym_for] = ACTIONS(525), - [anon_sym_return] = ACTIONS(525), - [anon_sym_break] = ACTIONS(525), - [anon_sym_continue] = ACTIONS(525), - [anon_sym_goto] = ACTIONS(525), - [anon_sym_AMP] = ACTIONS(523), - [anon_sym_BANG] = ACTIONS(523), - [anon_sym_TILDE] = ACTIONS(523), - [anon_sym_PLUS] = ACTIONS(525), - [anon_sym_DASH] = ACTIONS(525), - [anon_sym_DASH_DASH] = ACTIONS(523), - [anon_sym_PLUS_PLUS] = ACTIONS(523), - [anon_sym_sizeof] = ACTIONS(525), - [sym_number_literal] = ACTIONS(525), - [sym_char_literal] = ACTIONS(525), - [sym_string_literal] = ACTIONS(523), - [sym_identifier] = ACTIONS(527), - [sym_comment] = ACTIONS(123), + [105] = { + [ts_builtin_sym_end] = ACTIONS(464), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(466), + [sym_preproc_directive] = ACTIONS(468), + [anon_sym_extern] = ACTIONS(466), + [anon_sym_RBRACE] = ACTIONS(464), + [anon_sym_typedef] = ACTIONS(466), + [anon_sym_static] = ACTIONS(466), + [anon_sym_auto] = ACTIONS(466), + [anon_sym_register] = ACTIONS(466), + [anon_sym_const] = ACTIONS(466), + [anon_sym_restrict] = ACTIONS(466), + [anon_sym_volatile] = ACTIONS(466), + [sym_function_specifier] = ACTIONS(466), + [anon_sym_unsigned] = ACTIONS(466), + [anon_sym_long] = ACTIONS(466), + [anon_sym_short] = ACTIONS(466), + [anon_sym_enum] = ACTIONS(466), + [anon_sym_struct] = ACTIONS(466), + [anon_sym_union] = ACTIONS(466), + [sym_identifier] = ACTIONS(468), + [sym_comment] = ACTIONS(42), }, - [92] = { - [sym_preproc_include] = STATE(169), - [sym_preproc_def] = STATE(169), - [sym_preproc_function_def] = STATE(169), - [sym_preproc_call] = STATE(169), - [sym_preproc_if_in_compound_statement] = STATE(170), - [sym_preproc_ifdef_in_compound_statement] = STATE(171), - [sym_declaration] = STATE(169), - [sym__declaration_specifiers] = STATE(172), - [sym_compound_statement] = STATE(169), + [106] = { + [sym_preproc_include] = STATE(209), + [sym_preproc_def] = STATE(209), + [sym_preproc_function_def] = STATE(209), + [sym_preproc_call] = STATE(209), + [sym_preproc_if_in_compound_statement] = STATE(210), + [sym_preproc_ifdef_in_compound_statement] = STATE(211), + [sym_declaration] = STATE(209), + [sym__declaration_specifiers] = STATE(212), + [sym_compound_statement] = STATE(209), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -17290,355 +9081,368 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [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(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym__empty_declaration] = STATE(169), + [sym_labeled_statement] = STATE(209), + [sym_expression_statement] = STATE(209), + [sym_if_statement] = STATE(209), + [sym_switch_statement] = STATE(209), + [sym_case_statement] = STATE(209), + [sym_while_statement] = STATE(209), + [sym_do_statement] = STATE(209), + [sym_for_statement] = STATE(209), + [sym_return_statement] = STATE(209), + [sym_break_statement] = STATE(209), + [sym_continue_statement] = STATE(209), + [sym_goto_statement] = STATE(209), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(209), [sym_macro_type_specifier] = STATE(21), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(175), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(215), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [anon_sym_LPAREN] = ACTIONS(529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(531), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(533), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(535), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_RBRACE] = ACTIONS(539), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(543), - [anon_sym_switch] = ACTIONS(545), - [anon_sym_case] = ACTIONS(547), - [anon_sym_default] = ACTIONS(549), - [anon_sym_while] = ACTIONS(551), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(555), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(579), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(470), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(472), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(476), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(478), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(480), + [sym_preproc_directive] = ACTIONS(482), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_RBRACE] = ACTIONS(488), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(528), + [sym_comment] = ACTIONS(42), }, - [93] = { - [sym__declaration_specifiers] = STATE(184), + [107] = { + [sym__declaration_specifiers] = STATE(228), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(185), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_RBRACK] = ACTIONS(585), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(597), - [sym_comment] = ACTIONS(123), + [sym__type_specifier] = STATE(229), + [sym_sized_type_specifier] = STATE(230), + [sym_enum_specifier] = STATE(230), + [sym_struct_specifier] = STATE(230), + [sym_union_specifier] = STATE(230), + [sym__expression] = STATE(231), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(230), + [aux_sym__declaration_specifiers_repeat1] = STATE(232), + [aux_sym_sized_type_specifier_repeat1] = STATE(233), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_RBRACK] = ACTIONS(534), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(536), + [anon_sym_long] = ACTIONS(536), + [anon_sym_short] = ACTIONS(536), + [anon_sym_enum] = ACTIONS(538), + [anon_sym_struct] = ACTIONS(540), + [anon_sym_union] = ACTIONS(542), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(544), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(554), + [sym_comment] = ACTIONS(42), }, - [94] = { - [sym__expression] = STATE(187), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(188), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [108] = { + [sym__expression] = STATE(235), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_initializer_list] = STATE(236), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_LBRACE] = ACTIONS(556), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, - [95] = { - [ts_builtin_sym_end] = ACTIONS(603), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(605), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(605), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(605), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(605), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(605), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(605), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(605), - [sym_preproc_directive] = ACTIONS(607), - [anon_sym_extern] = ACTIONS(605), - [anon_sym_RBRACE] = ACTIONS(603), - [anon_sym_typedef] = ACTIONS(605), - [anon_sym_static] = ACTIONS(605), - [anon_sym_auto] = ACTIONS(605), - [anon_sym_register] = ACTIONS(605), - [anon_sym_const] = ACTIONS(605), - [anon_sym_restrict] = ACTIONS(605), - [anon_sym_volatile] = ACTIONS(605), - [sym_function_specifier] = ACTIONS(605), - [anon_sym_unsigned] = ACTIONS(605), - [anon_sym_long] = ACTIONS(605), - [anon_sym_short] = ACTIONS(605), - [anon_sym_enum] = ACTIONS(605), - [anon_sym_struct] = ACTIONS(605), - [anon_sym_union] = ACTIONS(605), - [sym_identifier] = ACTIONS(607), - [sym_comment] = ACTIONS(123), + [109] = { + [ts_builtin_sym_end] = ACTIONS(560), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(562), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(562), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(562), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(562), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(562), + [sym_preproc_directive] = ACTIONS(564), + [anon_sym_extern] = ACTIONS(562), + [anon_sym_RBRACE] = ACTIONS(560), + [anon_sym_typedef] = ACTIONS(562), + [anon_sym_static] = ACTIONS(562), + [anon_sym_auto] = ACTIONS(562), + [anon_sym_register] = ACTIONS(562), + [anon_sym_const] = ACTIONS(562), + [anon_sym_restrict] = ACTIONS(562), + [anon_sym_volatile] = ACTIONS(562), + [sym_function_specifier] = ACTIONS(562), + [anon_sym_unsigned] = ACTIONS(562), + [anon_sym_long] = ACTIONS(562), + [anon_sym_short] = ACTIONS(562), + [anon_sym_enum] = ACTIONS(562), + [anon_sym_struct] = ACTIONS(562), + [anon_sym_union] = ACTIONS(562), + [sym_identifier] = ACTIONS(564), + [sym_comment] = ACTIONS(42), }, - [96] = { - [anon_sym_LPAREN] = ACTIONS(609), - [anon_sym_COMMA] = ACTIONS(609), - [anon_sym_RPAREN] = ACTIONS(609), - [anon_sym_SEMI] = ACTIONS(609), - [anon_sym_LBRACE] = ACTIONS(609), - [anon_sym_LBRACK] = ACTIONS(609), - [anon_sym_EQ] = ACTIONS(609), - [sym_comment] = ACTIONS(123), + [110] = { + [anon_sym_LPAREN] = ACTIONS(566), + [anon_sym_COMMA] = ACTIONS(566), + [anon_sym_RPAREN] = ACTIONS(566), + [anon_sym_SEMI] = ACTIONS(566), + [anon_sym_LBRACE] = ACTIONS(566), + [anon_sym_LBRACK] = ACTIONS(566), + [anon_sym_EQ] = ACTIONS(566), + [sym_comment] = ACTIONS(42), }, - [97] = { - [anon_sym_COMMA] = ACTIONS(611), - [anon_sym_SEMI] = ACTIONS(613), - [sym_comment] = ACTIONS(123), + [111] = { + [anon_sym_COMMA] = ACTIONS(568), + [anon_sym_SEMI] = ACTIONS(570), + [sym_comment] = ACTIONS(42), }, - [98] = { - [sym_storage_class_specifier] = STATE(49), - [sym_type_qualifier] = STATE(49), - [anon_sym_LPAREN] = ACTIONS(615), - [anon_sym_COMMA] = ACTIONS(615), - [anon_sym_RPAREN] = ACTIONS(615), - [anon_sym_SEMI] = ACTIONS(615), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(615), - [anon_sym_LBRACK] = ACTIONS(615), - [anon_sym_RBRACK] = ACTIONS(615), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(248), - [anon_sym_COLON] = ACTIONS(615), - [anon_sym_AMP] = ACTIONS(615), - [anon_sym_BANG] = ACTIONS(615), - [anon_sym_TILDE] = ACTIONS(615), - [anon_sym_PLUS] = ACTIONS(617), - [anon_sym_DASH] = ACTIONS(617), - [anon_sym_DASH_DASH] = ACTIONS(615), - [anon_sym_PLUS_PLUS] = ACTIONS(615), - [anon_sym_sizeof] = ACTIONS(617), - [sym_number_literal] = ACTIONS(617), - [sym_char_literal] = ACTIONS(617), - [sym_string_literal] = ACTIONS(615), - [sym_identifier] = ACTIONS(619), - [sym_comment] = ACTIONS(123), + [112] = { + [anon_sym_LPAREN] = ACTIONS(572), + [anon_sym_COMMA] = ACTIONS(572), + [anon_sym_RPAREN] = ACTIONS(572), + [anon_sym_SEMI] = ACTIONS(572), + [anon_sym_extern] = ACTIONS(274), + [anon_sym_STAR] = ACTIONS(572), + [anon_sym_LBRACK] = ACTIONS(572), + [anon_sym_typedef] = ACTIONS(274), + [anon_sym_static] = ACTIONS(274), + [anon_sym_auto] = ACTIONS(274), + [anon_sym_register] = ACTIONS(274), + [anon_sym_const] = ACTIONS(274), + [anon_sym_restrict] = ACTIONS(274), + [anon_sym_volatile] = ACTIONS(274), + [sym_function_specifier] = ACTIONS(274), + [anon_sym_COLON] = ACTIONS(572), + [sym_identifier] = ACTIONS(276), + [sym_comment] = ACTIONS(42), }, - [99] = { - [anon_sym_LF] = ACTIONS(621), - [sym_comment] = ACTIONS(165), + [113] = { + [sym_storage_class_specifier] = STATE(112), + [sym_type_qualifier] = STATE(112), + [anon_sym_LPAREN] = ACTIONS(574), + [anon_sym_COMMA] = ACTIONS(574), + [anon_sym_RPAREN] = ACTIONS(574), + [anon_sym_SEMI] = ACTIONS(574), + [anon_sym_extern] = ACTIONS(117), + [anon_sym_STAR] = ACTIONS(574), + [anon_sym_LBRACK] = ACTIONS(574), + [anon_sym_typedef] = ACTIONS(117), + [anon_sym_static] = ACTIONS(117), + [anon_sym_auto] = ACTIONS(117), + [anon_sym_register] = ACTIONS(117), + [anon_sym_const] = ACTIONS(119), + [anon_sym_restrict] = ACTIONS(119), + [anon_sym_volatile] = ACTIONS(119), + [sym_function_specifier] = ACTIONS(264), + [anon_sym_COLON] = ACTIONS(574), + [sym_identifier] = ACTIONS(576), + [sym_comment] = ACTIONS(42), }, - [100] = { - [aux_sym_preproc_params_repeat1] = STATE(194), - [anon_sym_COMMA] = ACTIONS(623), - [anon_sym_RPAREN] = ACTIONS(625), - [sym_comment] = ACTIONS(123), + [114] = { + [anon_sym_LF] = ACTIONS(578), + [sym_comment] = ACTIONS(52), }, - [101] = { - [anon_sym_LF] = ACTIONS(627), - [sym_preproc_arg] = ACTIONS(627), - [sym_comment] = ACTIONS(165), + [115] = { + [aux_sym_preproc_params_repeat1] = STATE(242), + [anon_sym_COMMA] = ACTIONS(580), + [anon_sym_RPAREN] = ACTIONS(582), + [sym_comment] = ACTIONS(42), }, - [102] = { - [ts_builtin_sym_end] = ACTIONS(629), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(631), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(631), - [anon_sym_LPAREN] = ACTIONS(629), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(631), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(631), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(631), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(631), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(631), - [sym_preproc_directive] = ACTIONS(633), - [anon_sym_SEMI] = ACTIONS(629), - [anon_sym_extern] = ACTIONS(631), - [anon_sym_LBRACE] = ACTIONS(629), - [anon_sym_RBRACE] = ACTIONS(629), - [anon_sym_STAR] = ACTIONS(629), - [anon_sym_typedef] = ACTIONS(631), - [anon_sym_static] = ACTIONS(631), - [anon_sym_auto] = ACTIONS(631), - [anon_sym_register] = ACTIONS(631), - [anon_sym_const] = ACTIONS(631), - [anon_sym_restrict] = ACTIONS(631), - [anon_sym_volatile] = ACTIONS(631), - [sym_function_specifier] = ACTIONS(631), - [anon_sym_unsigned] = ACTIONS(631), - [anon_sym_long] = ACTIONS(631), - [anon_sym_short] = ACTIONS(631), - [anon_sym_enum] = ACTIONS(631), - [anon_sym_struct] = ACTIONS(631), - [anon_sym_union] = ACTIONS(631), - [anon_sym_if] = ACTIONS(631), - [anon_sym_switch] = ACTIONS(631), - [anon_sym_case] = ACTIONS(631), - [anon_sym_default] = ACTIONS(631), - [anon_sym_while] = ACTIONS(631), - [anon_sym_do] = ACTIONS(631), - [anon_sym_for] = ACTIONS(631), - [anon_sym_return] = ACTIONS(631), - [anon_sym_break] = ACTIONS(631), - [anon_sym_continue] = ACTIONS(631), - [anon_sym_goto] = ACTIONS(631), - [anon_sym_AMP] = ACTIONS(629), - [anon_sym_BANG] = ACTIONS(629), - [anon_sym_TILDE] = ACTIONS(629), - [anon_sym_PLUS] = ACTIONS(631), - [anon_sym_DASH] = ACTIONS(631), - [anon_sym_DASH_DASH] = ACTIONS(629), - [anon_sym_PLUS_PLUS] = ACTIONS(629), - [anon_sym_sizeof] = ACTIONS(631), - [sym_number_literal] = ACTIONS(631), - [sym_char_literal] = ACTIONS(631), - [sym_string_literal] = ACTIONS(629), - [sym_identifier] = ACTIONS(633), - [sym_comment] = ACTIONS(123), + [116] = { + [anon_sym_LF] = ACTIONS(584), + [sym_preproc_arg] = ACTIONS(584), + [sym_comment] = ACTIONS(52), }, - [103] = { - [anon_sym_LF] = ACTIONS(635), - [sym_comment] = ACTIONS(165), + [117] = { + [ts_builtin_sym_end] = ACTIONS(586), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(588), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(588), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(588), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(588), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(588), + [sym_preproc_directive] = ACTIONS(590), + [anon_sym_extern] = ACTIONS(588), + [anon_sym_RBRACE] = ACTIONS(586), + [anon_sym_typedef] = ACTIONS(588), + [anon_sym_static] = ACTIONS(588), + [anon_sym_auto] = ACTIONS(588), + [anon_sym_register] = ACTIONS(588), + [anon_sym_const] = ACTIONS(588), + [anon_sym_restrict] = ACTIONS(588), + [anon_sym_volatile] = ACTIONS(588), + [sym_function_specifier] = ACTIONS(588), + [anon_sym_unsigned] = ACTIONS(588), + [anon_sym_long] = ACTIONS(588), + [anon_sym_short] = ACTIONS(588), + [anon_sym_enum] = ACTIONS(588), + [anon_sym_struct] = ACTIONS(588), + [anon_sym_union] = ACTIONS(588), + [sym_identifier] = ACTIONS(590), + [sym_comment] = ACTIONS(42), }, - [104] = { - [sym_preproc_include] = STATE(48), - [sym_preproc_def] = STATE(48), - [sym_preproc_function_def] = STATE(48), - [sym_preproc_call] = STATE(48), - [sym_preproc_if] = STATE(48), - [sym_preproc_ifdef] = STATE(48), - [sym_function_definition] = STATE(48), - [sym_declaration] = STATE(48), - [sym__declaration_specifiers] = STATE(19), - [sym_linkage_specification] = STATE(48), + [118] = { + [anon_sym_LF] = ACTIONS(592), + [sym_comment] = ACTIONS(52), + }, + [119] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(146), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(146), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(146), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(146), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(146), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(146), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(146), + [sym_preproc_directive] = ACTIONS(148), + [anon_sym_extern] = ACTIONS(146), + [anon_sym_typedef] = ACTIONS(146), + [anon_sym_static] = ACTIONS(146), + [anon_sym_auto] = ACTIONS(146), + [anon_sym_register] = ACTIONS(146), + [anon_sym_const] = ACTIONS(146), + [anon_sym_restrict] = ACTIONS(146), + [anon_sym_volatile] = ACTIONS(146), + [sym_function_specifier] = ACTIONS(146), + [anon_sym_unsigned] = ACTIONS(146), + [anon_sym_long] = ACTIONS(146), + [anon_sym_short] = ACTIONS(146), + [anon_sym_enum] = ACTIONS(146), + [anon_sym_struct] = ACTIONS(146), + [anon_sym_union] = ACTIONS(146), + [sym_identifier] = ACTIONS(148), + [sym_comment] = ACTIONS(42), + }, + [120] = { + [sym_preproc_params] = STATE(246), + [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(594), + [anon_sym_LF] = ACTIONS(596), + [anon_sym_LPAREN] = ACTIONS(154), + [sym_comment] = ACTIONS(52), + }, + [121] = { + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_preproc_else] = STATE(248), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym__declaration_specifiers] = STATE(71), + [sym_linkage_specification] = STATE(69), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -17646,174 +9450,49 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym__empty_declaration] = STATE(48), + [sym__empty_declaration] = STATE(69), [sym_macro_type_specifier] = STATE(21), + [aux_sym_translation_unit_repeat1] = STATE(249), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(131), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(637), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(133), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(135), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_extern] = ACTIONS(139), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [sym_identifier] = ACTIONS(155), - [sym_comment] = ACTIONS(123), - }, - [105] = { - [ts_builtin_sym_end] = ACTIONS(639), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(641), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(641), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(641), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(641), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(641), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(641), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(641), - [sym_preproc_directive] = ACTIONS(643), - [anon_sym_extern] = ACTIONS(641), - [anon_sym_RBRACE] = ACTIONS(639), - [anon_sym_typedef] = ACTIONS(641), - [anon_sym_static] = ACTIONS(641), - [anon_sym_auto] = ACTIONS(641), - [anon_sym_register] = ACTIONS(641), - [anon_sym_const] = ACTIONS(641), - [anon_sym_restrict] = ACTIONS(641), - [anon_sym_volatile] = ACTIONS(641), - [sym_function_specifier] = ACTIONS(641), - [anon_sym_unsigned] = ACTIONS(641), - [anon_sym_long] = ACTIONS(641), - [anon_sym_short] = ACTIONS(641), - [anon_sym_enum] = ACTIONS(641), - [anon_sym_struct] = ACTIONS(641), - [anon_sym_union] = ACTIONS(641), - [sym_identifier] = ACTIONS(643), - [sym_comment] = ACTIONS(123), - }, - [106] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(645), - [sym_comment] = ACTIONS(123), - }, - [107] = { - [ts_builtin_sym_end] = ACTIONS(647), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(649), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(649), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(649), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(649), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(649), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(649), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(649), - [sym_preproc_directive] = ACTIONS(651), - [anon_sym_extern] = ACTIONS(649), - [anon_sym_RBRACE] = ACTIONS(647), - [anon_sym_typedef] = ACTIONS(649), - [anon_sym_static] = ACTIONS(649), - [anon_sym_auto] = ACTIONS(649), - [anon_sym_register] = ACTIONS(649), - [anon_sym_const] = ACTIONS(649), - [anon_sym_restrict] = ACTIONS(649), - [anon_sym_volatile] = ACTIONS(649), - [sym_function_specifier] = ACTIONS(649), - [anon_sym_unsigned] = ACTIONS(649), - [anon_sym_long] = ACTIONS(649), - [anon_sym_short] = ACTIONS(649), - [anon_sym_enum] = ACTIONS(649), - [anon_sym_struct] = ACTIONS(649), - [anon_sym_union] = ACTIONS(649), - [sym_identifier] = ACTIONS(651), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(156), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(158), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(160), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(598), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(164), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(166), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(168), + [sym_preproc_directive] = ACTIONS(170), + [anon_sym_extern] = ACTIONS(172), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, - [108] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(653), - [sym_comment] = ACTIONS(123), - }, - [109] = { - [ts_builtin_sym_end] = ACTIONS(655), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(657), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(657), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(657), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(657), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(657), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(657), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(657), - [sym_preproc_directive] = ACTIONS(659), - [anon_sym_extern] = ACTIONS(657), - [anon_sym_RBRACE] = ACTIONS(655), - [anon_sym_typedef] = ACTIONS(657), - [anon_sym_static] = ACTIONS(657), - [anon_sym_auto] = ACTIONS(657), - [anon_sym_register] = ACTIONS(657), - [anon_sym_const] = ACTIONS(657), - [anon_sym_restrict] = ACTIONS(657), - [anon_sym_volatile] = ACTIONS(657), - [sym_function_specifier] = ACTIONS(657), - [anon_sym_unsigned] = ACTIONS(657), - [anon_sym_long] = ACTIONS(657), - [anon_sym_short] = ACTIONS(657), - [anon_sym_enum] = ACTIONS(657), - [anon_sym_struct] = ACTIONS(657), - [anon_sym_union] = ACTIONS(657), - [sym_identifier] = ACTIONS(659), - [sym_comment] = ACTIONS(123), - }, - [110] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(661), - [sym_comment] = ACTIONS(123), - }, - [111] = { - [ts_builtin_sym_end] = ACTIONS(663), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(665), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(665), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(665), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(665), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(665), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(665), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(665), - [sym_preproc_directive] = ACTIONS(667), - [anon_sym_extern] = ACTIONS(665), - [anon_sym_RBRACE] = ACTIONS(663), - [anon_sym_typedef] = ACTIONS(665), - [anon_sym_static] = ACTIONS(665), - [anon_sym_auto] = ACTIONS(665), - [anon_sym_register] = ACTIONS(665), - [anon_sym_const] = ACTIONS(665), - [anon_sym_restrict] = ACTIONS(665), - [anon_sym_volatile] = ACTIONS(665), - [sym_function_specifier] = ACTIONS(665), - [anon_sym_unsigned] = ACTIONS(665), - [anon_sym_long] = ACTIONS(665), - [anon_sym_short] = ACTIONS(665), - [anon_sym_enum] = ACTIONS(665), - [anon_sym_struct] = ACTIONS(665), - [anon_sym_union] = ACTIONS(665), - [sym_identifier] = ACTIONS(667), - [sym_comment] = ACTIONS(123), - }, - [112] = { - [sym_preproc_include] = STATE(48), - [sym_preproc_def] = STATE(48), - [sym_preproc_function_def] = STATE(48), - [sym_preproc_call] = STATE(48), - [sym_preproc_if] = STATE(48), - [sym_preproc_ifdef] = STATE(48), - [sym_function_definition] = STATE(48), - [sym_declaration] = STATE(48), - [sym__declaration_specifiers] = STATE(19), - [sym_linkage_specification] = STATE(48), + [122] = { + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_preproc_else] = STATE(251), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym__declaration_specifiers] = STATE(71), + [sym_linkage_specification] = STATE(69), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -17821,292 +9500,181 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym__empty_declaration] = STATE(48), + [sym__empty_declaration] = STATE(69), [sym_macro_type_specifier] = STATE(21), + [aux_sym_translation_unit_repeat1] = STATE(252), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(131), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(133), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(135), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_extern] = ACTIONS(139), - [anon_sym_RBRACE] = ACTIONS(669), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [sym_identifier] = ACTIONS(155), - [sym_comment] = ACTIONS(123), - }, - [113] = { - [anon_sym_LPAREN] = ACTIONS(671), - [anon_sym_COMMA] = ACTIONS(671), - [anon_sym_RPAREN] = ACTIONS(671), - [anon_sym_SEMI] = ACTIONS(671), - [anon_sym_extern] = ACTIONS(673), - [anon_sym_STAR] = ACTIONS(671), - [anon_sym_LBRACK] = ACTIONS(671), - [anon_sym_RBRACK] = ACTIONS(671), - [anon_sym_typedef] = ACTIONS(673), - [anon_sym_static] = ACTIONS(673), - [anon_sym_auto] = ACTIONS(673), - [anon_sym_register] = ACTIONS(673), - [anon_sym_const] = ACTIONS(673), - [anon_sym_restrict] = ACTIONS(673), - [anon_sym_volatile] = ACTIONS(673), - [sym_function_specifier] = ACTIONS(673), - [anon_sym_COLON] = ACTIONS(671), - [anon_sym_AMP] = ACTIONS(671), - [anon_sym_BANG] = ACTIONS(671), - [anon_sym_TILDE] = ACTIONS(671), - [anon_sym_PLUS] = ACTIONS(673), - [anon_sym_DASH] = ACTIONS(673), - [anon_sym_DASH_DASH] = ACTIONS(671), - [anon_sym_PLUS_PLUS] = ACTIONS(671), - [anon_sym_sizeof] = ACTIONS(673), - [sym_number_literal] = ACTIONS(673), - [sym_char_literal] = ACTIONS(673), - [sym_string_literal] = ACTIONS(671), - [sym_identifier] = ACTIONS(675), - [sym_comment] = ACTIONS(123), - }, - [114] = { - [sym__expression] = STATE(206), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_STAR] = ACTIONS(679), - [anon_sym_AMP] = ACTIONS(679), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_PLUS] = ACTIONS(685), - [anon_sym_DASH] = ACTIONS(685), - [anon_sym_DASH_DASH] = ACTIONS(687), - [anon_sym_PLUS_PLUS] = ACTIONS(687), - [anon_sym_sizeof] = ACTIONS(689), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), - }, - [115] = { - [sym_enumerator] = STATE(208), - [anon_sym_RBRACE] = ACTIONS(691), - [sym_identifier] = ACTIONS(291), - [sym_comment] = ACTIONS(123), - }, - [116] = { - [anon_sym_COMMA] = ACTIONS(693), - [anon_sym_RBRACE] = ACTIONS(691), - [sym_comment] = ACTIONS(123), - }, - [117] = { - [sym__field_declarator] = STATE(211), - [sym_pointer_field_declarator] = STATE(123), - [sym_function_field_declarator] = STATE(124), - [sym_array_field_declarator] = STATE(125), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_STAR] = ACTIONS(695), - [sym_identifier] = ACTIONS(475), - [sym_comment] = ACTIONS(123), - }, - [118] = { - [anon_sym_extern] = ACTIONS(697), - [anon_sym_RBRACE] = ACTIONS(699), - [anon_sym_typedef] = ACTIONS(697), - [anon_sym_static] = ACTIONS(697), - [anon_sym_auto] = ACTIONS(697), - [anon_sym_register] = ACTIONS(697), - [anon_sym_const] = ACTIONS(697), - [anon_sym_restrict] = ACTIONS(697), - [anon_sym_volatile] = ACTIONS(697), - [sym_function_specifier] = ACTIONS(697), - [anon_sym_unsigned] = ACTIONS(697), - [anon_sym_long] = ACTIONS(697), - [anon_sym_short] = ACTIONS(697), - [anon_sym_enum] = ACTIONS(697), - [anon_sym_struct] = ACTIONS(697), - [anon_sym_union] = ACTIONS(697), - [sym_identifier] = ACTIONS(701), - [sym_comment] = ACTIONS(123), - }, - [119] = { - [sym__field_declarator] = STATE(212), - [sym_pointer_field_declarator] = STATE(123), - [sym_function_field_declarator] = STATE(124), - [sym_array_field_declarator] = STATE(125), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_STAR] = ACTIONS(471), - [sym_identifier] = ACTIONS(475), - [sym_comment] = ACTIONS(123), - }, - [120] = { - [sym__expression] = STATE(219), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), - }, - [121] = { - [anon_sym_LPAREN] = ACTIONS(717), - [anon_sym_COMMA] = ACTIONS(717), - [anon_sym_RPAREN] = ACTIONS(717), - [anon_sym_SEMI] = ACTIONS(717), - [anon_sym_LBRACK] = ACTIONS(717), - [anon_sym_COLON] = ACTIONS(717), - [sym_comment] = ACTIONS(123), - }, - [122] = { - [sym_parameter_list] = STATE(224), - [aux_sym_field_declaration_repeat1] = STATE(225), - [anon_sym_LPAREN] = ACTIONS(341), - [anon_sym_COMMA] = ACTIONS(719), - [anon_sym_SEMI] = ACTIONS(721), - [anon_sym_LBRACK] = ACTIONS(723), - [anon_sym_COLON] = ACTIONS(725), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(156), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(158), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(160), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(600), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(164), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(166), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(168), + [sym_preproc_directive] = ACTIONS(170), + [anon_sym_extern] = ACTIONS(172), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, [123] = { - [anon_sym_LPAREN] = ACTIONS(727), - [anon_sym_COMMA] = ACTIONS(727), - [anon_sym_RPAREN] = ACTIONS(727), - [anon_sym_SEMI] = ACTIONS(727), - [anon_sym_LBRACK] = ACTIONS(727), - [anon_sym_COLON] = ACTIONS(727), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_preproc_else] = STATE(254), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym__declaration_specifiers] = STATE(71), + [sym_linkage_specification] = STATE(69), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__empty_declaration] = STATE(69), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_translation_unit_repeat1] = STATE(255), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(156), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(158), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(160), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(602), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(164), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(166), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(168), + [sym_preproc_directive] = ACTIONS(170), + [anon_sym_extern] = ACTIONS(172), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, [124] = { - [anon_sym_LPAREN] = ACTIONS(729), - [anon_sym_COMMA] = ACTIONS(729), - [anon_sym_RPAREN] = ACTIONS(729), - [anon_sym_SEMI] = ACTIONS(729), - [anon_sym_LBRACK] = ACTIONS(729), - [anon_sym_COLON] = ACTIONS(729), - [sym_comment] = ACTIONS(123), + [sym_string_literal] = ACTIONS(604), + [sym_system_lib_string] = ACTIONS(606), + [sym_comment] = ACTIONS(42), }, [125] = { - [anon_sym_LPAREN] = ACTIONS(731), - [anon_sym_COMMA] = ACTIONS(731), - [anon_sym_RPAREN] = ACTIONS(731), - [anon_sym_SEMI] = ACTIONS(731), - [anon_sym_LBRACK] = ACTIONS(731), - [anon_sym_COLON] = ACTIONS(731), - [sym_comment] = ACTIONS(123), + [sym_identifier] = ACTIONS(608), + [sym_comment] = ACTIONS(42), }, [126] = { - [anon_sym_LPAREN] = ACTIONS(733), - [anon_sym_COMMA] = ACTIONS(733), - [anon_sym_RPAREN] = ACTIONS(733), - [anon_sym_SEMI] = ACTIONS(733), - [anon_sym_extern] = ACTIONS(735), - [anon_sym_STAR] = ACTIONS(733), - [anon_sym_LBRACK] = ACTIONS(733), - [anon_sym_RBRACK] = ACTIONS(733), - [anon_sym_typedef] = ACTIONS(735), - [anon_sym_static] = ACTIONS(735), - [anon_sym_auto] = ACTIONS(735), - [anon_sym_register] = ACTIONS(735), - [anon_sym_const] = ACTIONS(735), - [anon_sym_restrict] = ACTIONS(735), - [anon_sym_volatile] = ACTIONS(735), - [sym_function_specifier] = ACTIONS(735), - [anon_sym_COLON] = ACTIONS(733), - [anon_sym_AMP] = ACTIONS(733), - [anon_sym_BANG] = ACTIONS(733), - [anon_sym_TILDE] = ACTIONS(733), - [anon_sym_PLUS] = ACTIONS(735), - [anon_sym_DASH] = ACTIONS(735), - [anon_sym_DASH_DASH] = ACTIONS(733), - [anon_sym_PLUS_PLUS] = ACTIONS(733), - [anon_sym_sizeof] = ACTIONS(735), - [sym_number_literal] = ACTIONS(735), - [sym_char_literal] = ACTIONS(735), - [sym_string_literal] = ACTIONS(733), - [sym_identifier] = ACTIONS(737), - [sym_comment] = ACTIONS(123), + [sym_preproc_arg] = ACTIONS(610), + [sym_comment] = ACTIONS(52), }, [127] = { - [anon_sym_extern] = ACTIONS(739), - [anon_sym_RBRACE] = ACTIONS(741), - [anon_sym_typedef] = ACTIONS(739), - [anon_sym_static] = ACTIONS(739), - [anon_sym_auto] = ACTIONS(739), - [anon_sym_register] = ACTIONS(739), - [anon_sym_const] = ACTIONS(739), - [anon_sym_restrict] = ACTIONS(739), - [anon_sym_volatile] = ACTIONS(739), - [sym_function_specifier] = ACTIONS(739), - [anon_sym_unsigned] = ACTIONS(739), - [anon_sym_long] = ACTIONS(739), - [anon_sym_short] = ACTIONS(739), - [anon_sym_enum] = ACTIONS(739), - [anon_sym_struct] = ACTIONS(739), - [anon_sym_union] = ACTIONS(739), - [sym_identifier] = ACTIONS(743), - [sym_comment] = ACTIONS(123), + [sym_identifier] = ACTIONS(612), + [sym_comment] = ACTIONS(42), }, [128] = { - [sym__declaration_specifiers] = STATE(140), - [sym__abstract_declarator] = STATE(226), - [sym_abstract_pointer_declarator] = STATE(132), - [sym_abstract_function_declarator] = STATE(132), - [sym_abstract_array_declarator] = STATE(132), + [sym_identifier] = ACTIONS(614), + [sym_comment] = ACTIONS(42), + }, + [129] = { + [sym_preproc_arg] = ACTIONS(616), + [sym_comment] = ACTIONS(52), + }, + [130] = { + [anon_sym_extern] = ACTIONS(60), + [anon_sym_typedef] = ACTIONS(60), + [anon_sym_static] = ACTIONS(60), + [anon_sym_auto] = ACTIONS(60), + [anon_sym_register] = ACTIONS(60), + [anon_sym_const] = ACTIONS(60), + [anon_sym_restrict] = ACTIONS(60), + [anon_sym_volatile] = ACTIONS(60), + [sym_function_specifier] = ACTIONS(60), + [anon_sym_unsigned] = ACTIONS(60), + [anon_sym_long] = ACTIONS(60), + [anon_sym_short] = ACTIONS(60), + [anon_sym_enum] = ACTIONS(60), + [anon_sym_struct] = ACTIONS(60), + [anon_sym_union] = ACTIONS(60), + [sym_string_literal] = ACTIONS(618), + [sym_identifier] = ACTIONS(64), + [sym_comment] = ACTIONS(42), + }, + [131] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(103), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(103), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(103), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(103), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(103), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(103), + [sym_preproc_directive] = ACTIONS(105), + [anon_sym_extern] = ACTIONS(103), + [anon_sym_typedef] = ACTIONS(103), + [anon_sym_static] = ACTIONS(103), + [anon_sym_auto] = ACTIONS(103), + [anon_sym_register] = ACTIONS(103), + [anon_sym_const] = ACTIONS(103), + [anon_sym_restrict] = ACTIONS(103), + [anon_sym_volatile] = ACTIONS(103), + [sym_function_specifier] = ACTIONS(103), + [anon_sym_unsigned] = ACTIONS(103), + [anon_sym_long] = ACTIONS(103), + [anon_sym_short] = ACTIONS(103), + [anon_sym_enum] = ACTIONS(103), + [anon_sym_struct] = ACTIONS(103), + [anon_sym_union] = ACTIONS(103), + [sym_identifier] = ACTIONS(105), + [sym_comment] = ACTIONS(42), + }, + [132] = { + [sym__declarator] = STATE(264), + [sym_pointer_declarator] = STATE(44), + [sym_function_declarator] = STATE(44), + [sym_array_declarator] = STATE(44), + [sym_init_declarator] = STATE(265), + [anon_sym_LPAREN] = ACTIONS(107), + [anon_sym_SEMI] = ACTIONS(620), + [anon_sym_STAR] = ACTIONS(111), + [sym_identifier] = ACTIONS(113), + [sym_comment] = ACTIONS(42), + }, + [133] = { + [sym_preproc_include] = STATE(266), + [sym_preproc_def] = STATE(266), + [sym_preproc_function_def] = STATE(266), + [sym_preproc_call] = STATE(266), + [sym_preproc_if] = STATE(266), + [sym_preproc_ifdef] = STATE(266), + [sym_function_definition] = STATE(266), + [sym_declaration] = STATE(266), + [sym__declaration_specifiers] = STATE(132), + [sym_linkage_specification] = STATE(266), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -18114,48 +9682,67 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym_parameter_list] = STATE(133), - [sym_parameter_declaration] = STATE(138), + [sym__empty_declaration] = STATE(266), [sym_macro_type_specifier] = STATE(21), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(501), - [anon_sym_DOT_DOT_DOT] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(519), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(505), - [anon_sym_LBRACK] = ACTIONS(507), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [sym_identifier] = ACTIONS(155), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(326), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(328), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(330), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(622), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(334), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(336), + [sym_preproc_directive] = ACTIONS(338), + [anon_sym_extern] = ACTIONS(340), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, - [129] = { - [sym__abstract_declarator] = STATE(227), - [sym_abstract_pointer_declarator] = STATE(132), - [sym_abstract_function_declarator] = STATE(132), - [sym_abstract_array_declarator] = STATE(132), - [sym_parameter_list] = STATE(133), - [anon_sym_LPAREN] = ACTIONS(501), - [anon_sym_RPAREN] = ACTIONS(745), - [anon_sym_STAR] = ACTIONS(505), - [anon_sym_LBRACK] = ACTIONS(507), - [sym_comment] = ACTIONS(123), + [134] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(180), + [sym_preproc_directive] = ACTIONS(182), + [anon_sym_extern] = ACTIONS(180), + [anon_sym_typedef] = ACTIONS(180), + [anon_sym_static] = ACTIONS(180), + [anon_sym_auto] = ACTIONS(180), + [anon_sym_register] = ACTIONS(180), + [anon_sym_const] = ACTIONS(180), + [anon_sym_restrict] = ACTIONS(180), + [anon_sym_volatile] = ACTIONS(180), + [sym_function_specifier] = ACTIONS(180), + [anon_sym_unsigned] = ACTIONS(180), + [anon_sym_long] = ACTIONS(180), + [anon_sym_short] = ACTIONS(180), + [anon_sym_enum] = ACTIONS(180), + [anon_sym_struct] = ACTIONS(180), + [anon_sym_union] = ACTIONS(180), + [sym_identifier] = ACTIONS(182), + [sym_comment] = ACTIONS(42), }, - [130] = { - [sym__declaration_specifiers] = STATE(229), + [135] = { + [sym_function_definition] = STATE(268), + [sym_declaration] = STATE(268), + [sym__declaration_specifiers] = STATE(269), + [sym_declaration_list] = STATE(268), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -18163,3352 +9750,2631 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(230), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), [sym_macro_type_specifier] = STATE(21), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_RBRACK] = ACTIONS(747), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(597), - [sym_comment] = ACTIONS(123), - }, - [131] = { - [sym_parameter_list] = STATE(232), - [anon_sym_LPAREN] = ACTIONS(341), - [anon_sym_RPAREN] = ACTIONS(749), - [anon_sym_LBRACK] = ACTIONS(751), - [sym_comment] = ACTIONS(123), - }, - [132] = { - [anon_sym_LPAREN] = ACTIONS(753), - [anon_sym_COMMA] = ACTIONS(753), - [anon_sym_RPAREN] = ACTIONS(753), - [anon_sym_LBRACK] = ACTIONS(753), - [sym_comment] = ACTIONS(123), - }, - [133] = { - [anon_sym_LPAREN] = ACTIONS(755), - [anon_sym_COMMA] = ACTIONS(755), - [anon_sym_RPAREN] = ACTIONS(755), - [anon_sym_LBRACK] = ACTIONS(755), - [sym_comment] = ACTIONS(123), - }, - [134] = { - [anon_sym_LPAREN] = ACTIONS(757), - [anon_sym_COMMA] = ACTIONS(757), - [anon_sym_RPAREN] = ACTIONS(757), - [anon_sym_SEMI] = ACTIONS(757), - [anon_sym_extern] = ACTIONS(759), - [anon_sym_STAR] = ACTIONS(757), - [anon_sym_LBRACK] = ACTIONS(757), - [anon_sym_RBRACK] = ACTIONS(757), - [anon_sym_typedef] = ACTIONS(759), - [anon_sym_static] = ACTIONS(759), - [anon_sym_auto] = ACTIONS(759), - [anon_sym_register] = ACTIONS(759), - [anon_sym_const] = ACTIONS(759), - [anon_sym_restrict] = ACTIONS(759), - [anon_sym_volatile] = ACTIONS(759), - [sym_function_specifier] = ACTIONS(759), - [anon_sym_COLON] = ACTIONS(757), - [anon_sym_AMP] = ACTIONS(757), - [anon_sym_BANG] = ACTIONS(757), - [anon_sym_TILDE] = ACTIONS(757), - [anon_sym_PLUS] = ACTIONS(759), - [anon_sym_DASH] = ACTIONS(759), - [anon_sym_DASH_DASH] = ACTIONS(757), - [anon_sym_PLUS_PLUS] = ACTIONS(757), - [anon_sym_sizeof] = ACTIONS(759), - [sym_number_literal] = ACTIONS(759), - [sym_char_literal] = ACTIONS(759), - [sym_string_literal] = ACTIONS(757), - [sym_identifier] = ACTIONS(761), - [sym_comment] = ACTIONS(123), - }, - [135] = { - [anon_sym_const] = ACTIONS(763), - [anon_sym_restrict] = ACTIONS(763), - [anon_sym_volatile] = ACTIONS(763), - [anon_sym_unsigned] = ACTIONS(763), - [anon_sym_long] = ACTIONS(763), - [anon_sym_short] = ACTIONS(763), - [anon_sym_enum] = ACTIONS(763), - [anon_sym_struct] = ACTIONS(763), - [anon_sym_union] = ACTIONS(763), - [sym_identifier] = ACTIONS(765), - [sym_comment] = ACTIONS(123), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(624), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, [136] = { - [sym__abstract_declarator] = STATE(233), - [sym_abstract_pointer_declarator] = STATE(132), - [sym_abstract_function_declarator] = STATE(132), - [sym_abstract_array_declarator] = STATE(132), - [sym_parameter_list] = STATE(133), - [anon_sym_LPAREN] = ACTIONS(501), - [anon_sym_RPAREN] = ACTIONS(749), - [anon_sym_STAR] = ACTIONS(505), - [anon_sym_LBRACK] = ACTIONS(507), - [sym_comment] = ACTIONS(123), + [ts_builtin_sym_end] = ACTIONS(626), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(628), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(628), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(628), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(628), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(628), + [sym_preproc_directive] = ACTIONS(630), + [anon_sym_extern] = ACTIONS(628), + [anon_sym_RBRACE] = ACTIONS(626), + [anon_sym_typedef] = ACTIONS(628), + [anon_sym_static] = ACTIONS(628), + [anon_sym_auto] = ACTIONS(628), + [anon_sym_register] = ACTIONS(628), + [anon_sym_const] = ACTIONS(628), + [anon_sym_restrict] = ACTIONS(628), + [anon_sym_volatile] = ACTIONS(628), + [sym_function_specifier] = ACTIONS(628), + [anon_sym_unsigned] = ACTIONS(628), + [anon_sym_long] = ACTIONS(628), + [anon_sym_short] = ACTIONS(628), + [anon_sym_enum] = ACTIONS(628), + [anon_sym_struct] = ACTIONS(628), + [anon_sym_union] = ACTIONS(628), + [sym_identifier] = ACTIONS(630), + [sym_comment] = ACTIONS(42), }, [137] = { - [anon_sym_LPAREN] = ACTIONS(767), - [anon_sym_COMMA] = ACTIONS(767), - [anon_sym_RPAREN] = ACTIONS(767), - [anon_sym_SEMI] = ACTIONS(767), - [anon_sym_LBRACE] = ACTIONS(767), - [anon_sym_LBRACK] = ACTIONS(767), - [anon_sym_EQ] = ACTIONS(767), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(238), + [sym_preproc_directive] = ACTIONS(240), + [anon_sym_extern] = ACTIONS(238), + [anon_sym_typedef] = ACTIONS(238), + [anon_sym_static] = ACTIONS(238), + [anon_sym_auto] = ACTIONS(238), + [anon_sym_register] = ACTIONS(238), + [anon_sym_const] = ACTIONS(238), + [anon_sym_restrict] = ACTIONS(238), + [anon_sym_volatile] = ACTIONS(238), + [sym_function_specifier] = ACTIONS(238), + [anon_sym_unsigned] = ACTIONS(238), + [anon_sym_long] = ACTIONS(238), + [anon_sym_short] = ACTIONS(238), + [anon_sym_enum] = ACTIONS(238), + [anon_sym_struct] = ACTIONS(238), + [anon_sym_union] = ACTIONS(238), + [sym_identifier] = ACTIONS(240), + [sym_comment] = ACTIONS(42), }, [138] = { - [aux_sym_parameter_list_repeat1] = STATE(236), - [anon_sym_COMMA] = ACTIONS(769), - [anon_sym_RPAREN] = ACTIONS(771), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(272), + [sym_parameter_list] = STATE(110), + [aux_sym_declaration_repeat1] = STATE(273), + [anon_sym_LPAREN] = ACTIONS(244), + [anon_sym_COMMA] = ACTIONS(246), + [anon_sym_SEMI] = ACTIONS(632), + [anon_sym_LBRACE] = ACTIONS(634), + [anon_sym_LBRACK] = ACTIONS(252), + [anon_sym_EQ] = ACTIONS(254), + [sym_comment] = ACTIONS(42), }, [139] = { - [anon_sym_LPAREN] = ACTIONS(773), - [anon_sym_COMMA] = ACTIONS(773), - [anon_sym_RPAREN] = ACTIONS(773), - [anon_sym_SEMI] = ACTIONS(773), - [anon_sym_LBRACE] = ACTIONS(773), - [anon_sym_LBRACK] = ACTIONS(773), - [anon_sym_EQ] = ACTIONS(773), - [anon_sym_COLON] = ACTIONS(773), - [sym_comment] = ACTIONS(123), + [aux_sym_declaration_repeat1] = STATE(273), + [anon_sym_COMMA] = ACTIONS(246), + [anon_sym_SEMI] = ACTIONS(632), + [sym_comment] = ACTIONS(42), }, [140] = { - [sym__declarator] = STATE(239), - [sym__abstract_declarator] = STATE(240), - [sym_pointer_declarator] = STATE(44), - [sym_abstract_pointer_declarator] = STATE(132), - [sym_function_declarator] = STATE(44), - [sym_abstract_function_declarator] = STATE(132), - [sym_array_declarator] = STATE(44), - [sym_abstract_array_declarator] = STATE(132), - [sym_parameter_list] = STATE(133), - [anon_sym_LPAREN] = ACTIONS(775), - [anon_sym_COMMA] = ACTIONS(777), - [anon_sym_RPAREN] = ACTIONS(777), - [anon_sym_STAR] = ACTIONS(779), - [anon_sym_LBRACK] = ACTIONS(507), - [sym_identifier] = ACTIONS(232), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(270), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(270), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(270), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(270), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(270), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(270), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(270), + [sym_preproc_directive] = ACTIONS(272), + [anon_sym_extern] = ACTIONS(270), + [anon_sym_typedef] = ACTIONS(270), + [anon_sym_static] = ACTIONS(270), + [anon_sym_auto] = ACTIONS(270), + [anon_sym_register] = ACTIONS(270), + [anon_sym_const] = ACTIONS(270), + [anon_sym_restrict] = ACTIONS(270), + [anon_sym_volatile] = ACTIONS(270), + [sym_function_specifier] = ACTIONS(270), + [anon_sym_unsigned] = ACTIONS(270), + [anon_sym_long] = ACTIONS(270), + [anon_sym_short] = ACTIONS(270), + [anon_sym_enum] = ACTIONS(270), + [anon_sym_struct] = ACTIONS(270), + [anon_sym_union] = ACTIONS(270), + [sym_identifier] = ACTIONS(272), + [sym_comment] = ACTIONS(42), }, [141] = { - [sym__declarator] = STATE(88), - [sym_pointer_declarator] = STATE(44), - [sym_function_declarator] = STATE(44), - [sym_array_declarator] = STATE(44), - [anon_sym_LPAREN] = ACTIONS(226), - [anon_sym_STAR] = ACTIONS(521), - [sym_identifier] = ACTIONS(232), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(636), + [sym_comment] = ACTIONS(42), }, [142] = { - [sym_parameter_list] = STATE(96), - [anon_sym_LPAREN] = ACTIONS(341), - [anon_sym_COMMA] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(349), - [anon_sym_EQ] = ACTIONS(351), - [sym_comment] = ACTIONS(123), + [ts_builtin_sym_end] = ACTIONS(638), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(640), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(640), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(640), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(640), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(640), + [sym_preproc_directive] = ACTIONS(642), + [anon_sym_extern] = ACTIONS(640), + [anon_sym_RBRACE] = ACTIONS(638), + [anon_sym_typedef] = ACTIONS(640), + [anon_sym_static] = ACTIONS(640), + [anon_sym_auto] = ACTIONS(640), + [anon_sym_register] = ACTIONS(640), + [anon_sym_const] = ACTIONS(640), + [anon_sym_restrict] = ACTIONS(640), + [anon_sym_volatile] = ACTIONS(640), + [sym_function_specifier] = ACTIONS(640), + [anon_sym_unsigned] = ACTIONS(640), + [anon_sym_long] = ACTIONS(640), + [anon_sym_short] = ACTIONS(640), + [anon_sym_enum] = ACTIONS(640), + [anon_sym_struct] = ACTIONS(640), + [anon_sym_union] = ACTIONS(640), + [sym_identifier] = ACTIONS(642), + [sym_comment] = ACTIONS(42), }, [143] = { - [anon_sym_COMMA] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(644), + [sym_comment] = ACTIONS(42), }, [144] = { - [sym_type_qualifier] = STATE(81), - [sym__type_specifier] = STATE(82), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(250), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_sized_type_specifier_repeat1] = STATE(84), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(797), - [sym_comment] = ACTIONS(123), + [ts_builtin_sym_end] = ACTIONS(646), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(648), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(648), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(648), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(648), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(648), + [sym_preproc_directive] = ACTIONS(650), + [anon_sym_extern] = ACTIONS(648), + [anon_sym_RBRACE] = ACTIONS(646), + [anon_sym_typedef] = ACTIONS(648), + [anon_sym_static] = ACTIONS(648), + [anon_sym_auto] = ACTIONS(648), + [anon_sym_register] = ACTIONS(648), + [anon_sym_const] = ACTIONS(648), + [anon_sym_restrict] = ACTIONS(648), + [anon_sym_volatile] = ACTIONS(648), + [sym_function_specifier] = ACTIONS(648), + [anon_sym_unsigned] = ACTIONS(648), + [anon_sym_long] = ACTIONS(648), + [anon_sym_short] = ACTIONS(648), + [anon_sym_enum] = ACTIONS(648), + [anon_sym_struct] = ACTIONS(648), + [anon_sym_union] = ACTIONS(648), + [sym_identifier] = ACTIONS(650), + [sym_comment] = ACTIONS(42), }, [145] = { - [sym_preproc_arg] = ACTIONS(799), - [sym_comment] = ACTIONS(165), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(652), + [sym_comment] = ACTIONS(42), }, [146] = { - [sym_identifier] = ACTIONS(801), - [sym_comment] = ACTIONS(123), + [ts_builtin_sym_end] = ACTIONS(654), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(656), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(656), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(656), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(656), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(656), + [sym_preproc_directive] = ACTIONS(658), + [anon_sym_extern] = ACTIONS(656), + [anon_sym_RBRACE] = ACTIONS(654), + [anon_sym_typedef] = ACTIONS(656), + [anon_sym_static] = ACTIONS(656), + [anon_sym_auto] = ACTIONS(656), + [anon_sym_register] = ACTIONS(656), + [anon_sym_const] = ACTIONS(656), + [anon_sym_restrict] = ACTIONS(656), + [anon_sym_volatile] = ACTIONS(656), + [sym_function_specifier] = ACTIONS(656), + [anon_sym_unsigned] = ACTIONS(656), + [anon_sym_long] = ACTIONS(656), + [anon_sym_short] = ACTIONS(656), + [anon_sym_enum] = ACTIONS(656), + [anon_sym_struct] = ACTIONS(656), + [anon_sym_union] = ACTIONS(656), + [sym_identifier] = ACTIONS(658), + [sym_comment] = ACTIONS(42), }, [147] = { - [sym_identifier] = ACTIONS(803), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(51), + [sym_preproc_def] = STATE(51), + [sym_preproc_function_def] = STATE(51), + [sym_preproc_call] = STATE(51), + [sym_preproc_if] = STATE(51), + [sym_preproc_ifdef] = STATE(51), + [sym_function_definition] = STATE(51), + [sym_declaration] = STATE(51), + [sym__declaration_specifiers] = STATE(19), + [sym_linkage_specification] = STATE(51), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__empty_declaration] = STATE(51), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(12), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(14), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(16), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(18), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(20), + [sym_preproc_directive] = ACTIONS(22), + [anon_sym_extern] = ACTIONS(24), + [anon_sym_RBRACE] = ACTIONS(660), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, [148] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(805), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(805), - [anon_sym_LPAREN] = ACTIONS(807), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(805), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(805), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(805), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(805), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(805), - [sym_preproc_directive] = ACTIONS(809), - [anon_sym_SEMI] = ACTIONS(807), - [anon_sym_extern] = ACTIONS(805), - [anon_sym_LBRACE] = ACTIONS(807), - [anon_sym_RBRACE] = ACTIONS(807), - [anon_sym_STAR] = ACTIONS(807), - [anon_sym_typedef] = ACTIONS(805), - [anon_sym_static] = ACTIONS(805), - [anon_sym_auto] = ACTIONS(805), - [anon_sym_register] = ACTIONS(805), - [anon_sym_const] = ACTIONS(805), - [anon_sym_restrict] = ACTIONS(805), - [anon_sym_volatile] = ACTIONS(805), - [sym_function_specifier] = ACTIONS(805), - [anon_sym_unsigned] = ACTIONS(805), - [anon_sym_long] = ACTIONS(805), - [anon_sym_short] = ACTIONS(805), - [anon_sym_enum] = ACTIONS(805), - [anon_sym_struct] = ACTIONS(805), - [anon_sym_union] = ACTIONS(805), - [anon_sym_if] = ACTIONS(805), - [anon_sym_else] = ACTIONS(805), - [anon_sym_switch] = ACTIONS(805), - [anon_sym_case] = ACTIONS(805), - [anon_sym_default] = ACTIONS(805), - [anon_sym_while] = ACTIONS(805), - [anon_sym_do] = ACTIONS(805), - [anon_sym_for] = ACTIONS(805), - [anon_sym_return] = ACTIONS(805), - [anon_sym_break] = ACTIONS(805), - [anon_sym_continue] = ACTIONS(805), - [anon_sym_goto] = ACTIONS(805), - [anon_sym_AMP] = ACTIONS(807), - [anon_sym_BANG] = ACTIONS(807), - [anon_sym_TILDE] = ACTIONS(807), - [anon_sym_PLUS] = ACTIONS(805), - [anon_sym_DASH] = ACTIONS(805), - [anon_sym_DASH_DASH] = ACTIONS(807), - [anon_sym_PLUS_PLUS] = ACTIONS(807), - [anon_sym_sizeof] = ACTIONS(805), - [sym_number_literal] = ACTIONS(805), - [sym_char_literal] = ACTIONS(805), - [sym_string_literal] = ACTIONS(807), - [sym_identifier] = ACTIONS(809), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(662), + [anon_sym_COMMA] = ACTIONS(662), + [anon_sym_RPAREN] = ACTIONS(662), + [anon_sym_SEMI] = ACTIONS(662), + [anon_sym_extern] = ACTIONS(664), + [anon_sym_STAR] = ACTIONS(662), + [anon_sym_LBRACK] = ACTIONS(662), + [anon_sym_typedef] = ACTIONS(664), + [anon_sym_static] = ACTIONS(664), + [anon_sym_auto] = ACTIONS(664), + [anon_sym_register] = ACTIONS(664), + [anon_sym_const] = ACTIONS(664), + [anon_sym_restrict] = ACTIONS(664), + [anon_sym_volatile] = ACTIONS(664), + [sym_function_specifier] = ACTIONS(664), + [anon_sym_COLON] = ACTIONS(662), + [sym_identifier] = ACTIONS(666), + [sym_comment] = ACTIONS(42), }, [149] = { - [ts_builtin_sym_end] = ACTIONS(811), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(813), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(813), - [anon_sym_LPAREN] = ACTIONS(811), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(813), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(813), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(813), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(813), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(813), - [sym_preproc_directive] = ACTIONS(815), - [anon_sym_SEMI] = ACTIONS(811), - [anon_sym_extern] = ACTIONS(813), - [anon_sym_LBRACE] = ACTIONS(811), - [anon_sym_RBRACE] = ACTIONS(811), - [anon_sym_STAR] = ACTIONS(811), - [anon_sym_typedef] = ACTIONS(813), - [anon_sym_static] = ACTIONS(813), - [anon_sym_auto] = ACTIONS(813), - [anon_sym_register] = ACTIONS(813), - [anon_sym_const] = ACTIONS(813), - [anon_sym_restrict] = ACTIONS(813), - [anon_sym_volatile] = ACTIONS(813), - [sym_function_specifier] = ACTIONS(813), - [anon_sym_unsigned] = ACTIONS(813), - [anon_sym_long] = ACTIONS(813), - [anon_sym_short] = ACTIONS(813), - [anon_sym_enum] = ACTIONS(813), - [anon_sym_struct] = ACTIONS(813), - [anon_sym_union] = ACTIONS(813), - [anon_sym_if] = ACTIONS(813), - [anon_sym_else] = ACTIONS(813), - [anon_sym_switch] = ACTIONS(813), - [anon_sym_case] = ACTIONS(813), - [anon_sym_default] = ACTIONS(813), - [anon_sym_while] = ACTIONS(813), - [anon_sym_do] = ACTIONS(813), - [anon_sym_for] = ACTIONS(813), - [anon_sym_return] = ACTIONS(813), - [anon_sym_break] = ACTIONS(813), - [anon_sym_continue] = ACTIONS(813), - [anon_sym_goto] = ACTIONS(813), - [anon_sym_AMP] = ACTIONS(811), - [anon_sym_BANG] = ACTIONS(811), - [anon_sym_TILDE] = ACTIONS(811), - [anon_sym_PLUS] = ACTIONS(813), - [anon_sym_DASH] = ACTIONS(813), - [anon_sym_DASH_DASH] = ACTIONS(811), - [anon_sym_PLUS_PLUS] = ACTIONS(811), - [anon_sym_sizeof] = ACTIONS(813), - [sym_number_literal] = ACTIONS(813), - [sym_char_literal] = ACTIONS(813), - [sym_string_literal] = ACTIONS(811), - [sym_identifier] = ACTIONS(815), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(284), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_STAR] = ACTIONS(670), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(672), + [anon_sym_TILDE] = ACTIONS(674), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_DASH_DASH] = ACTIONS(678), + [anon_sym_PLUS_PLUS] = ACTIONS(678), + [anon_sym_sizeof] = ACTIONS(680), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [150] = { - [sym__expression] = STATE(254), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_enumerator] = STATE(286), + [anon_sym_RBRACE] = ACTIONS(682), + [sym_identifier] = ACTIONS(190), + [sym_comment] = ACTIONS(42), }, [151] = { - [anon_sym_LPAREN] = ACTIONS(817), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(684), + [anon_sym_RBRACE] = ACTIONS(682), + [sym_comment] = ACTIONS(42), }, [152] = { - [anon_sym_LPAREN] = ACTIONS(819), - [sym_comment] = ACTIONS(123), + [sym__field_declarator] = STATE(289), + [sym_pointer_field_declarator] = STATE(158), + [sym_function_field_declarator] = STATE(159), + [sym_array_field_declarator] = STATE(160), + [anon_sym_LPAREN] = ACTIONS(406), + [anon_sym_STAR] = ACTIONS(686), + [sym_identifier] = ACTIONS(414), + [sym_comment] = ACTIONS(42), }, [153] = { - [sym__expression] = STATE(263), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_extern] = ACTIONS(688), + [anon_sym_RBRACE] = ACTIONS(690), + [anon_sym_typedef] = ACTIONS(688), + [anon_sym_static] = ACTIONS(688), + [anon_sym_auto] = ACTIONS(688), + [anon_sym_register] = ACTIONS(688), + [anon_sym_const] = ACTIONS(688), + [anon_sym_restrict] = ACTIONS(688), + [anon_sym_volatile] = ACTIONS(688), + [sym_function_specifier] = ACTIONS(688), + [anon_sym_unsigned] = ACTIONS(688), + [anon_sym_long] = ACTIONS(688), + [anon_sym_short] = ACTIONS(688), + [anon_sym_enum] = ACTIONS(688), + [anon_sym_struct] = ACTIONS(688), + [anon_sym_union] = ACTIONS(688), + [sym_identifier] = ACTIONS(692), + [sym_comment] = ACTIONS(42), }, [154] = { - [anon_sym_COLON] = ACTIONS(835), - [sym_comment] = ACTIONS(123), + [sym__field_declarator] = STATE(290), + [sym_pointer_field_declarator] = STATE(158), + [sym_function_field_declarator] = STATE(159), + [sym_array_field_declarator] = STATE(160), + [anon_sym_LPAREN] = ACTIONS(406), + [anon_sym_STAR] = ACTIONS(410), + [sym_identifier] = ACTIONS(414), + [sym_comment] = ACTIONS(42), }, [155] = { - [anon_sym_LPAREN] = ACTIONS(837), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(297), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [156] = { - [sym_compound_statement] = STATE(273), - [sym_labeled_statement] = STATE(273), - [sym_expression_statement] = STATE(273), - [sym_if_statement] = STATE(273), - [sym_switch_statement] = STATE(273), - [sym_case_statement] = STATE(273), - [sym_while_statement] = STATE(273), - [sym_do_statement] = STATE(273), - [sym_for_statement] = STATE(273), - [sym_return_statement] = STATE(273), - [sym_break_statement] = STATE(273), - [sym_continue_statement] = STATE(273), - [sym_goto_statement] = STATE(273), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(839), - [anon_sym_switch] = ACTIONS(841), - [anon_sym_case] = ACTIONS(843), - [anon_sym_default] = ACTIONS(845), - [anon_sym_while] = ACTIONS(847), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(849), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(851), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(708), + [anon_sym_COMMA] = ACTIONS(708), + [anon_sym_RPAREN] = ACTIONS(708), + [anon_sym_SEMI] = ACTIONS(708), + [anon_sym_LBRACK] = ACTIONS(708), + [anon_sym_COLON] = ACTIONS(708), + [sym_comment] = ACTIONS(42), }, [157] = { - [anon_sym_LPAREN] = ACTIONS(853), - [sym_comment] = ACTIONS(123), + [sym_parameter_list] = STATE(302), + [aux_sym_field_declaration_repeat1] = STATE(303), + [anon_sym_LPAREN] = ACTIONS(244), + [anon_sym_COMMA] = ACTIONS(710), + [anon_sym_SEMI] = ACTIONS(712), + [anon_sym_LBRACK] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(716), + [sym_comment] = ACTIONS(42), }, [158] = { - [sym__expression] = STATE(276), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(855), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(718), + [anon_sym_COMMA] = ACTIONS(718), + [anon_sym_RPAREN] = ACTIONS(718), + [anon_sym_SEMI] = ACTIONS(718), + [anon_sym_LBRACK] = ACTIONS(718), + [anon_sym_COLON] = ACTIONS(718), + [sym_comment] = ACTIONS(42), }, [159] = { - [anon_sym_SEMI] = ACTIONS(857), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(720), + [anon_sym_COMMA] = ACTIONS(720), + [anon_sym_RPAREN] = ACTIONS(720), + [anon_sym_SEMI] = ACTIONS(720), + [anon_sym_LBRACK] = ACTIONS(720), + [anon_sym_COLON] = ACTIONS(720), + [sym_comment] = ACTIONS(42), }, [160] = { - [anon_sym_SEMI] = ACTIONS(859), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(722), + [anon_sym_COMMA] = ACTIONS(722), + [anon_sym_RPAREN] = ACTIONS(722), + [anon_sym_SEMI] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(722), + [anon_sym_COLON] = ACTIONS(722), + [sym_comment] = ACTIONS(42), }, [161] = { - [sym_identifier] = ACTIONS(861), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(724), + [anon_sym_COMMA] = ACTIONS(724), + [anon_sym_RPAREN] = ACTIONS(724), + [anon_sym_SEMI] = ACTIONS(724), + [anon_sym_extern] = ACTIONS(726), + [anon_sym_STAR] = ACTIONS(724), + [anon_sym_LBRACK] = ACTIONS(724), + [anon_sym_typedef] = ACTIONS(726), + [anon_sym_static] = ACTIONS(726), + [anon_sym_auto] = ACTIONS(726), + [anon_sym_register] = ACTIONS(726), + [anon_sym_const] = ACTIONS(726), + [anon_sym_restrict] = ACTIONS(726), + [anon_sym_volatile] = ACTIONS(726), + [sym_function_specifier] = ACTIONS(726), + [anon_sym_COLON] = ACTIONS(724), + [sym_identifier] = ACTIONS(728), + [sym_comment] = ACTIONS(42), }, [162] = { - [sym__expression] = STATE(280), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_extern] = ACTIONS(730), + [anon_sym_RBRACE] = ACTIONS(732), + [anon_sym_typedef] = ACTIONS(730), + [anon_sym_static] = ACTIONS(730), + [anon_sym_auto] = ACTIONS(730), + [anon_sym_register] = ACTIONS(730), + [anon_sym_const] = ACTIONS(730), + [anon_sym_restrict] = ACTIONS(730), + [anon_sym_volatile] = ACTIONS(730), + [sym_function_specifier] = ACTIONS(730), + [anon_sym_unsigned] = ACTIONS(730), + [anon_sym_long] = ACTIONS(730), + [anon_sym_short] = ACTIONS(730), + [anon_sym_enum] = ACTIONS(730), + [anon_sym_struct] = ACTIONS(730), + [anon_sym_union] = ACTIONS(730), + [sym_identifier] = ACTIONS(734), + [sym_comment] = ACTIONS(42), }, [163] = { - [sym__expression] = STATE(281), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__declaration_specifiers] = STATE(176), + [sym__abstract_declarator] = STATE(304), + [sym_abstract_pointer_declarator] = STATE(167), + [sym_abstract_function_declarator] = STATE(167), + [sym_abstract_array_declarator] = STATE(167), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_parameter_list] = STATE(168), + [sym_parameter_declaration] = STATE(174), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [anon_sym_LPAREN] = ACTIONS(440), + [anon_sym_DOT_DOT_DOT] = ACTIONS(458), + [anon_sym_RPAREN] = ACTIONS(460), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_STAR] = ACTIONS(444), + [anon_sym_LBRACK] = ACTIONS(446), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, [164] = { - [sym__expression] = STATE(282), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__abstract_declarator] = STATE(305), + [sym_abstract_pointer_declarator] = STATE(167), + [sym_abstract_function_declarator] = STATE(167), + [sym_abstract_array_declarator] = STATE(167), + [sym_parameter_list] = STATE(168), + [anon_sym_LPAREN] = ACTIONS(440), + [anon_sym_RPAREN] = ACTIONS(736), + [anon_sym_STAR] = ACTIONS(444), + [anon_sym_LBRACK] = ACTIONS(446), + [sym_comment] = ACTIONS(42), }, [165] = { - [sym__expression] = STATE(284), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(863), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__declaration_specifiers] = STATE(307), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(229), + [sym_sized_type_specifier] = STATE(230), + [sym_enum_specifier] = STATE(230), + [sym_struct_specifier] = STATE(230), + [sym_union_specifier] = STATE(230), + [sym__expression] = STATE(308), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(230), + [aux_sym__declaration_specifiers_repeat1] = STATE(232), + [aux_sym_sized_type_specifier_repeat1] = STATE(233), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_RBRACK] = ACTIONS(738), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(536), + [anon_sym_long] = ACTIONS(536), + [anon_sym_short] = ACTIONS(536), + [anon_sym_enum] = ACTIONS(538), + [anon_sym_struct] = ACTIONS(540), + [anon_sym_union] = ACTIONS(542), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(544), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(554), + [sym_comment] = ACTIONS(42), }, [166] = { - [anon_sym_LPAREN] = ACTIONS(865), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_RPAREN] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(865), - [anon_sym_RBRACE] = ACTIONS(865), - [anon_sym_STAR] = ACTIONS(867), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_RBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_COLON] = ACTIONS(865), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_comment] = ACTIONS(123), + [sym_parameter_list] = STATE(310), + [anon_sym_LPAREN] = ACTIONS(244), + [anon_sym_RPAREN] = ACTIONS(740), + [anon_sym_LBRACK] = ACTIONS(742), + [sym_comment] = ACTIONS(42), }, [167] = { - [aux_sym_concatenated_string_repeat1] = STATE(286), - [anon_sym_LPAREN] = ACTIONS(865), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_RPAREN] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(865), - [anon_sym_RBRACE] = ACTIONS(865), - [anon_sym_STAR] = ACTIONS(867), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_RBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_COLON] = ACTIONS(865), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_string_literal] = ACTIONS(869), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(744), + [anon_sym_COMMA] = ACTIONS(744), + [anon_sym_RPAREN] = ACTIONS(744), + [anon_sym_LBRACK] = ACTIONS(744), + [sym_comment] = ACTIONS(42), }, [168] = { - [anon_sym_LPAREN] = ACTIONS(871), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(875), - [anon_sym_extern] = ACTIONS(214), - [anon_sym_RBRACE] = ACTIONS(865), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_typedef] = ACTIONS(214), - [anon_sym_static] = ACTIONS(214), - [anon_sym_auto] = ACTIONS(214), - [anon_sym_register] = ACTIONS(214), - [anon_sym_const] = ACTIONS(214), - [anon_sym_restrict] = ACTIONS(214), - [anon_sym_volatile] = ACTIONS(214), - [sym_function_specifier] = ACTIONS(214), - [anon_sym_COLON] = ACTIONS(881), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_identifier] = ACTIONS(216), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(746), + [anon_sym_COMMA] = ACTIONS(746), + [anon_sym_RPAREN] = ACTIONS(746), + [anon_sym_LBRACK] = ACTIONS(746), + [sym_comment] = ACTIONS(42), }, [169] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(883), - [anon_sym_LPAREN] = ACTIONS(885), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(883), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(883), - [sym_preproc_directive] = ACTIONS(887), - [anon_sym_SEMI] = ACTIONS(885), - [anon_sym_extern] = ACTIONS(883), - [anon_sym_LBRACE] = ACTIONS(885), - [anon_sym_RBRACE] = ACTIONS(885), - [anon_sym_STAR] = ACTIONS(885), - [anon_sym_typedef] = ACTIONS(883), - [anon_sym_static] = ACTIONS(883), - [anon_sym_auto] = ACTIONS(883), - [anon_sym_register] = ACTIONS(883), - [anon_sym_const] = ACTIONS(883), - [anon_sym_restrict] = ACTIONS(883), - [anon_sym_volatile] = ACTIONS(883), - [sym_function_specifier] = ACTIONS(883), - [anon_sym_unsigned] = ACTIONS(883), - [anon_sym_long] = ACTIONS(883), - [anon_sym_short] = ACTIONS(883), - [anon_sym_enum] = ACTIONS(883), - [anon_sym_struct] = ACTIONS(883), - [anon_sym_union] = ACTIONS(883), - [anon_sym_if] = ACTIONS(883), - [anon_sym_switch] = ACTIONS(883), - [anon_sym_case] = ACTIONS(883), - [anon_sym_default] = ACTIONS(883), - [anon_sym_while] = ACTIONS(883), - [anon_sym_do] = ACTIONS(883), - [anon_sym_for] = ACTIONS(883), - [anon_sym_return] = ACTIONS(883), - [anon_sym_break] = ACTIONS(883), - [anon_sym_continue] = ACTIONS(883), - [anon_sym_goto] = ACTIONS(883), - [anon_sym_AMP] = ACTIONS(885), - [anon_sym_BANG] = ACTIONS(885), - [anon_sym_TILDE] = ACTIONS(885), - [anon_sym_PLUS] = ACTIONS(883), - [anon_sym_DASH] = ACTIONS(883), - [anon_sym_DASH_DASH] = ACTIONS(885), - [anon_sym_PLUS_PLUS] = ACTIONS(885), - [anon_sym_sizeof] = ACTIONS(883), - [sym_number_literal] = ACTIONS(883), - [sym_char_literal] = ACTIONS(883), - [sym_string_literal] = ACTIONS(885), - [sym_identifier] = ACTIONS(887), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(748), + [anon_sym_COMMA] = ACTIONS(748), + [anon_sym_RPAREN] = ACTIONS(748), + [anon_sym_SEMI] = ACTIONS(748), + [anon_sym_extern] = ACTIONS(750), + [anon_sym_STAR] = ACTIONS(748), + [anon_sym_LBRACK] = ACTIONS(748), + [anon_sym_typedef] = ACTIONS(750), + [anon_sym_static] = ACTIONS(750), + [anon_sym_auto] = ACTIONS(750), + [anon_sym_register] = ACTIONS(750), + [anon_sym_const] = ACTIONS(750), + [anon_sym_restrict] = ACTIONS(750), + [anon_sym_volatile] = ACTIONS(750), + [sym_function_specifier] = ACTIONS(750), + [anon_sym_COLON] = ACTIONS(748), + [sym_identifier] = ACTIONS(752), + [sym_comment] = ACTIONS(42), }, [170] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(889), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(889), - [anon_sym_LPAREN] = ACTIONS(891), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(889), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(889), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(889), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(889), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(889), - [sym_preproc_directive] = ACTIONS(893), - [anon_sym_SEMI] = ACTIONS(891), - [anon_sym_extern] = ACTIONS(889), - [anon_sym_LBRACE] = ACTIONS(891), - [anon_sym_RBRACE] = ACTIONS(891), - [anon_sym_STAR] = ACTIONS(891), - [anon_sym_typedef] = ACTIONS(889), - [anon_sym_static] = ACTIONS(889), - [anon_sym_auto] = ACTIONS(889), - [anon_sym_register] = ACTIONS(889), - [anon_sym_const] = ACTIONS(889), - [anon_sym_restrict] = ACTIONS(889), - [anon_sym_volatile] = ACTIONS(889), - [sym_function_specifier] = ACTIONS(889), - [anon_sym_unsigned] = ACTIONS(889), - [anon_sym_long] = ACTIONS(889), - [anon_sym_short] = ACTIONS(889), - [anon_sym_enum] = ACTIONS(889), - [anon_sym_struct] = ACTIONS(889), - [anon_sym_union] = ACTIONS(889), - [anon_sym_if] = ACTIONS(889), - [anon_sym_switch] = ACTIONS(889), - [anon_sym_case] = ACTIONS(889), - [anon_sym_default] = ACTIONS(889), - [anon_sym_while] = ACTIONS(889), - [anon_sym_do] = ACTIONS(889), - [anon_sym_for] = ACTIONS(889), - [anon_sym_return] = ACTIONS(889), - [anon_sym_break] = ACTIONS(889), - [anon_sym_continue] = ACTIONS(889), - [anon_sym_goto] = ACTIONS(889), - [anon_sym_AMP] = ACTIONS(891), - [anon_sym_BANG] = ACTIONS(891), - [anon_sym_TILDE] = ACTIONS(891), - [anon_sym_PLUS] = ACTIONS(889), - [anon_sym_DASH] = ACTIONS(889), - [anon_sym_DASH_DASH] = ACTIONS(891), - [anon_sym_PLUS_PLUS] = ACTIONS(891), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(889), - [sym_char_literal] = ACTIONS(889), - [sym_string_literal] = ACTIONS(891), - [sym_identifier] = ACTIONS(893), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(278), + [anon_sym_RPAREN] = ACTIONS(278), + [anon_sym_STAR] = ACTIONS(278), + [anon_sym_LBRACK] = ACTIONS(278), + [anon_sym_unsigned] = ACTIONS(280), + [anon_sym_long] = ACTIONS(280), + [anon_sym_short] = ACTIONS(280), + [sym_identifier] = ACTIONS(282), + [sym_comment] = ACTIONS(42), }, [171] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(895), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(895), - [anon_sym_LPAREN] = ACTIONS(897), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(895), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(895), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(895), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(895), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(895), - [sym_preproc_directive] = ACTIONS(899), - [anon_sym_SEMI] = ACTIONS(897), - [anon_sym_extern] = ACTIONS(895), - [anon_sym_LBRACE] = ACTIONS(897), - [anon_sym_RBRACE] = ACTIONS(897), - [anon_sym_STAR] = ACTIONS(897), - [anon_sym_typedef] = ACTIONS(895), - [anon_sym_static] = ACTIONS(895), - [anon_sym_auto] = ACTIONS(895), - [anon_sym_register] = ACTIONS(895), - [anon_sym_const] = ACTIONS(895), - [anon_sym_restrict] = ACTIONS(895), - [anon_sym_volatile] = ACTIONS(895), - [sym_function_specifier] = ACTIONS(895), - [anon_sym_unsigned] = ACTIONS(895), - [anon_sym_long] = ACTIONS(895), - [anon_sym_short] = ACTIONS(895), - [anon_sym_enum] = ACTIONS(895), - [anon_sym_struct] = ACTIONS(895), - [anon_sym_union] = ACTIONS(895), - [anon_sym_if] = ACTIONS(895), - [anon_sym_switch] = ACTIONS(895), - [anon_sym_case] = ACTIONS(895), - [anon_sym_default] = ACTIONS(895), - [anon_sym_while] = ACTIONS(895), - [anon_sym_do] = ACTIONS(895), - [anon_sym_for] = ACTIONS(895), - [anon_sym_return] = ACTIONS(895), - [anon_sym_break] = ACTIONS(895), - [anon_sym_continue] = ACTIONS(895), - [anon_sym_goto] = ACTIONS(895), - [anon_sym_AMP] = ACTIONS(897), - [anon_sym_BANG] = ACTIONS(897), - [anon_sym_TILDE] = ACTIONS(897), - [anon_sym_PLUS] = ACTIONS(895), - [anon_sym_DASH] = ACTIONS(895), - [anon_sym_DASH_DASH] = ACTIONS(897), - [anon_sym_PLUS_PLUS] = ACTIONS(897), - [anon_sym_sizeof] = ACTIONS(895), - [sym_number_literal] = ACTIONS(895), - [sym_char_literal] = ACTIONS(895), - [sym_string_literal] = ACTIONS(897), - [sym_identifier] = ACTIONS(899), - [sym_comment] = ACTIONS(123), + [anon_sym_const] = ACTIONS(754), + [anon_sym_restrict] = ACTIONS(754), + [anon_sym_volatile] = ACTIONS(754), + [anon_sym_unsigned] = ACTIONS(754), + [anon_sym_long] = ACTIONS(754), + [anon_sym_short] = ACTIONS(754), + [anon_sym_enum] = ACTIONS(754), + [anon_sym_struct] = ACTIONS(754), + [anon_sym_union] = ACTIONS(754), + [sym_identifier] = ACTIONS(756), + [sym_comment] = ACTIONS(42), }, [172] = { - [sym__declarator] = STATE(288), - [sym_pointer_declarator] = STATE(44), - [sym_function_declarator] = STATE(44), - [sym_array_declarator] = STATE(44), - [sym_init_declarator] = STATE(46), - [anon_sym_LPAREN] = ACTIONS(226), - [anon_sym_SEMI] = ACTIONS(228), - [anon_sym_STAR] = ACTIONS(521), - [sym_identifier] = ACTIONS(232), - [sym_comment] = ACTIONS(123), + [sym__abstract_declarator] = STATE(311), + [sym_abstract_pointer_declarator] = STATE(167), + [sym_abstract_function_declarator] = STATE(167), + [sym_abstract_array_declarator] = STATE(167), + [sym_parameter_list] = STATE(168), + [anon_sym_LPAREN] = ACTIONS(440), + [anon_sym_RPAREN] = ACTIONS(740), + [anon_sym_STAR] = ACTIONS(444), + [anon_sym_LBRACK] = ACTIONS(446), + [sym_comment] = ACTIONS(42), }, [173] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(903), - [anon_sym_SEMI] = ACTIONS(905), - [anon_sym_STAR] = ACTIONS(907), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(911), - [anon_sym_QMARK] = ACTIONS(913), - [anon_sym_STAR_EQ] = ACTIONS(915), - [anon_sym_SLASH_EQ] = ACTIONS(915), - [anon_sym_PERCENT_EQ] = ACTIONS(915), - [anon_sym_PLUS_EQ] = ACTIONS(915), - [anon_sym_DASH_EQ] = ACTIONS(915), - [anon_sym_LT_LT_EQ] = ACTIONS(915), - [anon_sym_GT_GT_EQ] = ACTIONS(915), - [anon_sym_AMP_EQ] = ACTIONS(915), - [anon_sym_CARET_EQ] = ACTIONS(915), - [anon_sym_PIPE_EQ] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), - [anon_sym_PIPE_PIPE] = ACTIONS(919), - [anon_sym_AMP_AMP] = ACTIONS(921), - [anon_sym_PIPE] = ACTIONS(923), - [anon_sym_CARET] = ACTIONS(925), - [anon_sym_EQ_EQ] = ACTIONS(927), - [anon_sym_BANG_EQ] = ACTIONS(927), - [anon_sym_LT] = ACTIONS(929), - [anon_sym_GT] = ACTIONS(929), - [anon_sym_LT_EQ] = ACTIONS(931), - [anon_sym_GT_EQ] = ACTIONS(931), - [anon_sym_LT_LT] = ACTIONS(933), - [anon_sym_GT_GT] = ACTIONS(933), - [anon_sym_PLUS] = ACTIONS(935), - [anon_sym_DASH] = ACTIONS(935), - [anon_sym_SLASH] = ACTIONS(907), - [anon_sym_PERCENT] = ACTIONS(907), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(758), + [anon_sym_COMMA] = ACTIONS(758), + [anon_sym_RPAREN] = ACTIONS(758), + [anon_sym_SEMI] = ACTIONS(758), + [anon_sym_LBRACE] = ACTIONS(758), + [anon_sym_LBRACK] = ACTIONS(758), + [anon_sym_EQ] = ACTIONS(758), + [sym_comment] = ACTIONS(42), }, [174] = { - [anon_sym_SEMI] = ACTIONS(905), - [sym_comment] = ACTIONS(123), + [aux_sym_parameter_list_repeat1] = STATE(314), + [anon_sym_COMMA] = ACTIONS(760), + [anon_sym_RPAREN] = ACTIONS(762), + [sym_comment] = ACTIONS(42), }, [175] = { - [sym_preproc_include] = STATE(309), - [sym_preproc_def] = STATE(309), - [sym_preproc_function_def] = STATE(309), - [sym_preproc_call] = STATE(309), - [sym_preproc_if_in_compound_statement] = STATE(310), - [sym_preproc_ifdef_in_compound_statement] = STATE(311), - [sym_declaration] = STATE(309), - [sym__declaration_specifiers] = STATE(172), - [sym_compound_statement] = STATE(309), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(309), - [sym_expression_statement] = STATE(309), - [sym_if_statement] = STATE(309), - [sym_switch_statement] = STATE(309), - [sym_case_statement] = STATE(309), - [sym_while_statement] = STATE(309), - [sym_do_statement] = STATE(309), - [sym_for_statement] = STATE(309), - [sym_return_statement] = STATE(309), - [sym_break_statement] = STATE(309), - [sym_continue_statement] = STATE(309), - [sym_goto_statement] = STATE(309), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym__empty_declaration] = STATE(309), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [anon_sym_LPAREN] = ACTIONS(529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(531), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(533), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(535), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_RBRACE] = ACTIONS(941), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(543), - [anon_sym_switch] = ACTIONS(545), - [anon_sym_case] = ACTIONS(547), - [anon_sym_default] = ACTIONS(549), - [anon_sym_while] = ACTIONS(551), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(555), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(579), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(764), + [anon_sym_COMMA] = ACTIONS(764), + [anon_sym_RPAREN] = ACTIONS(764), + [anon_sym_SEMI] = ACTIONS(764), + [anon_sym_LBRACE] = ACTIONS(764), + [anon_sym_LBRACK] = ACTIONS(764), + [anon_sym_EQ] = ACTIONS(764), + [anon_sym_COLON] = ACTIONS(764), + [sym_comment] = ACTIONS(42), }, [176] = { - [sym_type_qualifier] = STATE(81), - [sym__type_specifier] = STATE(82), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(312), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_sized_type_specifier_repeat1] = STATE(84), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(797), - [sym_comment] = ACTIONS(123), + [sym__declarator] = STATE(317), + [sym__abstract_declarator] = STATE(318), + [sym_pointer_declarator] = STATE(44), + [sym_abstract_pointer_declarator] = STATE(167), + [sym_function_declarator] = STATE(44), + [sym_abstract_function_declarator] = STATE(167), + [sym_array_declarator] = STATE(44), + [sym_abstract_array_declarator] = STATE(167), + [sym_parameter_list] = STATE(168), + [anon_sym_LPAREN] = ACTIONS(766), + [anon_sym_COMMA] = ACTIONS(768), + [anon_sym_RPAREN] = ACTIONS(768), + [anon_sym_STAR] = ACTIONS(770), + [anon_sym_LBRACK] = ACTIONS(446), + [sym_identifier] = ACTIONS(113), + [sym_comment] = ACTIONS(42), }, [177] = { - [sym__expression] = STATE(254), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__declarator] = STATE(102), + [sym_pointer_declarator] = STATE(44), + [sym_function_declarator] = STATE(44), + [sym_array_declarator] = STATE(44), + [anon_sym_LPAREN] = ACTIONS(107), + [anon_sym_STAR] = ACTIONS(462), + [sym_identifier] = ACTIONS(113), + [sym_comment] = ACTIONS(42), }, [178] = { - [anon_sym_LPAREN] = ACTIONS(943), - [anon_sym_COMMA] = ACTIONS(943), - [anon_sym_RPAREN] = ACTIONS(943), - [anon_sym_SEMI] = ACTIONS(943), - [anon_sym_LBRACE] = ACTIONS(943), - [anon_sym_LBRACK] = ACTIONS(943), - [anon_sym_EQ] = ACTIONS(943), - [sym_comment] = ACTIONS(123), + [sym_parameter_list] = STATE(110), + [anon_sym_LPAREN] = ACTIONS(244), + [anon_sym_COMMA] = ACTIONS(772), + [anon_sym_SEMI] = ACTIONS(772), + [anon_sym_LBRACK] = ACTIONS(252), + [anon_sym_EQ] = ACTIONS(254), + [sym_comment] = ACTIONS(42), }, [179] = { - [sym__expression] = STATE(280), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(772), + [anon_sym_SEMI] = ACTIONS(772), + [sym_comment] = ACTIONS(42), }, [180] = { - [sym__expression] = STATE(281), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_string_literal] = ACTIONS(774), + [sym_system_lib_string] = ACTIONS(776), + [sym_comment] = ACTIONS(42), }, [181] = { - [sym__expression] = STATE(282), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_identifier] = ACTIONS(778), + [sym_comment] = ACTIONS(42), }, [182] = { - [sym__expression] = STATE(314), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(945), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_type_qualifier] = STATE(95), + [sym__type_specifier] = STATE(96), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__expression] = STATE(328), + [sym_comma_expression] = STATE(329), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_type_descriptor] = STATE(330), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_sized_type_specifier_repeat1] = STATE(98), + [aux_sym_type_descriptor_repeat1] = STATE(99), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_const] = ACTIONS(230), + [anon_sym_restrict] = ACTIONS(230), + [anon_sym_volatile] = ACTIONS(230), + [anon_sym_unsigned] = ACTIONS(232), + [anon_sym_long] = ACTIONS(232), + [anon_sym_short] = ACTIONS(232), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(794), + [sym_comment] = ACTIONS(42), }, [183] = { - [anon_sym_LPAREN] = ACTIONS(871), - [anon_sym_extern] = ACTIONS(214), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_RBRACK] = ACTIONS(875), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_typedef] = ACTIONS(214), - [anon_sym_static] = ACTIONS(214), - [anon_sym_auto] = ACTIONS(214), - [anon_sym_register] = ACTIONS(214), - [anon_sym_const] = ACTIONS(214), - [anon_sym_restrict] = ACTIONS(214), - [anon_sym_volatile] = ACTIONS(214), - [sym_function_specifier] = ACTIONS(214), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(878), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_BANG] = ACTIONS(214), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_TILDE] = ACTIONS(212), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(878), - [anon_sym_DASH] = ACTIONS(878), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(875), - [anon_sym_PLUS_PLUS] = ACTIONS(875), - [anon_sym_sizeof] = ACTIONS(214), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_number_literal] = ACTIONS(214), - [sym_char_literal] = ACTIONS(214), - [sym_string_literal] = ACTIONS(212), - [sym_identifier] = ACTIONS(216), - [sym_comment] = ACTIONS(123), + [sym_preproc_arg] = ACTIONS(796), + [sym_comment] = ACTIONS(52), }, [184] = { - [sym__expression] = STATE(316), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_RBRACK] = ACTIONS(947), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_identifier] = ACTIONS(798), + [sym_comment] = ACTIONS(42), }, [185] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(949), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(947), - [anon_sym_EQ] = ACTIONS(951), - [anon_sym_QMARK] = ACTIONS(953), - [anon_sym_STAR_EQ] = ACTIONS(955), - [anon_sym_SLASH_EQ] = ACTIONS(955), - [anon_sym_PERCENT_EQ] = ACTIONS(955), - [anon_sym_PLUS_EQ] = ACTIONS(955), - [anon_sym_DASH_EQ] = ACTIONS(955), - [anon_sym_LT_LT_EQ] = ACTIONS(955), - [anon_sym_GT_GT_EQ] = ACTIONS(955), - [anon_sym_AMP_EQ] = ACTIONS(955), - [anon_sym_CARET_EQ] = ACTIONS(955), - [anon_sym_PIPE_EQ] = ACTIONS(955), - [anon_sym_AMP] = ACTIONS(957), - [anon_sym_PIPE_PIPE] = ACTIONS(959), - [anon_sym_AMP_AMP] = ACTIONS(961), - [anon_sym_PIPE] = ACTIONS(963), - [anon_sym_CARET] = ACTIONS(965), - [anon_sym_EQ_EQ] = ACTIONS(967), - [anon_sym_BANG_EQ] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(969), - [anon_sym_GT] = ACTIONS(969), - [anon_sym_LT_EQ] = ACTIONS(971), - [anon_sym_GT_EQ] = ACTIONS(971), - [anon_sym_LT_LT] = ACTIONS(973), - [anon_sym_GT_GT] = ACTIONS(973), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_SLASH] = ACTIONS(949), - [anon_sym_PERCENT] = ACTIONS(949), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_identifier] = ACTIONS(800), + [sym_comment] = ACTIONS(42), }, [186] = { - [sym__expression] = STATE(332), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(333), - [sym__initializer_list_contents] = STATE(334), - [sym_designator] = STATE(335), - [sym_concatenated_string] = STATE(166), - [aux_sym__initializer_list_contents_repeat1] = STATE(336), - [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_RBRACE] = ACTIONS(977), - [anon_sym_STAR] = ACTIONS(679), - [anon_sym_LBRACK] = ACTIONS(979), - [anon_sym_AMP] = ACTIONS(679), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_PLUS] = ACTIONS(685), - [anon_sym_DASH] = ACTIONS(685), - [anon_sym_DASH_DASH] = ACTIONS(687), - [anon_sym_PLUS_PLUS] = ACTIONS(687), - [anon_sym_sizeof] = ACTIONS(689), - [anon_sym_DOT] = ACTIONS(981), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_preproc_arg] = ACTIONS(802), + [sym_comment] = ACTIONS(52), }, [187] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(983), - [anon_sym_SEMI] = ACTIONS(983), - [anon_sym_STAR] = ACTIONS(907), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(911), - [anon_sym_QMARK] = ACTIONS(913), - [anon_sym_STAR_EQ] = ACTIONS(915), - [anon_sym_SLASH_EQ] = ACTIONS(915), - [anon_sym_PERCENT_EQ] = ACTIONS(915), - [anon_sym_PLUS_EQ] = ACTIONS(915), - [anon_sym_DASH_EQ] = ACTIONS(915), - [anon_sym_LT_LT_EQ] = ACTIONS(915), - [anon_sym_GT_GT_EQ] = ACTIONS(915), - [anon_sym_AMP_EQ] = ACTIONS(915), - [anon_sym_CARET_EQ] = ACTIONS(915), - [anon_sym_PIPE_EQ] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), - [anon_sym_PIPE_PIPE] = ACTIONS(919), - [anon_sym_AMP_AMP] = ACTIONS(921), - [anon_sym_PIPE] = ACTIONS(923), - [anon_sym_CARET] = ACTIONS(925), - [anon_sym_EQ_EQ] = ACTIONS(927), - [anon_sym_BANG_EQ] = ACTIONS(927), - [anon_sym_LT] = ACTIONS(929), - [anon_sym_GT] = ACTIONS(929), - [anon_sym_LT_EQ] = ACTIONS(931), - [anon_sym_GT_EQ] = ACTIONS(931), - [anon_sym_LT_LT] = ACTIONS(933), - [anon_sym_GT_GT] = ACTIONS(933), - [anon_sym_PLUS] = ACTIONS(935), - [anon_sym_DASH] = ACTIONS(935), - [anon_sym_SLASH] = ACTIONS(907), - [anon_sym_PERCENT] = ACTIONS(907), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(804), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(804), + [anon_sym_LPAREN] = ACTIONS(806), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(804), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(804), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(804), + [sym_preproc_directive] = ACTIONS(808), + [anon_sym_SEMI] = ACTIONS(806), + [anon_sym_extern] = ACTIONS(804), + [anon_sym_LBRACE] = ACTIONS(806), + [anon_sym_RBRACE] = ACTIONS(806), + [anon_sym_STAR] = ACTIONS(806), + [anon_sym_typedef] = ACTIONS(804), + [anon_sym_static] = ACTIONS(804), + [anon_sym_auto] = ACTIONS(804), + [anon_sym_register] = ACTIONS(804), + [anon_sym_const] = ACTIONS(804), + [anon_sym_restrict] = ACTIONS(804), + [anon_sym_volatile] = ACTIONS(804), + [sym_function_specifier] = ACTIONS(804), + [anon_sym_unsigned] = ACTIONS(804), + [anon_sym_long] = ACTIONS(804), + [anon_sym_short] = ACTIONS(804), + [anon_sym_enum] = ACTIONS(804), + [anon_sym_struct] = ACTIONS(804), + [anon_sym_union] = ACTIONS(804), + [anon_sym_if] = ACTIONS(804), + [anon_sym_switch] = ACTIONS(804), + [anon_sym_case] = ACTIONS(804), + [anon_sym_default] = ACTIONS(804), + [anon_sym_while] = ACTIONS(804), + [anon_sym_do] = ACTIONS(804), + [anon_sym_for] = ACTIONS(804), + [anon_sym_return] = ACTIONS(804), + [anon_sym_break] = ACTIONS(804), + [anon_sym_continue] = ACTIONS(804), + [anon_sym_goto] = ACTIONS(804), + [anon_sym_AMP] = ACTIONS(806), + [anon_sym_BANG] = ACTIONS(806), + [anon_sym_TILDE] = ACTIONS(806), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_DASH_DASH] = ACTIONS(806), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_sizeof] = ACTIONS(804), + [sym_number_literal] = ACTIONS(804), + [sym_char_literal] = ACTIONS(804), + [sym_string_literal] = ACTIONS(806), + [sym_identifier] = ACTIONS(808), + [sym_comment] = ACTIONS(42), }, [188] = { - [anon_sym_COMMA] = ACTIONS(983), - [anon_sym_SEMI] = ACTIONS(983), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(209), + [sym_preproc_def] = STATE(209), + [sym_preproc_function_def] = STATE(209), + [sym_preproc_call] = STATE(209), + [sym_preproc_if_in_compound_statement] = STATE(210), + [sym_preproc_ifdef_in_compound_statement] = STATE(211), + [sym_declaration] = STATE(209), + [sym__declaration_specifiers] = STATE(212), + [sym_compound_statement] = STATE(209), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(209), + [sym_expression_statement] = STATE(209), + [sym_if_statement] = STATE(209), + [sym_switch_statement] = STATE(209), + [sym_case_statement] = STATE(209), + [sym_while_statement] = STATE(209), + [sym_do_statement] = STATE(209), + [sym_for_statement] = STATE(209), + [sym_return_statement] = STATE(209), + [sym_break_statement] = STATE(209), + [sym_continue_statement] = STATE(209), + [sym_goto_statement] = STATE(209), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(209), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(336), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(470), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(472), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(476), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(478), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(480), + [sym_preproc_directive] = ACTIONS(482), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_RBRACE] = ACTIONS(810), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(528), + [sym_comment] = ACTIONS(42), }, [189] = { - [sym__declarator] = STATE(337), - [sym_pointer_declarator] = STATE(44), - [sym_function_declarator] = STATE(44), - [sym_array_declarator] = STATE(44), - [sym_init_declarator] = STATE(338), - [anon_sym_LPAREN] = ACTIONS(226), - [anon_sym_STAR] = ACTIONS(521), - [sym_identifier] = ACTIONS(232), - [sym_comment] = ACTIONS(123), + [ts_builtin_sym_end] = ACTIONS(812), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(814), + [sym_preproc_directive] = ACTIONS(816), + [anon_sym_extern] = ACTIONS(814), + [anon_sym_RBRACE] = ACTIONS(812), + [anon_sym_typedef] = ACTIONS(814), + [anon_sym_static] = ACTIONS(814), + [anon_sym_auto] = ACTIONS(814), + [anon_sym_register] = ACTIONS(814), + [anon_sym_const] = ACTIONS(814), + [anon_sym_restrict] = ACTIONS(814), + [anon_sym_volatile] = ACTIONS(814), + [sym_function_specifier] = ACTIONS(814), + [anon_sym_unsigned] = ACTIONS(814), + [anon_sym_long] = ACTIONS(814), + [anon_sym_short] = ACTIONS(814), + [anon_sym_enum] = ACTIONS(814), + [anon_sym_struct] = ACTIONS(814), + [anon_sym_union] = ACTIONS(814), + [sym_identifier] = ACTIONS(816), + [sym_comment] = ACTIONS(42), }, [190] = { - [ts_builtin_sym_end] = ACTIONS(985), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(987), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(987), - [anon_sym_LPAREN] = ACTIONS(985), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(987), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(987), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(987), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(987), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(987), - [sym_preproc_directive] = ACTIONS(989), - [anon_sym_SEMI] = ACTIONS(985), - [anon_sym_extern] = ACTIONS(987), - [anon_sym_LBRACE] = ACTIONS(985), - [anon_sym_RBRACE] = ACTIONS(985), - [anon_sym_STAR] = ACTIONS(985), - [anon_sym_typedef] = ACTIONS(987), - [anon_sym_static] = ACTIONS(987), - [anon_sym_auto] = ACTIONS(987), - [anon_sym_register] = ACTIONS(987), - [anon_sym_const] = ACTIONS(987), - [anon_sym_restrict] = ACTIONS(987), - [anon_sym_volatile] = ACTIONS(987), - [sym_function_specifier] = ACTIONS(987), - [anon_sym_unsigned] = ACTIONS(987), - [anon_sym_long] = ACTIONS(987), - [anon_sym_short] = ACTIONS(987), - [anon_sym_enum] = ACTIONS(987), - [anon_sym_struct] = ACTIONS(987), - [anon_sym_union] = ACTIONS(987), - [anon_sym_if] = ACTIONS(987), - [anon_sym_else] = ACTIONS(987), - [anon_sym_switch] = ACTIONS(987), - [anon_sym_case] = ACTIONS(987), - [anon_sym_default] = ACTIONS(987), - [anon_sym_while] = ACTIONS(987), - [anon_sym_do] = ACTIONS(987), - [anon_sym_for] = ACTIONS(987), - [anon_sym_return] = ACTIONS(987), - [anon_sym_break] = ACTIONS(987), - [anon_sym_continue] = ACTIONS(987), - [anon_sym_goto] = ACTIONS(987), - [anon_sym_AMP] = ACTIONS(985), - [anon_sym_BANG] = ACTIONS(985), - [anon_sym_TILDE] = ACTIONS(985), - [anon_sym_PLUS] = ACTIONS(987), - [anon_sym_DASH] = ACTIONS(987), - [anon_sym_DASH_DASH] = ACTIONS(985), - [anon_sym_PLUS_PLUS] = ACTIONS(985), - [anon_sym_sizeof] = ACTIONS(987), - [sym_number_literal] = ACTIONS(987), - [sym_char_literal] = ACTIONS(987), - [sym_string_literal] = ACTIONS(985), - [sym_identifier] = ACTIONS(989), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(337), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [191] = { - [ts_builtin_sym_end] = ACTIONS(991), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(993), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(993), - [anon_sym_LPAREN] = ACTIONS(991), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(993), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(993), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(993), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(993), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(993), - [sym_preproc_directive] = ACTIONS(995), - [anon_sym_SEMI] = ACTIONS(991), - [anon_sym_extern] = ACTIONS(993), - [anon_sym_LBRACE] = ACTIONS(991), - [anon_sym_RBRACE] = ACTIONS(991), - [anon_sym_STAR] = ACTIONS(991), - [anon_sym_typedef] = ACTIONS(993), - [anon_sym_static] = ACTIONS(993), - [anon_sym_auto] = ACTIONS(993), - [anon_sym_register] = ACTIONS(993), - [anon_sym_const] = ACTIONS(993), - [anon_sym_restrict] = ACTIONS(993), - [anon_sym_volatile] = ACTIONS(993), - [sym_function_specifier] = ACTIONS(993), - [anon_sym_unsigned] = ACTIONS(993), - [anon_sym_long] = ACTIONS(993), - [anon_sym_short] = ACTIONS(993), - [anon_sym_enum] = ACTIONS(993), - [anon_sym_struct] = ACTIONS(993), - [anon_sym_union] = ACTIONS(993), - [anon_sym_if] = ACTIONS(993), - [anon_sym_switch] = ACTIONS(993), - [anon_sym_case] = ACTIONS(993), - [anon_sym_default] = ACTIONS(993), - [anon_sym_while] = ACTIONS(993), - [anon_sym_do] = ACTIONS(993), - [anon_sym_for] = ACTIONS(993), - [anon_sym_return] = ACTIONS(993), - [anon_sym_break] = ACTIONS(993), - [anon_sym_continue] = ACTIONS(993), - [anon_sym_goto] = ACTIONS(993), - [anon_sym_AMP] = ACTIONS(991), - [anon_sym_BANG] = ACTIONS(991), - [anon_sym_TILDE] = ACTIONS(991), - [anon_sym_PLUS] = ACTIONS(993), - [anon_sym_DASH] = ACTIONS(993), - [anon_sym_DASH_DASH] = ACTIONS(991), - [anon_sym_PLUS_PLUS] = ACTIONS(991), - [anon_sym_sizeof] = ACTIONS(993), - [sym_number_literal] = ACTIONS(993), - [sym_char_literal] = ACTIONS(993), - [sym_string_literal] = ACTIONS(991), - [sym_identifier] = ACTIONS(995), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(818), + [sym_comment] = ACTIONS(42), }, [192] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(997), - [sym_identifier] = ACTIONS(999), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(820), + [sym_comment] = ACTIONS(42), }, [193] = { - [anon_sym_LF] = ACTIONS(1001), - [sym_preproc_arg] = ACTIONS(1001), - [sym_comment] = ACTIONS(165), + [sym__expression] = STATE(346), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [194] = { - [anon_sym_COMMA] = ACTIONS(1003), - [anon_sym_RPAREN] = ACTIONS(1005), - [sym_comment] = ACTIONS(123), + [anon_sym_COLON] = ACTIONS(836), + [sym_comment] = ACTIONS(42), }, [195] = { - [ts_builtin_sym_end] = ACTIONS(1007), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1009), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1009), - [anon_sym_LPAREN] = ACTIONS(1007), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1009), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1009), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1009), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1009), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1009), - [sym_preproc_directive] = ACTIONS(1011), - [anon_sym_SEMI] = ACTIONS(1007), - [anon_sym_extern] = ACTIONS(1009), - [anon_sym_LBRACE] = ACTIONS(1007), - [anon_sym_RBRACE] = ACTIONS(1007), - [anon_sym_STAR] = ACTIONS(1007), - [anon_sym_typedef] = ACTIONS(1009), - [anon_sym_static] = ACTIONS(1009), - [anon_sym_auto] = ACTIONS(1009), - [anon_sym_register] = ACTIONS(1009), - [anon_sym_const] = ACTIONS(1009), - [anon_sym_restrict] = ACTIONS(1009), - [anon_sym_volatile] = ACTIONS(1009), - [sym_function_specifier] = ACTIONS(1009), - [anon_sym_unsigned] = ACTIONS(1009), - [anon_sym_long] = ACTIONS(1009), - [anon_sym_short] = ACTIONS(1009), - [anon_sym_enum] = ACTIONS(1009), - [anon_sym_struct] = ACTIONS(1009), - [anon_sym_union] = ACTIONS(1009), - [anon_sym_if] = ACTIONS(1009), - [anon_sym_switch] = ACTIONS(1009), - [anon_sym_case] = ACTIONS(1009), - [anon_sym_default] = ACTIONS(1009), - [anon_sym_while] = ACTIONS(1009), - [anon_sym_do] = ACTIONS(1009), - [anon_sym_for] = ACTIONS(1009), - [anon_sym_return] = ACTIONS(1009), - [anon_sym_break] = ACTIONS(1009), - [anon_sym_continue] = ACTIONS(1009), - [anon_sym_goto] = ACTIONS(1009), - [anon_sym_AMP] = ACTIONS(1007), - [anon_sym_BANG] = ACTIONS(1007), - [anon_sym_TILDE] = ACTIONS(1007), - [anon_sym_PLUS] = ACTIONS(1009), - [anon_sym_DASH] = ACTIONS(1009), - [anon_sym_DASH_DASH] = ACTIONS(1007), - [anon_sym_PLUS_PLUS] = ACTIONS(1007), - [anon_sym_sizeof] = ACTIONS(1009), - [sym_number_literal] = ACTIONS(1009), - [sym_char_literal] = ACTIONS(1009), - [sym_string_literal] = ACTIONS(1007), - [sym_identifier] = ACTIONS(1011), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(838), + [sym_comment] = ACTIONS(42), }, [196] = { - [ts_builtin_sym_end] = ACTIONS(1013), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1015), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1015), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1015), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1015), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1015), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1015), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1015), - [sym_preproc_directive] = ACTIONS(1017), - [anon_sym_extern] = ACTIONS(1015), - [anon_sym_RBRACE] = ACTIONS(1013), - [anon_sym_typedef] = ACTIONS(1015), - [anon_sym_static] = ACTIONS(1015), - [anon_sym_auto] = ACTIONS(1015), - [anon_sym_register] = ACTIONS(1015), - [anon_sym_const] = ACTIONS(1015), - [anon_sym_restrict] = ACTIONS(1015), - [anon_sym_volatile] = ACTIONS(1015), - [sym_function_specifier] = ACTIONS(1015), - [anon_sym_unsigned] = ACTIONS(1015), - [anon_sym_long] = ACTIONS(1015), - [anon_sym_short] = ACTIONS(1015), - [anon_sym_enum] = ACTIONS(1015), - [anon_sym_struct] = ACTIONS(1015), - [anon_sym_union] = ACTIONS(1015), - [sym_identifier] = ACTIONS(1017), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(356), + [sym_labeled_statement] = STATE(356), + [sym_expression_statement] = STATE(356), + [sym_if_statement] = STATE(356), + [sym_switch_statement] = STATE(356), + [sym_case_statement] = STATE(356), + [sym_while_statement] = STATE(356), + [sym_do_statement] = STATE(356), + [sym_for_statement] = STATE(356), + [sym_return_statement] = STATE(356), + [sym_break_statement] = STATE(356), + [sym_continue_statement] = STATE(356), + [sym_goto_statement] = STATE(356), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(840), + [anon_sym_switch] = ACTIONS(842), + [anon_sym_case] = ACTIONS(844), + [anon_sym_default] = ACTIONS(846), + [anon_sym_while] = ACTIONS(848), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(850), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(852), + [sym_comment] = ACTIONS(42), }, [197] = { - [ts_builtin_sym_end] = ACTIONS(1019), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1021), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1021), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1021), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1021), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1021), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1021), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1021), - [sym_preproc_directive] = ACTIONS(1023), - [anon_sym_extern] = ACTIONS(1021), - [anon_sym_RBRACE] = ACTIONS(1019), - [anon_sym_typedef] = ACTIONS(1021), - [anon_sym_static] = ACTIONS(1021), - [anon_sym_auto] = ACTIONS(1021), - [anon_sym_register] = ACTIONS(1021), - [anon_sym_const] = ACTIONS(1021), - [anon_sym_restrict] = ACTIONS(1021), - [anon_sym_volatile] = ACTIONS(1021), - [sym_function_specifier] = ACTIONS(1021), - [anon_sym_unsigned] = ACTIONS(1021), - [anon_sym_long] = ACTIONS(1021), - [anon_sym_short] = ACTIONS(1021), - [anon_sym_enum] = ACTIONS(1021), - [anon_sym_struct] = ACTIONS(1021), - [anon_sym_union] = ACTIONS(1021), - [sym_identifier] = ACTIONS(1023), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(854), + [sym_comment] = ACTIONS(42), }, [198] = { - [ts_builtin_sym_end] = ACTIONS(1025), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1027), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1027), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1027), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1027), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1027), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1027), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1027), - [sym_preproc_directive] = ACTIONS(1029), - [anon_sym_extern] = ACTIONS(1027), - [anon_sym_RBRACE] = ACTIONS(1025), - [anon_sym_typedef] = ACTIONS(1027), - [anon_sym_static] = ACTIONS(1027), - [anon_sym_auto] = ACTIONS(1027), - [anon_sym_register] = ACTIONS(1027), - [anon_sym_const] = ACTIONS(1027), - [anon_sym_restrict] = ACTIONS(1027), - [anon_sym_volatile] = ACTIONS(1027), - [sym_function_specifier] = ACTIONS(1027), - [anon_sym_unsigned] = ACTIONS(1027), - [anon_sym_long] = ACTIONS(1027), - [anon_sym_short] = ACTIONS(1027), - [anon_sym_enum] = ACTIONS(1027), - [anon_sym_struct] = ACTIONS(1027), - [anon_sym_union] = ACTIONS(1027), - [sym_identifier] = ACTIONS(1029), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(359), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(856), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [199] = { - [ts_builtin_sym_end] = ACTIONS(1031), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1033), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1033), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1033), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1033), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1033), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1033), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1033), - [sym_preproc_directive] = ACTIONS(1035), - [anon_sym_extern] = ACTIONS(1033), - [anon_sym_RBRACE] = ACTIONS(1031), - [anon_sym_typedef] = ACTIONS(1033), - [anon_sym_static] = ACTIONS(1033), - [anon_sym_auto] = ACTIONS(1033), - [anon_sym_register] = ACTIONS(1033), - [anon_sym_const] = ACTIONS(1033), - [anon_sym_restrict] = ACTIONS(1033), - [anon_sym_volatile] = ACTIONS(1033), - [sym_function_specifier] = ACTIONS(1033), - [anon_sym_unsigned] = ACTIONS(1033), - [anon_sym_long] = ACTIONS(1033), - [anon_sym_short] = ACTIONS(1033), - [anon_sym_enum] = ACTIONS(1033), - [anon_sym_struct] = ACTIONS(1033), - [anon_sym_union] = ACTIONS(1033), - [sym_identifier] = ACTIONS(1035), - [sym_comment] = ACTIONS(123), + [anon_sym_SEMI] = ACTIONS(858), + [sym_comment] = ACTIONS(42), }, [200] = { - [sym_type_qualifier] = STATE(81), - [sym__type_specifier] = STATE(82), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(342), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_sized_type_specifier_repeat1] = STATE(84), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(797), - [sym_comment] = ACTIONS(123), + [anon_sym_SEMI] = ACTIONS(860), + [sym_comment] = ACTIONS(42), }, [201] = { - [sym__expression] = STATE(254), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_STAR] = ACTIONS(679), - [anon_sym_AMP] = ACTIONS(679), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_PLUS] = ACTIONS(685), - [anon_sym_DASH] = ACTIONS(685), - [anon_sym_DASH_DASH] = ACTIONS(687), - [anon_sym_PLUS_PLUS] = ACTIONS(687), - [anon_sym_sizeof] = ACTIONS(689), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_identifier] = ACTIONS(862), + [sym_comment] = ACTIONS(42), }, [202] = { - [sym__expression] = STATE(280), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_STAR] = ACTIONS(679), - [anon_sym_AMP] = ACTIONS(679), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_PLUS] = ACTIONS(685), - [anon_sym_DASH] = ACTIONS(685), - [anon_sym_DASH_DASH] = ACTIONS(687), - [anon_sym_PLUS_PLUS] = ACTIONS(687), - [anon_sym_sizeof] = ACTIONS(689), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(363), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [203] = { - [sym__expression] = STATE(281), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_STAR] = ACTIONS(679), - [anon_sym_AMP] = ACTIONS(679), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_PLUS] = ACTIONS(685), - [anon_sym_DASH] = ACTIONS(685), - [anon_sym_DASH_DASH] = ACTIONS(687), - [anon_sym_PLUS_PLUS] = ACTIONS(687), - [anon_sym_sizeof] = ACTIONS(689), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(364), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [204] = { - [sym__expression] = STATE(282), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_STAR] = ACTIONS(679), - [anon_sym_AMP] = ACTIONS(679), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_PLUS] = ACTIONS(685), - [anon_sym_DASH] = ACTIONS(685), - [anon_sym_DASH_DASH] = ACTIONS(687), - [anon_sym_PLUS_PLUS] = ACTIONS(687), - [anon_sym_sizeof] = ACTIONS(689), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(365), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [205] = { - [sym__expression] = STATE(344), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1037), - [anon_sym_STAR] = ACTIONS(679), - [anon_sym_AMP] = ACTIONS(679), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_PLUS] = ACTIONS(685), - [anon_sym_DASH] = ACTIONS(685), - [anon_sym_DASH_DASH] = ACTIONS(687), - [anon_sym_PLUS_PLUS] = ACTIONS(687), - [anon_sym_sizeof] = ACTIONS(689), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(367), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(864), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [206] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1039), - [anon_sym_RBRACE] = ACTIONS(1039), - [anon_sym_STAR] = ACTIONS(1041), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1043), - [anon_sym_QMARK] = ACTIONS(1045), - [anon_sym_STAR_EQ] = ACTIONS(1047), - [anon_sym_SLASH_EQ] = ACTIONS(1047), - [anon_sym_PERCENT_EQ] = ACTIONS(1047), - [anon_sym_PLUS_EQ] = ACTIONS(1047), - [anon_sym_DASH_EQ] = ACTIONS(1047), - [anon_sym_LT_LT_EQ] = ACTIONS(1047), - [anon_sym_GT_GT_EQ] = ACTIONS(1047), - [anon_sym_AMP_EQ] = ACTIONS(1047), - [anon_sym_CARET_EQ] = ACTIONS(1047), - [anon_sym_PIPE_EQ] = ACTIONS(1047), - [anon_sym_AMP] = ACTIONS(1049), - [anon_sym_PIPE_PIPE] = ACTIONS(1051), - [anon_sym_AMP_AMP] = ACTIONS(1053), - [anon_sym_PIPE] = ACTIONS(1055), - [anon_sym_CARET] = ACTIONS(1057), - [anon_sym_EQ_EQ] = ACTIONS(1059), - [anon_sym_BANG_EQ] = ACTIONS(1059), - [anon_sym_LT] = ACTIONS(1061), - [anon_sym_GT] = ACTIONS(1061), - [anon_sym_LT_EQ] = ACTIONS(1063), - [anon_sym_GT_EQ] = ACTIONS(1063), - [anon_sym_LT_LT] = ACTIONS(1065), - [anon_sym_GT_GT] = ACTIONS(1065), - [anon_sym_PLUS] = ACTIONS(1067), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_SLASH] = ACTIONS(1041), - [anon_sym_PERCENT] = ACTIONS(1041), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(866), + [anon_sym_COMMA] = ACTIONS(866), + [anon_sym_RPAREN] = ACTIONS(866), + [anon_sym_SEMI] = ACTIONS(866), + [anon_sym_RBRACE] = ACTIONS(866), + [anon_sym_STAR] = ACTIONS(868), + [anon_sym_LBRACK] = ACTIONS(866), + [anon_sym_RBRACK] = ACTIONS(866), + [anon_sym_EQ] = ACTIONS(868), + [anon_sym_COLON] = ACTIONS(866), + [anon_sym_QMARK] = ACTIONS(866), + [anon_sym_STAR_EQ] = ACTIONS(866), + [anon_sym_SLASH_EQ] = ACTIONS(866), + [anon_sym_PERCENT_EQ] = ACTIONS(866), + [anon_sym_PLUS_EQ] = ACTIONS(866), + [anon_sym_DASH_EQ] = ACTIONS(866), + [anon_sym_LT_LT_EQ] = ACTIONS(866), + [anon_sym_GT_GT_EQ] = ACTIONS(866), + [anon_sym_AMP_EQ] = ACTIONS(866), + [anon_sym_CARET_EQ] = ACTIONS(866), + [anon_sym_PIPE_EQ] = ACTIONS(866), + [anon_sym_AMP] = ACTIONS(868), + [anon_sym_PIPE_PIPE] = ACTIONS(866), + [anon_sym_AMP_AMP] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_LT] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_LT_LT] = ACTIONS(868), + [anon_sym_GT_GT] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_PERCENT] = ACTIONS(868), + [anon_sym_DASH_DASH] = ACTIONS(866), + [anon_sym_PLUS_PLUS] = ACTIONS(866), + [anon_sym_DOT] = ACTIONS(866), + [anon_sym_DASH_GT] = ACTIONS(866), + [sym_comment] = ACTIONS(42), }, [207] = { - [anon_sym_LPAREN] = ACTIONS(1069), - [anon_sym_COMMA] = ACTIONS(1069), - [anon_sym_RPAREN] = ACTIONS(1069), - [anon_sym_SEMI] = ACTIONS(1069), - [anon_sym_extern] = ACTIONS(1071), - [anon_sym_STAR] = ACTIONS(1069), - [anon_sym_LBRACK] = ACTIONS(1069), - [anon_sym_RBRACK] = ACTIONS(1069), - [anon_sym_typedef] = ACTIONS(1071), - [anon_sym_static] = ACTIONS(1071), - [anon_sym_auto] = ACTIONS(1071), - [anon_sym_register] = ACTIONS(1071), - [anon_sym_const] = ACTIONS(1071), - [anon_sym_restrict] = ACTIONS(1071), - [anon_sym_volatile] = ACTIONS(1071), - [sym_function_specifier] = ACTIONS(1071), - [anon_sym_COLON] = ACTIONS(1069), - [anon_sym_AMP] = ACTIONS(1069), - [anon_sym_BANG] = ACTIONS(1069), - [anon_sym_TILDE] = ACTIONS(1069), - [anon_sym_PLUS] = ACTIONS(1071), - [anon_sym_DASH] = ACTIONS(1071), - [anon_sym_DASH_DASH] = ACTIONS(1069), - [anon_sym_PLUS_PLUS] = ACTIONS(1069), - [anon_sym_sizeof] = ACTIONS(1071), - [sym_number_literal] = ACTIONS(1071), - [sym_char_literal] = ACTIONS(1071), - [sym_string_literal] = ACTIONS(1069), - [sym_identifier] = ACTIONS(1073), - [sym_comment] = ACTIONS(123), + [aux_sym_concatenated_string_repeat1] = STATE(369), + [anon_sym_LPAREN] = ACTIONS(866), + [anon_sym_COMMA] = ACTIONS(866), + [anon_sym_RPAREN] = ACTIONS(866), + [anon_sym_SEMI] = ACTIONS(866), + [anon_sym_RBRACE] = ACTIONS(866), + [anon_sym_STAR] = ACTIONS(868), + [anon_sym_LBRACK] = ACTIONS(866), + [anon_sym_RBRACK] = ACTIONS(866), + [anon_sym_EQ] = ACTIONS(868), + [anon_sym_COLON] = ACTIONS(866), + [anon_sym_QMARK] = ACTIONS(866), + [anon_sym_STAR_EQ] = ACTIONS(866), + [anon_sym_SLASH_EQ] = ACTIONS(866), + [anon_sym_PERCENT_EQ] = ACTIONS(866), + [anon_sym_PLUS_EQ] = ACTIONS(866), + [anon_sym_DASH_EQ] = ACTIONS(866), + [anon_sym_LT_LT_EQ] = ACTIONS(866), + [anon_sym_GT_GT_EQ] = ACTIONS(866), + [anon_sym_AMP_EQ] = ACTIONS(866), + [anon_sym_CARET_EQ] = ACTIONS(866), + [anon_sym_PIPE_EQ] = ACTIONS(866), + [anon_sym_AMP] = ACTIONS(868), + [anon_sym_PIPE_PIPE] = ACTIONS(866), + [anon_sym_AMP_AMP] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_LT] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_LT_LT] = ACTIONS(868), + [anon_sym_GT_GT] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_PERCENT] = ACTIONS(868), + [anon_sym_DASH_DASH] = ACTIONS(866), + [anon_sym_PLUS_PLUS] = ACTIONS(866), + [anon_sym_DOT] = ACTIONS(866), + [anon_sym_DASH_GT] = ACTIONS(866), + [sym_string_literal] = ACTIONS(870), + [sym_comment] = ACTIONS(42), }, [208] = { - [anon_sym_COMMA] = ACTIONS(1075), - [anon_sym_RBRACE] = ACTIONS(1075), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(872), + [anon_sym_COMMA] = ACTIONS(866), + [anon_sym_SEMI] = ACTIONS(876), + [anon_sym_extern] = ACTIONS(95), + [anon_sym_STAR] = ACTIONS(879), + [anon_sym_LBRACK] = ACTIONS(866), + [anon_sym_EQ] = ACTIONS(868), + [anon_sym_typedef] = ACTIONS(95), + [anon_sym_static] = ACTIONS(95), + [anon_sym_auto] = ACTIONS(95), + [anon_sym_register] = ACTIONS(95), + [anon_sym_const] = ACTIONS(95), + [anon_sym_restrict] = ACTIONS(95), + [anon_sym_volatile] = ACTIONS(95), + [sym_function_specifier] = ACTIONS(95), + [anon_sym_COLON] = ACTIONS(882), + [anon_sym_QMARK] = ACTIONS(866), + [anon_sym_STAR_EQ] = ACTIONS(866), + [anon_sym_SLASH_EQ] = ACTIONS(866), + [anon_sym_PERCENT_EQ] = ACTIONS(866), + [anon_sym_PLUS_EQ] = ACTIONS(866), + [anon_sym_DASH_EQ] = ACTIONS(866), + [anon_sym_LT_LT_EQ] = ACTIONS(866), + [anon_sym_GT_GT_EQ] = ACTIONS(866), + [anon_sym_AMP_EQ] = ACTIONS(866), + [anon_sym_CARET_EQ] = ACTIONS(866), + [anon_sym_PIPE_EQ] = ACTIONS(866), + [anon_sym_AMP] = ACTIONS(868), + [anon_sym_PIPE_PIPE] = ACTIONS(866), + [anon_sym_AMP_AMP] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_LT] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_LT_LT] = ACTIONS(868), + [anon_sym_GT_GT] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_PERCENT] = ACTIONS(868), + [anon_sym_DASH_DASH] = ACTIONS(866), + [anon_sym_PLUS_PLUS] = ACTIONS(866), + [anon_sym_DOT] = ACTIONS(866), + [anon_sym_DASH_GT] = ACTIONS(866), + [sym_identifier] = ACTIONS(97), + [sym_comment] = ACTIONS(42), }, [209] = { - [sym_enumerator] = STATE(358), - [anon_sym_RBRACE] = ACTIONS(1077), - [sym_identifier] = ACTIONS(291), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(884), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(884), + [anon_sym_LPAREN] = ACTIONS(886), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(884), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(884), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(884), + [sym_preproc_directive] = ACTIONS(888), + [anon_sym_SEMI] = ACTIONS(886), + [anon_sym_extern] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(886), + [anon_sym_RBRACE] = ACTIONS(886), + [anon_sym_STAR] = ACTIONS(886), + [anon_sym_typedef] = ACTIONS(884), + [anon_sym_static] = ACTIONS(884), + [anon_sym_auto] = ACTIONS(884), + [anon_sym_register] = ACTIONS(884), + [anon_sym_const] = ACTIONS(884), + [anon_sym_restrict] = ACTIONS(884), + [anon_sym_volatile] = ACTIONS(884), + [sym_function_specifier] = ACTIONS(884), + [anon_sym_unsigned] = ACTIONS(884), + [anon_sym_long] = ACTIONS(884), + [anon_sym_short] = ACTIONS(884), + [anon_sym_enum] = ACTIONS(884), + [anon_sym_struct] = ACTIONS(884), + [anon_sym_union] = ACTIONS(884), + [anon_sym_if] = ACTIONS(884), + [anon_sym_switch] = ACTIONS(884), + [anon_sym_case] = ACTIONS(884), + [anon_sym_default] = ACTIONS(884), + [anon_sym_while] = ACTIONS(884), + [anon_sym_do] = ACTIONS(884), + [anon_sym_for] = ACTIONS(884), + [anon_sym_return] = ACTIONS(884), + [anon_sym_break] = ACTIONS(884), + [anon_sym_continue] = ACTIONS(884), + [anon_sym_goto] = ACTIONS(884), + [anon_sym_AMP] = ACTIONS(886), + [anon_sym_BANG] = ACTIONS(886), + [anon_sym_TILDE] = ACTIONS(886), + [anon_sym_PLUS] = ACTIONS(884), + [anon_sym_DASH] = ACTIONS(884), + [anon_sym_DASH_DASH] = ACTIONS(886), + [anon_sym_PLUS_PLUS] = ACTIONS(886), + [anon_sym_sizeof] = ACTIONS(884), + [sym_number_literal] = ACTIONS(884), + [sym_char_literal] = ACTIONS(884), + [sym_string_literal] = ACTIONS(886), + [sym_identifier] = ACTIONS(888), + [sym_comment] = ACTIONS(42), }, [210] = { - [sym__field_declarator] = STATE(212), - [sym_pointer_field_declarator] = STATE(123), - [sym_function_field_declarator] = STATE(124), - [sym_array_field_declarator] = STATE(125), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_STAR] = ACTIONS(695), - [sym_identifier] = ACTIONS(475), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(890), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(892), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(890), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(890), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(890), + [sym_preproc_directive] = ACTIONS(894), + [anon_sym_SEMI] = ACTIONS(892), + [anon_sym_extern] = ACTIONS(890), + [anon_sym_LBRACE] = ACTIONS(892), + [anon_sym_RBRACE] = ACTIONS(892), + [anon_sym_STAR] = ACTIONS(892), + [anon_sym_typedef] = ACTIONS(890), + [anon_sym_static] = ACTIONS(890), + [anon_sym_auto] = ACTIONS(890), + [anon_sym_register] = ACTIONS(890), + [anon_sym_const] = ACTIONS(890), + [anon_sym_restrict] = ACTIONS(890), + [anon_sym_volatile] = ACTIONS(890), + [sym_function_specifier] = ACTIONS(890), + [anon_sym_unsigned] = ACTIONS(890), + [anon_sym_long] = ACTIONS(890), + [anon_sym_short] = ACTIONS(890), + [anon_sym_enum] = ACTIONS(890), + [anon_sym_struct] = ACTIONS(890), + [anon_sym_union] = ACTIONS(890), + [anon_sym_if] = 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_AMP] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_TILDE] = ACTIONS(892), + [anon_sym_PLUS] = ACTIONS(890), + [anon_sym_DASH] = ACTIONS(890), + [anon_sym_DASH_DASH] = ACTIONS(892), + [anon_sym_PLUS_PLUS] = ACTIONS(892), + [anon_sym_sizeof] = ACTIONS(890), + [sym_number_literal] = ACTIONS(890), + [sym_char_literal] = ACTIONS(890), + [sym_string_literal] = ACTIONS(892), + [sym_identifier] = ACTIONS(894), + [sym_comment] = ACTIONS(42), }, [211] = { - [sym_parameter_list] = STATE(224), - [anon_sym_LPAREN] = ACTIONS(341), - [anon_sym_RPAREN] = ACTIONS(1079), - [anon_sym_LBRACK] = ACTIONS(723), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(896), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(896), + [anon_sym_LPAREN] = ACTIONS(898), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(896), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(896), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(896), + [sym_preproc_directive] = ACTIONS(900), + [anon_sym_SEMI] = ACTIONS(898), + [anon_sym_extern] = ACTIONS(896), + [anon_sym_LBRACE] = ACTIONS(898), + [anon_sym_RBRACE] = ACTIONS(898), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_typedef] = ACTIONS(896), + [anon_sym_static] = ACTIONS(896), + [anon_sym_auto] = ACTIONS(896), + [anon_sym_register] = ACTIONS(896), + [anon_sym_const] = ACTIONS(896), + [anon_sym_restrict] = ACTIONS(896), + [anon_sym_volatile] = ACTIONS(896), + [sym_function_specifier] = ACTIONS(896), + [anon_sym_unsigned] = ACTIONS(896), + [anon_sym_long] = ACTIONS(896), + [anon_sym_short] = ACTIONS(896), + [anon_sym_enum] = ACTIONS(896), + [anon_sym_struct] = ACTIONS(896), + [anon_sym_union] = ACTIONS(896), + [anon_sym_if] = ACTIONS(896), + [anon_sym_switch] = ACTIONS(896), + [anon_sym_case] = ACTIONS(896), + [anon_sym_default] = ACTIONS(896), + [anon_sym_while] = ACTIONS(896), + [anon_sym_do] = ACTIONS(896), + [anon_sym_for] = ACTIONS(896), + [anon_sym_return] = ACTIONS(896), + [anon_sym_break] = ACTIONS(896), + [anon_sym_continue] = ACTIONS(896), + [anon_sym_goto] = ACTIONS(896), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(898), + [anon_sym_TILDE] = ACTIONS(898), + [anon_sym_PLUS] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(896), + [anon_sym_DASH_DASH] = ACTIONS(898), + [anon_sym_PLUS_PLUS] = ACTIONS(898), + [anon_sym_sizeof] = ACTIONS(896), + [sym_number_literal] = ACTIONS(896), + [sym_char_literal] = ACTIONS(896), + [sym_string_literal] = ACTIONS(898), + [sym_identifier] = ACTIONS(900), + [sym_comment] = ACTIONS(42), }, [212] = { - [sym_parameter_list] = STATE(224), - [anon_sym_LPAREN] = ACTIONS(341), - [anon_sym_COMMA] = ACTIONS(1081), - [anon_sym_RPAREN] = ACTIONS(1081), - [anon_sym_SEMI] = ACTIONS(1081), - [anon_sym_LBRACK] = ACTIONS(723), - [anon_sym_COLON] = ACTIONS(1081), - [sym_comment] = ACTIONS(123), + [sym__declarator] = STATE(372), + [sym_pointer_declarator] = STATE(44), + [sym_function_declarator] = STATE(44), + [sym_array_declarator] = STATE(44), + [sym_init_declarator] = STATE(373), + [anon_sym_LPAREN] = ACTIONS(107), + [anon_sym_SEMI] = ACTIONS(902), + [anon_sym_STAR] = ACTIONS(462), + [sym_identifier] = ACTIONS(113), + [sym_comment] = ACTIONS(42), }, [213] = { - [sym_type_qualifier] = STATE(81), - [sym__type_specifier] = STATE(82), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(906), + [anon_sym_SEMI] = ACTIONS(908), + [anon_sym_STAR] = ACTIONS(910), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(914), + [anon_sym_QMARK] = ACTIONS(916), + [anon_sym_STAR_EQ] = ACTIONS(918), + [anon_sym_SLASH_EQ] = ACTIONS(918), + [anon_sym_PERCENT_EQ] = ACTIONS(918), + [anon_sym_PLUS_EQ] = ACTIONS(918), + [anon_sym_DASH_EQ] = ACTIONS(918), + [anon_sym_LT_LT_EQ] = ACTIONS(918), + [anon_sym_GT_GT_EQ] = ACTIONS(918), + [anon_sym_AMP_EQ] = ACTIONS(918), + [anon_sym_CARET_EQ] = ACTIONS(918), + [anon_sym_PIPE_EQ] = ACTIONS(918), + [anon_sym_AMP] = ACTIONS(920), + [anon_sym_PIPE_PIPE] = ACTIONS(922), + [anon_sym_AMP_AMP] = ACTIONS(924), + [anon_sym_PIPE] = ACTIONS(926), + [anon_sym_CARET] = ACTIONS(928), + [anon_sym_EQ_EQ] = ACTIONS(930), + [anon_sym_BANG_EQ] = ACTIONS(930), + [anon_sym_LT] = ACTIONS(932), + [anon_sym_GT] = ACTIONS(932), + [anon_sym_LT_EQ] = ACTIONS(934), + [anon_sym_GT_EQ] = ACTIONS(934), + [anon_sym_LT_LT] = ACTIONS(936), + [anon_sym_GT_GT] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_SLASH] = ACTIONS(910), + [anon_sym_PERCENT] = ACTIONS(910), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), + }, + [214] = { + [anon_sym_SEMI] = ACTIONS(908), + [sym_comment] = ACTIONS(42), + }, + [215] = { + [sym_preproc_include] = STATE(394), + [sym_preproc_def] = STATE(394), + [sym_preproc_function_def] = STATE(394), + [sym_preproc_call] = STATE(394), + [sym_preproc_if_in_compound_statement] = STATE(395), + [sym_preproc_ifdef_in_compound_statement] = STATE(396), + [sym_declaration] = STATE(394), + [sym__declaration_specifiers] = STATE(212), + [sym_compound_statement] = STATE(394), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), [sym_sized_type_specifier] = STATE(21), [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(360), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), + [sym_labeled_statement] = STATE(394), + [sym_expression_statement] = STATE(394), + [sym_if_statement] = STATE(394), + [sym_switch_statement] = STATE(394), + [sym_case_statement] = STATE(394), + [sym_while_statement] = STATE(394), + [sym_do_statement] = STATE(394), + [sym_for_statement] = STATE(394), + [sym_return_statement] = STATE(394), + [sym_break_statement] = STATE(394), + [sym_continue_statement] = STATE(394), + [sym_goto_statement] = STATE(394), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(394), [sym_macro_type_specifier] = STATE(21), - [aux_sym_sized_type_specifier_repeat1] = STATE(84), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(797), - [sym_comment] = ACTIONS(123), - }, - [214] = { - [sym__expression] = STATE(254), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), - }, - [215] = { - [sym__expression] = STATE(280), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(470), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(472), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(476), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(478), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(480), + [sym_preproc_directive] = ACTIONS(482), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_RBRACE] = ACTIONS(944), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(528), + [sym_comment] = ACTIONS(42), }, [216] = { - [sym__expression] = STATE(281), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_type_qualifier] = STATE(95), + [sym__type_specifier] = STATE(96), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__expression] = STATE(328), + [sym_comma_expression] = STATE(329), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_type_descriptor] = STATE(397), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_sized_type_specifier_repeat1] = STATE(98), + [aux_sym_type_descriptor_repeat1] = STATE(99), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_const] = ACTIONS(230), + [anon_sym_restrict] = ACTIONS(230), + [anon_sym_volatile] = ACTIONS(230), + [anon_sym_unsigned] = ACTIONS(232), + [anon_sym_long] = ACTIONS(232), + [anon_sym_short] = ACTIONS(232), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(794), + [sym_comment] = ACTIONS(42), }, [217] = { - [sym__expression] = STATE(282), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(337), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(544), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [218] = { - [sym__expression] = STATE(362), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1083), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(946), + [anon_sym_COMMA] = ACTIONS(946), + [anon_sym_RPAREN] = ACTIONS(946), + [anon_sym_SEMI] = ACTIONS(946), + [anon_sym_LBRACE] = ACTIONS(946), + [anon_sym_LBRACK] = ACTIONS(946), + [anon_sym_EQ] = ACTIONS(946), + [sym_comment] = ACTIONS(42), }, [219] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(1085), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(74), + [anon_sym_extern] = ACTIONS(76), + [anon_sym_STAR] = ACTIONS(74), + [anon_sym_RBRACK] = ACTIONS(74), + [anon_sym_typedef] = ACTIONS(76), + [anon_sym_static] = ACTIONS(76), + [anon_sym_auto] = ACTIONS(76), + [anon_sym_register] = ACTIONS(76), + [anon_sym_const] = ACTIONS(76), + [anon_sym_restrict] = ACTIONS(76), + [anon_sym_volatile] = ACTIONS(76), + [sym_function_specifier] = ACTIONS(76), + [anon_sym_unsigned] = ACTIONS(76), + [anon_sym_long] = ACTIONS(76), + [anon_sym_short] = ACTIONS(76), + [anon_sym_AMP] = ACTIONS(74), + [anon_sym_BANG] = ACTIONS(74), + [anon_sym_TILDE] = ACTIONS(74), + [anon_sym_PLUS] = ACTIONS(76), + [anon_sym_DASH] = ACTIONS(76), + [anon_sym_DASH_DASH] = ACTIONS(74), + [anon_sym_PLUS_PLUS] = ACTIONS(74), + [anon_sym_sizeof] = ACTIONS(76), + [sym_number_literal] = ACTIONS(76), + [sym_char_literal] = ACTIONS(76), + [sym_string_literal] = ACTIONS(74), + [sym_identifier] = ACTIONS(78), + [sym_comment] = ACTIONS(42), }, [220] = { - [sym__field_declarator] = STATE(376), - [sym_pointer_field_declarator] = STATE(123), - [sym_function_field_declarator] = STATE(124), - [sym_array_field_declarator] = STATE(125), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_STAR] = ACTIONS(471), - [sym_identifier] = ACTIONS(475), - [sym_comment] = ACTIONS(123), + [sym_enumerator_list] = STATE(400), + [anon_sym_LBRACE] = ACTIONS(948), + [sym_identifier] = ACTIONS(950), + [sym_comment] = ACTIONS(42), }, [221] = { - [anon_sym_extern] = ACTIONS(1115), - [anon_sym_RBRACE] = ACTIONS(1117), - [anon_sym_typedef] = ACTIONS(1115), - [anon_sym_static] = ACTIONS(1115), - [anon_sym_auto] = ACTIONS(1115), - [anon_sym_register] = ACTIONS(1115), - [anon_sym_const] = ACTIONS(1115), - [anon_sym_restrict] = ACTIONS(1115), - [anon_sym_volatile] = ACTIONS(1115), - [sym_function_specifier] = ACTIONS(1115), - [anon_sym_unsigned] = ACTIONS(1115), - [anon_sym_long] = ACTIONS(1115), - [anon_sym_short] = ACTIONS(1115), - [anon_sym_enum] = ACTIONS(1115), - [anon_sym_struct] = ACTIONS(1115), - [anon_sym_union] = ACTIONS(1115), - [sym_identifier] = ACTIONS(1119), - [sym_comment] = ACTIONS(123), + [sym_field_declaration_list] = STATE(403), + [anon_sym_LBRACE] = ACTIONS(952), + [sym_identifier] = ACTIONS(954), + [sym_comment] = ACTIONS(42), }, [222] = { - [sym__declaration_specifiers] = STATE(378), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(379), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_RBRACK] = ACTIONS(1121), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(597), - [sym_comment] = ACTIONS(123), + [sym_field_declaration_list] = STATE(405), + [anon_sym_LBRACE] = ACTIONS(952), + [sym_identifier] = ACTIONS(956), + [sym_comment] = ACTIONS(42), }, [223] = { - [sym__expression] = STATE(380), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(363), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(544), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [224] = { - [anon_sym_LPAREN] = ACTIONS(1123), - [anon_sym_COMMA] = ACTIONS(1123), - [anon_sym_RPAREN] = ACTIONS(1123), - [anon_sym_SEMI] = ACTIONS(1123), - [anon_sym_LBRACK] = ACTIONS(1123), - [anon_sym_COLON] = ACTIONS(1123), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(364), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(544), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [225] = { - [anon_sym_COMMA] = ACTIONS(1125), - [anon_sym_SEMI] = ACTIONS(1085), - [anon_sym_COLON] = ACTIONS(1127), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(365), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(544), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [226] = { - [sym_parameter_list] = STATE(232), - [anon_sym_LPAREN] = ACTIONS(341), - [anon_sym_RPAREN] = ACTIONS(1129), - [anon_sym_LBRACK] = ACTIONS(751), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(407), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(958), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(544), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [227] = { - [sym_parameter_list] = STATE(232), - [anon_sym_LPAREN] = ACTIONS(341), - [anon_sym_COMMA] = ACTIONS(1131), - [anon_sym_RPAREN] = ACTIONS(1131), - [anon_sym_LBRACK] = ACTIONS(751), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(960), + [anon_sym_extern] = ACTIONS(95), + [anon_sym_STAR] = ACTIONS(879), + [anon_sym_LBRACK] = ACTIONS(866), + [anon_sym_RBRACK] = ACTIONS(876), + [anon_sym_EQ] = ACTIONS(868), + [anon_sym_typedef] = ACTIONS(95), + [anon_sym_static] = ACTIONS(95), + [anon_sym_auto] = ACTIONS(95), + [anon_sym_register] = ACTIONS(95), + [anon_sym_const] = ACTIONS(95), + [anon_sym_restrict] = ACTIONS(95), + [anon_sym_volatile] = ACTIONS(95), + [sym_function_specifier] = ACTIONS(95), + [anon_sym_QMARK] = ACTIONS(866), + [anon_sym_STAR_EQ] = ACTIONS(866), + [anon_sym_SLASH_EQ] = ACTIONS(866), + [anon_sym_PERCENT_EQ] = ACTIONS(866), + [anon_sym_PLUS_EQ] = ACTIONS(866), + [anon_sym_DASH_EQ] = ACTIONS(866), + [anon_sym_LT_LT_EQ] = ACTIONS(866), + [anon_sym_GT_GT_EQ] = ACTIONS(866), + [anon_sym_AMP_EQ] = ACTIONS(866), + [anon_sym_CARET_EQ] = ACTIONS(866), + [anon_sym_PIPE_EQ] = ACTIONS(866), + [anon_sym_AMP] = ACTIONS(879), + [anon_sym_PIPE_PIPE] = ACTIONS(866), + [anon_sym_AMP_AMP] = ACTIONS(866), + [anon_sym_BANG] = ACTIONS(95), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_TILDE] = ACTIONS(93), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_LT] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_LT_LT] = ACTIONS(868), + [anon_sym_GT_GT] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(879), + [anon_sym_DASH] = ACTIONS(879), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_PERCENT] = ACTIONS(868), + [anon_sym_DASH_DASH] = ACTIONS(876), + [anon_sym_PLUS_PLUS] = ACTIONS(876), + [anon_sym_sizeof] = ACTIONS(95), + [anon_sym_DOT] = ACTIONS(866), + [anon_sym_DASH_GT] = ACTIONS(866), + [sym_number_literal] = ACTIONS(95), + [sym_char_literal] = ACTIONS(95), + [sym_string_literal] = ACTIONS(93), + [sym_identifier] = ACTIONS(97), + [sym_comment] = ACTIONS(42), }, [228] = { - [anon_sym_LPAREN] = ACTIONS(1133), - [anon_sym_COMMA] = ACTIONS(1133), - [anon_sym_RPAREN] = ACTIONS(1133), - [anon_sym_LBRACK] = ACTIONS(1133), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(410), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_RBRACK] = ACTIONS(964), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(544), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [229] = { - [sym__expression] = STATE(385), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_RBRACK] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_storage_class_specifier] = STATE(413), + [sym_type_qualifier] = STATE(413), + [aux_sym__declaration_specifiers_repeat1] = STATE(414), + [anon_sym_LPAREN] = ACTIONS(115), + [anon_sym_extern] = ACTIONS(966), + [anon_sym_STAR] = ACTIONS(115), + [anon_sym_RBRACK] = ACTIONS(115), + [anon_sym_typedef] = ACTIONS(966), + [anon_sym_static] = ACTIONS(966), + [anon_sym_auto] = ACTIONS(966), + [anon_sym_register] = ACTIONS(966), + [anon_sym_const] = ACTIONS(968), + [anon_sym_restrict] = ACTIONS(968), + [anon_sym_volatile] = ACTIONS(968), + [sym_function_specifier] = ACTIONS(970), + [anon_sym_AMP] = ACTIONS(115), + [anon_sym_BANG] = ACTIONS(115), + [anon_sym_TILDE] = ACTIONS(115), + [anon_sym_PLUS] = ACTIONS(972), + [anon_sym_DASH] = ACTIONS(972), + [anon_sym_DASH_DASH] = ACTIONS(115), + [anon_sym_PLUS_PLUS] = ACTIONS(115), + [anon_sym_sizeof] = ACTIONS(972), + [sym_number_literal] = ACTIONS(972), + [sym_char_literal] = ACTIONS(972), + [sym_string_literal] = ACTIONS(115), + [sym_identifier] = ACTIONS(123), + [sym_comment] = ACTIONS(42), }, [230] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(949), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(1135), - [anon_sym_EQ] = ACTIONS(951), - [anon_sym_QMARK] = ACTIONS(953), - [anon_sym_STAR_EQ] = ACTIONS(955), - [anon_sym_SLASH_EQ] = ACTIONS(955), - [anon_sym_PERCENT_EQ] = ACTIONS(955), - [anon_sym_PLUS_EQ] = ACTIONS(955), - [anon_sym_DASH_EQ] = ACTIONS(955), - [anon_sym_LT_LT_EQ] = ACTIONS(955), - [anon_sym_GT_GT_EQ] = ACTIONS(955), - [anon_sym_AMP_EQ] = ACTIONS(955), - [anon_sym_CARET_EQ] = ACTIONS(955), - [anon_sym_PIPE_EQ] = ACTIONS(955), - [anon_sym_AMP] = ACTIONS(957), - [anon_sym_PIPE_PIPE] = ACTIONS(959), - [anon_sym_AMP_AMP] = ACTIONS(961), - [anon_sym_PIPE] = ACTIONS(963), - [anon_sym_CARET] = ACTIONS(965), - [anon_sym_EQ_EQ] = ACTIONS(967), - [anon_sym_BANG_EQ] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(969), - [anon_sym_GT] = ACTIONS(969), - [anon_sym_LT_EQ] = ACTIONS(971), - [anon_sym_GT_EQ] = ACTIONS(971), - [anon_sym_LT_LT] = ACTIONS(973), - [anon_sym_GT_GT] = ACTIONS(973), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_SLASH] = ACTIONS(949), - [anon_sym_PERCENT] = ACTIONS(949), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(125), + [anon_sym_extern] = ACTIONS(127), + [anon_sym_STAR] = ACTIONS(125), + [anon_sym_RBRACK] = ACTIONS(125), + [anon_sym_typedef] = ACTIONS(127), + [anon_sym_static] = ACTIONS(127), + [anon_sym_auto] = ACTIONS(127), + [anon_sym_register] = ACTIONS(127), + [anon_sym_const] = ACTIONS(127), + [anon_sym_restrict] = ACTIONS(127), + [anon_sym_volatile] = ACTIONS(127), + [sym_function_specifier] = ACTIONS(127), + [anon_sym_AMP] = ACTIONS(125), + [anon_sym_BANG] = ACTIONS(125), + [anon_sym_TILDE] = ACTIONS(125), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(127), + [anon_sym_DASH_DASH] = ACTIONS(125), + [anon_sym_PLUS_PLUS] = ACTIONS(125), + [anon_sym_sizeof] = ACTIONS(127), + [sym_number_literal] = ACTIONS(127), + [sym_char_literal] = ACTIONS(127), + [sym_string_literal] = ACTIONS(125), + [sym_identifier] = ACTIONS(129), + [sym_comment] = ACTIONS(42), }, [231] = { - [sym__declaration_specifiers] = STATE(386), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(385), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_RBRACK] = ACTIONS(1135), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(597), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_RBRACK] = ACTIONS(964), + [anon_sym_EQ] = ACTIONS(976), + [anon_sym_QMARK] = ACTIONS(978), + [anon_sym_STAR_EQ] = ACTIONS(980), + [anon_sym_SLASH_EQ] = ACTIONS(980), + [anon_sym_PERCENT_EQ] = ACTIONS(980), + [anon_sym_PLUS_EQ] = ACTIONS(980), + [anon_sym_DASH_EQ] = ACTIONS(980), + [anon_sym_LT_LT_EQ] = ACTIONS(980), + [anon_sym_GT_GT_EQ] = ACTIONS(980), + [anon_sym_AMP_EQ] = ACTIONS(980), + [anon_sym_CARET_EQ] = ACTIONS(980), + [anon_sym_PIPE_EQ] = ACTIONS(980), + [anon_sym_AMP] = ACTIONS(982), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(986), + [anon_sym_PIPE] = ACTIONS(988), + [anon_sym_CARET] = ACTIONS(990), + [anon_sym_EQ_EQ] = ACTIONS(992), + [anon_sym_BANG_EQ] = ACTIONS(992), + [anon_sym_LT] = ACTIONS(994), + [anon_sym_GT] = ACTIONS(994), + [anon_sym_LT_EQ] = ACTIONS(996), + [anon_sym_GT_EQ] = ACTIONS(996), + [anon_sym_LT_LT] = ACTIONS(998), + [anon_sym_GT_GT] = ACTIONS(998), + [anon_sym_PLUS] = ACTIONS(1000), + [anon_sym_DASH] = ACTIONS(1000), + [anon_sym_SLASH] = ACTIONS(974), + [anon_sym_PERCENT] = ACTIONS(974), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [232] = { - [anon_sym_LPAREN] = ACTIONS(1137), - [anon_sym_COMMA] = ACTIONS(1137), - [anon_sym_RPAREN] = ACTIONS(1137), - [anon_sym_LBRACK] = ACTIONS(1137), - [sym_comment] = ACTIONS(123), + [sym_storage_class_specifier] = STATE(52), + [sym_type_qualifier] = STATE(52), + [sym__type_specifier] = STATE(428), + [sym_sized_type_specifier] = STATE(230), + [sym_enum_specifier] = STATE(230), + [sym_struct_specifier] = STATE(230), + [sym_union_specifier] = STATE(230), + [sym_macro_type_specifier] = STATE(230), + [aux_sym_sized_type_specifier_repeat1] = STATE(233), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(133), + [anon_sym_unsigned] = ACTIONS(536), + [anon_sym_long] = ACTIONS(536), + [anon_sym_short] = ACTIONS(536), + [anon_sym_enum] = ACTIONS(538), + [anon_sym_struct] = ACTIONS(540), + [anon_sym_union] = ACTIONS(542), + [sym_identifier] = ACTIONS(1002), + [sym_comment] = ACTIONS(42), }, [233] = { - [sym_parameter_list] = STATE(232), - [anon_sym_LPAREN] = ACTIONS(341), - [anon_sym_RPAREN] = ACTIONS(1139), - [anon_sym_LBRACK] = ACTIONS(751), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(135), + [anon_sym_extern] = ACTIONS(137), + [anon_sym_STAR] = ACTIONS(135), + [anon_sym_RBRACK] = ACTIONS(135), + [anon_sym_typedef] = ACTIONS(137), + [anon_sym_static] = ACTIONS(137), + [anon_sym_auto] = ACTIONS(137), + [anon_sym_register] = ACTIONS(137), + [anon_sym_const] = ACTIONS(137), + [anon_sym_restrict] = ACTIONS(137), + [anon_sym_volatile] = ACTIONS(137), + [sym_function_specifier] = ACTIONS(137), + [anon_sym_unsigned] = ACTIONS(1004), + [anon_sym_long] = ACTIONS(1004), + [anon_sym_short] = ACTIONS(1004), + [anon_sym_AMP] = ACTIONS(135), + [anon_sym_BANG] = ACTIONS(135), + [anon_sym_TILDE] = ACTIONS(135), + [anon_sym_PLUS] = ACTIONS(137), + [anon_sym_DASH] = ACTIONS(137), + [anon_sym_DASH_DASH] = ACTIONS(135), + [anon_sym_PLUS_PLUS] = ACTIONS(135), + [anon_sym_sizeof] = ACTIONS(137), + [sym_number_literal] = ACTIONS(137), + [sym_char_literal] = ACTIONS(137), + [sym_string_literal] = ACTIONS(135), + [sym_identifier] = ACTIONS(1006), + [sym_comment] = ACTIONS(42), }, [234] = { - [sym__declaration_specifiers] = STATE(140), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_parameter_declaration] = STATE(387), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1141), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [sym_identifier] = ACTIONS(155), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(434), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_initializer_list] = STATE(435), + [sym__initializer_list_contents] = STATE(436), + [sym_designator] = STATE(437), + [sym_concatenated_string] = STATE(206), + [aux_sym__initializer_list_contents_repeat1] = STATE(438), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_LBRACE] = ACTIONS(556), + [anon_sym_RBRACE] = ACTIONS(1009), + [anon_sym_STAR] = ACTIONS(670), + [anon_sym_LBRACK] = ACTIONS(1011), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(672), + [anon_sym_TILDE] = ACTIONS(674), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_DASH_DASH] = ACTIONS(678), + [anon_sym_PLUS_PLUS] = ACTIONS(678), + [anon_sym_sizeof] = ACTIONS(680), + [anon_sym_DOT] = ACTIONS(1013), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [235] = { - [anon_sym_LPAREN] = ACTIONS(1143), - [anon_sym_COMMA] = ACTIONS(1143), - [anon_sym_RPAREN] = ACTIONS(1143), - [anon_sym_SEMI] = ACTIONS(1143), - [anon_sym_LBRACE] = ACTIONS(1143), - [anon_sym_LBRACK] = ACTIONS(1143), - [anon_sym_EQ] = ACTIONS(1143), - [anon_sym_COLON] = ACTIONS(1143), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1015), + [anon_sym_SEMI] = ACTIONS(1015), + [anon_sym_STAR] = ACTIONS(910), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(914), + [anon_sym_QMARK] = ACTIONS(916), + [anon_sym_STAR_EQ] = ACTIONS(918), + [anon_sym_SLASH_EQ] = ACTIONS(918), + [anon_sym_PERCENT_EQ] = ACTIONS(918), + [anon_sym_PLUS_EQ] = ACTIONS(918), + [anon_sym_DASH_EQ] = ACTIONS(918), + [anon_sym_LT_LT_EQ] = ACTIONS(918), + [anon_sym_GT_GT_EQ] = ACTIONS(918), + [anon_sym_AMP_EQ] = ACTIONS(918), + [anon_sym_CARET_EQ] = ACTIONS(918), + [anon_sym_PIPE_EQ] = ACTIONS(918), + [anon_sym_AMP] = ACTIONS(920), + [anon_sym_PIPE_PIPE] = ACTIONS(922), + [anon_sym_AMP_AMP] = ACTIONS(924), + [anon_sym_PIPE] = ACTIONS(926), + [anon_sym_CARET] = ACTIONS(928), + [anon_sym_EQ_EQ] = ACTIONS(930), + [anon_sym_BANG_EQ] = ACTIONS(930), + [anon_sym_LT] = ACTIONS(932), + [anon_sym_GT] = ACTIONS(932), + [anon_sym_LT_EQ] = ACTIONS(934), + [anon_sym_GT_EQ] = ACTIONS(934), + [anon_sym_LT_LT] = ACTIONS(936), + [anon_sym_GT_GT] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_SLASH] = ACTIONS(910), + [anon_sym_PERCENT] = ACTIONS(910), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [236] = { - [anon_sym_COMMA] = ACTIONS(1145), - [anon_sym_RPAREN] = ACTIONS(1147), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(1015), + [anon_sym_SEMI] = ACTIONS(1015), + [sym_comment] = ACTIONS(42), }, [237] = { - [sym__declaration_specifiers] = STATE(140), - [sym__declarator] = STATE(87), - [sym__abstract_declarator] = STATE(226), + [sym__declarator] = STATE(439), [sym_pointer_declarator] = STATE(44), - [sym_abstract_pointer_declarator] = STATE(132), [sym_function_declarator] = STATE(44), - [sym_abstract_function_declarator] = STATE(132), [sym_array_declarator] = STATE(44), - [sym_abstract_array_declarator] = STATE(132), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_parameter_list] = STATE(133), - [sym_parameter_declaration] = STATE(138), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(775), - [anon_sym_DOT_DOT_DOT] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(519), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(1149), - [anon_sym_LBRACK] = ACTIONS(507), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [sym_identifier] = ACTIONS(1151), - [sym_comment] = ACTIONS(123), + [sym_init_declarator] = STATE(440), + [anon_sym_LPAREN] = ACTIONS(107), + [anon_sym_STAR] = ACTIONS(462), + [sym_identifier] = ACTIONS(113), + [sym_comment] = ACTIONS(42), }, [238] = { - [sym__declarator] = STATE(88), - [sym__abstract_declarator] = STATE(227), - [sym_pointer_declarator] = STATE(44), - [sym_abstract_pointer_declarator] = STATE(132), - [sym_function_declarator] = STATE(44), - [sym_abstract_function_declarator] = STATE(132), - [sym_array_declarator] = STATE(44), - [sym_abstract_array_declarator] = STATE(132), - [sym_parameter_list] = STATE(133), - [anon_sym_LPAREN] = ACTIONS(775), - [anon_sym_COMMA] = ACTIONS(745), - [anon_sym_RPAREN] = ACTIONS(745), - [anon_sym_STAR] = ACTIONS(779), - [anon_sym_LBRACK] = ACTIONS(507), - [sym_identifier] = ACTIONS(232), - [sym_comment] = ACTIONS(123), + [ts_builtin_sym_end] = ACTIONS(1017), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1019), + [sym_preproc_directive] = ACTIONS(1021), + [anon_sym_extern] = ACTIONS(1019), + [anon_sym_RBRACE] = ACTIONS(1017), + [anon_sym_typedef] = ACTIONS(1019), + [anon_sym_static] = ACTIONS(1019), + [anon_sym_auto] = ACTIONS(1019), + [anon_sym_register] = ACTIONS(1019), + [anon_sym_const] = ACTIONS(1019), + [anon_sym_restrict] = ACTIONS(1019), + [anon_sym_volatile] = ACTIONS(1019), + [sym_function_specifier] = ACTIONS(1019), + [anon_sym_unsigned] = ACTIONS(1019), + [anon_sym_long] = ACTIONS(1019), + [anon_sym_short] = ACTIONS(1019), + [anon_sym_enum] = ACTIONS(1019), + [anon_sym_struct] = ACTIONS(1019), + [anon_sym_union] = ACTIONS(1019), + [sym_identifier] = ACTIONS(1021), + [sym_comment] = ACTIONS(42), }, [239] = { - [sym_parameter_list] = STATE(96), - [anon_sym_LPAREN] = ACTIONS(341), - [anon_sym_COMMA] = ACTIONS(1153), - [anon_sym_RPAREN] = ACTIONS(1153), - [anon_sym_LBRACK] = ACTIONS(349), - [sym_comment] = ACTIONS(123), + [ts_builtin_sym_end] = ACTIONS(1023), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1025), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1025), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1025), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1025), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1025), + [sym_preproc_directive] = ACTIONS(1027), + [anon_sym_extern] = ACTIONS(1025), + [anon_sym_RBRACE] = ACTIONS(1023), + [anon_sym_typedef] = ACTIONS(1025), + [anon_sym_static] = ACTIONS(1025), + [anon_sym_auto] = ACTIONS(1025), + [anon_sym_register] = ACTIONS(1025), + [anon_sym_const] = ACTIONS(1025), + [anon_sym_restrict] = ACTIONS(1025), + [anon_sym_volatile] = ACTIONS(1025), + [sym_function_specifier] = ACTIONS(1025), + [anon_sym_unsigned] = ACTIONS(1025), + [anon_sym_long] = ACTIONS(1025), + [anon_sym_short] = ACTIONS(1025), + [anon_sym_enum] = ACTIONS(1025), + [anon_sym_struct] = ACTIONS(1025), + [anon_sym_union] = ACTIONS(1025), + [sym_identifier] = ACTIONS(1027), + [sym_comment] = ACTIONS(42), }, [240] = { - [sym_parameter_list] = STATE(232), - [anon_sym_LPAREN] = ACTIONS(341), - [anon_sym_COMMA] = ACTIONS(1153), - [anon_sym_RPAREN] = ACTIONS(1153), - [anon_sym_LBRACK] = ACTIONS(751), - [sym_comment] = ACTIONS(123), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1029), + [sym_identifier] = ACTIONS(1031), + [sym_comment] = ACTIONS(42), }, [241] = { - [sym_type_qualifier] = STATE(81), - [sym__type_specifier] = STATE(82), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(392), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_sized_type_specifier_repeat1] = STATE(84), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(797), - [sym_comment] = ACTIONS(123), + [anon_sym_LF] = ACTIONS(1033), + [sym_preproc_arg] = ACTIONS(1033), + [sym_comment] = ACTIONS(52), }, [242] = { - [sym__expression] = STATE(254), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(1035), + [anon_sym_RPAREN] = ACTIONS(1037), + [sym_comment] = ACTIONS(42), }, [243] = { - [sym__expression] = STATE(280), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [ts_builtin_sym_end] = ACTIONS(1039), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1041), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1041), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1041), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1041), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1041), + [sym_preproc_directive] = ACTIONS(1043), + [anon_sym_extern] = ACTIONS(1041), + [anon_sym_RBRACE] = ACTIONS(1039), + [anon_sym_typedef] = ACTIONS(1041), + [anon_sym_static] = ACTIONS(1041), + [anon_sym_auto] = ACTIONS(1041), + [anon_sym_register] = ACTIONS(1041), + [anon_sym_const] = ACTIONS(1041), + [anon_sym_restrict] = ACTIONS(1041), + [anon_sym_volatile] = ACTIONS(1041), + [sym_function_specifier] = ACTIONS(1041), + [anon_sym_unsigned] = ACTIONS(1041), + [anon_sym_long] = ACTIONS(1041), + [anon_sym_short] = ACTIONS(1041), + [anon_sym_enum] = ACTIONS(1041), + [anon_sym_struct] = ACTIONS(1041), + [anon_sym_union] = ACTIONS(1041), + [sym_identifier] = ACTIONS(1043), + [sym_comment] = ACTIONS(42), }, [244] = { - [sym__expression] = STATE(281), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_preproc_arg] = ACTIONS(1045), + [sym_comment] = ACTIONS(52), }, [245] = { - [sym__expression] = STATE(282), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(294), + [sym_preproc_directive] = ACTIONS(296), + [anon_sym_extern] = ACTIONS(294), + [anon_sym_typedef] = ACTIONS(294), + [anon_sym_static] = ACTIONS(294), + [anon_sym_auto] = ACTIONS(294), + [anon_sym_register] = ACTIONS(294), + [anon_sym_const] = ACTIONS(294), + [anon_sym_restrict] = ACTIONS(294), + [anon_sym_volatile] = ACTIONS(294), + [sym_function_specifier] = ACTIONS(294), + [anon_sym_unsigned] = ACTIONS(294), + [anon_sym_long] = ACTIONS(294), + [anon_sym_short] = ACTIONS(294), + [anon_sym_enum] = ACTIONS(294), + [anon_sym_struct] = ACTIONS(294), + [anon_sym_union] = ACTIONS(294), + [sym_identifier] = ACTIONS(296), + [sym_comment] = ACTIONS(42), }, [246] = { - [sym__expression] = STATE(394), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1155), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LF] = ACTIONS(1047), + [sym_preproc_arg] = ACTIONS(1049), + [sym_comment] = ACTIONS(52), }, [247] = { - [anon_sym_LPAREN] = ACTIONS(871), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_RPAREN] = ACTIONS(875), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(875), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(318), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(318), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(318), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(318), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(318), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(318), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(318), + [sym_preproc_directive] = ACTIONS(320), + [anon_sym_extern] = ACTIONS(318), + [anon_sym_typedef] = ACTIONS(318), + [anon_sym_static] = ACTIONS(318), + [anon_sym_auto] = ACTIONS(318), + [anon_sym_register] = ACTIONS(318), + [anon_sym_const] = ACTIONS(318), + [anon_sym_restrict] = ACTIONS(318), + [anon_sym_volatile] = ACTIONS(318), + [sym_function_specifier] = ACTIONS(318), + [anon_sym_unsigned] = ACTIONS(318), + [anon_sym_long] = ACTIONS(318), + [anon_sym_short] = ACTIONS(318), + [anon_sym_enum] = ACTIONS(318), + [anon_sym_struct] = ACTIONS(318), + [anon_sym_union] = ACTIONS(318), + [sym_identifier] = ACTIONS(320), + [sym_comment] = ACTIONS(42), }, [248] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1157), - [anon_sym_RPAREN] = ACTIONS(1159), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1051), + [sym_comment] = ACTIONS(42), }, [249] = { - [anon_sym_RPAREN] = ACTIONS(1159), - [sym_comment] = ACTIONS(123), - }, - [250] = { - [anon_sym_RPAREN] = ACTIONS(1189), - [sym_comment] = ACTIONS(123), - }, - [251] = { - [sym_preproc_include] = STATE(169), - [sym_preproc_def] = STATE(169), - [sym_preproc_function_def] = STATE(169), - [sym_preproc_call] = STATE(169), - [sym_preproc_if_in_compound_statement] = STATE(170), - [sym_preproc_ifdef_in_compound_statement] = STATE(171), - [sym_preproc_else_in_compound_statement] = STATE(419), - [sym_declaration] = STATE(169), - [sym__declaration_specifiers] = STATE(172), - [sym_compound_statement] = STATE(169), + [sym_preproc_include] = STATE(140), + [sym_preproc_def] = STATE(140), + [sym_preproc_function_def] = STATE(140), + [sym_preproc_call] = STATE(140), + [sym_preproc_if] = STATE(140), + [sym_preproc_ifdef] = STATE(140), + [sym_preproc_else] = STATE(448), + [sym_function_definition] = STATE(140), + [sym_declaration] = STATE(140), + [sym__declaration_specifiers] = STATE(71), + [sym_linkage_specification] = STATE(140), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -21516,105 +12382,79 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [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(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym__empty_declaration] = STATE(169), + [sym__empty_declaration] = STATE(140), [sym_macro_type_specifier] = STATE(21), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(420), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [anon_sym_LPAREN] = ACTIONS(529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(531), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1191), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(533), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(535), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1193), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(1195), - [anon_sym_switch] = ACTIONS(1197), - [anon_sym_case] = ACTIONS(1199), - [anon_sym_default] = ACTIONS(1201), - [anon_sym_while] = ACTIONS(1203), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1205), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1207), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(156), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(158), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(160), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1053), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(164), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(166), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(168), + [sym_preproc_directive] = ACTIONS(170), + [anon_sym_extern] = ACTIONS(172), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), + }, + [250] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(354), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(354), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(354), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(354), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(354), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(354), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(354), + [sym_preproc_directive] = ACTIONS(356), + [anon_sym_extern] = ACTIONS(354), + [anon_sym_typedef] = ACTIONS(354), + [anon_sym_static] = ACTIONS(354), + [anon_sym_auto] = ACTIONS(354), + [anon_sym_register] = ACTIONS(354), + [anon_sym_const] = ACTIONS(354), + [anon_sym_restrict] = ACTIONS(354), + [anon_sym_volatile] = ACTIONS(354), + [sym_function_specifier] = ACTIONS(354), + [anon_sym_unsigned] = ACTIONS(354), + [anon_sym_long] = ACTIONS(354), + [anon_sym_short] = ACTIONS(354), + [anon_sym_enum] = ACTIONS(354), + [anon_sym_struct] = ACTIONS(354), + [anon_sym_union] = ACTIONS(354), + [sym_identifier] = ACTIONS(356), + [sym_comment] = ACTIONS(42), + }, + [251] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1055), + [sym_comment] = ACTIONS(42), }, [252] = { - [sym_preproc_include] = STATE(169), - [sym_preproc_def] = STATE(169), - [sym_preproc_function_def] = STATE(169), - [sym_preproc_call] = STATE(169), - [sym_preproc_if_in_compound_statement] = STATE(170), - [sym_preproc_ifdef_in_compound_statement] = STATE(171), - [sym_preproc_else_in_compound_statement] = STATE(422), - [sym_declaration] = STATE(169), - [sym__declaration_specifiers] = STATE(172), - [sym_compound_statement] = STATE(169), + [sym_preproc_include] = STATE(140), + [sym_preproc_def] = STATE(140), + [sym_preproc_function_def] = STATE(140), + [sym_preproc_call] = STATE(140), + [sym_preproc_if] = STATE(140), + [sym_preproc_ifdef] = STATE(140), + [sym_preproc_else] = STATE(450), + [sym_function_definition] = STATE(140), + [sym_declaration] = STATE(140), + [sym__declaration_specifiers] = STATE(71), + [sym_linkage_specification] = STATE(140), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -21622,105 +12462,79 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [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(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym__empty_declaration] = STATE(169), + [sym__empty_declaration] = STATE(140), [sym_macro_type_specifier] = STATE(21), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(423), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [anon_sym_LPAREN] = ACTIONS(529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(531), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1209), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(533), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(535), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1193), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(1195), - [anon_sym_switch] = ACTIONS(1197), - [anon_sym_case] = ACTIONS(1199), - [anon_sym_default] = ACTIONS(1201), - [anon_sym_while] = ACTIONS(1203), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1205), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1207), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(156), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(158), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(160), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1057), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(164), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(166), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(168), + [sym_preproc_directive] = ACTIONS(170), + [anon_sym_extern] = ACTIONS(172), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, [253] = { - [sym_preproc_include] = STATE(169), - [sym_preproc_def] = STATE(169), - [sym_preproc_function_def] = STATE(169), - [sym_preproc_call] = STATE(169), - [sym_preproc_if_in_compound_statement] = STATE(170), - [sym_preproc_ifdef_in_compound_statement] = STATE(171), - [sym_preproc_else_in_compound_statement] = STATE(425), - [sym_declaration] = STATE(169), - [sym__declaration_specifiers] = STATE(172), - [sym_compound_statement] = STATE(169), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(364), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(364), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(364), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(364), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(364), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(364), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(364), + [sym_preproc_directive] = ACTIONS(366), + [anon_sym_extern] = ACTIONS(364), + [anon_sym_typedef] = ACTIONS(364), + [anon_sym_static] = ACTIONS(364), + [anon_sym_auto] = ACTIONS(364), + [anon_sym_register] = ACTIONS(364), + [anon_sym_const] = ACTIONS(364), + [anon_sym_restrict] = ACTIONS(364), + [anon_sym_volatile] = ACTIONS(364), + [sym_function_specifier] = ACTIONS(364), + [anon_sym_unsigned] = ACTIONS(364), + [anon_sym_long] = ACTIONS(364), + [anon_sym_short] = ACTIONS(364), + [anon_sym_enum] = ACTIONS(364), + [anon_sym_struct] = ACTIONS(364), + [anon_sym_union] = ACTIONS(364), + [sym_identifier] = ACTIONS(366), + [sym_comment] = ACTIONS(42), + }, + [254] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1059), + [sym_comment] = ACTIONS(42), + }, + [255] = { + [sym_preproc_include] = STATE(140), + [sym_preproc_def] = STATE(140), + [sym_preproc_function_def] = STATE(140), + [sym_preproc_call] = STATE(140), + [sym_preproc_if] = STATE(140), + [sym_preproc_ifdef] = STATE(140), + [sym_preproc_else] = STATE(452), + [sym_function_definition] = STATE(140), + [sym_declaration] = STATE(140), + [sym__declaration_specifiers] = STATE(71), + [sym_linkage_specification] = STATE(140), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -21728,485 +12542,250 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [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(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym__empty_declaration] = STATE(169), + [sym__empty_declaration] = STATE(140), [sym_macro_type_specifier] = STATE(21), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(426), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [anon_sym_LPAREN] = ACTIONS(529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(531), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1211), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(533), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(535), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1193), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(1195), - [anon_sym_switch] = ACTIONS(1197), - [anon_sym_case] = ACTIONS(1199), - [anon_sym_default] = ACTIONS(1201), - [anon_sym_while] = ACTIONS(1203), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1205), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1207), - [sym_comment] = ACTIONS(123), - }, - [254] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1213), - [anon_sym_RPAREN] = ACTIONS(1213), - [anon_sym_SEMI] = ACTIONS(1213), - [anon_sym_RBRACE] = ACTIONS(1213), - [anon_sym_STAR] = ACTIONS(1215), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(1213), - [anon_sym_EQ] = ACTIONS(1215), - [anon_sym_COLON] = ACTIONS(1213), - [anon_sym_QMARK] = ACTIONS(1213), - [anon_sym_STAR_EQ] = ACTIONS(1213), - [anon_sym_SLASH_EQ] = ACTIONS(1213), - [anon_sym_PERCENT_EQ] = ACTIONS(1213), - [anon_sym_PLUS_EQ] = ACTIONS(1213), - [anon_sym_DASH_EQ] = ACTIONS(1213), - [anon_sym_LT_LT_EQ] = ACTIONS(1213), - [anon_sym_GT_GT_EQ] = ACTIONS(1213), - [anon_sym_AMP_EQ] = ACTIONS(1213), - [anon_sym_CARET_EQ] = ACTIONS(1213), - [anon_sym_PIPE_EQ] = ACTIONS(1213), - [anon_sym_AMP] = ACTIONS(1215), - [anon_sym_PIPE_PIPE] = ACTIONS(1213), - [anon_sym_AMP_AMP] = ACTIONS(1213), - [anon_sym_PIPE] = ACTIONS(1215), - [anon_sym_CARET] = ACTIONS(1215), - [anon_sym_EQ_EQ] = ACTIONS(1213), - [anon_sym_BANG_EQ] = ACTIONS(1213), - [anon_sym_LT] = ACTIONS(1215), - [anon_sym_GT] = ACTIONS(1215), - [anon_sym_LT_EQ] = ACTIONS(1213), - [anon_sym_GT_EQ] = ACTIONS(1213), - [anon_sym_LT_LT] = ACTIONS(1215), - [anon_sym_GT_GT] = ACTIONS(1215), - [anon_sym_PLUS] = ACTIONS(1215), - [anon_sym_DASH] = ACTIONS(1215), - [anon_sym_SLASH] = ACTIONS(1215), - [anon_sym_PERCENT] = ACTIONS(1215), - [anon_sym_DASH_DASH] = ACTIONS(1213), - [anon_sym_PLUS_PLUS] = ACTIONS(1213), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), - }, - [255] = { - [sym__expression] = STATE(433), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(156), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(158), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(160), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1061), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(164), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(166), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(168), + [sym_preproc_directive] = ACTIONS(170), + [anon_sym_extern] = ACTIONS(172), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, [256] = { - [sym__expression] = STATE(434), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(146), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(146), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(146), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(146), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(146), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(146), + [sym_preproc_directive] = ACTIONS(148), + [anon_sym_extern] = ACTIONS(146), + [anon_sym_typedef] = ACTIONS(146), + [anon_sym_static] = ACTIONS(146), + [anon_sym_auto] = ACTIONS(146), + [anon_sym_register] = ACTIONS(146), + [anon_sym_const] = ACTIONS(146), + [anon_sym_restrict] = ACTIONS(146), + [anon_sym_volatile] = ACTIONS(146), + [sym_function_specifier] = ACTIONS(146), + [anon_sym_unsigned] = ACTIONS(146), + [anon_sym_long] = ACTIONS(146), + [anon_sym_short] = ACTIONS(146), + [anon_sym_enum] = ACTIONS(146), + [anon_sym_struct] = ACTIONS(146), + [anon_sym_union] = ACTIONS(146), + [sym_identifier] = ACTIONS(148), + [sym_comment] = ACTIONS(42), }, [257] = { - [sym_type_qualifier] = STATE(81), - [sym__type_specifier] = STATE(82), + [sym_preproc_params] = STATE(455), + [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(1063), + [anon_sym_LF] = ACTIONS(1065), + [anon_sym_LPAREN] = ACTIONS(154), + [sym_comment] = ACTIONS(52), + }, + [258] = { + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_preproc_else] = STATE(457), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym__declaration_specifiers] = STATE(71), + [sym_linkage_specification] = STATE(69), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), [sym_sized_type_specifier] = STATE(21), [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(435), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), + [sym__empty_declaration] = STATE(69), [sym_macro_type_specifier] = STATE(21), - [aux_sym_sized_type_specifier_repeat1] = STATE(84), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(797), - [sym_comment] = ACTIONS(123), - }, - [258] = { - [sym__expression] = STATE(254), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_translation_unit_repeat1] = STATE(458), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(156), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(158), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(160), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1067), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(164), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(166), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(168), + [sym_preproc_directive] = ACTIONS(170), + [anon_sym_extern] = ACTIONS(172), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, [259] = { - [sym__expression] = STATE(280), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_preproc_else] = STATE(460), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym__declaration_specifiers] = STATE(71), + [sym_linkage_specification] = STATE(69), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__empty_declaration] = STATE(69), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_translation_unit_repeat1] = STATE(461), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(156), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(158), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(160), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1069), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(164), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(166), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(168), + [sym_preproc_directive] = ACTIONS(170), + [anon_sym_extern] = ACTIONS(172), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, [260] = { - [sym__expression] = STATE(281), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(69), + [sym_preproc_def] = STATE(69), + [sym_preproc_function_def] = STATE(69), + [sym_preproc_call] = STATE(69), + [sym_preproc_if] = STATE(69), + [sym_preproc_ifdef] = STATE(69), + [sym_preproc_else] = STATE(463), + [sym_function_definition] = STATE(69), + [sym_declaration] = STATE(69), + [sym__declaration_specifiers] = STATE(71), + [sym_linkage_specification] = STATE(69), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__empty_declaration] = STATE(69), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_translation_unit_repeat1] = STATE(464), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(156), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(158), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(160), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1071), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(164), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(166), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(168), + [sym_preproc_directive] = ACTIONS(170), + [anon_sym_extern] = ACTIONS(172), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, [261] = { - [sym__expression] = STATE(282), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(180), + [sym_preproc_directive] = ACTIONS(182), + [anon_sym_extern] = ACTIONS(180), + [anon_sym_typedef] = ACTIONS(180), + [anon_sym_static] = ACTIONS(180), + [anon_sym_auto] = ACTIONS(180), + [anon_sym_register] = ACTIONS(180), + [anon_sym_const] = ACTIONS(180), + [anon_sym_restrict] = ACTIONS(180), + [anon_sym_volatile] = ACTIONS(180), + [sym_function_specifier] = ACTIONS(180), + [anon_sym_unsigned] = ACTIONS(180), + [anon_sym_long] = ACTIONS(180), + [anon_sym_short] = ACTIONS(180), + [anon_sym_enum] = ACTIONS(180), + [anon_sym_struct] = ACTIONS(180), + [anon_sym_union] = ACTIONS(180), + [sym_identifier] = ACTIONS(182), + [sym_comment] = ACTIONS(42), }, [262] = { - [sym__expression] = STATE(437), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1231), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), - }, - [263] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_COLON] = ACTIONS(1237), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_STAR_EQ] = ACTIONS(1241), - [anon_sym_SLASH_EQ] = ACTIONS(1241), - [anon_sym_PERCENT_EQ] = ACTIONS(1241), - [anon_sym_PLUS_EQ] = ACTIONS(1241), - [anon_sym_DASH_EQ] = ACTIONS(1241), - [anon_sym_LT_LT_EQ] = ACTIONS(1241), - [anon_sym_GT_GT_EQ] = ACTIONS(1241), - [anon_sym_AMP_EQ] = ACTIONS(1241), - [anon_sym_CARET_EQ] = ACTIONS(1241), - [anon_sym_PIPE_EQ] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1245), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE] = ACTIONS(1249), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_EQ_EQ] = ACTIONS(1253), - [anon_sym_BANG_EQ] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), - }, - [264] = { - [sym_declaration] = STATE(452), - [sym__declaration_specifiers] = STATE(453), - [sym_compound_statement] = STATE(452), + [sym_function_definition] = STATE(466), + [sym_declaration] = STATE(466), + [sym__declaration_specifiers] = STATE(467), + [sym_declaration_list] = STATE(466), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -22214,223 +12793,221 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(452), - [sym_expression_statement] = STATE(452), - [sym_if_statement] = STATE(452), - [sym_switch_statement] = STATE(452), - [sym_case_statement] = STATE(452), - [sym_while_statement] = STATE(452), - [sym_do_statement] = STATE(452), - [sym_for_statement] = STATE(452), - [sym_return_statement] = STATE(452), - [sym_break_statement] = STATE(452), - [sym_continue_statement] = STATE(452), - [sym_goto_statement] = STATE(452), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), [sym_macro_type_specifier] = STATE(21), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(543), - [anon_sym_switch] = ACTIONS(545), - [anon_sym_case] = ACTIONS(547), - [anon_sym_default] = ACTIONS(549), - [anon_sym_while] = ACTIONS(551), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(555), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1263), - [sym_comment] = ACTIONS(123), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(1073), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), + }, + [263] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(238), + [sym_preproc_directive] = ACTIONS(240), + [anon_sym_extern] = ACTIONS(238), + [anon_sym_typedef] = ACTIONS(238), + [anon_sym_static] = ACTIONS(238), + [anon_sym_auto] = ACTIONS(238), + [anon_sym_register] = ACTIONS(238), + [anon_sym_const] = ACTIONS(238), + [anon_sym_restrict] = ACTIONS(238), + [anon_sym_volatile] = ACTIONS(238), + [sym_function_specifier] = ACTIONS(238), + [anon_sym_unsigned] = ACTIONS(238), + [anon_sym_long] = ACTIONS(238), + [anon_sym_short] = ACTIONS(238), + [anon_sym_enum] = ACTIONS(238), + [anon_sym_struct] = ACTIONS(238), + [anon_sym_union] = ACTIONS(238), + [sym_identifier] = ACTIONS(240), + [sym_comment] = ACTIONS(42), + }, + [264] = { + [sym_compound_statement] = STATE(470), + [sym_parameter_list] = STATE(110), + [aux_sym_declaration_repeat1] = STATE(471), + [anon_sym_LPAREN] = ACTIONS(244), + [anon_sym_COMMA] = ACTIONS(246), + [anon_sym_SEMI] = ACTIONS(1075), + [anon_sym_LBRACE] = ACTIONS(1077), + [anon_sym_LBRACK] = ACTIONS(252), + [anon_sym_EQ] = ACTIONS(254), + [sym_comment] = ACTIONS(42), }, [265] = { - [sym__expression] = STATE(454), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_declaration_repeat1] = STATE(471), + [anon_sym_COMMA] = ACTIONS(246), + [anon_sym_SEMI] = ACTIONS(1075), + [sym_comment] = ACTIONS(42), }, [266] = { - [anon_sym_LPAREN] = ACTIONS(1265), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(270), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(270), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(270), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(270), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(270), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(270), + [sym_preproc_directive] = ACTIONS(272), + [anon_sym_extern] = ACTIONS(270), + [anon_sym_typedef] = ACTIONS(270), + [anon_sym_static] = ACTIONS(270), + [anon_sym_auto] = ACTIONS(270), + [anon_sym_register] = ACTIONS(270), + [anon_sym_const] = ACTIONS(270), + [anon_sym_restrict] = ACTIONS(270), + [anon_sym_volatile] = ACTIONS(270), + [sym_function_specifier] = ACTIONS(270), + [anon_sym_unsigned] = ACTIONS(270), + [anon_sym_long] = ACTIONS(270), + [anon_sym_short] = ACTIONS(270), + [anon_sym_enum] = ACTIONS(270), + [anon_sym_struct] = ACTIONS(270), + [anon_sym_union] = ACTIONS(270), + [sym_identifier] = ACTIONS(272), + [sym_comment] = ACTIONS(42), }, [267] = { - [anon_sym_LPAREN] = ACTIONS(1267), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(18), + [sym_preproc_def] = STATE(18), + [sym_preproc_function_def] = STATE(18), + [sym_preproc_call] = STATE(18), + [sym_preproc_if] = STATE(18), + [sym_preproc_ifdef] = STATE(18), + [sym_function_definition] = STATE(18), + [sym_declaration] = STATE(18), + [sym__declaration_specifiers] = STATE(19), + [sym_linkage_specification] = STATE(18), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__empty_declaration] = STATE(18), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_translation_unit_repeat1] = STATE(473), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(12), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(14), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(16), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(18), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(20), + [sym_preproc_directive] = ACTIONS(22), + [anon_sym_extern] = ACTIONS(24), + [anon_sym_RBRACE] = ACTIONS(1079), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, [268] = { - [sym__expression] = STATE(457), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(376), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(376), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(376), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(376), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(376), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(376), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(376), + [sym_preproc_directive] = ACTIONS(378), + [anon_sym_extern] = ACTIONS(376), + [anon_sym_typedef] = ACTIONS(376), + [anon_sym_static] = ACTIONS(376), + [anon_sym_auto] = ACTIONS(376), + [anon_sym_register] = ACTIONS(376), + [anon_sym_const] = ACTIONS(376), + [anon_sym_restrict] = ACTIONS(376), + [anon_sym_volatile] = ACTIONS(376), + [sym_function_specifier] = ACTIONS(376), + [anon_sym_unsigned] = ACTIONS(376), + [anon_sym_long] = ACTIONS(376), + [anon_sym_short] = ACTIONS(376), + [anon_sym_enum] = ACTIONS(376), + [anon_sym_struct] = ACTIONS(376), + [anon_sym_union] = ACTIONS(376), + [sym_identifier] = ACTIONS(378), + [sym_comment] = ACTIONS(42), }, [269] = { - [anon_sym_COLON] = ACTIONS(1269), - [sym_comment] = ACTIONS(123), + [sym__declarator] = STATE(138), + [sym_pointer_declarator] = STATE(44), + [sym_function_declarator] = STATE(44), + [sym_array_declarator] = STATE(44), + [sym_init_declarator] = STATE(139), + [anon_sym_LPAREN] = ACTIONS(107), + [anon_sym_STAR] = ACTIONS(111), + [sym_identifier] = ACTIONS(113), + [sym_comment] = ACTIONS(42), }, [270] = { - [anon_sym_LPAREN] = ACTIONS(1271), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(466), + [sym_preproc_directive] = ACTIONS(468), + [anon_sym_extern] = ACTIONS(466), + [anon_sym_typedef] = ACTIONS(466), + [anon_sym_static] = ACTIONS(466), + [anon_sym_auto] = ACTIONS(466), + [anon_sym_register] = ACTIONS(466), + [anon_sym_const] = ACTIONS(466), + [anon_sym_restrict] = ACTIONS(466), + [anon_sym_volatile] = ACTIONS(466), + [sym_function_specifier] = ACTIONS(466), + [anon_sym_unsigned] = ACTIONS(466), + [anon_sym_long] = ACTIONS(466), + [anon_sym_short] = ACTIONS(466), + [anon_sym_enum] = ACTIONS(466), + [anon_sym_struct] = ACTIONS(466), + [anon_sym_union] = ACTIONS(466), + [sym_identifier] = ACTIONS(468), + [sym_comment] = ACTIONS(42), }, [271] = { - [anon_sym_LPAREN] = ACTIONS(1273), - [sym_comment] = ACTIONS(123), - }, - [272] = { - [anon_sym_LPAREN] = ACTIONS(865), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(865), - [anon_sym_STAR] = ACTIONS(867), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_COLON] = ACTIONS(1275), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_comment] = ACTIONS(123), - }, - [273] = { - [anon_sym_while] = ACTIONS(1277), - [sym_comment] = ACTIONS(123), - }, - [274] = { - [sym_declaration] = STATE(463), - [sym__declaration_specifiers] = STATE(453), + [sym_preproc_include] = STATE(209), + [sym_preproc_def] = STATE(209), + [sym_preproc_function_def] = STATE(209), + [sym_preproc_call] = STATE(209), + [sym_preproc_if_in_compound_statement] = STATE(210), + [sym_preproc_ifdef_in_compound_statement] = STATE(211), + [sym_declaration] = STATE(209), + [sym__declaration_specifiers] = STATE(212), + [sym_compound_statement] = STATE(209), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -22438,2378 +13015,2195 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(465), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), + [sym_labeled_statement] = STATE(209), + [sym_expression_statement] = STATE(209), + [sym_if_statement] = STATE(209), + [sym_switch_statement] = STATE(209), + [sym_case_statement] = STATE(209), + [sym_while_statement] = STATE(209), + [sym_do_statement] = STATE(209), + [sym_for_statement] = STATE(209), + [sym_return_statement] = STATE(209), + [sym_break_statement] = STATE(209), + [sym_continue_statement] = STATE(209), + [sym_goto_statement] = STATE(209), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(209), [sym_macro_type_specifier] = STATE(21), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(475), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(1279), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1281), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(470), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(472), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(476), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(478), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(480), + [sym_preproc_directive] = ACTIONS(482), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_RBRACE] = ACTIONS(1081), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(528), + [sym_comment] = ACTIONS(42), + }, + [272] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(562), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(562), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(562), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(562), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(562), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(562), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(562), + [sym_preproc_directive] = ACTIONS(564), + [anon_sym_extern] = ACTIONS(562), + [anon_sym_typedef] = ACTIONS(562), + [anon_sym_static] = ACTIONS(562), + [anon_sym_auto] = ACTIONS(562), + [anon_sym_register] = ACTIONS(562), + [anon_sym_const] = ACTIONS(562), + [anon_sym_restrict] = ACTIONS(562), + [anon_sym_volatile] = ACTIONS(562), + [sym_function_specifier] = ACTIONS(562), + [anon_sym_unsigned] = ACTIONS(562), + [anon_sym_long] = ACTIONS(562), + [anon_sym_short] = ACTIONS(562), + [anon_sym_enum] = ACTIONS(562), + [anon_sym_struct] = ACTIONS(562), + [anon_sym_union] = ACTIONS(562), + [sym_identifier] = ACTIONS(564), + [sym_comment] = ACTIONS(42), + }, + [273] = { + [anon_sym_COMMA] = ACTIONS(568), + [anon_sym_SEMI] = ACTIONS(1083), + [sym_comment] = ACTIONS(42), + }, + [274] = { + [ts_builtin_sym_end] = ACTIONS(1085), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1087), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1087), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1087), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1087), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1087), + [sym_preproc_directive] = ACTIONS(1089), + [anon_sym_extern] = ACTIONS(1087), + [anon_sym_RBRACE] = ACTIONS(1085), + [anon_sym_typedef] = ACTIONS(1087), + [anon_sym_static] = ACTIONS(1087), + [anon_sym_auto] = ACTIONS(1087), + [anon_sym_register] = ACTIONS(1087), + [anon_sym_const] = ACTIONS(1087), + [anon_sym_restrict] = ACTIONS(1087), + [anon_sym_volatile] = ACTIONS(1087), + [sym_function_specifier] = ACTIONS(1087), + [anon_sym_unsigned] = ACTIONS(1087), + [anon_sym_long] = ACTIONS(1087), + [anon_sym_short] = ACTIONS(1087), + [anon_sym_enum] = ACTIONS(1087), + [anon_sym_struct] = ACTIONS(1087), + [anon_sym_union] = ACTIONS(1087), + [sym_identifier] = ACTIONS(1089), + [sym_comment] = ACTIONS(42), }, [275] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1283), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1283), - [anon_sym_LPAREN] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1283), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1283), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1283), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1283), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1283), - [sym_preproc_directive] = ACTIONS(1287), - [anon_sym_SEMI] = ACTIONS(1285), - [anon_sym_extern] = ACTIONS(1283), - [anon_sym_LBRACE] = ACTIONS(1285), - [anon_sym_RBRACE] = ACTIONS(1285), - [anon_sym_STAR] = ACTIONS(1285), - [anon_sym_typedef] = ACTIONS(1283), - [anon_sym_static] = ACTIONS(1283), - [anon_sym_auto] = ACTIONS(1283), - [anon_sym_register] = ACTIONS(1283), - [anon_sym_const] = ACTIONS(1283), - [anon_sym_restrict] = ACTIONS(1283), - [anon_sym_volatile] = ACTIONS(1283), - [sym_function_specifier] = ACTIONS(1283), - [anon_sym_unsigned] = ACTIONS(1283), - [anon_sym_long] = ACTIONS(1283), - [anon_sym_short] = ACTIONS(1283), - [anon_sym_enum] = ACTIONS(1283), - [anon_sym_struct] = ACTIONS(1283), - [anon_sym_union] = ACTIONS(1283), - [anon_sym_if] = ACTIONS(1283), - [anon_sym_else] = ACTIONS(1283), - [anon_sym_switch] = ACTIONS(1283), - [anon_sym_case] = ACTIONS(1283), - [anon_sym_default] = ACTIONS(1283), - [anon_sym_while] = ACTIONS(1283), - [anon_sym_do] = ACTIONS(1283), - [anon_sym_for] = ACTIONS(1283), - [anon_sym_return] = ACTIONS(1283), - [anon_sym_break] = ACTIONS(1283), - [anon_sym_continue] = ACTIONS(1283), - [anon_sym_goto] = ACTIONS(1283), - [anon_sym_AMP] = ACTIONS(1285), - [anon_sym_BANG] = ACTIONS(1285), - [anon_sym_TILDE] = ACTIONS(1285), - [anon_sym_PLUS] = ACTIONS(1283), - [anon_sym_DASH] = ACTIONS(1283), - [anon_sym_DASH_DASH] = ACTIONS(1285), - [anon_sym_PLUS_PLUS] = ACTIONS(1285), - [anon_sym_sizeof] = ACTIONS(1283), - [sym_number_literal] = ACTIONS(1283), - [sym_char_literal] = ACTIONS(1283), - [sym_string_literal] = ACTIONS(1285), - [sym_identifier] = ACTIONS(1287), - [sym_comment] = ACTIONS(123), + [ts_builtin_sym_end] = ACTIONS(1091), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1093), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1093), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1093), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1093), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1093), + [sym_preproc_directive] = ACTIONS(1095), + [anon_sym_extern] = ACTIONS(1093), + [anon_sym_RBRACE] = ACTIONS(1091), + [anon_sym_typedef] = ACTIONS(1093), + [anon_sym_static] = ACTIONS(1093), + [anon_sym_auto] = ACTIONS(1093), + [anon_sym_register] = ACTIONS(1093), + [anon_sym_const] = ACTIONS(1093), + [anon_sym_restrict] = ACTIONS(1093), + [anon_sym_volatile] = ACTIONS(1093), + [sym_function_specifier] = ACTIONS(1093), + [anon_sym_unsigned] = ACTIONS(1093), + [anon_sym_long] = ACTIONS(1093), + [anon_sym_short] = ACTIONS(1093), + [anon_sym_enum] = ACTIONS(1093), + [anon_sym_struct] = ACTIONS(1093), + [anon_sym_union] = ACTIONS(1093), + [sym_identifier] = ACTIONS(1095), + [sym_comment] = ACTIONS(42), }, [276] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(1289), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [ts_builtin_sym_end] = ACTIONS(1097), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1099), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1099), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1099), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1099), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1099), + [sym_preproc_directive] = ACTIONS(1101), + [anon_sym_extern] = ACTIONS(1099), + [anon_sym_RBRACE] = ACTIONS(1097), + [anon_sym_typedef] = ACTIONS(1099), + [anon_sym_static] = ACTIONS(1099), + [anon_sym_auto] = ACTIONS(1099), + [anon_sym_register] = ACTIONS(1099), + [anon_sym_const] = ACTIONS(1099), + [anon_sym_restrict] = ACTIONS(1099), + [anon_sym_volatile] = ACTIONS(1099), + [sym_function_specifier] = ACTIONS(1099), + [anon_sym_unsigned] = ACTIONS(1099), + [anon_sym_long] = ACTIONS(1099), + [anon_sym_short] = ACTIONS(1099), + [anon_sym_enum] = ACTIONS(1099), + [anon_sym_struct] = ACTIONS(1099), + [anon_sym_union] = ACTIONS(1099), + [sym_identifier] = ACTIONS(1101), + [sym_comment] = ACTIONS(42), }, [277] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1291), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1291), - [anon_sym_LPAREN] = ACTIONS(1293), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1291), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1291), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1291), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1291), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1291), - [sym_preproc_directive] = ACTIONS(1295), - [anon_sym_SEMI] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1291), - [anon_sym_LBRACE] = ACTIONS(1293), - [anon_sym_RBRACE] = ACTIONS(1293), - [anon_sym_STAR] = ACTIONS(1293), - [anon_sym_typedef] = ACTIONS(1291), - [anon_sym_static] = ACTIONS(1291), - [anon_sym_auto] = ACTIONS(1291), - [anon_sym_register] = ACTIONS(1291), - [anon_sym_const] = ACTIONS(1291), - [anon_sym_restrict] = ACTIONS(1291), - [anon_sym_volatile] = ACTIONS(1291), - [sym_function_specifier] = ACTIONS(1291), - [anon_sym_unsigned] = ACTIONS(1291), - [anon_sym_long] = ACTIONS(1291), - [anon_sym_short] = ACTIONS(1291), - [anon_sym_enum] = ACTIONS(1291), - [anon_sym_struct] = ACTIONS(1291), - [anon_sym_union] = ACTIONS(1291), - [anon_sym_if] = ACTIONS(1291), - [anon_sym_else] = ACTIONS(1291), - [anon_sym_switch] = ACTIONS(1291), - [anon_sym_case] = ACTIONS(1291), - [anon_sym_default] = ACTIONS(1291), - [anon_sym_while] = ACTIONS(1291), - [anon_sym_do] = ACTIONS(1291), - [anon_sym_for] = ACTIONS(1291), - [anon_sym_return] = ACTIONS(1291), - [anon_sym_break] = ACTIONS(1291), - [anon_sym_continue] = ACTIONS(1291), - [anon_sym_goto] = ACTIONS(1291), - [anon_sym_AMP] = ACTIONS(1293), - [anon_sym_BANG] = ACTIONS(1293), - [anon_sym_TILDE] = ACTIONS(1293), - [anon_sym_PLUS] = ACTIONS(1291), - [anon_sym_DASH] = ACTIONS(1291), - [anon_sym_DASH_DASH] = ACTIONS(1293), - [anon_sym_PLUS_PLUS] = ACTIONS(1293), - [anon_sym_sizeof] = ACTIONS(1291), - [sym_number_literal] = ACTIONS(1291), - [sym_char_literal] = ACTIONS(1291), - [sym_string_literal] = ACTIONS(1293), - [sym_identifier] = ACTIONS(1295), - [sym_comment] = ACTIONS(123), + [ts_builtin_sym_end] = ACTIONS(1103), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1105), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1105), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1105), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1105), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1105), + [sym_preproc_directive] = ACTIONS(1107), + [anon_sym_extern] = ACTIONS(1105), + [anon_sym_RBRACE] = ACTIONS(1103), + [anon_sym_typedef] = ACTIONS(1105), + [anon_sym_static] = ACTIONS(1105), + [anon_sym_auto] = ACTIONS(1105), + [anon_sym_register] = ACTIONS(1105), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_restrict] = ACTIONS(1105), + [anon_sym_volatile] = ACTIONS(1105), + [sym_function_specifier] = ACTIONS(1105), + [anon_sym_unsigned] = ACTIONS(1105), + [anon_sym_long] = ACTIONS(1105), + [anon_sym_short] = ACTIONS(1105), + [anon_sym_enum] = ACTIONS(1105), + [anon_sym_struct] = ACTIONS(1105), + [anon_sym_union] = ACTIONS(1105), + [sym_identifier] = ACTIONS(1107), + [sym_comment] = ACTIONS(42), }, [278] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1297), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1297), - [anon_sym_LPAREN] = ACTIONS(1299), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1297), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1297), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1297), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1297), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1297), - [sym_preproc_directive] = ACTIONS(1301), - [anon_sym_SEMI] = ACTIONS(1299), - [anon_sym_extern] = ACTIONS(1297), - [anon_sym_LBRACE] = ACTIONS(1299), - [anon_sym_RBRACE] = ACTIONS(1299), - [anon_sym_STAR] = ACTIONS(1299), - [anon_sym_typedef] = ACTIONS(1297), - [anon_sym_static] = ACTIONS(1297), - [anon_sym_auto] = ACTIONS(1297), - [anon_sym_register] = ACTIONS(1297), - [anon_sym_const] = ACTIONS(1297), - [anon_sym_restrict] = ACTIONS(1297), - [anon_sym_volatile] = ACTIONS(1297), - [sym_function_specifier] = ACTIONS(1297), - [anon_sym_unsigned] = ACTIONS(1297), - [anon_sym_long] = ACTIONS(1297), - [anon_sym_short] = ACTIONS(1297), - [anon_sym_enum] = ACTIONS(1297), - [anon_sym_struct] = ACTIONS(1297), - [anon_sym_union] = ACTIONS(1297), - [anon_sym_if] = ACTIONS(1297), - [anon_sym_else] = ACTIONS(1297), - [anon_sym_switch] = ACTIONS(1297), - [anon_sym_case] = ACTIONS(1297), - [anon_sym_default] = ACTIONS(1297), - [anon_sym_while] = ACTIONS(1297), - [anon_sym_do] = ACTIONS(1297), - [anon_sym_for] = ACTIONS(1297), - [anon_sym_return] = ACTIONS(1297), - [anon_sym_break] = ACTIONS(1297), - [anon_sym_continue] = ACTIONS(1297), - [anon_sym_goto] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1299), - [anon_sym_BANG] = ACTIONS(1299), - [anon_sym_TILDE] = ACTIONS(1299), - [anon_sym_PLUS] = ACTIONS(1297), - [anon_sym_DASH] = ACTIONS(1297), - [anon_sym_DASH_DASH] = ACTIONS(1299), - [anon_sym_PLUS_PLUS] = ACTIONS(1299), - [anon_sym_sizeof] = ACTIONS(1297), - [sym_number_literal] = ACTIONS(1297), - [sym_char_literal] = ACTIONS(1297), - [sym_string_literal] = ACTIONS(1299), - [sym_identifier] = ACTIONS(1301), - [sym_comment] = ACTIONS(123), + [sym_type_qualifier] = STATE(95), + [sym__type_specifier] = STATE(96), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__expression] = STATE(328), + [sym_comma_expression] = STATE(329), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_type_descriptor] = STATE(477), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_sized_type_specifier_repeat1] = STATE(98), + [aux_sym_type_descriptor_repeat1] = STATE(99), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_const] = ACTIONS(230), + [anon_sym_restrict] = ACTIONS(230), + [anon_sym_volatile] = ACTIONS(230), + [anon_sym_unsigned] = ACTIONS(232), + [anon_sym_long] = ACTIONS(232), + [anon_sym_short] = ACTIONS(232), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(794), + [sym_comment] = ACTIONS(42), }, [279] = { - [anon_sym_SEMI] = ACTIONS(1303), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(337), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_STAR] = ACTIONS(670), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(672), + [anon_sym_TILDE] = ACTIONS(674), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_DASH_DASH] = ACTIONS(678), + [anon_sym_PLUS_PLUS] = ACTIONS(678), + [anon_sym_sizeof] = ACTIONS(680), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [280] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1305), - [anon_sym_RPAREN] = ACTIONS(1305), - [anon_sym_SEMI] = ACTIONS(1305), - [anon_sym_RBRACE] = ACTIONS(1305), - [anon_sym_STAR] = ACTIONS(1307), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(1305), - [anon_sym_EQ] = ACTIONS(1307), - [anon_sym_COLON] = ACTIONS(1305), - [anon_sym_QMARK] = ACTIONS(1305), - [anon_sym_STAR_EQ] = ACTIONS(1305), - [anon_sym_SLASH_EQ] = ACTIONS(1305), - [anon_sym_PERCENT_EQ] = ACTIONS(1305), - [anon_sym_PLUS_EQ] = ACTIONS(1305), - [anon_sym_DASH_EQ] = ACTIONS(1305), - [anon_sym_LT_LT_EQ] = ACTIONS(1305), - [anon_sym_GT_GT_EQ] = ACTIONS(1305), - [anon_sym_AMP_EQ] = ACTIONS(1305), - [anon_sym_CARET_EQ] = ACTIONS(1305), - [anon_sym_PIPE_EQ] = ACTIONS(1305), - [anon_sym_AMP] = ACTIONS(1307), - [anon_sym_PIPE_PIPE] = ACTIONS(1305), - [anon_sym_AMP_AMP] = ACTIONS(1305), - [anon_sym_PIPE] = ACTIONS(1307), - [anon_sym_CARET] = ACTIONS(1307), - [anon_sym_EQ_EQ] = ACTIONS(1305), - [anon_sym_BANG_EQ] = ACTIONS(1305), - [anon_sym_LT] = ACTIONS(1307), - [anon_sym_GT] = ACTIONS(1307), - [anon_sym_LT_EQ] = ACTIONS(1305), - [anon_sym_GT_EQ] = ACTIONS(1305), - [anon_sym_LT_LT] = ACTIONS(1307), - [anon_sym_GT_GT] = ACTIONS(1307), - [anon_sym_PLUS] = ACTIONS(1307), - [anon_sym_DASH] = ACTIONS(1307), - [anon_sym_SLASH] = ACTIONS(1307), - [anon_sym_PERCENT] = ACTIONS(1307), - [anon_sym_DASH_DASH] = ACTIONS(1305), - [anon_sym_PLUS_PLUS] = ACTIONS(1305), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(363), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_STAR] = ACTIONS(670), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(672), + [anon_sym_TILDE] = ACTIONS(674), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_DASH_DASH] = ACTIONS(678), + [anon_sym_PLUS_PLUS] = ACTIONS(678), + [anon_sym_sizeof] = ACTIONS(680), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [281] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1309), - [anon_sym_RPAREN] = ACTIONS(1309), - [anon_sym_SEMI] = ACTIONS(1309), - [anon_sym_RBRACE] = ACTIONS(1309), - [anon_sym_STAR] = ACTIONS(1311), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(1309), - [anon_sym_EQ] = ACTIONS(1311), - [anon_sym_COLON] = ACTIONS(1309), - [anon_sym_QMARK] = ACTIONS(1309), - [anon_sym_STAR_EQ] = ACTIONS(1309), - [anon_sym_SLASH_EQ] = ACTIONS(1309), - [anon_sym_PERCENT_EQ] = ACTIONS(1309), - [anon_sym_PLUS_EQ] = ACTIONS(1309), - [anon_sym_DASH_EQ] = ACTIONS(1309), - [anon_sym_LT_LT_EQ] = ACTIONS(1309), - [anon_sym_GT_GT_EQ] = ACTIONS(1309), - [anon_sym_AMP_EQ] = ACTIONS(1309), - [anon_sym_CARET_EQ] = ACTIONS(1309), - [anon_sym_PIPE_EQ] = ACTIONS(1309), - [anon_sym_AMP] = ACTIONS(1311), - [anon_sym_PIPE_PIPE] = ACTIONS(1309), - [anon_sym_AMP_AMP] = ACTIONS(1309), - [anon_sym_PIPE] = ACTIONS(1311), - [anon_sym_CARET] = ACTIONS(1311), - [anon_sym_EQ_EQ] = ACTIONS(1309), - [anon_sym_BANG_EQ] = ACTIONS(1309), - [anon_sym_LT] = ACTIONS(1311), - [anon_sym_GT] = ACTIONS(1311), - [anon_sym_LT_EQ] = ACTIONS(1309), - [anon_sym_GT_EQ] = ACTIONS(1309), - [anon_sym_LT_LT] = ACTIONS(1311), - [anon_sym_GT_GT] = ACTIONS(1311), - [anon_sym_PLUS] = ACTIONS(1311), - [anon_sym_DASH] = ACTIONS(1311), - [anon_sym_SLASH] = ACTIONS(1311), - [anon_sym_PERCENT] = ACTIONS(1311), - [anon_sym_DASH_DASH] = ACTIONS(1309), - [anon_sym_PLUS_PLUS] = ACTIONS(1309), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(364), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_STAR] = ACTIONS(670), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(672), + [anon_sym_TILDE] = ACTIONS(674), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_DASH_DASH] = ACTIONS(678), + [anon_sym_PLUS_PLUS] = ACTIONS(678), + [anon_sym_sizeof] = ACTIONS(680), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [282] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1313), - [anon_sym_RPAREN] = ACTIONS(1313), - [anon_sym_SEMI] = ACTIONS(1313), - [anon_sym_RBRACE] = ACTIONS(1313), - [anon_sym_STAR] = ACTIONS(1315), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(1313), - [anon_sym_EQ] = ACTIONS(1315), - [anon_sym_COLON] = ACTIONS(1313), - [anon_sym_QMARK] = ACTIONS(1313), - [anon_sym_STAR_EQ] = ACTIONS(1313), - [anon_sym_SLASH_EQ] = ACTIONS(1313), - [anon_sym_PERCENT_EQ] = ACTIONS(1313), - [anon_sym_PLUS_EQ] = ACTIONS(1313), - [anon_sym_DASH_EQ] = ACTIONS(1313), - [anon_sym_LT_LT_EQ] = ACTIONS(1313), - [anon_sym_GT_GT_EQ] = ACTIONS(1313), - [anon_sym_AMP_EQ] = ACTIONS(1313), - [anon_sym_CARET_EQ] = ACTIONS(1313), - [anon_sym_PIPE_EQ] = ACTIONS(1313), - [anon_sym_AMP] = ACTIONS(1315), - [anon_sym_PIPE_PIPE] = ACTIONS(1313), - [anon_sym_AMP_AMP] = ACTIONS(1313), - [anon_sym_PIPE] = ACTIONS(1315), - [anon_sym_CARET] = ACTIONS(1315), - [anon_sym_EQ_EQ] = ACTIONS(1313), - [anon_sym_BANG_EQ] = ACTIONS(1313), - [anon_sym_LT] = ACTIONS(1315), - [anon_sym_GT] = ACTIONS(1315), - [anon_sym_LT_EQ] = ACTIONS(1313), - [anon_sym_GT_EQ] = ACTIONS(1313), - [anon_sym_LT_LT] = ACTIONS(1315), - [anon_sym_GT_GT] = ACTIONS(1315), - [anon_sym_PLUS] = ACTIONS(1315), - [anon_sym_DASH] = ACTIONS(1315), - [anon_sym_SLASH] = ACTIONS(1315), - [anon_sym_PERCENT] = ACTIONS(1315), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(365), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_STAR] = ACTIONS(670), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(672), + [anon_sym_TILDE] = ACTIONS(674), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_DASH_DASH] = ACTIONS(678), + [anon_sym_PLUS_PLUS] = ACTIONS(678), + [anon_sym_sizeof] = ACTIONS(680), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [283] = { - [sym_type_qualifier] = STATE(81), - [sym__type_specifier] = STATE(82), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(468), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_sized_type_specifier_repeat1] = STATE(84), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(797), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(479), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1109), + [anon_sym_STAR] = ACTIONS(670), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(672), + [anon_sym_TILDE] = ACTIONS(674), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_DASH_DASH] = ACTIONS(678), + [anon_sym_PLUS_PLUS] = ACTIONS(678), + [anon_sym_sizeof] = ACTIONS(680), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [284] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1317), - [anon_sym_SEMI] = ACTIONS(1317), - [anon_sym_STAR] = ACTIONS(907), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1319), - [anon_sym_QMARK] = ACTIONS(1317), - [anon_sym_STAR_EQ] = ACTIONS(1317), - [anon_sym_SLASH_EQ] = ACTIONS(1317), - [anon_sym_PERCENT_EQ] = ACTIONS(1317), - [anon_sym_PLUS_EQ] = ACTIONS(1317), - [anon_sym_DASH_EQ] = ACTIONS(1317), - [anon_sym_LT_LT_EQ] = ACTIONS(1317), - [anon_sym_GT_GT_EQ] = ACTIONS(1317), - [anon_sym_AMP_EQ] = ACTIONS(1317), - [anon_sym_CARET_EQ] = ACTIONS(1317), - [anon_sym_PIPE_EQ] = ACTIONS(1317), - [anon_sym_AMP] = ACTIONS(1319), - [anon_sym_PIPE_PIPE] = ACTIONS(1317), - [anon_sym_AMP_AMP] = ACTIONS(1317), - [anon_sym_PIPE] = ACTIONS(1319), - [anon_sym_CARET] = ACTIONS(1319), - [anon_sym_EQ_EQ] = ACTIONS(1317), - [anon_sym_BANG_EQ] = ACTIONS(1317), - [anon_sym_LT] = ACTIONS(1319), - [anon_sym_GT] = ACTIONS(1319), - [anon_sym_LT_EQ] = ACTIONS(1317), - [anon_sym_GT_EQ] = ACTIONS(1317), - [anon_sym_LT_LT] = ACTIONS(933), - [anon_sym_GT_GT] = ACTIONS(933), - [anon_sym_PLUS] = ACTIONS(935), - [anon_sym_DASH] = ACTIONS(935), - [anon_sym_SLASH] = ACTIONS(907), - [anon_sym_PERCENT] = ACTIONS(907), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1111), + [anon_sym_RBRACE] = ACTIONS(1111), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1115), + [anon_sym_QMARK] = ACTIONS(1117), + [anon_sym_STAR_EQ] = ACTIONS(1119), + [anon_sym_SLASH_EQ] = ACTIONS(1119), + [anon_sym_PERCENT_EQ] = ACTIONS(1119), + [anon_sym_PLUS_EQ] = ACTIONS(1119), + [anon_sym_DASH_EQ] = ACTIONS(1119), + [anon_sym_LT_LT_EQ] = ACTIONS(1119), + [anon_sym_GT_GT_EQ] = ACTIONS(1119), + [anon_sym_AMP_EQ] = ACTIONS(1119), + [anon_sym_CARET_EQ] = ACTIONS(1119), + [anon_sym_PIPE_EQ] = ACTIONS(1119), + [anon_sym_AMP] = ACTIONS(1121), + [anon_sym_PIPE_PIPE] = ACTIONS(1123), + [anon_sym_AMP_AMP] = ACTIONS(1125), + [anon_sym_PIPE] = ACTIONS(1127), + [anon_sym_CARET] = ACTIONS(1129), + [anon_sym_EQ_EQ] = ACTIONS(1131), + [anon_sym_BANG_EQ] = ACTIONS(1131), + [anon_sym_LT] = ACTIONS(1133), + [anon_sym_GT] = ACTIONS(1133), + [anon_sym_LT_EQ] = ACTIONS(1135), + [anon_sym_GT_EQ] = ACTIONS(1135), + [anon_sym_LT_LT] = ACTIONS(1137), + [anon_sym_GT_GT] = ACTIONS(1137), + [anon_sym_PLUS] = ACTIONS(1139), + [anon_sym_DASH] = ACTIONS(1139), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [285] = { - [anon_sym_LPAREN] = ACTIONS(1321), - [anon_sym_COMMA] = ACTIONS(1321), - [anon_sym_RPAREN] = ACTIONS(1321), - [anon_sym_SEMI] = ACTIONS(1321), - [anon_sym_RBRACE] = ACTIONS(1321), - [anon_sym_STAR] = ACTIONS(1323), - [anon_sym_LBRACK] = ACTIONS(1321), - [anon_sym_RBRACK] = ACTIONS(1321), - [anon_sym_EQ] = ACTIONS(1323), - [anon_sym_COLON] = ACTIONS(1321), - [anon_sym_QMARK] = ACTIONS(1321), - [anon_sym_STAR_EQ] = ACTIONS(1321), - [anon_sym_SLASH_EQ] = ACTIONS(1321), - [anon_sym_PERCENT_EQ] = ACTIONS(1321), - [anon_sym_PLUS_EQ] = ACTIONS(1321), - [anon_sym_DASH_EQ] = ACTIONS(1321), - [anon_sym_LT_LT_EQ] = ACTIONS(1321), - [anon_sym_GT_GT_EQ] = ACTIONS(1321), - [anon_sym_AMP_EQ] = ACTIONS(1321), - [anon_sym_CARET_EQ] = ACTIONS(1321), - [anon_sym_PIPE_EQ] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(1323), - [anon_sym_PIPE_PIPE] = ACTIONS(1321), - [anon_sym_AMP_AMP] = ACTIONS(1321), - [anon_sym_PIPE] = ACTIONS(1323), - [anon_sym_CARET] = ACTIONS(1323), - [anon_sym_EQ_EQ] = ACTIONS(1321), - [anon_sym_BANG_EQ] = ACTIONS(1321), - [anon_sym_LT] = ACTIONS(1323), - [anon_sym_GT] = ACTIONS(1323), - [anon_sym_LT_EQ] = ACTIONS(1321), - [anon_sym_GT_EQ] = ACTIONS(1321), - [anon_sym_LT_LT] = ACTIONS(1323), - [anon_sym_GT_GT] = ACTIONS(1323), - [anon_sym_PLUS] = ACTIONS(1323), - [anon_sym_DASH] = ACTIONS(1323), - [anon_sym_SLASH] = ACTIONS(1323), - [anon_sym_PERCENT] = ACTIONS(1323), - [anon_sym_DASH_DASH] = ACTIONS(1321), - [anon_sym_PLUS_PLUS] = ACTIONS(1321), - [anon_sym_DOT] = ACTIONS(1321), - [anon_sym_DASH_GT] = ACTIONS(1321), - [sym_string_literal] = ACTIONS(1321), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1141), + [anon_sym_COMMA] = ACTIONS(1141), + [anon_sym_RPAREN] = ACTIONS(1141), + [anon_sym_SEMI] = ACTIONS(1141), + [anon_sym_extern] = ACTIONS(1143), + [anon_sym_STAR] = ACTIONS(1141), + [anon_sym_LBRACK] = ACTIONS(1141), + [anon_sym_typedef] = ACTIONS(1143), + [anon_sym_static] = ACTIONS(1143), + [anon_sym_auto] = ACTIONS(1143), + [anon_sym_register] = ACTIONS(1143), + [anon_sym_const] = ACTIONS(1143), + [anon_sym_restrict] = ACTIONS(1143), + [anon_sym_volatile] = ACTIONS(1143), + [sym_function_specifier] = ACTIONS(1143), + [anon_sym_COLON] = ACTIONS(1141), + [sym_identifier] = ACTIONS(1145), + [sym_comment] = ACTIONS(42), }, [286] = { - [anon_sym_LPAREN] = ACTIONS(1325), - [anon_sym_COMMA] = ACTIONS(1325), - [anon_sym_RPAREN] = ACTIONS(1325), - [anon_sym_SEMI] = ACTIONS(1325), - [anon_sym_RBRACE] = ACTIONS(1325), - [anon_sym_STAR] = ACTIONS(1327), - [anon_sym_LBRACK] = ACTIONS(1325), - [anon_sym_RBRACK] = ACTIONS(1325), - [anon_sym_EQ] = ACTIONS(1327), - [anon_sym_COLON] = ACTIONS(1325), - [anon_sym_QMARK] = ACTIONS(1325), - [anon_sym_STAR_EQ] = ACTIONS(1325), - [anon_sym_SLASH_EQ] = ACTIONS(1325), - [anon_sym_PERCENT_EQ] = ACTIONS(1325), - [anon_sym_PLUS_EQ] = ACTIONS(1325), - [anon_sym_DASH_EQ] = ACTIONS(1325), - [anon_sym_LT_LT_EQ] = ACTIONS(1325), - [anon_sym_GT_GT_EQ] = ACTIONS(1325), - [anon_sym_AMP_EQ] = ACTIONS(1325), - [anon_sym_CARET_EQ] = ACTIONS(1325), - [anon_sym_PIPE_EQ] = ACTIONS(1325), - [anon_sym_AMP] = ACTIONS(1327), - [anon_sym_PIPE_PIPE] = ACTIONS(1325), - [anon_sym_AMP_AMP] = ACTIONS(1325), - [anon_sym_PIPE] = ACTIONS(1327), - [anon_sym_CARET] = ACTIONS(1327), - [anon_sym_EQ_EQ] = ACTIONS(1325), - [anon_sym_BANG_EQ] = ACTIONS(1325), - [anon_sym_LT] = ACTIONS(1327), - [anon_sym_GT] = ACTIONS(1327), - [anon_sym_LT_EQ] = ACTIONS(1325), - [anon_sym_GT_EQ] = ACTIONS(1325), - [anon_sym_LT_LT] = ACTIONS(1327), - [anon_sym_GT_GT] = ACTIONS(1327), - [anon_sym_PLUS] = ACTIONS(1327), - [anon_sym_DASH] = ACTIONS(1327), - [anon_sym_SLASH] = ACTIONS(1327), - [anon_sym_PERCENT] = ACTIONS(1327), - [anon_sym_DASH_DASH] = ACTIONS(1325), - [anon_sym_PLUS_PLUS] = ACTIONS(1325), - [anon_sym_DOT] = ACTIONS(1325), - [anon_sym_DASH_GT] = ACTIONS(1325), - [sym_string_literal] = ACTIONS(1329), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(1147), + [anon_sym_RBRACE] = ACTIONS(1147), + [sym_comment] = ACTIONS(42), }, [287] = { - [sym_compound_statement] = STATE(471), - [sym_labeled_statement] = STATE(471), - [sym_expression_statement] = STATE(471), - [sym_if_statement] = STATE(471), - [sym_switch_statement] = STATE(471), - [sym_case_statement] = STATE(471), - [sym_while_statement] = STATE(471), - [sym_do_statement] = STATE(471), - [sym_for_statement] = STATE(471), - [sym_return_statement] = STATE(471), - [sym_break_statement] = STATE(471), - [sym_continue_statement] = STATE(471), - [sym_goto_statement] = STATE(471), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(543), - [anon_sym_switch] = ACTIONS(545), - [anon_sym_case] = ACTIONS(547), - [anon_sym_default] = ACTIONS(549), - [anon_sym_while] = ACTIONS(551), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(555), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1331), - [sym_comment] = ACTIONS(123), + [sym_enumerator] = STATE(493), + [anon_sym_RBRACE] = ACTIONS(1149), + [sym_identifier] = ACTIONS(190), + [sym_comment] = ACTIONS(42), }, [288] = { - [sym_parameter_list] = STATE(96), - [aux_sym_declaration_repeat1] = STATE(97), - [anon_sym_LPAREN] = ACTIONS(341), - [anon_sym_COMMA] = ACTIONS(343), - [anon_sym_SEMI] = ACTIONS(345), - [anon_sym_LBRACK] = ACTIONS(349), - [anon_sym_EQ] = ACTIONS(351), - [sym_comment] = ACTIONS(123), + [sym__field_declarator] = STATE(290), + [sym_pointer_field_declarator] = STATE(158), + [sym_function_field_declarator] = STATE(159), + [sym_array_field_declarator] = STATE(160), + [anon_sym_LPAREN] = ACTIONS(406), + [anon_sym_STAR] = ACTIONS(686), + [sym_identifier] = ACTIONS(414), + [sym_comment] = ACTIONS(42), }, [289] = { - [sym__expression] = STATE(473), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(1333), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_parameter_list] = STATE(302), + [anon_sym_LPAREN] = ACTIONS(244), + [anon_sym_RPAREN] = ACTIONS(1151), + [anon_sym_LBRACK] = ACTIONS(714), + [sym_comment] = ACTIONS(42), }, [290] = { - [sym__expression] = STATE(474), - [sym_comma_expression] = STATE(475), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_parameter_list] = STATE(302), + [anon_sym_LPAREN] = ACTIONS(244), + [anon_sym_COMMA] = ACTIONS(1153), + [anon_sym_RPAREN] = ACTIONS(1153), + [anon_sym_SEMI] = ACTIONS(1153), + [anon_sym_LBRACK] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(1153), + [sym_comment] = ACTIONS(42), }, [291] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1335), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1335), - [anon_sym_LPAREN] = ACTIONS(1337), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1335), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1335), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1335), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1335), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1335), - [sym_preproc_directive] = ACTIONS(1339), - [anon_sym_SEMI] = ACTIONS(1337), - [anon_sym_extern] = ACTIONS(1335), - [anon_sym_LBRACE] = ACTIONS(1337), - [anon_sym_RBRACE] = ACTIONS(1337), - [anon_sym_STAR] = ACTIONS(1337), - [anon_sym_typedef] = ACTIONS(1335), - [anon_sym_static] = ACTIONS(1335), - [anon_sym_auto] = ACTIONS(1335), - [anon_sym_register] = ACTIONS(1335), - [anon_sym_const] = ACTIONS(1335), - [anon_sym_restrict] = ACTIONS(1335), - [anon_sym_volatile] = ACTIONS(1335), - [sym_function_specifier] = ACTIONS(1335), - [anon_sym_unsigned] = ACTIONS(1335), - [anon_sym_long] = ACTIONS(1335), - [anon_sym_short] = ACTIONS(1335), - [anon_sym_enum] = ACTIONS(1335), - [anon_sym_struct] = ACTIONS(1335), - [anon_sym_union] = ACTIONS(1335), - [anon_sym_if] = ACTIONS(1335), - [anon_sym_else] = ACTIONS(1335), - [anon_sym_switch] = ACTIONS(1335), - [anon_sym_case] = ACTIONS(1335), - [anon_sym_default] = ACTIONS(1335), - [anon_sym_while] = ACTIONS(1335), - [anon_sym_do] = ACTIONS(1335), - [anon_sym_for] = ACTIONS(1335), - [anon_sym_return] = ACTIONS(1335), - [anon_sym_break] = ACTIONS(1335), - [anon_sym_continue] = ACTIONS(1335), - [anon_sym_goto] = ACTIONS(1335), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_BANG] = ACTIONS(1337), - [anon_sym_TILDE] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1335), - [anon_sym_DASH] = ACTIONS(1335), - [anon_sym_DASH_DASH] = ACTIONS(1337), - [anon_sym_PLUS_PLUS] = ACTIONS(1337), - [anon_sym_sizeof] = ACTIONS(1335), - [sym_number_literal] = ACTIONS(1335), - [sym_char_literal] = ACTIONS(1335), - [sym_string_literal] = ACTIONS(1337), - [sym_identifier] = ACTIONS(1339), - [sym_comment] = ACTIONS(123), + [sym_type_qualifier] = STATE(95), + [sym__type_specifier] = STATE(96), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__expression] = STATE(328), + [sym_comma_expression] = STATE(329), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_type_descriptor] = STATE(495), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_sized_type_specifier_repeat1] = STATE(98), + [aux_sym_type_descriptor_repeat1] = STATE(99), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_const] = ACTIONS(230), + [anon_sym_restrict] = ACTIONS(230), + [anon_sym_volatile] = ACTIONS(230), + [anon_sym_unsigned] = ACTIONS(232), + [anon_sym_long] = ACTIONS(232), + [anon_sym_short] = ACTIONS(232), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(794), + [sym_comment] = ACTIONS(42), }, [292] = { - [sym__expression] = STATE(476), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(337), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [293] = { - [sym__expression] = STATE(477), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(363), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [294] = { - [sym__expression] = STATE(478), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(364), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [295] = { - [sym__expression] = STATE(479), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(365), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [296] = { - [sym__expression] = STATE(480), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(497), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1155), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [297] = { - [sym__expression] = STATE(481), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(1157), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [298] = { - [sym__expression] = STATE(482), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__field_declarator] = STATE(511), + [sym_pointer_field_declarator] = STATE(158), + [sym_function_field_declarator] = STATE(159), + [sym_array_field_declarator] = STATE(160), + [anon_sym_LPAREN] = ACTIONS(406), + [anon_sym_STAR] = ACTIONS(410), + [sym_identifier] = ACTIONS(414), + [sym_comment] = ACTIONS(42), }, [299] = { - [sym__expression] = STATE(483), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_extern] = ACTIONS(1187), + [anon_sym_RBRACE] = ACTIONS(1189), + [anon_sym_typedef] = ACTIONS(1187), + [anon_sym_static] = ACTIONS(1187), + [anon_sym_auto] = ACTIONS(1187), + [anon_sym_register] = ACTIONS(1187), + [anon_sym_const] = ACTIONS(1187), + [anon_sym_restrict] = ACTIONS(1187), + [anon_sym_volatile] = ACTIONS(1187), + [sym_function_specifier] = ACTIONS(1187), + [anon_sym_unsigned] = ACTIONS(1187), + [anon_sym_long] = ACTIONS(1187), + [anon_sym_short] = ACTIONS(1187), + [anon_sym_enum] = ACTIONS(1187), + [anon_sym_struct] = ACTIONS(1187), + [anon_sym_union] = ACTIONS(1187), + [sym_identifier] = ACTIONS(1191), + [sym_comment] = ACTIONS(42), }, [300] = { - [sym__expression] = STATE(484), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__declaration_specifiers] = STATE(513), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(229), + [sym_sized_type_specifier] = STATE(230), + [sym_enum_specifier] = STATE(230), + [sym_struct_specifier] = STATE(230), + [sym_union_specifier] = STATE(230), + [sym__expression] = STATE(514), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(230), + [aux_sym__declaration_specifiers_repeat1] = STATE(232), + [aux_sym_sized_type_specifier_repeat1] = STATE(233), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_RBRACK] = ACTIONS(1193), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(536), + [anon_sym_long] = ACTIONS(536), + [anon_sym_short] = ACTIONS(536), + [anon_sym_enum] = ACTIONS(538), + [anon_sym_struct] = ACTIONS(540), + [anon_sym_union] = ACTIONS(542), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(544), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(554), + [sym_comment] = ACTIONS(42), }, [301] = { - [sym__expression] = STATE(485), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(515), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [302] = { - [sym__expression] = STATE(486), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1195), + [anon_sym_COMMA] = ACTIONS(1195), + [anon_sym_RPAREN] = ACTIONS(1195), + [anon_sym_SEMI] = ACTIONS(1195), + [anon_sym_LBRACK] = ACTIONS(1195), + [anon_sym_COLON] = ACTIONS(1195), + [sym_comment] = ACTIONS(42), }, [303] = { - [sym__expression] = STATE(487), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(1197), + [anon_sym_SEMI] = ACTIONS(1157), + [anon_sym_COLON] = ACTIONS(1199), + [sym_comment] = ACTIONS(42), }, [304] = { - [sym__expression] = STATE(488), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_parameter_list] = STATE(310), + [anon_sym_LPAREN] = ACTIONS(244), + [anon_sym_RPAREN] = ACTIONS(1201), + [anon_sym_LBRACK] = ACTIONS(742), + [sym_comment] = ACTIONS(42), }, [305] = { - [anon_sym_LPAREN] = ACTIONS(1313), - [anon_sym_COMMA] = ACTIONS(1313), - [anon_sym_RPAREN] = ACTIONS(1313), - [anon_sym_SEMI] = ACTIONS(1313), - [anon_sym_RBRACE] = ACTIONS(1313), - [anon_sym_STAR] = ACTIONS(1315), - [anon_sym_LBRACK] = ACTIONS(1313), - [anon_sym_RBRACK] = ACTIONS(1313), - [anon_sym_EQ] = ACTIONS(1315), - [anon_sym_COLON] = ACTIONS(1313), - [anon_sym_QMARK] = ACTIONS(1313), - [anon_sym_STAR_EQ] = ACTIONS(1313), - [anon_sym_SLASH_EQ] = ACTIONS(1313), - [anon_sym_PERCENT_EQ] = ACTIONS(1313), - [anon_sym_PLUS_EQ] = ACTIONS(1313), - [anon_sym_DASH_EQ] = ACTIONS(1313), - [anon_sym_LT_LT_EQ] = ACTIONS(1313), - [anon_sym_GT_GT_EQ] = ACTIONS(1313), - [anon_sym_AMP_EQ] = ACTIONS(1313), - [anon_sym_CARET_EQ] = ACTIONS(1313), - [anon_sym_PIPE_EQ] = ACTIONS(1313), - [anon_sym_AMP] = ACTIONS(1315), - [anon_sym_PIPE_PIPE] = ACTIONS(1313), - [anon_sym_AMP_AMP] = ACTIONS(1313), - [anon_sym_PIPE] = ACTIONS(1315), - [anon_sym_CARET] = ACTIONS(1315), - [anon_sym_EQ_EQ] = ACTIONS(1313), - [anon_sym_BANG_EQ] = ACTIONS(1313), - [anon_sym_LT] = ACTIONS(1315), - [anon_sym_GT] = ACTIONS(1315), - [anon_sym_LT_EQ] = ACTIONS(1313), - [anon_sym_GT_EQ] = ACTIONS(1313), - [anon_sym_LT_LT] = ACTIONS(1315), - [anon_sym_GT_GT] = ACTIONS(1315), - [anon_sym_PLUS] = ACTIONS(1315), - [anon_sym_DASH] = ACTIONS(1315), - [anon_sym_SLASH] = ACTIONS(1315), - [anon_sym_PERCENT] = ACTIONS(1315), - [anon_sym_DASH_DASH] = ACTIONS(1313), - [anon_sym_PLUS_PLUS] = ACTIONS(1313), - [anon_sym_DOT] = ACTIONS(1313), - [anon_sym_DASH_GT] = ACTIONS(1313), - [sym_comment] = ACTIONS(123), + [sym_parameter_list] = STATE(310), + [anon_sym_LPAREN] = ACTIONS(244), + [anon_sym_COMMA] = ACTIONS(1203), + [anon_sym_RPAREN] = ACTIONS(1203), + [anon_sym_LBRACK] = ACTIONS(742), + [sym_comment] = ACTIONS(42), }, [306] = { - [sym_identifier] = ACTIONS(1341), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1205), + [anon_sym_COMMA] = ACTIONS(1205), + [anon_sym_RPAREN] = ACTIONS(1205), + [anon_sym_LBRACK] = ACTIONS(1205), + [sym_comment] = ACTIONS(42), }, [307] = { - [anon_sym_LPAREN] = ACTIONS(1343), - [anon_sym_COMMA] = ACTIONS(1343), - [anon_sym_RPAREN] = ACTIONS(1343), - [anon_sym_SEMI] = ACTIONS(1343), - [anon_sym_RBRACE] = ACTIONS(1343), - [anon_sym_STAR] = ACTIONS(1345), - [anon_sym_LBRACK] = ACTIONS(1343), - [anon_sym_RBRACK] = ACTIONS(1343), - [anon_sym_EQ] = ACTIONS(1345), - [anon_sym_COLON] = ACTIONS(1343), - [anon_sym_QMARK] = ACTIONS(1343), - [anon_sym_STAR_EQ] = ACTIONS(1343), - [anon_sym_SLASH_EQ] = ACTIONS(1343), - [anon_sym_PERCENT_EQ] = ACTIONS(1343), - [anon_sym_PLUS_EQ] = ACTIONS(1343), - [anon_sym_DASH_EQ] = ACTIONS(1343), - [anon_sym_LT_LT_EQ] = ACTIONS(1343), - [anon_sym_GT_GT_EQ] = ACTIONS(1343), - [anon_sym_AMP_EQ] = ACTIONS(1343), - [anon_sym_CARET_EQ] = ACTIONS(1343), - [anon_sym_PIPE_EQ] = ACTIONS(1343), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_PIPE_PIPE] = ACTIONS(1343), - [anon_sym_AMP_AMP] = ACTIONS(1343), - [anon_sym_PIPE] = ACTIONS(1345), - [anon_sym_CARET] = ACTIONS(1345), - [anon_sym_EQ_EQ] = ACTIONS(1343), - [anon_sym_BANG_EQ] = ACTIONS(1343), - [anon_sym_LT] = ACTIONS(1345), - [anon_sym_GT] = ACTIONS(1345), - [anon_sym_LT_EQ] = ACTIONS(1343), - [anon_sym_GT_EQ] = ACTIONS(1343), - [anon_sym_LT_LT] = ACTIONS(1345), - [anon_sym_GT_GT] = ACTIONS(1345), - [anon_sym_PLUS] = ACTIONS(1345), - [anon_sym_DASH] = ACTIONS(1345), - [anon_sym_SLASH] = ACTIONS(1345), - [anon_sym_PERCENT] = ACTIONS(1345), - [anon_sym_DASH_DASH] = ACTIONS(1343), - [anon_sym_PLUS_PLUS] = ACTIONS(1343), - [anon_sym_DOT] = ACTIONS(1343), - [anon_sym_DASH_GT] = ACTIONS(1343), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(520), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_RBRACK] = ACTIONS(1207), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(544), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [308] = { - [ts_builtin_sym_end] = ACTIONS(1347), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1349), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1349), - [anon_sym_LPAREN] = ACTIONS(1347), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1349), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1349), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1349), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1349), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1349), - [sym_preproc_directive] = ACTIONS(1351), - [anon_sym_SEMI] = ACTIONS(1347), - [anon_sym_extern] = ACTIONS(1349), - [anon_sym_LBRACE] = ACTIONS(1347), - [anon_sym_RBRACE] = ACTIONS(1347), - [anon_sym_STAR] = ACTIONS(1347), - [anon_sym_typedef] = ACTIONS(1349), - [anon_sym_static] = ACTIONS(1349), - [anon_sym_auto] = ACTIONS(1349), - [anon_sym_register] = ACTIONS(1349), - [anon_sym_const] = ACTIONS(1349), - [anon_sym_restrict] = ACTIONS(1349), - [anon_sym_volatile] = ACTIONS(1349), - [sym_function_specifier] = ACTIONS(1349), - [anon_sym_unsigned] = ACTIONS(1349), - [anon_sym_long] = ACTIONS(1349), - [anon_sym_short] = ACTIONS(1349), - [anon_sym_enum] = ACTIONS(1349), - [anon_sym_struct] = ACTIONS(1349), - [anon_sym_union] = ACTIONS(1349), - [anon_sym_if] = ACTIONS(1349), - [anon_sym_else] = ACTIONS(1349), - [anon_sym_switch] = ACTIONS(1349), - [anon_sym_case] = ACTIONS(1349), - [anon_sym_default] = ACTIONS(1349), - [anon_sym_while] = ACTIONS(1349), - [anon_sym_do] = ACTIONS(1349), - [anon_sym_for] = ACTIONS(1349), - [anon_sym_return] = ACTIONS(1349), - [anon_sym_break] = ACTIONS(1349), - [anon_sym_continue] = ACTIONS(1349), - [anon_sym_goto] = ACTIONS(1349), - [anon_sym_AMP] = ACTIONS(1347), - [anon_sym_BANG] = ACTIONS(1347), - [anon_sym_TILDE] = ACTIONS(1347), - [anon_sym_PLUS] = ACTIONS(1349), - [anon_sym_DASH] = ACTIONS(1349), - [anon_sym_DASH_DASH] = ACTIONS(1347), - [anon_sym_PLUS_PLUS] = ACTIONS(1347), - [anon_sym_sizeof] = ACTIONS(1349), - [sym_number_literal] = ACTIONS(1349), - [sym_char_literal] = ACTIONS(1349), - [sym_string_literal] = ACTIONS(1347), - [sym_identifier] = ACTIONS(1351), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_RBRACK] = ACTIONS(1207), + [anon_sym_EQ] = ACTIONS(976), + [anon_sym_QMARK] = ACTIONS(978), + [anon_sym_STAR_EQ] = ACTIONS(980), + [anon_sym_SLASH_EQ] = ACTIONS(980), + [anon_sym_PERCENT_EQ] = ACTIONS(980), + [anon_sym_PLUS_EQ] = ACTIONS(980), + [anon_sym_DASH_EQ] = ACTIONS(980), + [anon_sym_LT_LT_EQ] = ACTIONS(980), + [anon_sym_GT_GT_EQ] = ACTIONS(980), + [anon_sym_AMP_EQ] = ACTIONS(980), + [anon_sym_CARET_EQ] = ACTIONS(980), + [anon_sym_PIPE_EQ] = ACTIONS(980), + [anon_sym_AMP] = ACTIONS(982), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(986), + [anon_sym_PIPE] = ACTIONS(988), + [anon_sym_CARET] = ACTIONS(990), + [anon_sym_EQ_EQ] = ACTIONS(992), + [anon_sym_BANG_EQ] = ACTIONS(992), + [anon_sym_LT] = ACTIONS(994), + [anon_sym_GT] = ACTIONS(994), + [anon_sym_LT_EQ] = ACTIONS(996), + [anon_sym_GT_EQ] = ACTIONS(996), + [anon_sym_LT_LT] = ACTIONS(998), + [anon_sym_GT_GT] = ACTIONS(998), + [anon_sym_PLUS] = ACTIONS(1000), + [anon_sym_DASH] = ACTIONS(1000), + [anon_sym_SLASH] = ACTIONS(974), + [anon_sym_PERCENT] = ACTIONS(974), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [309] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1353), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1353), - [anon_sym_LPAREN] = ACTIONS(1355), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1353), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1353), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1353), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1353), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1353), - [sym_preproc_directive] = ACTIONS(1357), - [anon_sym_SEMI] = ACTIONS(1355), - [anon_sym_extern] = ACTIONS(1353), - [anon_sym_LBRACE] = ACTIONS(1355), - [anon_sym_RBRACE] = ACTIONS(1355), - [anon_sym_STAR] = ACTIONS(1355), - [anon_sym_typedef] = ACTIONS(1353), - [anon_sym_static] = ACTIONS(1353), - [anon_sym_auto] = ACTIONS(1353), - [anon_sym_register] = ACTIONS(1353), - [anon_sym_const] = ACTIONS(1353), - [anon_sym_restrict] = ACTIONS(1353), - [anon_sym_volatile] = ACTIONS(1353), - [sym_function_specifier] = ACTIONS(1353), - [anon_sym_unsigned] = ACTIONS(1353), - [anon_sym_long] = ACTIONS(1353), - [anon_sym_short] = ACTIONS(1353), - [anon_sym_enum] = ACTIONS(1353), - [anon_sym_struct] = ACTIONS(1353), - [anon_sym_union] = ACTIONS(1353), - [anon_sym_if] = ACTIONS(1353), - [anon_sym_switch] = ACTIONS(1353), - [anon_sym_case] = ACTIONS(1353), - [anon_sym_default] = ACTIONS(1353), - [anon_sym_while] = ACTIONS(1353), - [anon_sym_do] = ACTIONS(1353), - [anon_sym_for] = ACTIONS(1353), - [anon_sym_return] = ACTIONS(1353), - [anon_sym_break] = ACTIONS(1353), - [anon_sym_continue] = ACTIONS(1353), - [anon_sym_goto] = ACTIONS(1353), - [anon_sym_AMP] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_TILDE] = ACTIONS(1355), - [anon_sym_PLUS] = ACTIONS(1353), - [anon_sym_DASH] = ACTIONS(1353), - [anon_sym_DASH_DASH] = ACTIONS(1355), - [anon_sym_PLUS_PLUS] = ACTIONS(1355), - [anon_sym_sizeof] = ACTIONS(1353), - [sym_number_literal] = ACTIONS(1353), - [sym_char_literal] = ACTIONS(1353), - [sym_string_literal] = ACTIONS(1355), - [sym_identifier] = ACTIONS(1357), - [sym_comment] = ACTIONS(123), + [sym__declaration_specifiers] = STATE(521), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(229), + [sym_sized_type_specifier] = STATE(230), + [sym_enum_specifier] = STATE(230), + [sym_struct_specifier] = STATE(230), + [sym_union_specifier] = STATE(230), + [sym__expression] = STATE(520), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(230), + [aux_sym__declaration_specifiers_repeat1] = STATE(232), + [aux_sym_sized_type_specifier_repeat1] = STATE(233), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_RBRACK] = ACTIONS(1207), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(536), + [anon_sym_long] = ACTIONS(536), + [anon_sym_short] = ACTIONS(536), + [anon_sym_enum] = ACTIONS(538), + [anon_sym_struct] = ACTIONS(540), + [anon_sym_union] = ACTIONS(542), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(544), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(554), + [sym_comment] = ACTIONS(42), }, [310] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1359), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1359), - [anon_sym_LPAREN] = ACTIONS(1361), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1359), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1359), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1359), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1359), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1359), - [sym_preproc_directive] = ACTIONS(1363), - [anon_sym_SEMI] = ACTIONS(1361), - [anon_sym_extern] = ACTIONS(1359), - [anon_sym_LBRACE] = ACTIONS(1361), - [anon_sym_RBRACE] = ACTIONS(1361), - [anon_sym_STAR] = ACTIONS(1361), - [anon_sym_typedef] = ACTIONS(1359), - [anon_sym_static] = ACTIONS(1359), - [anon_sym_auto] = ACTIONS(1359), - [anon_sym_register] = ACTIONS(1359), - [anon_sym_const] = ACTIONS(1359), - [anon_sym_restrict] = ACTIONS(1359), - [anon_sym_volatile] = ACTIONS(1359), - [sym_function_specifier] = ACTIONS(1359), - [anon_sym_unsigned] = ACTIONS(1359), - [anon_sym_long] = ACTIONS(1359), - [anon_sym_short] = ACTIONS(1359), - [anon_sym_enum] = ACTIONS(1359), - [anon_sym_struct] = ACTIONS(1359), - [anon_sym_union] = ACTIONS(1359), - [anon_sym_if] = ACTIONS(1359), - [anon_sym_switch] = ACTIONS(1359), - [anon_sym_case] = ACTIONS(1359), - [anon_sym_default] = ACTIONS(1359), - [anon_sym_while] = ACTIONS(1359), - [anon_sym_do] = ACTIONS(1359), - [anon_sym_for] = ACTIONS(1359), - [anon_sym_return] = ACTIONS(1359), - [anon_sym_break] = ACTIONS(1359), - [anon_sym_continue] = ACTIONS(1359), - [anon_sym_goto] = ACTIONS(1359), - [anon_sym_AMP] = ACTIONS(1361), - [anon_sym_BANG] = ACTIONS(1361), - [anon_sym_TILDE] = ACTIONS(1361), - [anon_sym_PLUS] = ACTIONS(1359), - [anon_sym_DASH] = ACTIONS(1359), - [anon_sym_DASH_DASH] = ACTIONS(1361), - [anon_sym_PLUS_PLUS] = ACTIONS(1361), - [anon_sym_sizeof] = ACTIONS(1359), - [sym_number_literal] = ACTIONS(1359), - [sym_char_literal] = ACTIONS(1359), - [sym_string_literal] = ACTIONS(1361), - [sym_identifier] = ACTIONS(1363), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1209), + [anon_sym_COMMA] = ACTIONS(1209), + [anon_sym_RPAREN] = ACTIONS(1209), + [anon_sym_LBRACK] = ACTIONS(1209), + [sym_comment] = ACTIONS(42), }, [311] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1365), - [anon_sym_LPAREN] = ACTIONS(1367), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1365), - [sym_preproc_directive] = ACTIONS(1369), - [anon_sym_SEMI] = ACTIONS(1367), - [anon_sym_extern] = ACTIONS(1365), - [anon_sym_LBRACE] = ACTIONS(1367), - [anon_sym_RBRACE] = ACTIONS(1367), - [anon_sym_STAR] = ACTIONS(1367), - [anon_sym_typedef] = ACTIONS(1365), - [anon_sym_static] = ACTIONS(1365), - [anon_sym_auto] = ACTIONS(1365), - [anon_sym_register] = ACTIONS(1365), - [anon_sym_const] = ACTIONS(1365), - [anon_sym_restrict] = ACTIONS(1365), - [anon_sym_volatile] = ACTIONS(1365), - [sym_function_specifier] = ACTIONS(1365), - [anon_sym_unsigned] = ACTIONS(1365), - [anon_sym_long] = ACTIONS(1365), - [anon_sym_short] = ACTIONS(1365), - [anon_sym_enum] = ACTIONS(1365), - [anon_sym_struct] = ACTIONS(1365), - [anon_sym_union] = ACTIONS(1365), - [anon_sym_if] = ACTIONS(1365), - [anon_sym_switch] = ACTIONS(1365), - [anon_sym_case] = ACTIONS(1365), - [anon_sym_default] = ACTIONS(1365), - [anon_sym_while] = ACTIONS(1365), - [anon_sym_do] = ACTIONS(1365), - [anon_sym_for] = ACTIONS(1365), - [anon_sym_return] = ACTIONS(1365), - [anon_sym_break] = ACTIONS(1365), - [anon_sym_continue] = ACTIONS(1365), - [anon_sym_goto] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(1367), - [anon_sym_BANG] = ACTIONS(1367), - [anon_sym_TILDE] = ACTIONS(1367), - [anon_sym_PLUS] = ACTIONS(1365), - [anon_sym_DASH] = ACTIONS(1365), - [anon_sym_DASH_DASH] = ACTIONS(1367), - [anon_sym_PLUS_PLUS] = ACTIONS(1367), - [anon_sym_sizeof] = ACTIONS(1365), - [sym_number_literal] = ACTIONS(1365), - [sym_char_literal] = ACTIONS(1365), - [sym_string_literal] = ACTIONS(1367), - [sym_identifier] = ACTIONS(1369), - [sym_comment] = ACTIONS(123), + [sym_parameter_list] = STATE(310), + [anon_sym_LPAREN] = ACTIONS(244), + [anon_sym_RPAREN] = ACTIONS(1211), + [anon_sym_LBRACK] = ACTIONS(742), + [sym_comment] = ACTIONS(42), }, [312] = { - [anon_sym_RPAREN] = ACTIONS(1371), - [sym_comment] = ACTIONS(123), - }, - [313] = { - [sym_type_qualifier] = STATE(81), - [sym__type_specifier] = STATE(82), + [sym__declaration_specifiers] = STATE(176), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), [sym_sized_type_specifier] = STATE(21), [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(491), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), + [sym_parameter_declaration] = STATE(522), [sym_macro_type_specifier] = STATE(21), - [aux_sym_sized_type_specifier_repeat1] = STATE(84), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(797), - [sym_comment] = ACTIONS(123), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1213), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), + }, + [313] = { + [anon_sym_LPAREN] = ACTIONS(1215), + [anon_sym_COMMA] = ACTIONS(1215), + [anon_sym_RPAREN] = ACTIONS(1215), + [anon_sym_SEMI] = ACTIONS(1215), + [anon_sym_LBRACE] = ACTIONS(1215), + [anon_sym_LBRACK] = ACTIONS(1215), + [anon_sym_EQ] = ACTIONS(1215), + [anon_sym_COLON] = ACTIONS(1215), + [sym_comment] = ACTIONS(42), }, [314] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(949), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(1317), - [anon_sym_EQ] = ACTIONS(1319), - [anon_sym_QMARK] = ACTIONS(1317), - [anon_sym_STAR_EQ] = ACTIONS(1317), - [anon_sym_SLASH_EQ] = ACTIONS(1317), - [anon_sym_PERCENT_EQ] = ACTIONS(1317), - [anon_sym_PLUS_EQ] = ACTIONS(1317), - [anon_sym_DASH_EQ] = ACTIONS(1317), - [anon_sym_LT_LT_EQ] = ACTIONS(1317), - [anon_sym_GT_GT_EQ] = ACTIONS(1317), - [anon_sym_AMP_EQ] = ACTIONS(1317), - [anon_sym_CARET_EQ] = ACTIONS(1317), - [anon_sym_PIPE_EQ] = ACTIONS(1317), - [anon_sym_AMP] = ACTIONS(1319), - [anon_sym_PIPE_PIPE] = ACTIONS(1317), - [anon_sym_AMP_AMP] = ACTIONS(1317), - [anon_sym_PIPE] = ACTIONS(1319), - [anon_sym_CARET] = ACTIONS(1319), - [anon_sym_EQ_EQ] = ACTIONS(1317), - [anon_sym_BANG_EQ] = ACTIONS(1317), - [anon_sym_LT] = ACTIONS(1319), - [anon_sym_GT] = ACTIONS(1319), - [anon_sym_LT_EQ] = ACTIONS(1317), - [anon_sym_GT_EQ] = ACTIONS(1317), - [anon_sym_LT_LT] = ACTIONS(973), - [anon_sym_GT_GT] = ACTIONS(973), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_SLASH] = ACTIONS(949), - [anon_sym_PERCENT] = ACTIONS(949), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(1217), + [anon_sym_RPAREN] = ACTIONS(1219), + [sym_comment] = ACTIONS(42), }, [315] = { - [anon_sym_LPAREN] = ACTIONS(1373), - [anon_sym_COMMA] = ACTIONS(1373), - [anon_sym_RPAREN] = ACTIONS(1373), - [anon_sym_SEMI] = ACTIONS(1373), - [anon_sym_LBRACE] = ACTIONS(1373), - [anon_sym_LBRACK] = ACTIONS(1373), - [anon_sym_EQ] = ACTIONS(1373), - [sym_comment] = ACTIONS(123), + [sym__declaration_specifiers] = STATE(176), + [sym__declarator] = STATE(101), + [sym__abstract_declarator] = STATE(304), + [sym_pointer_declarator] = STATE(44), + [sym_abstract_pointer_declarator] = STATE(167), + [sym_function_declarator] = STATE(44), + [sym_abstract_function_declarator] = STATE(167), + [sym_array_declarator] = STATE(44), + [sym_abstract_array_declarator] = STATE(167), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_parameter_list] = STATE(168), + [sym_parameter_declaration] = STATE(174), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [anon_sym_LPAREN] = ACTIONS(766), + [anon_sym_DOT_DOT_DOT] = ACTIONS(458), + [anon_sym_RPAREN] = ACTIONS(460), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_LBRACK] = ACTIONS(446), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(1223), + [sym_comment] = ACTIONS(42), }, [316] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(949), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(1375), - [anon_sym_EQ] = ACTIONS(951), - [anon_sym_QMARK] = ACTIONS(953), - [anon_sym_STAR_EQ] = ACTIONS(955), - [anon_sym_SLASH_EQ] = ACTIONS(955), - [anon_sym_PERCENT_EQ] = ACTIONS(955), - [anon_sym_PLUS_EQ] = ACTIONS(955), - [anon_sym_DASH_EQ] = ACTIONS(955), - [anon_sym_LT_LT_EQ] = ACTIONS(955), - [anon_sym_GT_GT_EQ] = ACTIONS(955), - [anon_sym_AMP_EQ] = ACTIONS(955), - [anon_sym_CARET_EQ] = ACTIONS(955), - [anon_sym_PIPE_EQ] = ACTIONS(955), - [anon_sym_AMP] = ACTIONS(957), - [anon_sym_PIPE_PIPE] = ACTIONS(959), - [anon_sym_AMP_AMP] = ACTIONS(961), - [anon_sym_PIPE] = ACTIONS(963), - [anon_sym_CARET] = ACTIONS(965), - [anon_sym_EQ_EQ] = ACTIONS(967), - [anon_sym_BANG_EQ] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(969), - [anon_sym_GT] = ACTIONS(969), - [anon_sym_LT_EQ] = ACTIONS(971), - [anon_sym_GT_EQ] = ACTIONS(971), - [anon_sym_LT_LT] = ACTIONS(973), - [anon_sym_GT_GT] = ACTIONS(973), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_SLASH] = ACTIONS(949), - [anon_sym_PERCENT] = ACTIONS(949), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__declarator] = STATE(102), + [sym__abstract_declarator] = STATE(305), + [sym_pointer_declarator] = STATE(44), + [sym_abstract_pointer_declarator] = STATE(167), + [sym_function_declarator] = STATE(44), + [sym_abstract_function_declarator] = STATE(167), + [sym_array_declarator] = STATE(44), + [sym_abstract_array_declarator] = STATE(167), + [sym_parameter_list] = STATE(168), + [anon_sym_LPAREN] = ACTIONS(766), + [anon_sym_COMMA] = ACTIONS(736), + [anon_sym_RPAREN] = ACTIONS(736), + [anon_sym_STAR] = ACTIONS(770), + [anon_sym_LBRACK] = ACTIONS(446), + [sym_identifier] = ACTIONS(113), + [sym_comment] = ACTIONS(42), }, [317] = { - [sym__expression] = STATE(476), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_parameter_list] = STATE(110), + [anon_sym_LPAREN] = ACTIONS(244), + [anon_sym_COMMA] = ACTIONS(1225), + [anon_sym_RPAREN] = ACTIONS(1225), + [anon_sym_LBRACK] = ACTIONS(252), + [sym_comment] = ACTIONS(42), }, [318] = { - [sym__expression] = STATE(493), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_parameter_list] = STATE(310), + [anon_sym_LPAREN] = ACTIONS(244), + [anon_sym_COMMA] = ACTIONS(1225), + [anon_sym_RPAREN] = ACTIONS(1225), + [anon_sym_LBRACK] = ACTIONS(742), + [sym_comment] = ACTIONS(42), }, [319] = { - [sym__expression] = STATE(494), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(146), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(146), + [anon_sym_LPAREN] = ACTIONS(144), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(146), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(146), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(146), + [sym_preproc_directive] = ACTIONS(148), + [anon_sym_SEMI] = ACTIONS(144), + [anon_sym_extern] = ACTIONS(146), + [anon_sym_LBRACE] = ACTIONS(144), + [anon_sym_RBRACE] = ACTIONS(144), + [anon_sym_STAR] = ACTIONS(144), + [anon_sym_typedef] = ACTIONS(146), + [anon_sym_static] = ACTIONS(146), + [anon_sym_auto] = ACTIONS(146), + [anon_sym_register] = ACTIONS(146), + [anon_sym_const] = ACTIONS(146), + [anon_sym_restrict] = ACTIONS(146), + [anon_sym_volatile] = ACTIONS(146), + [sym_function_specifier] = ACTIONS(146), + [anon_sym_unsigned] = ACTIONS(146), + [anon_sym_long] = ACTIONS(146), + [anon_sym_short] = ACTIONS(146), + [anon_sym_enum] = ACTIONS(146), + [anon_sym_struct] = ACTIONS(146), + [anon_sym_union] = ACTIONS(146), + [anon_sym_if] = ACTIONS(146), + [anon_sym_switch] = ACTIONS(146), + [anon_sym_case] = ACTIONS(146), + [anon_sym_default] = ACTIONS(146), + [anon_sym_while] = ACTIONS(146), + [anon_sym_do] = ACTIONS(146), + [anon_sym_for] = ACTIONS(146), + [anon_sym_return] = ACTIONS(146), + [anon_sym_break] = ACTIONS(146), + [anon_sym_continue] = ACTIONS(146), + [anon_sym_goto] = ACTIONS(146), + [anon_sym_AMP] = ACTIONS(144), + [anon_sym_BANG] = ACTIONS(144), + [anon_sym_TILDE] = ACTIONS(144), + [anon_sym_PLUS] = ACTIONS(146), + [anon_sym_DASH] = ACTIONS(146), + [anon_sym_DASH_DASH] = ACTIONS(144), + [anon_sym_PLUS_PLUS] = ACTIONS(144), + [anon_sym_sizeof] = ACTIONS(146), + [sym_number_literal] = ACTIONS(146), + [sym_char_literal] = ACTIONS(146), + [sym_string_literal] = ACTIONS(144), + [sym_identifier] = ACTIONS(148), + [sym_comment] = ACTIONS(42), }, [320] = { - [sym__expression] = STATE(495), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_preproc_params] = STATE(529), + [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(1227), + [anon_sym_LF] = ACTIONS(1229), + [anon_sym_LPAREN] = ACTIONS(154), + [sym_comment] = ACTIONS(52), }, [321] = { - [sym__expression] = STATE(496), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_type_qualifier] = STATE(95), + [sym__type_specifier] = STATE(96), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__expression] = STATE(328), + [sym_comma_expression] = STATE(329), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_type_descriptor] = STATE(530), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_sized_type_specifier_repeat1] = STATE(98), + [aux_sym_type_descriptor_repeat1] = STATE(99), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_const] = ACTIONS(230), + [anon_sym_restrict] = ACTIONS(230), + [anon_sym_volatile] = ACTIONS(230), + [anon_sym_unsigned] = ACTIONS(232), + [anon_sym_long] = ACTIONS(232), + [anon_sym_short] = ACTIONS(232), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(794), + [sym_comment] = ACTIONS(42), }, [322] = { - [sym__expression] = STATE(497), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(337), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [323] = { - [sym__expression] = STATE(498), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(363), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [324] = { - [sym__expression] = STATE(499), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(364), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [325] = { - [sym__expression] = STATE(500), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(365), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [326] = { - [sym__expression] = STATE(501), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(532), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1231), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [327] = { - [sym__expression] = STATE(502), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(872), + [anon_sym_COMMA] = ACTIONS(866), + [anon_sym_RPAREN] = ACTIONS(876), + [anon_sym_STAR] = ACTIONS(879), + [anon_sym_LBRACK] = ACTIONS(876), + [anon_sym_EQ] = ACTIONS(868), + [anon_sym_QMARK] = ACTIONS(866), + [anon_sym_STAR_EQ] = ACTIONS(866), + [anon_sym_SLASH_EQ] = ACTIONS(866), + [anon_sym_PERCENT_EQ] = ACTIONS(866), + [anon_sym_PLUS_EQ] = ACTIONS(866), + [anon_sym_DASH_EQ] = ACTIONS(866), + [anon_sym_LT_LT_EQ] = ACTIONS(866), + [anon_sym_GT_GT_EQ] = ACTIONS(866), + [anon_sym_AMP_EQ] = ACTIONS(866), + [anon_sym_CARET_EQ] = ACTIONS(866), + [anon_sym_PIPE_EQ] = ACTIONS(866), + [anon_sym_AMP] = ACTIONS(868), + [anon_sym_PIPE_PIPE] = ACTIONS(866), + [anon_sym_AMP_AMP] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_LT] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_LT_LT] = ACTIONS(868), + [anon_sym_GT_GT] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_PERCENT] = ACTIONS(868), + [anon_sym_DASH_DASH] = ACTIONS(866), + [anon_sym_PLUS_PLUS] = ACTIONS(866), + [anon_sym_DOT] = ACTIONS(866), + [anon_sym_DASH_GT] = ACTIONS(866), + [sym_comment] = ACTIONS(42), }, [328] = { - [sym__expression] = STATE(503), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1233), + [anon_sym_RPAREN] = ACTIONS(1235), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [329] = { - [anon_sym_LPAREN] = ACTIONS(1377), - [anon_sym_COMMA] = ACTIONS(1377), - [anon_sym_RPAREN] = ACTIONS(1377), - [anon_sym_SEMI] = ACTIONS(1377), - [anon_sym_RBRACE] = ACTIONS(1377), - [anon_sym_STAR] = ACTIONS(1379), - [anon_sym_LBRACK] = ACTIONS(1377), - [anon_sym_RBRACK] = ACTIONS(1377), - [anon_sym_EQ] = ACTIONS(1379), - [anon_sym_COLON] = ACTIONS(1377), - [anon_sym_QMARK] = ACTIONS(1377), - [anon_sym_STAR_EQ] = ACTIONS(1377), - [anon_sym_SLASH_EQ] = ACTIONS(1377), - [anon_sym_PERCENT_EQ] = ACTIONS(1377), - [anon_sym_PLUS_EQ] = ACTIONS(1377), - [anon_sym_DASH_EQ] = ACTIONS(1377), - [anon_sym_LT_LT_EQ] = ACTIONS(1377), - [anon_sym_GT_GT_EQ] = ACTIONS(1377), - [anon_sym_AMP_EQ] = ACTIONS(1377), - [anon_sym_CARET_EQ] = ACTIONS(1377), - [anon_sym_PIPE_EQ] = ACTIONS(1377), - [anon_sym_AMP] = ACTIONS(1379), - [anon_sym_PIPE_PIPE] = ACTIONS(1377), - [anon_sym_AMP_AMP] = ACTIONS(1377), - [anon_sym_PIPE] = ACTIONS(1379), - [anon_sym_CARET] = ACTIONS(1379), - [anon_sym_EQ_EQ] = ACTIONS(1377), - [anon_sym_BANG_EQ] = ACTIONS(1377), - [anon_sym_LT] = ACTIONS(1379), - [anon_sym_GT] = ACTIONS(1379), - [anon_sym_LT_EQ] = ACTIONS(1377), - [anon_sym_GT_EQ] = ACTIONS(1377), - [anon_sym_LT_LT] = ACTIONS(1379), - [anon_sym_GT_GT] = ACTIONS(1379), - [anon_sym_PLUS] = ACTIONS(1379), - [anon_sym_DASH] = ACTIONS(1379), - [anon_sym_SLASH] = ACTIONS(1379), - [anon_sym_PERCENT] = ACTIONS(1379), - [anon_sym_DASH_DASH] = ACTIONS(1377), - [anon_sym_PLUS_PLUS] = ACTIONS(1377), - [anon_sym_DOT] = ACTIONS(1377), - [anon_sym_DASH_GT] = ACTIONS(1377), - [sym_comment] = ACTIONS(123), + [anon_sym_RPAREN] = ACTIONS(1235), + [sym_comment] = ACTIONS(42), }, [330] = { - [sym__expression] = STATE(504), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_RPAREN] = ACTIONS(1265), + [sym_comment] = ACTIONS(42), }, [331] = { - [sym_identifier] = ACTIONS(1381), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(570), + [sym_preproc_def] = STATE(570), + [sym_preproc_function_def] = STATE(570), + [sym_preproc_call] = STATE(570), + [sym_preproc_if_in_compound_statement] = STATE(571), + [sym_preproc_ifdef_in_compound_statement] = STATE(572), + [sym_preproc_else_in_compound_statement] = STATE(573), + [sym_declaration] = STATE(570), + [sym__declaration_specifiers] = STATE(574), + [sym_compound_statement] = STATE(570), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(570), + [sym_expression_statement] = STATE(570), + [sym_if_statement] = STATE(570), + [sym_switch_statement] = STATE(570), + [sym_case_statement] = STATE(570), + [sym_while_statement] = STATE(570), + [sym_do_statement] = STATE(570), + [sym_for_statement] = STATE(570), + [sym_return_statement] = STATE(570), + [sym_break_statement] = STATE(570), + [sym_continue_statement] = STATE(570), + [sym_goto_statement] = STATE(570), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(570), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(577), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1267), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1269), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1271), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1273), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1277), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1279), + [sym_preproc_directive] = ACTIONS(1281), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1309), + [sym_comment] = ACTIONS(42), }, [332] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1383), - [anon_sym_RBRACE] = ACTIONS(1383), - [anon_sym_STAR] = ACTIONS(1041), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1043), - [anon_sym_QMARK] = ACTIONS(1045), - [anon_sym_STAR_EQ] = ACTIONS(1047), - [anon_sym_SLASH_EQ] = ACTIONS(1047), - [anon_sym_PERCENT_EQ] = ACTIONS(1047), - [anon_sym_PLUS_EQ] = ACTIONS(1047), - [anon_sym_DASH_EQ] = ACTIONS(1047), - [anon_sym_LT_LT_EQ] = ACTIONS(1047), - [anon_sym_GT_GT_EQ] = ACTIONS(1047), - [anon_sym_AMP_EQ] = ACTIONS(1047), - [anon_sym_CARET_EQ] = ACTIONS(1047), - [anon_sym_PIPE_EQ] = ACTIONS(1047), - [anon_sym_AMP] = ACTIONS(1049), - [anon_sym_PIPE_PIPE] = ACTIONS(1051), - [anon_sym_AMP_AMP] = ACTIONS(1053), - [anon_sym_PIPE] = ACTIONS(1055), - [anon_sym_CARET] = ACTIONS(1057), - [anon_sym_EQ_EQ] = ACTIONS(1059), - [anon_sym_BANG_EQ] = ACTIONS(1059), - [anon_sym_LT] = ACTIONS(1061), - [anon_sym_GT] = ACTIONS(1061), - [anon_sym_LT_EQ] = ACTIONS(1063), - [anon_sym_GT_EQ] = ACTIONS(1063), - [anon_sym_LT_LT] = ACTIONS(1065), - [anon_sym_GT_GT] = ACTIONS(1065), - [anon_sym_PLUS] = ACTIONS(1067), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_SLASH] = ACTIONS(1041), - [anon_sym_PERCENT] = ACTIONS(1041), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(570), + [sym_preproc_def] = STATE(570), + [sym_preproc_function_def] = STATE(570), + [sym_preproc_call] = STATE(570), + [sym_preproc_if_in_compound_statement] = STATE(571), + [sym_preproc_ifdef_in_compound_statement] = STATE(572), + [sym_preproc_else_in_compound_statement] = STATE(579), + [sym_declaration] = STATE(570), + [sym__declaration_specifiers] = STATE(574), + [sym_compound_statement] = STATE(570), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(570), + [sym_expression_statement] = STATE(570), + [sym_if_statement] = STATE(570), + [sym_switch_statement] = STATE(570), + [sym_case_statement] = STATE(570), + [sym_while_statement] = STATE(570), + [sym_do_statement] = STATE(570), + [sym_for_statement] = STATE(570), + [sym_return_statement] = STATE(570), + [sym_break_statement] = STATE(570), + [sym_continue_statement] = STATE(570), + [sym_goto_statement] = STATE(570), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(570), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(580), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1267), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1269), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1271), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1311), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1277), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1279), + [sym_preproc_directive] = ACTIONS(1281), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1309), + [sym_comment] = ACTIONS(42), }, [333] = { - [anon_sym_COMMA] = ACTIONS(1383), - [anon_sym_RBRACE] = ACTIONS(1383), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(570), + [sym_preproc_def] = STATE(570), + [sym_preproc_function_def] = STATE(570), + [sym_preproc_call] = STATE(570), + [sym_preproc_if_in_compound_statement] = STATE(571), + [sym_preproc_ifdef_in_compound_statement] = STATE(572), + [sym_preproc_else_in_compound_statement] = STATE(582), + [sym_declaration] = STATE(570), + [sym__declaration_specifiers] = STATE(574), + [sym_compound_statement] = STATE(570), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(570), + [sym_expression_statement] = STATE(570), + [sym_if_statement] = STATE(570), + [sym_switch_statement] = STATE(570), + [sym_case_statement] = STATE(570), + [sym_while_statement] = STATE(570), + [sym_do_statement] = STATE(570), + [sym_for_statement] = STATE(570), + [sym_return_statement] = STATE(570), + [sym_break_statement] = STATE(570), + [sym_continue_statement] = STATE(570), + [sym_goto_statement] = STATE(570), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(570), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(583), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1267), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1269), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1271), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1313), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1277), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1279), + [sym_preproc_directive] = ACTIONS(1281), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1309), + [sym_comment] = ACTIONS(42), }, [334] = { - [anon_sym_COMMA] = ACTIONS(1385), - [anon_sym_RBRACE] = ACTIONS(1387), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(180), + [anon_sym_LPAREN] = ACTIONS(178), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(180), + [sym_preproc_directive] = ACTIONS(182), + [anon_sym_SEMI] = ACTIONS(178), + [anon_sym_extern] = ACTIONS(180), + [anon_sym_LBRACE] = ACTIONS(178), + [anon_sym_RBRACE] = ACTIONS(178), + [anon_sym_STAR] = ACTIONS(178), + [anon_sym_typedef] = ACTIONS(180), + [anon_sym_static] = ACTIONS(180), + [anon_sym_auto] = ACTIONS(180), + [anon_sym_register] = ACTIONS(180), + [anon_sym_const] = ACTIONS(180), + [anon_sym_restrict] = ACTIONS(180), + [anon_sym_volatile] = ACTIONS(180), + [sym_function_specifier] = ACTIONS(180), + [anon_sym_unsigned] = ACTIONS(180), + [anon_sym_long] = ACTIONS(180), + [anon_sym_short] = ACTIONS(180), + [anon_sym_enum] = ACTIONS(180), + [anon_sym_struct] = ACTIONS(180), + [anon_sym_union] = ACTIONS(180), + [anon_sym_if] = ACTIONS(180), + [anon_sym_switch] = ACTIONS(180), + [anon_sym_case] = ACTIONS(180), + [anon_sym_default] = ACTIONS(180), + [anon_sym_while] = ACTIONS(180), + [anon_sym_do] = ACTIONS(180), + [anon_sym_for] = ACTIONS(180), + [anon_sym_return] = ACTIONS(180), + [anon_sym_break] = ACTIONS(180), + [anon_sym_continue] = ACTIONS(180), + [anon_sym_goto] = ACTIONS(180), + [anon_sym_AMP] = ACTIONS(178), + [anon_sym_BANG] = ACTIONS(178), + [anon_sym_TILDE] = ACTIONS(178), + [anon_sym_PLUS] = ACTIONS(180), + [anon_sym_DASH] = ACTIONS(180), + [anon_sym_DASH_DASH] = ACTIONS(178), + [anon_sym_PLUS_PLUS] = ACTIONS(178), + [anon_sym_sizeof] = ACTIONS(180), + [sym_number_literal] = ACTIONS(180), + [sym_char_literal] = ACTIONS(180), + [sym_string_literal] = ACTIONS(178), + [sym_identifier] = ACTIONS(182), + [sym_comment] = ACTIONS(42), }, [335] = { - [anon_sym_LBRACK] = ACTIONS(1389), - [anon_sym_EQ] = ACTIONS(1389), - [anon_sym_DOT] = ACTIONS(1389), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(814), + [anon_sym_LPAREN] = ACTIONS(812), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(814), + [sym_preproc_directive] = ACTIONS(816), + [anon_sym_SEMI] = ACTIONS(812), + [anon_sym_extern] = ACTIONS(814), + [anon_sym_LBRACE] = ACTIONS(812), + [anon_sym_RBRACE] = ACTIONS(812), + [anon_sym_STAR] = ACTIONS(812), + [anon_sym_typedef] = ACTIONS(814), + [anon_sym_static] = ACTIONS(814), + [anon_sym_auto] = ACTIONS(814), + [anon_sym_register] = ACTIONS(814), + [anon_sym_const] = ACTIONS(814), + [anon_sym_restrict] = ACTIONS(814), + [anon_sym_volatile] = ACTIONS(814), + [sym_function_specifier] = ACTIONS(814), + [anon_sym_unsigned] = ACTIONS(814), + [anon_sym_long] = ACTIONS(814), + [anon_sym_short] = ACTIONS(814), + [anon_sym_enum] = ACTIONS(814), + [anon_sym_struct] = ACTIONS(814), + [anon_sym_union] = ACTIONS(814), + [anon_sym_if] = ACTIONS(814), + [anon_sym_switch] = ACTIONS(814), + [anon_sym_case] = ACTIONS(814), + [anon_sym_default] = ACTIONS(814), + [anon_sym_while] = ACTIONS(814), + [anon_sym_do] = ACTIONS(814), + [anon_sym_for] = ACTIONS(814), + [anon_sym_return] = ACTIONS(814), + [anon_sym_break] = ACTIONS(814), + [anon_sym_continue] = ACTIONS(814), + [anon_sym_goto] = ACTIONS(814), + [anon_sym_AMP] = ACTIONS(812), + [anon_sym_BANG] = ACTIONS(812), + [anon_sym_TILDE] = ACTIONS(812), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_DASH_DASH] = ACTIONS(812), + [anon_sym_PLUS_PLUS] = ACTIONS(812), + [anon_sym_sizeof] = ACTIONS(814), + [sym_number_literal] = ACTIONS(814), + [sym_char_literal] = ACTIONS(814), + [sym_string_literal] = ACTIONS(812), + [sym_identifier] = ACTIONS(816), + [sym_comment] = ACTIONS(42), }, [336] = { - [sym_designator] = STATE(509), - [anon_sym_LBRACK] = ACTIONS(979), - [anon_sym_EQ] = ACTIONS(1391), - [anon_sym_DOT] = ACTIONS(981), - [sym_comment] = ACTIONS(123), - }, - [337] = { - [sym_parameter_list] = STATE(96), - [anon_sym_LPAREN] = ACTIONS(341), - [anon_sym_COMMA] = ACTIONS(1393), - [anon_sym_SEMI] = ACTIONS(1393), - [anon_sym_LBRACK] = ACTIONS(349), - [anon_sym_EQ] = ACTIONS(351), - [sym_comment] = ACTIONS(123), - }, - [338] = { - [anon_sym_COMMA] = ACTIONS(1393), - [anon_sym_SEMI] = ACTIONS(1393), - [sym_comment] = ACTIONS(123), - }, - [339] = { - [anon_sym_COMMA] = ACTIONS(1395), - [anon_sym_RPAREN] = ACTIONS(1395), - [sym_comment] = ACTIONS(123), - }, - [340] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(1397), - [sym_identifier] = ACTIONS(1399), - [sym_comment] = ACTIONS(123), - }, - [341] = { - [anon_sym_LF] = ACTIONS(1401), - [sym_preproc_arg] = ACTIONS(1401), - [sym_comment] = ACTIONS(165), - }, - [342] = { - [anon_sym_RPAREN] = ACTIONS(1403), - [sym_comment] = ACTIONS(123), - }, - [343] = { - [sym_type_qualifier] = STATE(81), - [sym__type_specifier] = STATE(82), + [sym_preproc_include] = STATE(394), + [sym_preproc_def] = STATE(394), + [sym_preproc_function_def] = STATE(394), + [sym_preproc_call] = STATE(394), + [sym_preproc_if_in_compound_statement] = STATE(395), + [sym_preproc_ifdef_in_compound_statement] = STATE(396), + [sym_declaration] = STATE(394), + [sym__declaration_specifiers] = STATE(212), + [sym_compound_statement] = STATE(394), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), [sym_sized_type_specifier] = STATE(21), [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(512), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), + [sym_labeled_statement] = STATE(394), + [sym_expression_statement] = STATE(394), + [sym_if_statement] = STATE(394), + [sym_switch_statement] = STATE(394), + [sym_case_statement] = STATE(394), + [sym_while_statement] = STATE(394), + [sym_do_statement] = STATE(394), + [sym_for_statement] = STATE(394), + [sym_return_statement] = STATE(394), + [sym_break_statement] = STATE(394), + [sym_continue_statement] = STATE(394), + [sym_goto_statement] = STATE(394), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(394), [sym_macro_type_specifier] = STATE(21), - [aux_sym_sized_type_specifier_repeat1] = STATE(84), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(797), - [sym_comment] = ACTIONS(123), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(470), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(472), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(476), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(478), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(480), + [sym_preproc_directive] = ACTIONS(482), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_RBRACE] = ACTIONS(1315), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(528), + [sym_comment] = ACTIONS(42), }, - [344] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), + [337] = { + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), [anon_sym_COMMA] = ACTIONS(1317), + [anon_sym_RPAREN] = ACTIONS(1317), + [anon_sym_SEMI] = ACTIONS(1317), [anon_sym_RBRACE] = ACTIONS(1317), - [anon_sym_STAR] = ACTIONS(1041), - [anon_sym_LBRACK] = ACTIONS(909), + [anon_sym_STAR] = ACTIONS(1319), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_RBRACK] = ACTIONS(1317), [anon_sym_EQ] = ACTIONS(1319), + [anon_sym_COLON] = ACTIONS(1317), [anon_sym_QMARK] = ACTIONS(1317), [anon_sym_STAR_EQ] = ACTIONS(1317), [anon_sym_SLASH_EQ] = ACTIONS(1317), @@ -24832,3913 +15226,3728 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(1319), [anon_sym_LT_EQ] = ACTIONS(1317), [anon_sym_GT_EQ] = ACTIONS(1317), - [anon_sym_LT_LT] = ACTIONS(1065), - [anon_sym_GT_GT] = ACTIONS(1065), - [anon_sym_PLUS] = ACTIONS(1067), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_SLASH] = ACTIONS(1041), - [anon_sym_PERCENT] = ACTIONS(1041), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LT_LT] = ACTIONS(1319), + [anon_sym_GT_GT] = ACTIONS(1319), + [anon_sym_PLUS] = ACTIONS(1319), + [anon_sym_DASH] = ACTIONS(1319), + [anon_sym_SLASH] = ACTIONS(1319), + [anon_sym_PERCENT] = ACTIONS(1319), + [anon_sym_DASH_DASH] = ACTIONS(1317), + [anon_sym_PLUS_PLUS] = ACTIONS(1317), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), + }, + [338] = { + [sym__expression] = STATE(591), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), + }, + [339] = { + [sym__expression] = STATE(592), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), + }, + [340] = { + [sym_type_qualifier] = STATE(95), + [sym__type_specifier] = STATE(96), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__expression] = STATE(328), + [sym_comma_expression] = STATE(329), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_type_descriptor] = STATE(593), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_sized_type_specifier_repeat1] = STATE(98), + [aux_sym_type_descriptor_repeat1] = STATE(99), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_const] = ACTIONS(230), + [anon_sym_restrict] = ACTIONS(230), + [anon_sym_volatile] = ACTIONS(230), + [anon_sym_unsigned] = ACTIONS(232), + [anon_sym_long] = ACTIONS(232), + [anon_sym_short] = ACTIONS(232), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(794), + [sym_comment] = ACTIONS(42), + }, + [341] = { + [sym__expression] = STATE(337), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), + }, + [342] = { + [sym__expression] = STATE(363), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), + }, + [343] = { + [sym__expression] = STATE(364), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), + }, + [344] = { + [sym__expression] = STATE(365), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [345] = { - [sym__expression] = STATE(476), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_STAR] = ACTIONS(679), - [anon_sym_AMP] = ACTIONS(679), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_PLUS] = ACTIONS(685), - [anon_sym_DASH] = ACTIONS(685), - [anon_sym_DASH_DASH] = ACTIONS(687), - [anon_sym_PLUS_PLUS] = ACTIONS(687), - [anon_sym_sizeof] = ACTIONS(689), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(595), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1335), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [346] = { - [sym__expression] = STATE(513), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_STAR] = ACTIONS(679), - [anon_sym_AMP] = ACTIONS(679), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_PLUS] = ACTIONS(685), - [anon_sym_DASH] = ACTIONS(685), - [anon_sym_DASH_DASH] = ACTIONS(687), - [anon_sym_PLUS_PLUS] = ACTIONS(687), - [anon_sym_sizeof] = ACTIONS(689), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1339), + [anon_sym_COLON] = ACTIONS(1341), + [anon_sym_QMARK] = ACTIONS(1343), + [anon_sym_STAR_EQ] = ACTIONS(1345), + [anon_sym_SLASH_EQ] = ACTIONS(1345), + [anon_sym_PERCENT_EQ] = ACTIONS(1345), + [anon_sym_PLUS_EQ] = ACTIONS(1345), + [anon_sym_DASH_EQ] = ACTIONS(1345), + [anon_sym_LT_LT_EQ] = ACTIONS(1345), + [anon_sym_GT_GT_EQ] = ACTIONS(1345), + [anon_sym_AMP_EQ] = ACTIONS(1345), + [anon_sym_CARET_EQ] = ACTIONS(1345), + [anon_sym_PIPE_EQ] = ACTIONS(1345), + [anon_sym_AMP] = ACTIONS(1347), + [anon_sym_PIPE_PIPE] = ACTIONS(1349), + [anon_sym_AMP_AMP] = ACTIONS(1351), + [anon_sym_PIPE] = ACTIONS(1353), + [anon_sym_CARET] = ACTIONS(1355), + [anon_sym_EQ_EQ] = ACTIONS(1357), + [anon_sym_BANG_EQ] = ACTIONS(1357), + [anon_sym_LT] = ACTIONS(1359), + [anon_sym_GT] = ACTIONS(1359), + [anon_sym_LT_EQ] = ACTIONS(1361), + [anon_sym_GT_EQ] = ACTIONS(1361), + [anon_sym_LT_LT] = ACTIONS(1363), + [anon_sym_GT_GT] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1365), + [anon_sym_SLASH] = ACTIONS(1337), + [anon_sym_PERCENT] = ACTIONS(1337), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [347] = { - [sym__expression] = STATE(514), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_declaration] = STATE(610), + [sym__declaration_specifiers] = STATE(611), + [sym_compound_statement] = STATE(610), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(610), + [sym_expression_statement] = STATE(610), + [sym_if_statement] = STATE(610), + [sym_switch_statement] = STATE(610), + [sym_case_statement] = STATE(610), + [sym_while_statement] = STATE(610), + [sym_do_statement] = STATE(610), + [sym_for_statement] = STATE(610), + [sym_return_statement] = STATE(610), + [sym_break_statement] = STATE(610), + [sym_continue_statement] = STATE(610), + [sym_goto_statement] = STATE(610), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1367), + [sym_comment] = ACTIONS(42), }, [348] = { - [sym__expression] = STATE(515), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_STAR] = ACTIONS(679), - [anon_sym_AMP] = ACTIONS(679), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_PLUS] = ACTIONS(685), - [anon_sym_DASH] = ACTIONS(685), - [anon_sym_DASH_DASH] = ACTIONS(687), - [anon_sym_PLUS_PLUS] = ACTIONS(687), - [anon_sym_sizeof] = ACTIONS(689), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(612), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [349] = { - [sym__expression] = STATE(516), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_STAR] = ACTIONS(679), - [anon_sym_AMP] = ACTIONS(679), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_PLUS] = ACTIONS(685), - [anon_sym_DASH] = ACTIONS(685), - [anon_sym_DASH_DASH] = ACTIONS(687), - [anon_sym_PLUS_PLUS] = ACTIONS(687), - [anon_sym_sizeof] = ACTIONS(689), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1369), + [sym_comment] = ACTIONS(42), }, [350] = { - [sym__expression] = STATE(517), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_STAR] = ACTIONS(679), - [anon_sym_AMP] = ACTIONS(679), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_PLUS] = ACTIONS(685), - [anon_sym_DASH] = ACTIONS(685), - [anon_sym_DASH_DASH] = ACTIONS(687), - [anon_sym_PLUS_PLUS] = ACTIONS(687), - [anon_sym_sizeof] = ACTIONS(689), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1371), + [sym_comment] = ACTIONS(42), }, [351] = { - [sym__expression] = STATE(518), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_STAR] = ACTIONS(679), - [anon_sym_AMP] = ACTIONS(679), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_PLUS] = ACTIONS(685), - [anon_sym_DASH] = ACTIONS(685), - [anon_sym_DASH_DASH] = ACTIONS(687), - [anon_sym_PLUS_PLUS] = ACTIONS(687), - [anon_sym_sizeof] = ACTIONS(689), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(615), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [352] = { - [sym__expression] = STATE(519), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_STAR] = ACTIONS(679), - [anon_sym_AMP] = ACTIONS(679), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_PLUS] = ACTIONS(685), - [anon_sym_DASH] = ACTIONS(685), - [anon_sym_DASH_DASH] = ACTIONS(687), - [anon_sym_PLUS_PLUS] = ACTIONS(687), - [anon_sym_sizeof] = ACTIONS(689), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_COLON] = ACTIONS(1373), + [sym_comment] = ACTIONS(42), }, [353] = { - [sym__expression] = STATE(520), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_STAR] = ACTIONS(679), - [anon_sym_AMP] = ACTIONS(679), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_PLUS] = ACTIONS(685), - [anon_sym_DASH] = ACTIONS(685), - [anon_sym_DASH_DASH] = ACTIONS(687), - [anon_sym_PLUS_PLUS] = ACTIONS(687), - [anon_sym_sizeof] = ACTIONS(689), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1375), + [sym_comment] = ACTIONS(42), }, [354] = { - [sym__expression] = STATE(521), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_STAR] = ACTIONS(679), - [anon_sym_AMP] = ACTIONS(679), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_PLUS] = ACTIONS(685), - [anon_sym_DASH] = ACTIONS(685), - [anon_sym_DASH_DASH] = ACTIONS(687), - [anon_sym_PLUS_PLUS] = ACTIONS(687), - [anon_sym_sizeof] = ACTIONS(689), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1377), + [sym_comment] = ACTIONS(42), }, [355] = { - [sym__expression] = STATE(522), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_STAR] = ACTIONS(679), - [anon_sym_AMP] = ACTIONS(679), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_PLUS] = ACTIONS(685), - [anon_sym_DASH] = ACTIONS(685), - [anon_sym_DASH_DASH] = ACTIONS(687), - [anon_sym_PLUS_PLUS] = ACTIONS(687), - [anon_sym_sizeof] = ACTIONS(689), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(866), + [anon_sym_COMMA] = ACTIONS(866), + [anon_sym_SEMI] = ACTIONS(866), + [anon_sym_STAR] = ACTIONS(868), + [anon_sym_LBRACK] = ACTIONS(866), + [anon_sym_EQ] = ACTIONS(868), + [anon_sym_COLON] = ACTIONS(1379), + [anon_sym_QMARK] = ACTIONS(866), + [anon_sym_STAR_EQ] = ACTIONS(866), + [anon_sym_SLASH_EQ] = ACTIONS(866), + [anon_sym_PERCENT_EQ] = ACTIONS(866), + [anon_sym_PLUS_EQ] = ACTIONS(866), + [anon_sym_DASH_EQ] = ACTIONS(866), + [anon_sym_LT_LT_EQ] = ACTIONS(866), + [anon_sym_GT_GT_EQ] = ACTIONS(866), + [anon_sym_AMP_EQ] = ACTIONS(866), + [anon_sym_CARET_EQ] = ACTIONS(866), + [anon_sym_PIPE_EQ] = ACTIONS(866), + [anon_sym_AMP] = ACTIONS(868), + [anon_sym_PIPE_PIPE] = ACTIONS(866), + [anon_sym_AMP_AMP] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_LT] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_LT_LT] = ACTIONS(868), + [anon_sym_GT_GT] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_PERCENT] = ACTIONS(868), + [anon_sym_DASH_DASH] = ACTIONS(866), + [anon_sym_PLUS_PLUS] = ACTIONS(866), + [anon_sym_DOT] = ACTIONS(866), + [anon_sym_DASH_GT] = ACTIONS(866), + [sym_comment] = ACTIONS(42), }, [356] = { - [sym__expression] = STATE(523), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_STAR] = ACTIONS(679), - [anon_sym_AMP] = ACTIONS(679), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_PLUS] = ACTIONS(685), - [anon_sym_DASH] = ACTIONS(685), - [anon_sym_DASH_DASH] = ACTIONS(687), - [anon_sym_PLUS_PLUS] = ACTIONS(687), - [anon_sym_sizeof] = ACTIONS(689), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_while] = ACTIONS(1381), + [sym_comment] = ACTIONS(42), }, [357] = { - [anon_sym_LPAREN] = ACTIONS(1405), - [anon_sym_COMMA] = ACTIONS(1405), - [anon_sym_RPAREN] = ACTIONS(1405), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_extern] = ACTIONS(1407), - [anon_sym_STAR] = ACTIONS(1405), - [anon_sym_LBRACK] = ACTIONS(1405), - [anon_sym_RBRACK] = ACTIONS(1405), - [anon_sym_typedef] = ACTIONS(1407), - [anon_sym_static] = ACTIONS(1407), - [anon_sym_auto] = ACTIONS(1407), - [anon_sym_register] = ACTIONS(1407), - [anon_sym_const] = ACTIONS(1407), - [anon_sym_restrict] = ACTIONS(1407), - [anon_sym_volatile] = ACTIONS(1407), - [sym_function_specifier] = ACTIONS(1407), - [anon_sym_COLON] = ACTIONS(1405), - [anon_sym_AMP] = ACTIONS(1405), - [anon_sym_BANG] = ACTIONS(1405), - [anon_sym_TILDE] = ACTIONS(1405), - [anon_sym_PLUS] = ACTIONS(1407), - [anon_sym_DASH] = ACTIONS(1407), - [anon_sym_DASH_DASH] = ACTIONS(1405), - [anon_sym_PLUS_PLUS] = ACTIONS(1405), - [anon_sym_sizeof] = ACTIONS(1407), - [sym_number_literal] = ACTIONS(1407), - [sym_char_literal] = ACTIONS(1407), - [sym_string_literal] = ACTIONS(1405), - [sym_identifier] = ACTIONS(1409), - [sym_comment] = ACTIONS(123), + [sym_declaration] = STATE(621), + [sym__declaration_specifiers] = STATE(623), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__expression] = STATE(624), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(1383), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1385), + [sym_comment] = ACTIONS(42), }, [358] = { - [anon_sym_COMMA] = ACTIONS(1411), - [anon_sym_RBRACE] = ACTIONS(1411), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1387), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1387), + [anon_sym_LPAREN] = ACTIONS(1389), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1387), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1387), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1387), + [sym_preproc_directive] = ACTIONS(1391), + [anon_sym_SEMI] = ACTIONS(1389), + [anon_sym_extern] = ACTIONS(1387), + [anon_sym_LBRACE] = ACTIONS(1389), + [anon_sym_RBRACE] = ACTIONS(1389), + [anon_sym_STAR] = ACTIONS(1389), + [anon_sym_typedef] = ACTIONS(1387), + [anon_sym_static] = ACTIONS(1387), + [anon_sym_auto] = ACTIONS(1387), + [anon_sym_register] = ACTIONS(1387), + [anon_sym_const] = ACTIONS(1387), + [anon_sym_restrict] = ACTIONS(1387), + [anon_sym_volatile] = ACTIONS(1387), + [sym_function_specifier] = ACTIONS(1387), + [anon_sym_unsigned] = ACTIONS(1387), + [anon_sym_long] = ACTIONS(1387), + [anon_sym_short] = ACTIONS(1387), + [anon_sym_enum] = ACTIONS(1387), + [anon_sym_struct] = ACTIONS(1387), + [anon_sym_union] = ACTIONS(1387), + [anon_sym_if] = ACTIONS(1387), + [anon_sym_switch] = ACTIONS(1387), + [anon_sym_case] = ACTIONS(1387), + [anon_sym_default] = ACTIONS(1387), + [anon_sym_while] = ACTIONS(1387), + [anon_sym_do] = ACTIONS(1387), + [anon_sym_for] = ACTIONS(1387), + [anon_sym_return] = ACTIONS(1387), + [anon_sym_break] = ACTIONS(1387), + [anon_sym_continue] = ACTIONS(1387), + [anon_sym_goto] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_BANG] = ACTIONS(1389), + [anon_sym_TILDE] = ACTIONS(1389), + [anon_sym_PLUS] = ACTIONS(1387), + [anon_sym_DASH] = ACTIONS(1387), + [anon_sym_DASH_DASH] = ACTIONS(1389), + [anon_sym_PLUS_PLUS] = ACTIONS(1389), + [anon_sym_sizeof] = ACTIONS(1387), + [sym_number_literal] = ACTIONS(1387), + [sym_char_literal] = ACTIONS(1387), + [sym_string_literal] = ACTIONS(1389), + [sym_identifier] = ACTIONS(1391), + [sym_comment] = ACTIONS(42), }, [359] = { - [anon_sym_LPAREN] = ACTIONS(1413), - [anon_sym_COMMA] = ACTIONS(1413), - [anon_sym_RPAREN] = ACTIONS(1413), - [anon_sym_SEMI] = ACTIONS(1413), - [anon_sym_LBRACK] = ACTIONS(1413), - [anon_sym_COLON] = ACTIONS(1413), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(1393), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [360] = { - [anon_sym_RPAREN] = ACTIONS(1415), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1395), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1395), + [anon_sym_LPAREN] = ACTIONS(1397), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1395), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1395), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1395), + [sym_preproc_directive] = ACTIONS(1399), + [anon_sym_SEMI] = ACTIONS(1397), + [anon_sym_extern] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1397), + [anon_sym_RBRACE] = ACTIONS(1397), + [anon_sym_STAR] = ACTIONS(1397), + [anon_sym_typedef] = ACTIONS(1395), + [anon_sym_static] = ACTIONS(1395), + [anon_sym_auto] = ACTIONS(1395), + [anon_sym_register] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [anon_sym_restrict] = ACTIONS(1395), + [anon_sym_volatile] = ACTIONS(1395), + [sym_function_specifier] = ACTIONS(1395), + [anon_sym_unsigned] = ACTIONS(1395), + [anon_sym_long] = ACTIONS(1395), + [anon_sym_short] = ACTIONS(1395), + [anon_sym_enum] = ACTIONS(1395), + [anon_sym_struct] = ACTIONS(1395), + [anon_sym_union] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_switch] = ACTIONS(1395), + [anon_sym_case] = ACTIONS(1395), + [anon_sym_default] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_goto] = ACTIONS(1395), + [anon_sym_AMP] = ACTIONS(1397), + [anon_sym_BANG] = ACTIONS(1397), + [anon_sym_TILDE] = ACTIONS(1397), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_DASH_DASH] = ACTIONS(1397), + [anon_sym_PLUS_PLUS] = ACTIONS(1397), + [anon_sym_sizeof] = ACTIONS(1395), + [sym_number_literal] = ACTIONS(1395), + [sym_char_literal] = ACTIONS(1395), + [sym_string_literal] = ACTIONS(1397), + [sym_identifier] = ACTIONS(1399), + [sym_comment] = ACTIONS(42), }, [361] = { - [sym_type_qualifier] = STATE(81), - [sym__type_specifier] = STATE(82), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(525), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_sized_type_specifier_repeat1] = STATE(84), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(797), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1401), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1401), + [anon_sym_LPAREN] = ACTIONS(1403), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1401), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1401), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1401), + [sym_preproc_directive] = ACTIONS(1405), + [anon_sym_SEMI] = ACTIONS(1403), + [anon_sym_extern] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1403), + [anon_sym_STAR] = ACTIONS(1403), + [anon_sym_typedef] = ACTIONS(1401), + [anon_sym_static] = ACTIONS(1401), + [anon_sym_auto] = ACTIONS(1401), + [anon_sym_register] = ACTIONS(1401), + [anon_sym_const] = ACTIONS(1401), + [anon_sym_restrict] = ACTIONS(1401), + [anon_sym_volatile] = ACTIONS(1401), + [sym_function_specifier] = ACTIONS(1401), + [anon_sym_unsigned] = ACTIONS(1401), + [anon_sym_long] = ACTIONS(1401), + [anon_sym_short] = ACTIONS(1401), + [anon_sym_enum] = ACTIONS(1401), + [anon_sym_struct] = ACTIONS(1401), + [anon_sym_union] = ACTIONS(1401), + [anon_sym_if] = ACTIONS(1401), + [anon_sym_switch] = ACTIONS(1401), + [anon_sym_case] = ACTIONS(1401), + [anon_sym_default] = ACTIONS(1401), + [anon_sym_while] = ACTIONS(1401), + [anon_sym_do] = ACTIONS(1401), + [anon_sym_for] = ACTIONS(1401), + [anon_sym_return] = ACTIONS(1401), + [anon_sym_break] = ACTIONS(1401), + [anon_sym_continue] = ACTIONS(1401), + [anon_sym_goto] = ACTIONS(1401), + [anon_sym_AMP] = ACTIONS(1403), + [anon_sym_BANG] = ACTIONS(1403), + [anon_sym_TILDE] = ACTIONS(1403), + [anon_sym_PLUS] = ACTIONS(1401), + [anon_sym_DASH] = ACTIONS(1401), + [anon_sym_DASH_DASH] = ACTIONS(1403), + [anon_sym_PLUS_PLUS] = ACTIONS(1403), + [anon_sym_sizeof] = ACTIONS(1401), + [sym_number_literal] = ACTIONS(1401), + [sym_char_literal] = ACTIONS(1401), + [sym_string_literal] = ACTIONS(1403), + [sym_identifier] = ACTIONS(1405), + [sym_comment] = ACTIONS(42), }, [362] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(1317), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1319), - [anon_sym_QMARK] = ACTIONS(1317), - [anon_sym_STAR_EQ] = ACTIONS(1317), - [anon_sym_SLASH_EQ] = ACTIONS(1317), - [anon_sym_PERCENT_EQ] = ACTIONS(1317), - [anon_sym_PLUS_EQ] = ACTIONS(1317), - [anon_sym_DASH_EQ] = ACTIONS(1317), - [anon_sym_LT_LT_EQ] = ACTIONS(1317), - [anon_sym_GT_GT_EQ] = ACTIONS(1317), - [anon_sym_AMP_EQ] = ACTIONS(1317), - [anon_sym_CARET_EQ] = ACTIONS(1317), - [anon_sym_PIPE_EQ] = ACTIONS(1317), - [anon_sym_AMP] = ACTIONS(1319), - [anon_sym_PIPE_PIPE] = ACTIONS(1317), - [anon_sym_AMP_AMP] = ACTIONS(1317), - [anon_sym_PIPE] = ACTIONS(1319), - [anon_sym_CARET] = ACTIONS(1319), - [anon_sym_EQ_EQ] = ACTIONS(1317), - [anon_sym_BANG_EQ] = ACTIONS(1317), - [anon_sym_LT] = ACTIONS(1319), - [anon_sym_GT] = ACTIONS(1319), - [anon_sym_LT_EQ] = ACTIONS(1317), - [anon_sym_GT_EQ] = ACTIONS(1317), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_SEMI] = ACTIONS(1407), + [sym_comment] = ACTIONS(42), }, [363] = { - [anon_sym_extern] = ACTIONS(1417), - [anon_sym_RBRACE] = ACTIONS(1419), - [anon_sym_typedef] = ACTIONS(1417), - [anon_sym_static] = ACTIONS(1417), - [anon_sym_auto] = ACTIONS(1417), - [anon_sym_register] = ACTIONS(1417), - [anon_sym_const] = ACTIONS(1417), - [anon_sym_restrict] = ACTIONS(1417), - [anon_sym_volatile] = ACTIONS(1417), - [sym_function_specifier] = ACTIONS(1417), - [anon_sym_unsigned] = ACTIONS(1417), - [anon_sym_long] = ACTIONS(1417), - [anon_sym_short] = ACTIONS(1417), - [anon_sym_enum] = ACTIONS(1417), - [anon_sym_struct] = ACTIONS(1417), - [anon_sym_union] = ACTIONS(1417), - [sym_identifier] = ACTIONS(1421), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1409), + [anon_sym_RPAREN] = ACTIONS(1409), + [anon_sym_SEMI] = ACTIONS(1409), + [anon_sym_RBRACE] = ACTIONS(1409), + [anon_sym_STAR] = ACTIONS(1411), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_RBRACK] = ACTIONS(1409), + [anon_sym_EQ] = ACTIONS(1411), + [anon_sym_COLON] = ACTIONS(1409), + [anon_sym_QMARK] = ACTIONS(1409), + [anon_sym_STAR_EQ] = ACTIONS(1409), + [anon_sym_SLASH_EQ] = ACTIONS(1409), + [anon_sym_PERCENT_EQ] = ACTIONS(1409), + [anon_sym_PLUS_EQ] = ACTIONS(1409), + [anon_sym_DASH_EQ] = ACTIONS(1409), + [anon_sym_LT_LT_EQ] = ACTIONS(1409), + [anon_sym_GT_GT_EQ] = ACTIONS(1409), + [anon_sym_AMP_EQ] = ACTIONS(1409), + [anon_sym_CARET_EQ] = ACTIONS(1409), + [anon_sym_PIPE_EQ] = ACTIONS(1409), + [anon_sym_AMP] = ACTIONS(1411), + [anon_sym_PIPE_PIPE] = ACTIONS(1409), + [anon_sym_AMP_AMP] = ACTIONS(1409), + [anon_sym_PIPE] = ACTIONS(1411), + [anon_sym_CARET] = ACTIONS(1411), + [anon_sym_EQ_EQ] = ACTIONS(1409), + [anon_sym_BANG_EQ] = ACTIONS(1409), + [anon_sym_LT] = ACTIONS(1411), + [anon_sym_GT] = ACTIONS(1411), + [anon_sym_LT_EQ] = ACTIONS(1409), + [anon_sym_GT_EQ] = ACTIONS(1409), + [anon_sym_LT_LT] = ACTIONS(1411), + [anon_sym_GT_GT] = ACTIONS(1411), + [anon_sym_PLUS] = ACTIONS(1411), + [anon_sym_DASH] = ACTIONS(1411), + [anon_sym_SLASH] = ACTIONS(1411), + [anon_sym_PERCENT] = ACTIONS(1411), + [anon_sym_DASH_DASH] = ACTIONS(1409), + [anon_sym_PLUS_PLUS] = ACTIONS(1409), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [364] = { - [sym__expression] = STATE(476), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1413), + [anon_sym_RPAREN] = ACTIONS(1413), + [anon_sym_SEMI] = ACTIONS(1413), + [anon_sym_RBRACE] = ACTIONS(1413), + [anon_sym_STAR] = ACTIONS(1415), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_RBRACK] = ACTIONS(1413), + [anon_sym_EQ] = ACTIONS(1415), + [anon_sym_COLON] = ACTIONS(1413), + [anon_sym_QMARK] = ACTIONS(1413), + [anon_sym_STAR_EQ] = ACTIONS(1413), + [anon_sym_SLASH_EQ] = ACTIONS(1413), + [anon_sym_PERCENT_EQ] = ACTIONS(1413), + [anon_sym_PLUS_EQ] = ACTIONS(1413), + [anon_sym_DASH_EQ] = ACTIONS(1413), + [anon_sym_LT_LT_EQ] = ACTIONS(1413), + [anon_sym_GT_GT_EQ] = ACTIONS(1413), + [anon_sym_AMP_EQ] = ACTIONS(1413), + [anon_sym_CARET_EQ] = ACTIONS(1413), + [anon_sym_PIPE_EQ] = ACTIONS(1413), + [anon_sym_AMP] = ACTIONS(1415), + [anon_sym_PIPE_PIPE] = ACTIONS(1413), + [anon_sym_AMP_AMP] = ACTIONS(1413), + [anon_sym_PIPE] = ACTIONS(1415), + [anon_sym_CARET] = ACTIONS(1415), + [anon_sym_EQ_EQ] = ACTIONS(1413), + [anon_sym_BANG_EQ] = ACTIONS(1413), + [anon_sym_LT] = ACTIONS(1415), + [anon_sym_GT] = ACTIONS(1415), + [anon_sym_LT_EQ] = ACTIONS(1413), + [anon_sym_GT_EQ] = ACTIONS(1413), + [anon_sym_LT_LT] = ACTIONS(1415), + [anon_sym_GT_GT] = ACTIONS(1415), + [anon_sym_PLUS] = ACTIONS(1415), + [anon_sym_DASH] = ACTIONS(1415), + [anon_sym_SLASH] = ACTIONS(1415), + [anon_sym_PERCENT] = ACTIONS(1415), + [anon_sym_DASH_DASH] = ACTIONS(1413), + [anon_sym_PLUS_PLUS] = ACTIONS(1413), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [365] = { - [sym__expression] = STATE(526), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1417), + [anon_sym_RPAREN] = ACTIONS(1417), + [anon_sym_SEMI] = ACTIONS(1417), + [anon_sym_RBRACE] = ACTIONS(1417), + [anon_sym_STAR] = ACTIONS(1419), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_RBRACK] = ACTIONS(1417), + [anon_sym_EQ] = ACTIONS(1419), + [anon_sym_COLON] = ACTIONS(1417), + [anon_sym_QMARK] = ACTIONS(1417), + [anon_sym_STAR_EQ] = ACTIONS(1417), + [anon_sym_SLASH_EQ] = ACTIONS(1417), + [anon_sym_PERCENT_EQ] = ACTIONS(1417), + [anon_sym_PLUS_EQ] = ACTIONS(1417), + [anon_sym_DASH_EQ] = ACTIONS(1417), + [anon_sym_LT_LT_EQ] = ACTIONS(1417), + [anon_sym_GT_GT_EQ] = ACTIONS(1417), + [anon_sym_AMP_EQ] = ACTIONS(1417), + [anon_sym_CARET_EQ] = ACTIONS(1417), + [anon_sym_PIPE_EQ] = ACTIONS(1417), + [anon_sym_AMP] = ACTIONS(1419), + [anon_sym_PIPE_PIPE] = ACTIONS(1417), + [anon_sym_AMP_AMP] = ACTIONS(1417), + [anon_sym_PIPE] = ACTIONS(1419), + [anon_sym_CARET] = ACTIONS(1419), + [anon_sym_EQ_EQ] = ACTIONS(1417), + [anon_sym_BANG_EQ] = ACTIONS(1417), + [anon_sym_LT] = ACTIONS(1419), + [anon_sym_GT] = ACTIONS(1419), + [anon_sym_LT_EQ] = ACTIONS(1417), + [anon_sym_GT_EQ] = ACTIONS(1417), + [anon_sym_LT_LT] = ACTIONS(1419), + [anon_sym_GT_GT] = ACTIONS(1419), + [anon_sym_PLUS] = ACTIONS(1419), + [anon_sym_DASH] = ACTIONS(1419), + [anon_sym_SLASH] = ACTIONS(1419), + [anon_sym_PERCENT] = ACTIONS(1419), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [366] = { - [sym__expression] = STATE(527), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_type_qualifier] = STATE(95), + [sym__type_specifier] = STATE(96), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__expression] = STATE(328), + [sym_comma_expression] = STATE(329), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_type_descriptor] = STATE(627), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_sized_type_specifier_repeat1] = STATE(98), + [aux_sym_type_descriptor_repeat1] = STATE(99), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_const] = ACTIONS(230), + [anon_sym_restrict] = ACTIONS(230), + [anon_sym_volatile] = ACTIONS(230), + [anon_sym_unsigned] = ACTIONS(232), + [anon_sym_long] = ACTIONS(232), + [anon_sym_short] = ACTIONS(232), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(794), + [sym_comment] = ACTIONS(42), }, [367] = { - [sym__expression] = STATE(528), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1421), + [anon_sym_SEMI] = ACTIONS(1421), + [anon_sym_STAR] = ACTIONS(910), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1423), + [anon_sym_QMARK] = ACTIONS(1421), + [anon_sym_STAR_EQ] = ACTIONS(1421), + [anon_sym_SLASH_EQ] = ACTIONS(1421), + [anon_sym_PERCENT_EQ] = ACTIONS(1421), + [anon_sym_PLUS_EQ] = ACTIONS(1421), + [anon_sym_DASH_EQ] = ACTIONS(1421), + [anon_sym_LT_LT_EQ] = ACTIONS(1421), + [anon_sym_GT_GT_EQ] = ACTIONS(1421), + [anon_sym_AMP_EQ] = ACTIONS(1421), + [anon_sym_CARET_EQ] = ACTIONS(1421), + [anon_sym_PIPE_EQ] = ACTIONS(1421), + [anon_sym_AMP] = ACTIONS(1423), + [anon_sym_PIPE_PIPE] = ACTIONS(1421), + [anon_sym_AMP_AMP] = ACTIONS(1421), + [anon_sym_PIPE] = ACTIONS(1423), + [anon_sym_CARET] = ACTIONS(1423), + [anon_sym_EQ_EQ] = ACTIONS(1421), + [anon_sym_BANG_EQ] = ACTIONS(1421), + [anon_sym_LT] = ACTIONS(1423), + [anon_sym_GT] = ACTIONS(1423), + [anon_sym_LT_EQ] = ACTIONS(1421), + [anon_sym_GT_EQ] = ACTIONS(1421), + [anon_sym_LT_LT] = ACTIONS(936), + [anon_sym_GT_GT] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_SLASH] = ACTIONS(910), + [anon_sym_PERCENT] = ACTIONS(910), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [368] = { - [sym__expression] = STATE(529), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1425), + [anon_sym_COMMA] = ACTIONS(1425), + [anon_sym_RPAREN] = ACTIONS(1425), + [anon_sym_SEMI] = ACTIONS(1425), + [anon_sym_RBRACE] = ACTIONS(1425), + [anon_sym_STAR] = ACTIONS(1427), + [anon_sym_LBRACK] = ACTIONS(1425), + [anon_sym_RBRACK] = ACTIONS(1425), + [anon_sym_EQ] = ACTIONS(1427), + [anon_sym_COLON] = ACTIONS(1425), + [anon_sym_QMARK] = ACTIONS(1425), + [anon_sym_STAR_EQ] = ACTIONS(1425), + [anon_sym_SLASH_EQ] = ACTIONS(1425), + [anon_sym_PERCENT_EQ] = ACTIONS(1425), + [anon_sym_PLUS_EQ] = ACTIONS(1425), + [anon_sym_DASH_EQ] = ACTIONS(1425), + [anon_sym_LT_LT_EQ] = ACTIONS(1425), + [anon_sym_GT_GT_EQ] = ACTIONS(1425), + [anon_sym_AMP_EQ] = ACTIONS(1425), + [anon_sym_CARET_EQ] = ACTIONS(1425), + [anon_sym_PIPE_EQ] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1427), + [anon_sym_PIPE_PIPE] = ACTIONS(1425), + [anon_sym_AMP_AMP] = ACTIONS(1425), + [anon_sym_PIPE] = ACTIONS(1427), + [anon_sym_CARET] = ACTIONS(1427), + [anon_sym_EQ_EQ] = ACTIONS(1425), + [anon_sym_BANG_EQ] = ACTIONS(1425), + [anon_sym_LT] = ACTIONS(1427), + [anon_sym_GT] = ACTIONS(1427), + [anon_sym_LT_EQ] = ACTIONS(1425), + [anon_sym_GT_EQ] = ACTIONS(1425), + [anon_sym_LT_LT] = ACTIONS(1427), + [anon_sym_GT_GT] = ACTIONS(1427), + [anon_sym_PLUS] = ACTIONS(1427), + [anon_sym_DASH] = ACTIONS(1427), + [anon_sym_SLASH] = ACTIONS(1427), + [anon_sym_PERCENT] = ACTIONS(1427), + [anon_sym_DASH_DASH] = ACTIONS(1425), + [anon_sym_PLUS_PLUS] = ACTIONS(1425), + [anon_sym_DOT] = ACTIONS(1425), + [anon_sym_DASH_GT] = ACTIONS(1425), + [sym_string_literal] = ACTIONS(1425), + [sym_comment] = ACTIONS(42), }, [369] = { - [sym__expression] = STATE(530), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1429), + [anon_sym_COMMA] = ACTIONS(1429), + [anon_sym_RPAREN] = ACTIONS(1429), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_RBRACE] = ACTIONS(1429), + [anon_sym_STAR] = ACTIONS(1431), + [anon_sym_LBRACK] = ACTIONS(1429), + [anon_sym_RBRACK] = ACTIONS(1429), + [anon_sym_EQ] = ACTIONS(1431), + [anon_sym_COLON] = ACTIONS(1429), + [anon_sym_QMARK] = ACTIONS(1429), + [anon_sym_STAR_EQ] = ACTIONS(1429), + [anon_sym_SLASH_EQ] = ACTIONS(1429), + [anon_sym_PERCENT_EQ] = ACTIONS(1429), + [anon_sym_PLUS_EQ] = ACTIONS(1429), + [anon_sym_DASH_EQ] = ACTIONS(1429), + [anon_sym_LT_LT_EQ] = ACTIONS(1429), + [anon_sym_GT_GT_EQ] = ACTIONS(1429), + [anon_sym_AMP_EQ] = ACTIONS(1429), + [anon_sym_CARET_EQ] = ACTIONS(1429), + [anon_sym_PIPE_EQ] = ACTIONS(1429), + [anon_sym_AMP] = ACTIONS(1431), + [anon_sym_PIPE_PIPE] = ACTIONS(1429), + [anon_sym_AMP_AMP] = ACTIONS(1429), + [anon_sym_PIPE] = ACTIONS(1431), + [anon_sym_CARET] = ACTIONS(1431), + [anon_sym_EQ_EQ] = ACTIONS(1429), + [anon_sym_BANG_EQ] = ACTIONS(1429), + [anon_sym_LT] = ACTIONS(1431), + [anon_sym_GT] = ACTIONS(1431), + [anon_sym_LT_EQ] = ACTIONS(1429), + [anon_sym_GT_EQ] = ACTIONS(1429), + [anon_sym_LT_LT] = ACTIONS(1431), + [anon_sym_GT_GT] = ACTIONS(1431), + [anon_sym_PLUS] = ACTIONS(1431), + [anon_sym_DASH] = ACTIONS(1431), + [anon_sym_SLASH] = ACTIONS(1431), + [anon_sym_PERCENT] = ACTIONS(1431), + [anon_sym_DASH_DASH] = ACTIONS(1429), + [anon_sym_PLUS_PLUS] = ACTIONS(1429), + [anon_sym_DOT] = ACTIONS(1429), + [anon_sym_DASH_GT] = ACTIONS(1429), + [sym_string_literal] = ACTIONS(1433), + [sym_comment] = ACTIONS(42), }, [370] = { - [sym__expression] = STATE(531), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(630), + [sym_labeled_statement] = STATE(630), + [sym_expression_statement] = STATE(630), + [sym_if_statement] = STATE(630), + [sym_switch_statement] = STATE(630), + [sym_case_statement] = STATE(630), + [sym_while_statement] = STATE(630), + [sym_do_statement] = STATE(630), + [sym_for_statement] = STATE(630), + [sym_return_statement] = STATE(630), + [sym_break_statement] = STATE(630), + [sym_continue_statement] = STATE(630), + [sym_goto_statement] = STATE(630), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1435), + [sym_comment] = ACTIONS(42), }, [371] = { - [sym__expression] = STATE(532), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(238), + [anon_sym_LPAREN] = ACTIONS(236), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(238), + [sym_preproc_directive] = ACTIONS(240), + [anon_sym_SEMI] = ACTIONS(236), + [anon_sym_extern] = ACTIONS(238), + [anon_sym_LBRACE] = ACTIONS(236), + [anon_sym_RBRACE] = ACTIONS(236), + [anon_sym_STAR] = ACTIONS(236), + [anon_sym_typedef] = ACTIONS(238), + [anon_sym_static] = ACTIONS(238), + [anon_sym_auto] = ACTIONS(238), + [anon_sym_register] = ACTIONS(238), + [anon_sym_const] = ACTIONS(238), + [anon_sym_restrict] = ACTIONS(238), + [anon_sym_volatile] = ACTIONS(238), + [sym_function_specifier] = ACTIONS(238), + [anon_sym_unsigned] = ACTIONS(238), + [anon_sym_long] = ACTIONS(238), + [anon_sym_short] = ACTIONS(238), + [anon_sym_enum] = ACTIONS(238), + [anon_sym_struct] = ACTIONS(238), + [anon_sym_union] = ACTIONS(238), + [anon_sym_if] = ACTIONS(238), + [anon_sym_switch] = ACTIONS(238), + [anon_sym_case] = ACTIONS(238), + [anon_sym_default] = ACTIONS(238), + [anon_sym_while] = ACTIONS(238), + [anon_sym_do] = ACTIONS(238), + [anon_sym_for] = ACTIONS(238), + [anon_sym_return] = ACTIONS(238), + [anon_sym_break] = ACTIONS(238), + [anon_sym_continue] = ACTIONS(238), + [anon_sym_goto] = ACTIONS(238), + [anon_sym_AMP] = ACTIONS(236), + [anon_sym_BANG] = ACTIONS(236), + [anon_sym_TILDE] = ACTIONS(236), + [anon_sym_PLUS] = ACTIONS(238), + [anon_sym_DASH] = ACTIONS(238), + [anon_sym_DASH_DASH] = ACTIONS(236), + [anon_sym_PLUS_PLUS] = ACTIONS(236), + [anon_sym_sizeof] = ACTIONS(238), + [sym_number_literal] = ACTIONS(238), + [sym_char_literal] = ACTIONS(238), + [sym_string_literal] = ACTIONS(236), + [sym_identifier] = ACTIONS(240), + [sym_comment] = ACTIONS(42), }, [372] = { - [sym__expression] = STATE(533), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_parameter_list] = STATE(110), + [aux_sym_declaration_repeat1] = STATE(632), + [anon_sym_LPAREN] = ACTIONS(244), + [anon_sym_COMMA] = ACTIONS(246), + [anon_sym_SEMI] = ACTIONS(1437), + [anon_sym_LBRACK] = ACTIONS(252), + [anon_sym_EQ] = ACTIONS(254), + [sym_comment] = ACTIONS(42), }, [373] = { - [sym__expression] = STATE(534), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_declaration_repeat1] = STATE(632), + [anon_sym_COMMA] = ACTIONS(246), + [anon_sym_SEMI] = ACTIONS(1437), + [sym_comment] = ACTIONS(42), }, [374] = { - [sym__expression] = STATE(535), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(634), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_RPAREN] = ACTIONS(1439), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [375] = { - [sym__expression] = STATE(536), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(635), + [sym_comma_expression] = STATE(636), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [376] = { - [sym_parameter_list] = STATE(224), - [anon_sym_LPAREN] = ACTIONS(341), - [anon_sym_COMMA] = ACTIONS(1423), - [anon_sym_SEMI] = ACTIONS(1423), - [anon_sym_LBRACK] = ACTIONS(723), - [anon_sym_COLON] = ACTIONS(1423), - [sym_comment] = ACTIONS(123), - }, - [377] = { - [anon_sym_LPAREN] = ACTIONS(1425), - [anon_sym_COMMA] = ACTIONS(1425), - [anon_sym_RPAREN] = ACTIONS(1425), - [anon_sym_SEMI] = ACTIONS(1425), - [anon_sym_LBRACK] = ACTIONS(1425), - [anon_sym_COLON] = ACTIONS(1425), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1441), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1441), + [anon_sym_LPAREN] = ACTIONS(1443), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1441), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1441), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1441), + [sym_preproc_directive] = ACTIONS(1445), + [anon_sym_SEMI] = ACTIONS(1443), + [anon_sym_extern] = ACTIONS(1441), + [anon_sym_LBRACE] = ACTIONS(1443), + [anon_sym_RBRACE] = ACTIONS(1443), + [anon_sym_STAR] = ACTIONS(1443), + [anon_sym_typedef] = ACTIONS(1441), + [anon_sym_static] = ACTIONS(1441), + [anon_sym_auto] = ACTIONS(1441), + [anon_sym_register] = ACTIONS(1441), + [anon_sym_const] = ACTIONS(1441), + [anon_sym_restrict] = ACTIONS(1441), + [anon_sym_volatile] = ACTIONS(1441), + [sym_function_specifier] = ACTIONS(1441), + [anon_sym_unsigned] = ACTIONS(1441), + [anon_sym_long] = ACTIONS(1441), + [anon_sym_short] = ACTIONS(1441), + [anon_sym_enum] = ACTIONS(1441), + [anon_sym_struct] = ACTIONS(1441), + [anon_sym_union] = ACTIONS(1441), + [anon_sym_if] = ACTIONS(1441), + [anon_sym_switch] = ACTIONS(1441), + [anon_sym_case] = ACTIONS(1441), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1441), + [anon_sym_do] = ACTIONS(1441), + [anon_sym_for] = ACTIONS(1441), + [anon_sym_return] = ACTIONS(1441), + [anon_sym_break] = ACTIONS(1441), + [anon_sym_continue] = ACTIONS(1441), + [anon_sym_goto] = ACTIONS(1441), + [anon_sym_AMP] = ACTIONS(1443), + [anon_sym_BANG] = ACTIONS(1443), + [anon_sym_TILDE] = ACTIONS(1443), + [anon_sym_PLUS] = ACTIONS(1441), + [anon_sym_DASH] = ACTIONS(1441), + [anon_sym_DASH_DASH] = ACTIONS(1443), + [anon_sym_PLUS_PLUS] = ACTIONS(1443), + [anon_sym_sizeof] = ACTIONS(1441), + [sym_number_literal] = ACTIONS(1441), + [sym_char_literal] = ACTIONS(1441), + [sym_string_literal] = ACTIONS(1443), + [sym_identifier] = ACTIONS(1445), + [sym_comment] = ACTIONS(42), + }, + [377] = { + [sym__expression] = STATE(637), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [378] = { - [sym__expression] = STATE(538), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_RBRACK] = ACTIONS(1427), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(638), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(544), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [379] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(949), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(1427), - [anon_sym_EQ] = ACTIONS(951), - [anon_sym_QMARK] = ACTIONS(953), - [anon_sym_STAR_EQ] = ACTIONS(955), - [anon_sym_SLASH_EQ] = ACTIONS(955), - [anon_sym_PERCENT_EQ] = ACTIONS(955), - [anon_sym_PLUS_EQ] = ACTIONS(955), - [anon_sym_DASH_EQ] = ACTIONS(955), - [anon_sym_LT_LT_EQ] = ACTIONS(955), - [anon_sym_GT_GT_EQ] = ACTIONS(955), - [anon_sym_AMP_EQ] = ACTIONS(955), - [anon_sym_CARET_EQ] = ACTIONS(955), - [anon_sym_PIPE_EQ] = ACTIONS(955), - [anon_sym_AMP] = ACTIONS(957), - [anon_sym_PIPE_PIPE] = ACTIONS(959), - [anon_sym_AMP_AMP] = ACTIONS(961), - [anon_sym_PIPE] = ACTIONS(963), - [anon_sym_CARET] = ACTIONS(965), - [anon_sym_EQ_EQ] = ACTIONS(967), - [anon_sym_BANG_EQ] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(969), - [anon_sym_GT] = ACTIONS(969), - [anon_sym_LT_EQ] = ACTIONS(971), - [anon_sym_GT_EQ] = ACTIONS(971), - [anon_sym_LT_LT] = ACTIONS(973), - [anon_sym_GT_GT] = ACTIONS(973), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_SLASH] = ACTIONS(949), - [anon_sym_PERCENT] = ACTIONS(949), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(639), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [380] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(1429), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(640), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [381] = { - [sym__field_declarator] = STATE(540), - [sym_pointer_field_declarator] = STATE(123), - [sym_function_field_declarator] = STATE(124), - [sym_array_field_declarator] = STATE(125), - [anon_sym_LPAREN] = ACTIONS(467), - [anon_sym_STAR] = ACTIONS(471), - [sym_identifier] = ACTIONS(475), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(641), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [382] = { - [sym__expression] = STATE(541), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(642), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [383] = { - [anon_sym_LPAREN] = ACTIONS(1431), - [anon_sym_COMMA] = ACTIONS(1431), - [anon_sym_RPAREN] = ACTIONS(1431), - [anon_sym_LBRACK] = ACTIONS(1431), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(643), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [384] = { - [anon_sym_LPAREN] = ACTIONS(1433), - [anon_sym_COMMA] = ACTIONS(1433), - [anon_sym_RPAREN] = ACTIONS(1433), - [anon_sym_LBRACK] = ACTIONS(1433), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(644), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [385] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(949), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(1435), - [anon_sym_EQ] = ACTIONS(951), - [anon_sym_QMARK] = ACTIONS(953), - [anon_sym_STAR_EQ] = ACTIONS(955), - [anon_sym_SLASH_EQ] = ACTIONS(955), - [anon_sym_PERCENT_EQ] = ACTIONS(955), - [anon_sym_PLUS_EQ] = ACTIONS(955), - [anon_sym_DASH_EQ] = ACTIONS(955), - [anon_sym_LT_LT_EQ] = ACTIONS(955), - [anon_sym_GT_GT_EQ] = ACTIONS(955), - [anon_sym_AMP_EQ] = ACTIONS(955), - [anon_sym_CARET_EQ] = ACTIONS(955), - [anon_sym_PIPE_EQ] = ACTIONS(955), - [anon_sym_AMP] = ACTIONS(957), - [anon_sym_PIPE_PIPE] = ACTIONS(959), - [anon_sym_AMP_AMP] = ACTIONS(961), - [anon_sym_PIPE] = ACTIONS(963), - [anon_sym_CARET] = ACTIONS(965), - [anon_sym_EQ_EQ] = ACTIONS(967), - [anon_sym_BANG_EQ] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(969), - [anon_sym_GT] = ACTIONS(969), - [anon_sym_LT_EQ] = ACTIONS(971), - [anon_sym_GT_EQ] = ACTIONS(971), - [anon_sym_LT_LT] = ACTIONS(973), - [anon_sym_GT_GT] = ACTIONS(973), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_SLASH] = ACTIONS(949), - [anon_sym_PERCENT] = ACTIONS(949), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(645), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [386] = { - [sym__expression] = STATE(543), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_RBRACK] = ACTIONS(1435), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(646), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [387] = { - [anon_sym_COMMA] = ACTIONS(1437), - [anon_sym_RPAREN] = ACTIONS(1437), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(647), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [388] = { - [sym__declaration_specifiers] = STATE(140), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_parameter_declaration] = STATE(544), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1439), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [sym_identifier] = ACTIONS(155), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(648), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [389] = { - [anon_sym_LPAREN] = ACTIONS(1441), - [anon_sym_COMMA] = ACTIONS(1441), - [anon_sym_RPAREN] = ACTIONS(1441), - [anon_sym_SEMI] = ACTIONS(1441), - [anon_sym_LBRACE] = ACTIONS(1441), - [anon_sym_LBRACK] = ACTIONS(1441), - [anon_sym_EQ] = ACTIONS(1441), - [anon_sym_COLON] = ACTIONS(1441), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(649), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [390] = { - [sym__declarator] = STATE(88), - [sym__abstract_declarator] = STATE(227), - [sym_pointer_declarator] = STATE(44), - [sym_abstract_pointer_declarator] = STATE(132), - [sym_function_declarator] = STATE(44), - [sym_abstract_function_declarator] = STATE(132), - [sym_array_declarator] = STATE(44), - [sym_abstract_array_declarator] = STATE(132), - [sym_parameter_list] = STATE(133), - [anon_sym_LPAREN] = ACTIONS(775), - [anon_sym_RPAREN] = ACTIONS(745), - [anon_sym_STAR] = ACTIONS(1149), - [anon_sym_LBRACK] = ACTIONS(507), - [sym_identifier] = ACTIONS(232), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1417), + [anon_sym_COMMA] = ACTIONS(1417), + [anon_sym_RPAREN] = ACTIONS(1417), + [anon_sym_SEMI] = ACTIONS(1417), + [anon_sym_RBRACE] = ACTIONS(1417), + [anon_sym_STAR] = ACTIONS(1419), + [anon_sym_LBRACK] = ACTIONS(1417), + [anon_sym_RBRACK] = ACTIONS(1417), + [anon_sym_EQ] = ACTIONS(1419), + [anon_sym_COLON] = ACTIONS(1417), + [anon_sym_QMARK] = ACTIONS(1417), + [anon_sym_STAR_EQ] = ACTIONS(1417), + [anon_sym_SLASH_EQ] = ACTIONS(1417), + [anon_sym_PERCENT_EQ] = ACTIONS(1417), + [anon_sym_PLUS_EQ] = ACTIONS(1417), + [anon_sym_DASH_EQ] = ACTIONS(1417), + [anon_sym_LT_LT_EQ] = ACTIONS(1417), + [anon_sym_GT_GT_EQ] = ACTIONS(1417), + [anon_sym_AMP_EQ] = ACTIONS(1417), + [anon_sym_CARET_EQ] = ACTIONS(1417), + [anon_sym_PIPE_EQ] = ACTIONS(1417), + [anon_sym_AMP] = ACTIONS(1419), + [anon_sym_PIPE_PIPE] = ACTIONS(1417), + [anon_sym_AMP_AMP] = ACTIONS(1417), + [anon_sym_PIPE] = ACTIONS(1419), + [anon_sym_CARET] = ACTIONS(1419), + [anon_sym_EQ_EQ] = ACTIONS(1417), + [anon_sym_BANG_EQ] = ACTIONS(1417), + [anon_sym_LT] = ACTIONS(1419), + [anon_sym_GT] = ACTIONS(1419), + [anon_sym_LT_EQ] = ACTIONS(1417), + [anon_sym_GT_EQ] = ACTIONS(1417), + [anon_sym_LT_LT] = ACTIONS(1419), + [anon_sym_GT_GT] = ACTIONS(1419), + [anon_sym_PLUS] = ACTIONS(1419), + [anon_sym_DASH] = ACTIONS(1419), + [anon_sym_SLASH] = ACTIONS(1419), + [anon_sym_PERCENT] = ACTIONS(1419), + [anon_sym_DASH_DASH] = ACTIONS(1417), + [anon_sym_PLUS_PLUS] = ACTIONS(1417), + [anon_sym_DOT] = ACTIONS(1417), + [anon_sym_DASH_GT] = ACTIONS(1417), + [sym_comment] = ACTIONS(42), }, [391] = { - [anon_sym_LPAREN] = ACTIONS(1443), - [anon_sym_COMMA] = ACTIONS(212), - [anon_sym_RPAREN] = ACTIONS(1447), - [anon_sym_extern] = ACTIONS(214), - [anon_sym_STAR] = ACTIONS(212), - [anon_sym_LBRACK] = ACTIONS(1447), - [anon_sym_typedef] = ACTIONS(214), - [anon_sym_static] = ACTIONS(214), - [anon_sym_auto] = ACTIONS(214), - [anon_sym_register] = ACTIONS(214), - [anon_sym_const] = ACTIONS(214), - [anon_sym_restrict] = ACTIONS(214), - [anon_sym_volatile] = ACTIONS(214), - [sym_function_specifier] = ACTIONS(214), - [sym_identifier] = ACTIONS(216), - [sym_comment] = ACTIONS(123), + [sym_identifier] = ACTIONS(1447), + [sym_comment] = ACTIONS(42), }, [392] = { - [anon_sym_RPAREN] = ACTIONS(1450), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1449), + [anon_sym_COMMA] = ACTIONS(1449), + [anon_sym_RPAREN] = ACTIONS(1449), + [anon_sym_SEMI] = ACTIONS(1449), + [anon_sym_RBRACE] = ACTIONS(1449), + [anon_sym_STAR] = ACTIONS(1451), + [anon_sym_LBRACK] = ACTIONS(1449), + [anon_sym_RBRACK] = ACTIONS(1449), + [anon_sym_EQ] = ACTIONS(1451), + [anon_sym_COLON] = ACTIONS(1449), + [anon_sym_QMARK] = ACTIONS(1449), + [anon_sym_STAR_EQ] = ACTIONS(1449), + [anon_sym_SLASH_EQ] = ACTIONS(1449), + [anon_sym_PERCENT_EQ] = ACTIONS(1449), + [anon_sym_PLUS_EQ] = ACTIONS(1449), + [anon_sym_DASH_EQ] = ACTIONS(1449), + [anon_sym_LT_LT_EQ] = ACTIONS(1449), + [anon_sym_GT_GT_EQ] = ACTIONS(1449), + [anon_sym_AMP_EQ] = ACTIONS(1449), + [anon_sym_CARET_EQ] = ACTIONS(1449), + [anon_sym_PIPE_EQ] = ACTIONS(1449), + [anon_sym_AMP] = ACTIONS(1451), + [anon_sym_PIPE_PIPE] = ACTIONS(1449), + [anon_sym_AMP_AMP] = ACTIONS(1449), + [anon_sym_PIPE] = ACTIONS(1451), + [anon_sym_CARET] = ACTIONS(1451), + [anon_sym_EQ_EQ] = ACTIONS(1449), + [anon_sym_BANG_EQ] = ACTIONS(1449), + [anon_sym_LT] = ACTIONS(1451), + [anon_sym_GT] = ACTIONS(1451), + [anon_sym_LT_EQ] = ACTIONS(1449), + [anon_sym_GT_EQ] = ACTIONS(1449), + [anon_sym_LT_LT] = ACTIONS(1451), + [anon_sym_GT_GT] = ACTIONS(1451), + [anon_sym_PLUS] = ACTIONS(1451), + [anon_sym_DASH] = ACTIONS(1451), + [anon_sym_SLASH] = ACTIONS(1451), + [anon_sym_PERCENT] = ACTIONS(1451), + [anon_sym_DASH_DASH] = ACTIONS(1449), + [anon_sym_PLUS_PLUS] = ACTIONS(1449), + [anon_sym_DOT] = ACTIONS(1449), + [anon_sym_DASH_GT] = ACTIONS(1449), + [sym_comment] = ACTIONS(42), }, [393] = { - [sym_type_qualifier] = STATE(81), - [sym__type_specifier] = STATE(82), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(546), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_sized_type_specifier_repeat1] = STATE(84), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(797), - [sym_comment] = ACTIONS(123), + [ts_builtin_sym_end] = ACTIONS(1453), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1455), + [sym_preproc_directive] = ACTIONS(1457), + [anon_sym_extern] = ACTIONS(1455), + [anon_sym_RBRACE] = ACTIONS(1453), + [anon_sym_typedef] = ACTIONS(1455), + [anon_sym_static] = ACTIONS(1455), + [anon_sym_auto] = ACTIONS(1455), + [anon_sym_register] = ACTIONS(1455), + [anon_sym_const] = ACTIONS(1455), + [anon_sym_restrict] = ACTIONS(1455), + [anon_sym_volatile] = ACTIONS(1455), + [sym_function_specifier] = ACTIONS(1455), + [anon_sym_unsigned] = ACTIONS(1455), + [anon_sym_long] = ACTIONS(1455), + [anon_sym_short] = ACTIONS(1455), + [anon_sym_enum] = ACTIONS(1455), + [anon_sym_struct] = ACTIONS(1455), + [anon_sym_union] = ACTIONS(1455), + [sym_identifier] = ACTIONS(1457), + [sym_comment] = ACTIONS(42), }, [394] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1317), - [anon_sym_RPAREN] = ACTIONS(1317), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1319), - [anon_sym_QMARK] = ACTIONS(1317), - [anon_sym_STAR_EQ] = ACTIONS(1317), - [anon_sym_SLASH_EQ] = ACTIONS(1317), - [anon_sym_PERCENT_EQ] = ACTIONS(1317), - [anon_sym_PLUS_EQ] = ACTIONS(1317), - [anon_sym_DASH_EQ] = ACTIONS(1317), - [anon_sym_LT_LT_EQ] = ACTIONS(1317), - [anon_sym_GT_GT_EQ] = ACTIONS(1317), - [anon_sym_AMP_EQ] = ACTIONS(1317), - [anon_sym_CARET_EQ] = ACTIONS(1317), - [anon_sym_PIPE_EQ] = ACTIONS(1317), - [anon_sym_AMP] = ACTIONS(1319), - [anon_sym_PIPE_PIPE] = ACTIONS(1317), - [anon_sym_AMP_AMP] = ACTIONS(1317), - [anon_sym_PIPE] = ACTIONS(1319), - [anon_sym_CARET] = ACTIONS(1319), - [anon_sym_EQ_EQ] = ACTIONS(1317), - [anon_sym_BANG_EQ] = ACTIONS(1317), - [anon_sym_LT] = ACTIONS(1319), - [anon_sym_GT] = ACTIONS(1319), - [anon_sym_LT_EQ] = ACTIONS(1317), - [anon_sym_GT_EQ] = ACTIONS(1317), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1459), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1459), + [anon_sym_LPAREN] = ACTIONS(1461), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1459), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1459), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1459), + [sym_preproc_directive] = ACTIONS(1463), + [anon_sym_SEMI] = ACTIONS(1461), + [anon_sym_extern] = ACTIONS(1459), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_RBRACE] = ACTIONS(1461), + [anon_sym_STAR] = ACTIONS(1461), + [anon_sym_typedef] = ACTIONS(1459), + [anon_sym_static] = ACTIONS(1459), + [anon_sym_auto] = ACTIONS(1459), + [anon_sym_register] = ACTIONS(1459), + [anon_sym_const] = ACTIONS(1459), + [anon_sym_restrict] = ACTIONS(1459), + [anon_sym_volatile] = ACTIONS(1459), + [sym_function_specifier] = ACTIONS(1459), + [anon_sym_unsigned] = ACTIONS(1459), + [anon_sym_long] = ACTIONS(1459), + [anon_sym_short] = ACTIONS(1459), + [anon_sym_enum] = ACTIONS(1459), + [anon_sym_struct] = ACTIONS(1459), + [anon_sym_union] = ACTIONS(1459), + [anon_sym_if] = ACTIONS(1459), + [anon_sym_switch] = ACTIONS(1459), + [anon_sym_case] = ACTIONS(1459), + [anon_sym_default] = ACTIONS(1459), + [anon_sym_while] = ACTIONS(1459), + [anon_sym_do] = ACTIONS(1459), + [anon_sym_for] = ACTIONS(1459), + [anon_sym_return] = ACTIONS(1459), + [anon_sym_break] = ACTIONS(1459), + [anon_sym_continue] = ACTIONS(1459), + [anon_sym_goto] = ACTIONS(1459), + [anon_sym_AMP] = ACTIONS(1461), + [anon_sym_BANG] = ACTIONS(1461), + [anon_sym_TILDE] = ACTIONS(1461), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_DASH_DASH] = ACTIONS(1461), + [anon_sym_PLUS_PLUS] = ACTIONS(1461), + [anon_sym_sizeof] = ACTIONS(1459), + [sym_number_literal] = ACTIONS(1459), + [sym_char_literal] = ACTIONS(1459), + [sym_string_literal] = ACTIONS(1461), + [sym_identifier] = ACTIONS(1463), + [sym_comment] = ACTIONS(42), }, [395] = { - [sym__expression] = STATE(547), - [sym_comma_expression] = STATE(475), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1465), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1465), + [anon_sym_LPAREN] = ACTIONS(1467), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1465), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1465), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1465), + [sym_preproc_directive] = ACTIONS(1469), + [anon_sym_SEMI] = ACTIONS(1467), + [anon_sym_extern] = ACTIONS(1465), + [anon_sym_LBRACE] = ACTIONS(1467), + [anon_sym_RBRACE] = ACTIONS(1467), + [anon_sym_STAR] = ACTIONS(1467), + [anon_sym_typedef] = ACTIONS(1465), + [anon_sym_static] = ACTIONS(1465), + [anon_sym_auto] = ACTIONS(1465), + [anon_sym_register] = ACTIONS(1465), + [anon_sym_const] = ACTIONS(1465), + [anon_sym_restrict] = ACTIONS(1465), + [anon_sym_volatile] = ACTIONS(1465), + [sym_function_specifier] = ACTIONS(1465), + [anon_sym_unsigned] = ACTIONS(1465), + [anon_sym_long] = ACTIONS(1465), + [anon_sym_short] = ACTIONS(1465), + [anon_sym_enum] = ACTIONS(1465), + [anon_sym_struct] = ACTIONS(1465), + [anon_sym_union] = ACTIONS(1465), + [anon_sym_if] = ACTIONS(1465), + [anon_sym_switch] = ACTIONS(1465), + [anon_sym_case] = ACTIONS(1465), + [anon_sym_default] = ACTIONS(1465), + [anon_sym_while] = ACTIONS(1465), + [anon_sym_do] = ACTIONS(1465), + [anon_sym_for] = ACTIONS(1465), + [anon_sym_return] = ACTIONS(1465), + [anon_sym_break] = ACTIONS(1465), + [anon_sym_continue] = ACTIONS(1465), + [anon_sym_goto] = ACTIONS(1465), + [anon_sym_AMP] = ACTIONS(1467), + [anon_sym_BANG] = ACTIONS(1467), + [anon_sym_TILDE] = ACTIONS(1467), + [anon_sym_PLUS] = ACTIONS(1465), + [anon_sym_DASH] = ACTIONS(1465), + [anon_sym_DASH_DASH] = ACTIONS(1467), + [anon_sym_PLUS_PLUS] = ACTIONS(1467), + [anon_sym_sizeof] = ACTIONS(1465), + [sym_number_literal] = ACTIONS(1465), + [sym_char_literal] = ACTIONS(1465), + [sym_string_literal] = ACTIONS(1467), + [sym_identifier] = ACTIONS(1469), + [sym_comment] = ACTIONS(42), }, [396] = { - [anon_sym_LPAREN] = ACTIONS(1452), - [anon_sym_COMMA] = ACTIONS(1452), - [anon_sym_RPAREN] = ACTIONS(1452), - [anon_sym_SEMI] = ACTIONS(1452), - [anon_sym_RBRACE] = ACTIONS(1452), - [anon_sym_STAR] = ACTIONS(1454), - [anon_sym_LBRACK] = ACTIONS(1452), - [anon_sym_RBRACK] = ACTIONS(1452), - [anon_sym_EQ] = ACTIONS(1454), - [anon_sym_COLON] = ACTIONS(1452), - [anon_sym_QMARK] = ACTIONS(1452), - [anon_sym_STAR_EQ] = ACTIONS(1452), - [anon_sym_SLASH_EQ] = ACTIONS(1452), - [anon_sym_PERCENT_EQ] = ACTIONS(1452), - [anon_sym_PLUS_EQ] = ACTIONS(1452), - [anon_sym_DASH_EQ] = ACTIONS(1452), - [anon_sym_LT_LT_EQ] = ACTIONS(1452), - [anon_sym_GT_GT_EQ] = ACTIONS(1452), - [anon_sym_AMP_EQ] = ACTIONS(1452), - [anon_sym_CARET_EQ] = ACTIONS(1452), - [anon_sym_PIPE_EQ] = ACTIONS(1452), - [anon_sym_AMP] = ACTIONS(1454), - [anon_sym_PIPE_PIPE] = ACTIONS(1452), - [anon_sym_AMP_AMP] = ACTIONS(1452), - [anon_sym_PIPE] = ACTIONS(1454), - [anon_sym_CARET] = ACTIONS(1454), - [anon_sym_EQ_EQ] = ACTIONS(1452), - [anon_sym_BANG_EQ] = ACTIONS(1452), - [anon_sym_LT] = ACTIONS(1454), - [anon_sym_GT] = ACTIONS(1454), - [anon_sym_LT_EQ] = ACTIONS(1452), - [anon_sym_GT_EQ] = ACTIONS(1452), - [anon_sym_LT_LT] = ACTIONS(1454), - [anon_sym_GT_GT] = ACTIONS(1454), - [anon_sym_PLUS] = ACTIONS(1454), - [anon_sym_DASH] = ACTIONS(1454), - [anon_sym_SLASH] = ACTIONS(1454), - [anon_sym_PERCENT] = ACTIONS(1454), - [anon_sym_DASH_DASH] = ACTIONS(1452), - [anon_sym_PLUS_PLUS] = ACTIONS(1452), - [anon_sym_DOT] = ACTIONS(1452), - [anon_sym_DASH_GT] = ACTIONS(1452), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1471), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1471), + [anon_sym_LPAREN] = ACTIONS(1473), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1471), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1471), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1471), + [sym_preproc_directive] = ACTIONS(1475), + [anon_sym_SEMI] = ACTIONS(1473), + [anon_sym_extern] = ACTIONS(1471), + [anon_sym_LBRACE] = ACTIONS(1473), + [anon_sym_RBRACE] = ACTIONS(1473), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_typedef] = ACTIONS(1471), + [anon_sym_static] = ACTIONS(1471), + [anon_sym_auto] = ACTIONS(1471), + [anon_sym_register] = ACTIONS(1471), + [anon_sym_const] = ACTIONS(1471), + [anon_sym_restrict] = ACTIONS(1471), + [anon_sym_volatile] = ACTIONS(1471), + [sym_function_specifier] = ACTIONS(1471), + [anon_sym_unsigned] = ACTIONS(1471), + [anon_sym_long] = ACTIONS(1471), + [anon_sym_short] = ACTIONS(1471), + [anon_sym_enum] = ACTIONS(1471), + [anon_sym_struct] = ACTIONS(1471), + [anon_sym_union] = ACTIONS(1471), + [anon_sym_if] = ACTIONS(1471), + [anon_sym_switch] = ACTIONS(1471), + [anon_sym_case] = ACTIONS(1471), + [anon_sym_default] = ACTIONS(1471), + [anon_sym_while] = ACTIONS(1471), + [anon_sym_do] = ACTIONS(1471), + [anon_sym_for] = ACTIONS(1471), + [anon_sym_return] = ACTIONS(1471), + [anon_sym_break] = ACTIONS(1471), + [anon_sym_continue] = ACTIONS(1471), + [anon_sym_goto] = ACTIONS(1471), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1473), + [anon_sym_TILDE] = ACTIONS(1473), + [anon_sym_PLUS] = ACTIONS(1471), + [anon_sym_DASH] = ACTIONS(1471), + [anon_sym_DASH_DASH] = ACTIONS(1473), + [anon_sym_PLUS_PLUS] = ACTIONS(1473), + [anon_sym_sizeof] = ACTIONS(1471), + [sym_number_literal] = ACTIONS(1471), + [sym_char_literal] = ACTIONS(1471), + [sym_string_literal] = ACTIONS(1473), + [sym_identifier] = ACTIONS(1475), + [sym_comment] = ACTIONS(42), }, [397] = { - [sym__expression] = STATE(476), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_RPAREN] = ACTIONS(1477), + [sym_comment] = ACTIONS(42), }, [398] = { - [sym__expression] = STATE(548), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_enumerator] = STATE(654), + [anon_sym_COMMA] = ACTIONS(1479), + [anon_sym_RBRACE] = ACTIONS(1481), + [sym_identifier] = ACTIONS(190), + [sym_comment] = ACTIONS(42), }, [399] = { - [sym__expression] = STATE(549), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_enumerator_list] = STATE(655), + [anon_sym_LPAREN] = ACTIONS(192), + [anon_sym_extern] = ACTIONS(194), + [anon_sym_LBRACE] = ACTIONS(948), + [anon_sym_STAR] = ACTIONS(192), + [anon_sym_RBRACK] = ACTIONS(192), + [anon_sym_typedef] = ACTIONS(194), + [anon_sym_static] = ACTIONS(194), + [anon_sym_auto] = ACTIONS(194), + [anon_sym_register] = ACTIONS(194), + [anon_sym_const] = ACTIONS(194), + [anon_sym_restrict] = ACTIONS(194), + [anon_sym_volatile] = ACTIONS(194), + [sym_function_specifier] = ACTIONS(194), + [anon_sym_AMP] = ACTIONS(192), + [anon_sym_BANG] = ACTIONS(192), + [anon_sym_TILDE] = ACTIONS(192), + [anon_sym_PLUS] = ACTIONS(194), + [anon_sym_DASH] = ACTIONS(194), + [anon_sym_DASH_DASH] = ACTIONS(192), + [anon_sym_PLUS_PLUS] = ACTIONS(192), + [anon_sym_sizeof] = ACTIONS(194), + [sym_number_literal] = ACTIONS(194), + [sym_char_literal] = ACTIONS(194), + [sym_string_literal] = ACTIONS(192), + [sym_identifier] = ACTIONS(196), + [sym_comment] = ACTIONS(42), }, [400] = { - [sym__expression] = STATE(550), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(198), + [anon_sym_extern] = ACTIONS(200), + [anon_sym_STAR] = ACTIONS(198), + [anon_sym_RBRACK] = ACTIONS(198), + [anon_sym_typedef] = ACTIONS(200), + [anon_sym_static] = ACTIONS(200), + [anon_sym_auto] = ACTIONS(200), + [anon_sym_register] = ACTIONS(200), + [anon_sym_const] = ACTIONS(200), + [anon_sym_restrict] = ACTIONS(200), + [anon_sym_volatile] = ACTIONS(200), + [sym_function_specifier] = ACTIONS(200), + [anon_sym_AMP] = ACTIONS(198), + [anon_sym_BANG] = ACTIONS(198), + [anon_sym_TILDE] = ACTIONS(198), + [anon_sym_PLUS] = ACTIONS(200), + [anon_sym_DASH] = ACTIONS(200), + [anon_sym_DASH_DASH] = ACTIONS(198), + [anon_sym_PLUS_PLUS] = ACTIONS(198), + [anon_sym_sizeof] = ACTIONS(200), + [sym_number_literal] = ACTIONS(200), + [sym_char_literal] = ACTIONS(200), + [sym_string_literal] = ACTIONS(198), + [sym_identifier] = ACTIONS(202), + [sym_comment] = ACTIONS(42), }, [401] = { - [sym__expression] = STATE(551), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__declaration_specifiers] = STATE(88), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_field_declaration] = STATE(89), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_field_declaration_list_repeat1] = STATE(657), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_RBRACE] = ACTIONS(1483), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, [402] = { - [sym__expression] = STATE(552), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_field_declaration_list] = STATE(658), + [anon_sym_LPAREN] = ACTIONS(206), + [anon_sym_extern] = ACTIONS(208), + [anon_sym_LBRACE] = ACTIONS(952), + [anon_sym_STAR] = ACTIONS(206), + [anon_sym_RBRACK] = ACTIONS(206), + [anon_sym_typedef] = ACTIONS(208), + [anon_sym_static] = ACTIONS(208), + [anon_sym_auto] = ACTIONS(208), + [anon_sym_register] = ACTIONS(208), + [anon_sym_const] = ACTIONS(208), + [anon_sym_restrict] = ACTIONS(208), + [anon_sym_volatile] = ACTIONS(208), + [sym_function_specifier] = ACTIONS(208), + [anon_sym_AMP] = ACTIONS(206), + [anon_sym_BANG] = ACTIONS(206), + [anon_sym_TILDE] = ACTIONS(206), + [anon_sym_PLUS] = ACTIONS(208), + [anon_sym_DASH] = ACTIONS(208), + [anon_sym_DASH_DASH] = ACTIONS(206), + [anon_sym_PLUS_PLUS] = ACTIONS(206), + [anon_sym_sizeof] = ACTIONS(208), + [sym_number_literal] = ACTIONS(208), + [sym_char_literal] = ACTIONS(208), + [sym_string_literal] = ACTIONS(206), + [sym_identifier] = ACTIONS(210), + [sym_comment] = ACTIONS(42), }, [403] = { - [sym__expression] = STATE(553), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(212), + [anon_sym_extern] = ACTIONS(214), + [anon_sym_STAR] = ACTIONS(212), + [anon_sym_RBRACK] = ACTIONS(212), + [anon_sym_typedef] = ACTIONS(214), + [anon_sym_static] = ACTIONS(214), + [anon_sym_auto] = ACTIONS(214), + [anon_sym_register] = ACTIONS(214), + [anon_sym_const] = ACTIONS(214), + [anon_sym_restrict] = ACTIONS(214), + [anon_sym_volatile] = ACTIONS(214), + [sym_function_specifier] = ACTIONS(214), + [anon_sym_AMP] = ACTIONS(212), + [anon_sym_BANG] = ACTIONS(212), + [anon_sym_TILDE] = ACTIONS(212), + [anon_sym_PLUS] = ACTIONS(214), + [anon_sym_DASH] = ACTIONS(214), + [anon_sym_DASH_DASH] = ACTIONS(212), + [anon_sym_PLUS_PLUS] = ACTIONS(212), + [anon_sym_sizeof] = ACTIONS(214), + [sym_number_literal] = ACTIONS(214), + [sym_char_literal] = ACTIONS(214), + [sym_string_literal] = ACTIONS(212), + [sym_identifier] = ACTIONS(216), + [sym_comment] = ACTIONS(42), }, [404] = { - [sym__expression] = STATE(554), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_field_declaration_list] = STATE(659), + [anon_sym_LPAREN] = ACTIONS(218), + [anon_sym_extern] = ACTIONS(220), + [anon_sym_LBRACE] = ACTIONS(952), + [anon_sym_STAR] = ACTIONS(218), + [anon_sym_RBRACK] = ACTIONS(218), + [anon_sym_typedef] = ACTIONS(220), + [anon_sym_static] = ACTIONS(220), + [anon_sym_auto] = ACTIONS(220), + [anon_sym_register] = ACTIONS(220), + [anon_sym_const] = ACTIONS(220), + [anon_sym_restrict] = ACTIONS(220), + [anon_sym_volatile] = ACTIONS(220), + [sym_function_specifier] = ACTIONS(220), + [anon_sym_AMP] = ACTIONS(218), + [anon_sym_BANG] = ACTIONS(218), + [anon_sym_TILDE] = ACTIONS(218), + [anon_sym_PLUS] = ACTIONS(220), + [anon_sym_DASH] = ACTIONS(220), + [anon_sym_DASH_DASH] = ACTIONS(218), + [anon_sym_PLUS_PLUS] = ACTIONS(218), + [anon_sym_sizeof] = ACTIONS(220), + [sym_number_literal] = ACTIONS(220), + [sym_char_literal] = ACTIONS(220), + [sym_string_literal] = ACTIONS(218), + [sym_identifier] = ACTIONS(222), + [sym_comment] = ACTIONS(42), }, [405] = { - [sym__expression] = STATE(555), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(224), + [anon_sym_extern] = ACTIONS(226), + [anon_sym_STAR] = ACTIONS(224), + [anon_sym_RBRACK] = ACTIONS(224), + [anon_sym_typedef] = ACTIONS(226), + [anon_sym_static] = ACTIONS(226), + [anon_sym_auto] = ACTIONS(226), + [anon_sym_register] = ACTIONS(226), + [anon_sym_const] = ACTIONS(226), + [anon_sym_restrict] = ACTIONS(226), + [anon_sym_volatile] = ACTIONS(226), + [sym_function_specifier] = ACTIONS(226), + [anon_sym_AMP] = ACTIONS(224), + [anon_sym_BANG] = ACTIONS(224), + [anon_sym_TILDE] = ACTIONS(224), + [anon_sym_PLUS] = ACTIONS(226), + [anon_sym_DASH] = ACTIONS(226), + [anon_sym_DASH_DASH] = ACTIONS(224), + [anon_sym_PLUS_PLUS] = ACTIONS(224), + [anon_sym_sizeof] = ACTIONS(226), + [sym_number_literal] = ACTIONS(226), + [sym_char_literal] = ACTIONS(226), + [sym_string_literal] = ACTIONS(224), + [sym_identifier] = ACTIONS(228), + [sym_comment] = ACTIONS(42), }, [406] = { - [sym__expression] = STATE(556), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_type_qualifier] = STATE(95), + [sym__type_specifier] = STATE(96), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__expression] = STATE(328), + [sym_comma_expression] = STATE(329), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_type_descriptor] = STATE(660), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_sized_type_specifier_repeat1] = STATE(98), + [aux_sym_type_descriptor_repeat1] = STATE(99), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_const] = ACTIONS(230), + [anon_sym_restrict] = ACTIONS(230), + [anon_sym_volatile] = ACTIONS(230), + [anon_sym_unsigned] = ACTIONS(232), + [anon_sym_long] = ACTIONS(232), + [anon_sym_short] = ACTIONS(232), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(794), + [sym_comment] = ACTIONS(42), }, [407] = { - [sym__expression] = STATE(557), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_RBRACK] = ACTIONS(1421), + [anon_sym_EQ] = ACTIONS(1423), + [anon_sym_QMARK] = ACTIONS(1421), + [anon_sym_STAR_EQ] = ACTIONS(1421), + [anon_sym_SLASH_EQ] = ACTIONS(1421), + [anon_sym_PERCENT_EQ] = ACTIONS(1421), + [anon_sym_PLUS_EQ] = ACTIONS(1421), + [anon_sym_DASH_EQ] = ACTIONS(1421), + [anon_sym_LT_LT_EQ] = ACTIONS(1421), + [anon_sym_GT_GT_EQ] = ACTIONS(1421), + [anon_sym_AMP_EQ] = ACTIONS(1421), + [anon_sym_CARET_EQ] = ACTIONS(1421), + [anon_sym_PIPE_EQ] = ACTIONS(1421), + [anon_sym_AMP] = ACTIONS(1423), + [anon_sym_PIPE_PIPE] = ACTIONS(1421), + [anon_sym_AMP_AMP] = ACTIONS(1421), + [anon_sym_PIPE] = ACTIONS(1423), + [anon_sym_CARET] = ACTIONS(1423), + [anon_sym_EQ_EQ] = ACTIONS(1421), + [anon_sym_BANG_EQ] = ACTIONS(1421), + [anon_sym_LT] = ACTIONS(1423), + [anon_sym_GT] = ACTIONS(1423), + [anon_sym_LT_EQ] = ACTIONS(1421), + [anon_sym_GT_EQ] = ACTIONS(1421), + [anon_sym_LT_LT] = ACTIONS(998), + [anon_sym_GT_GT] = ACTIONS(998), + [anon_sym_PLUS] = ACTIONS(1000), + [anon_sym_DASH] = ACTIONS(1000), + [anon_sym_SLASH] = ACTIONS(974), + [anon_sym_PERCENT] = ACTIONS(974), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [408] = { - [sym__expression] = STATE(558), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_type_qualifier] = STATE(95), + [sym__type_specifier] = STATE(96), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_type_descriptor] = STATE(661), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_sized_type_specifier_repeat1] = STATE(98), + [aux_sym_type_descriptor_repeat1] = STATE(99), + [anon_sym_const] = ACTIONS(230), + [anon_sym_restrict] = ACTIONS(230), + [anon_sym_volatile] = ACTIONS(230), + [anon_sym_unsigned] = ACTIONS(232), + [anon_sym_long] = ACTIONS(232), + [anon_sym_short] = ACTIONS(232), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, [409] = { - [sym__expression] = STATE(559), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(560), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1485), + [anon_sym_COMMA] = ACTIONS(1485), + [anon_sym_RPAREN] = ACTIONS(1485), + [anon_sym_SEMI] = ACTIONS(1485), + [anon_sym_LBRACE] = ACTIONS(1485), + [anon_sym_LBRACK] = ACTIONS(1485), + [anon_sym_EQ] = ACTIONS(1485), + [sym_comment] = ACTIONS(42), }, [410] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1456), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1456), - [anon_sym_LPAREN] = ACTIONS(1458), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1456), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1456), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1456), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1456), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1456), - [sym_preproc_directive] = ACTIONS(1460), - [anon_sym_SEMI] = ACTIONS(1458), - [anon_sym_extern] = ACTIONS(1456), - [anon_sym_LBRACE] = ACTIONS(1458), - [anon_sym_RBRACE] = ACTIONS(1458), - [anon_sym_STAR] = ACTIONS(1458), - [anon_sym_typedef] = ACTIONS(1456), - [anon_sym_static] = ACTIONS(1456), - [anon_sym_auto] = ACTIONS(1456), - [anon_sym_register] = ACTIONS(1456), - [anon_sym_const] = ACTIONS(1456), - [anon_sym_restrict] = ACTIONS(1456), - [anon_sym_volatile] = ACTIONS(1456), - [sym_function_specifier] = ACTIONS(1456), - [anon_sym_unsigned] = ACTIONS(1456), - [anon_sym_long] = ACTIONS(1456), - [anon_sym_short] = ACTIONS(1456), - [anon_sym_enum] = ACTIONS(1456), - [anon_sym_struct] = ACTIONS(1456), - [anon_sym_union] = ACTIONS(1456), - [anon_sym_if] = ACTIONS(1456), - [anon_sym_switch] = ACTIONS(1456), - [anon_sym_case] = ACTIONS(1456), - [anon_sym_default] = ACTIONS(1456), - [anon_sym_while] = ACTIONS(1456), - [anon_sym_do] = ACTIONS(1456), - [anon_sym_for] = ACTIONS(1456), - [anon_sym_return] = ACTIONS(1456), - [anon_sym_break] = ACTIONS(1456), - [anon_sym_continue] = ACTIONS(1456), - [anon_sym_goto] = ACTIONS(1456), - [anon_sym_AMP] = ACTIONS(1458), - [anon_sym_BANG] = ACTIONS(1458), - [anon_sym_TILDE] = ACTIONS(1458), - [anon_sym_PLUS] = ACTIONS(1456), - [anon_sym_DASH] = ACTIONS(1456), - [anon_sym_DASH_DASH] = ACTIONS(1458), - [anon_sym_PLUS_PLUS] = ACTIONS(1458), - [anon_sym_sizeof] = ACTIONS(1456), - [sym_number_literal] = ACTIONS(1456), - [sym_char_literal] = ACTIONS(1456), - [sym_string_literal] = ACTIONS(1458), - [sym_identifier] = ACTIONS(1460), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_RBRACK] = ACTIONS(1487), + [anon_sym_EQ] = ACTIONS(976), + [anon_sym_QMARK] = ACTIONS(978), + [anon_sym_STAR_EQ] = ACTIONS(980), + [anon_sym_SLASH_EQ] = ACTIONS(980), + [anon_sym_PERCENT_EQ] = ACTIONS(980), + [anon_sym_PLUS_EQ] = ACTIONS(980), + [anon_sym_DASH_EQ] = ACTIONS(980), + [anon_sym_LT_LT_EQ] = ACTIONS(980), + [anon_sym_GT_GT_EQ] = ACTIONS(980), + [anon_sym_AMP_EQ] = ACTIONS(980), + [anon_sym_CARET_EQ] = ACTIONS(980), + [anon_sym_PIPE_EQ] = ACTIONS(980), + [anon_sym_AMP] = ACTIONS(982), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(986), + [anon_sym_PIPE] = ACTIONS(988), + [anon_sym_CARET] = ACTIONS(990), + [anon_sym_EQ_EQ] = ACTIONS(992), + [anon_sym_BANG_EQ] = ACTIONS(992), + [anon_sym_LT] = ACTIONS(994), + [anon_sym_GT] = ACTIONS(994), + [anon_sym_LT_EQ] = ACTIONS(996), + [anon_sym_GT_EQ] = ACTIONS(996), + [anon_sym_LT_LT] = ACTIONS(998), + [anon_sym_GT_GT] = ACTIONS(998), + [anon_sym_PLUS] = ACTIONS(1000), + [anon_sym_DASH] = ACTIONS(1000), + [anon_sym_SLASH] = ACTIONS(974), + [anon_sym_PERCENT] = ACTIONS(974), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [411] = { - [sym_preproc_include] = STATE(169), - [sym_preproc_def] = STATE(169), - [sym_preproc_function_def] = STATE(169), - [sym_preproc_call] = STATE(169), - [sym_preproc_if_in_compound_statement] = STATE(170), - [sym_preproc_ifdef_in_compound_statement] = STATE(171), - [sym_declaration] = STATE(169), - [sym__declaration_specifiers] = STATE(172), - [sym_compound_statement] = STATE(169), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [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(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym__empty_declaration] = STATE(169), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(568), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [anon_sym_LPAREN] = ACTIONS(529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(531), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1462), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(533), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(535), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(1464), - [anon_sym_switch] = ACTIONS(1466), - [anon_sym_case] = ACTIONS(1468), - [anon_sym_default] = ACTIONS(1470), - [anon_sym_while] = ACTIONS(1472), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1474), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1476), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(256), + [anon_sym_extern] = ACTIONS(60), + [anon_sym_STAR] = ACTIONS(256), + [anon_sym_RBRACK] = ACTIONS(256), + [anon_sym_typedef] = ACTIONS(60), + [anon_sym_static] = ACTIONS(60), + [anon_sym_auto] = ACTIONS(60), + [anon_sym_register] = ACTIONS(60), + [anon_sym_const] = ACTIONS(60), + [anon_sym_restrict] = ACTIONS(60), + [anon_sym_volatile] = ACTIONS(60), + [sym_function_specifier] = ACTIONS(60), + [anon_sym_AMP] = ACTIONS(256), + [anon_sym_BANG] = ACTIONS(256), + [anon_sym_TILDE] = ACTIONS(256), + [anon_sym_PLUS] = ACTIONS(60), + [anon_sym_DASH] = ACTIONS(60), + [anon_sym_DASH_DASH] = ACTIONS(256), + [anon_sym_PLUS_PLUS] = ACTIONS(256), + [anon_sym_sizeof] = ACTIONS(60), + [sym_number_literal] = ACTIONS(60), + [sym_char_literal] = ACTIONS(60), + [sym_string_literal] = ACTIONS(256), + [sym_identifier] = ACTIONS(64), + [sym_comment] = ACTIONS(42), }, [412] = { - [anon_sym_LPAREN] = ACTIONS(1478), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(258), + [anon_sym_extern] = ACTIONS(66), + [anon_sym_STAR] = ACTIONS(258), + [anon_sym_RBRACK] = ACTIONS(258), + [anon_sym_typedef] = ACTIONS(66), + [anon_sym_static] = ACTIONS(66), + [anon_sym_auto] = ACTIONS(66), + [anon_sym_register] = ACTIONS(66), + [anon_sym_const] = ACTIONS(66), + [anon_sym_restrict] = ACTIONS(66), + [anon_sym_volatile] = ACTIONS(66), + [sym_function_specifier] = ACTIONS(66), + [anon_sym_AMP] = ACTIONS(258), + [anon_sym_BANG] = ACTIONS(258), + [anon_sym_TILDE] = ACTIONS(258), + [anon_sym_PLUS] = ACTIONS(66), + [anon_sym_DASH] = ACTIONS(66), + [anon_sym_DASH_DASH] = ACTIONS(258), + [anon_sym_PLUS_PLUS] = ACTIONS(258), + [anon_sym_sizeof] = ACTIONS(66), + [sym_number_literal] = ACTIONS(66), + [sym_char_literal] = ACTIONS(66), + [sym_string_literal] = ACTIONS(258), + [sym_identifier] = ACTIONS(68), + [sym_comment] = ACTIONS(42), }, [413] = { - [anon_sym_LPAREN] = ACTIONS(1480), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(260), + [anon_sym_extern] = ACTIONS(70), + [anon_sym_STAR] = ACTIONS(260), + [anon_sym_RBRACK] = ACTIONS(260), + [anon_sym_typedef] = ACTIONS(70), + [anon_sym_static] = ACTIONS(70), + [anon_sym_auto] = ACTIONS(70), + [anon_sym_register] = ACTIONS(70), + [anon_sym_const] = ACTIONS(70), + [anon_sym_restrict] = ACTIONS(70), + [anon_sym_volatile] = ACTIONS(70), + [sym_function_specifier] = ACTIONS(70), + [anon_sym_AMP] = ACTIONS(260), + [anon_sym_BANG] = ACTIONS(260), + [anon_sym_TILDE] = ACTIONS(260), + [anon_sym_PLUS] = ACTIONS(70), + [anon_sym_DASH] = ACTIONS(70), + [anon_sym_DASH_DASH] = ACTIONS(260), + [anon_sym_PLUS_PLUS] = ACTIONS(260), + [anon_sym_sizeof] = ACTIONS(70), + [sym_number_literal] = ACTIONS(70), + [sym_char_literal] = ACTIONS(70), + [sym_string_literal] = ACTIONS(260), + [sym_identifier] = ACTIONS(72), + [sym_comment] = ACTIONS(42), }, [414] = { - [sym__expression] = STATE(571), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_storage_class_specifier] = STATE(663), + [sym_type_qualifier] = STATE(663), + [anon_sym_LPAREN] = ACTIONS(262), + [anon_sym_extern] = ACTIONS(966), + [anon_sym_STAR] = ACTIONS(262), + [anon_sym_RBRACK] = ACTIONS(262), + [anon_sym_typedef] = ACTIONS(966), + [anon_sym_static] = ACTIONS(966), + [anon_sym_auto] = ACTIONS(966), + [anon_sym_register] = ACTIONS(966), + [anon_sym_const] = ACTIONS(968), + [anon_sym_restrict] = ACTIONS(968), + [anon_sym_volatile] = ACTIONS(968), + [sym_function_specifier] = ACTIONS(1489), + [anon_sym_AMP] = ACTIONS(262), + [anon_sym_BANG] = ACTIONS(262), + [anon_sym_TILDE] = ACTIONS(262), + [anon_sym_PLUS] = ACTIONS(1491), + [anon_sym_DASH] = ACTIONS(1491), + [anon_sym_DASH_DASH] = ACTIONS(262), + [anon_sym_PLUS_PLUS] = ACTIONS(262), + [anon_sym_sizeof] = ACTIONS(1491), + [sym_number_literal] = ACTIONS(1491), + [sym_char_literal] = ACTIONS(1491), + [sym_string_literal] = ACTIONS(262), + [sym_identifier] = ACTIONS(266), + [sym_comment] = ACTIONS(42), }, [415] = { - [anon_sym_COLON] = ACTIONS(1482), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(637), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(544), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [416] = { - [anon_sym_LPAREN] = ACTIONS(1484), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(664), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(544), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [417] = { - [anon_sym_LPAREN] = ACTIONS(1486), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(665), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [418] = { - [anon_sym_LPAREN] = ACTIONS(871), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(875), - [anon_sym_extern] = ACTIONS(214), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_typedef] = ACTIONS(214), - [anon_sym_static] = ACTIONS(214), - [anon_sym_auto] = ACTIONS(214), - [anon_sym_register] = ACTIONS(214), - [anon_sym_const] = ACTIONS(214), - [anon_sym_restrict] = ACTIONS(214), - [anon_sym_volatile] = ACTIONS(214), - [sym_function_specifier] = ACTIONS(214), - [anon_sym_COLON] = ACTIONS(1488), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_identifier] = ACTIONS(216), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(666), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(544), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [419] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1490), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(667), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(544), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [420] = { - [sym_preproc_include] = STATE(309), - [sym_preproc_def] = STATE(309), - [sym_preproc_function_def] = STATE(309), - [sym_preproc_call] = STATE(309), - [sym_preproc_if_in_compound_statement] = STATE(310), - [sym_preproc_ifdef_in_compound_statement] = STATE(311), - [sym_preproc_else_in_compound_statement] = STATE(578), - [sym_declaration] = STATE(309), - [sym__declaration_specifiers] = STATE(172), - [sym_compound_statement] = STATE(309), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(309), - [sym_expression_statement] = STATE(309), - [sym_if_statement] = STATE(309), - [sym_switch_statement] = STATE(309), - [sym_case_statement] = STATE(309), - [sym_while_statement] = STATE(309), - [sym_do_statement] = STATE(309), - [sym_for_statement] = STATE(309), - [sym_return_statement] = STATE(309), - [sym_break_statement] = STATE(309), - [sym_continue_statement] = STATE(309), - [sym_goto_statement] = STATE(309), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym__empty_declaration] = STATE(309), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [anon_sym_LPAREN] = ACTIONS(529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(531), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1492), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(533), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(535), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1193), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(1195), - [anon_sym_switch] = ACTIONS(1197), - [anon_sym_case] = ACTIONS(1199), - [anon_sym_default] = ACTIONS(1201), - [anon_sym_while] = ACTIONS(1203), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1205), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1207), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(668), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(544), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [421] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1494), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1496), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1494), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1494), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1494), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1494), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1494), - [sym_preproc_directive] = ACTIONS(1498), - [anon_sym_SEMI] = ACTIONS(1496), - [anon_sym_extern] = ACTIONS(1494), - [anon_sym_LBRACE] = ACTIONS(1496), - [anon_sym_RBRACE] = ACTIONS(1496), - [anon_sym_STAR] = ACTIONS(1496), - [anon_sym_typedef] = ACTIONS(1494), - [anon_sym_static] = ACTIONS(1494), - [anon_sym_auto] = ACTIONS(1494), - [anon_sym_register] = ACTIONS(1494), - [anon_sym_const] = ACTIONS(1494), - [anon_sym_restrict] = ACTIONS(1494), - [anon_sym_volatile] = ACTIONS(1494), - [sym_function_specifier] = ACTIONS(1494), - [anon_sym_unsigned] = ACTIONS(1494), - [anon_sym_long] = ACTIONS(1494), - [anon_sym_short] = ACTIONS(1494), - [anon_sym_enum] = ACTIONS(1494), - [anon_sym_struct] = ACTIONS(1494), - [anon_sym_union] = ACTIONS(1494), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_case] = ACTIONS(1494), - [anon_sym_default] = ACTIONS(1494), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_do] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_continue] = ACTIONS(1494), - [anon_sym_goto] = ACTIONS(1494), - [anon_sym_AMP] = ACTIONS(1496), - [anon_sym_BANG] = ACTIONS(1496), - [anon_sym_TILDE] = ACTIONS(1496), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_DASH_DASH] = ACTIONS(1496), - [anon_sym_PLUS_PLUS] = ACTIONS(1496), - [anon_sym_sizeof] = ACTIONS(1494), - [sym_number_literal] = ACTIONS(1494), - [sym_char_literal] = ACTIONS(1494), - [sym_string_literal] = ACTIONS(1496), - [sym_identifier] = ACTIONS(1498), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(669), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(544), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [422] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1500), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(670), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(544), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [423] = { - [sym_preproc_include] = STATE(309), - [sym_preproc_def] = STATE(309), - [sym_preproc_function_def] = STATE(309), - [sym_preproc_call] = STATE(309), - [sym_preproc_if_in_compound_statement] = STATE(310), - [sym_preproc_ifdef_in_compound_statement] = STATE(311), - [sym_preproc_else_in_compound_statement] = STATE(581), - [sym_declaration] = STATE(309), - [sym__declaration_specifiers] = STATE(172), - [sym_compound_statement] = STATE(309), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(309), - [sym_expression_statement] = STATE(309), - [sym_if_statement] = STATE(309), - [sym_switch_statement] = STATE(309), - [sym_case_statement] = STATE(309), - [sym_while_statement] = STATE(309), - [sym_do_statement] = STATE(309), - [sym_for_statement] = STATE(309), - [sym_return_statement] = STATE(309), - [sym_break_statement] = STATE(309), - [sym_continue_statement] = STATE(309), - [sym_goto_statement] = STATE(309), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym__empty_declaration] = STATE(309), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [anon_sym_LPAREN] = ACTIONS(529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(531), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1502), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(533), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(535), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1193), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(1195), - [anon_sym_switch] = ACTIONS(1197), - [anon_sym_case] = ACTIONS(1199), - [anon_sym_default] = ACTIONS(1201), - [anon_sym_while] = ACTIONS(1203), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1205), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1207), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(671), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(544), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [424] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1504), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1504), - [anon_sym_LPAREN] = ACTIONS(1506), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1504), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1504), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1504), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1504), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1504), - [sym_preproc_directive] = ACTIONS(1508), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(1504), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_typedef] = ACTIONS(1504), - [anon_sym_static] = ACTIONS(1504), - [anon_sym_auto] = ACTIONS(1504), - [anon_sym_register] = ACTIONS(1504), - [anon_sym_const] = ACTIONS(1504), - [anon_sym_restrict] = ACTIONS(1504), - [anon_sym_volatile] = ACTIONS(1504), - [sym_function_specifier] = ACTIONS(1504), - [anon_sym_unsigned] = ACTIONS(1504), - [anon_sym_long] = ACTIONS(1504), - [anon_sym_short] = ACTIONS(1504), - [anon_sym_enum] = ACTIONS(1504), - [anon_sym_struct] = ACTIONS(1504), - [anon_sym_union] = ACTIONS(1504), - [anon_sym_if] = ACTIONS(1504), - [anon_sym_switch] = ACTIONS(1504), - [anon_sym_case] = ACTIONS(1504), - [anon_sym_default] = ACTIONS(1504), - [anon_sym_while] = ACTIONS(1504), - [anon_sym_do] = ACTIONS(1504), - [anon_sym_for] = ACTIONS(1504), - [anon_sym_return] = ACTIONS(1504), - [anon_sym_break] = ACTIONS(1504), - [anon_sym_continue] = ACTIONS(1504), - [anon_sym_goto] = ACTIONS(1504), - [anon_sym_AMP] = ACTIONS(1506), - [anon_sym_BANG] = ACTIONS(1506), - [anon_sym_TILDE] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1504), - [anon_sym_DASH] = ACTIONS(1504), - [anon_sym_DASH_DASH] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_sizeof] = ACTIONS(1504), - [sym_number_literal] = ACTIONS(1504), - [sym_char_literal] = ACTIONS(1504), - [sym_string_literal] = ACTIONS(1506), - [sym_identifier] = ACTIONS(1508), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(672), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(544), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [425] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1510), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(673), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(544), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [426] = { - [sym_preproc_include] = STATE(309), - [sym_preproc_def] = STATE(309), - [sym_preproc_function_def] = STATE(309), - [sym_preproc_call] = STATE(309), - [sym_preproc_if_in_compound_statement] = STATE(310), - [sym_preproc_ifdef_in_compound_statement] = STATE(311), - [sym_preproc_else_in_compound_statement] = STATE(584), - [sym_declaration] = STATE(309), - [sym__declaration_specifiers] = STATE(172), - [sym_compound_statement] = STATE(309), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(309), - [sym_expression_statement] = STATE(309), - [sym_if_statement] = STATE(309), - [sym_switch_statement] = STATE(309), - [sym_case_statement] = STATE(309), - [sym_while_statement] = STATE(309), - [sym_do_statement] = STATE(309), - [sym_for_statement] = STATE(309), - [sym_return_statement] = STATE(309), - [sym_break_statement] = STATE(309), - [sym_continue_statement] = STATE(309), - [sym_goto_statement] = STATE(309), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym__empty_declaration] = STATE(309), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [anon_sym_LPAREN] = ACTIONS(529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(531), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1512), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(533), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(535), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1193), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(1195), - [anon_sym_switch] = ACTIONS(1197), - [anon_sym_case] = ACTIONS(1199), - [anon_sym_default] = ACTIONS(1201), - [anon_sym_while] = ACTIONS(1203), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1205), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1207), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(674), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(544), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [427] = { - [sym_type_qualifier] = STATE(81), - [sym__type_specifier] = STATE(82), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(585), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_sized_type_specifier_repeat1] = STATE(84), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(797), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1493), + [anon_sym_extern] = ACTIONS(95), + [anon_sym_STAR] = ACTIONS(93), + [anon_sym_RBRACK] = ACTIONS(93), + [anon_sym_typedef] = ACTIONS(95), + [anon_sym_static] = ACTIONS(95), + [anon_sym_auto] = ACTIONS(95), + [anon_sym_register] = ACTIONS(95), + [anon_sym_const] = ACTIONS(95), + [anon_sym_restrict] = ACTIONS(95), + [anon_sym_volatile] = ACTIONS(95), + [sym_function_specifier] = ACTIONS(95), + [anon_sym_AMP] = ACTIONS(93), + [anon_sym_BANG] = ACTIONS(93), + [anon_sym_TILDE] = ACTIONS(93), + [anon_sym_PLUS] = ACTIONS(95), + [anon_sym_DASH] = ACTIONS(95), + [anon_sym_DASH_DASH] = ACTIONS(93), + [anon_sym_PLUS_PLUS] = ACTIONS(93), + [anon_sym_sizeof] = ACTIONS(95), + [sym_number_literal] = ACTIONS(95), + [sym_char_literal] = ACTIONS(95), + [sym_string_literal] = ACTIONS(93), + [sym_identifier] = ACTIONS(97), + [sym_comment] = ACTIONS(42), }, [428] = { - [sym__expression] = STATE(254), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_storage_class_specifier] = STATE(413), + [sym_type_qualifier] = STATE(413), + [aux_sym__declaration_specifiers_repeat1] = STATE(675), + [anon_sym_LPAREN] = ACTIONS(262), + [anon_sym_extern] = ACTIONS(966), + [anon_sym_STAR] = ACTIONS(262), + [anon_sym_RBRACK] = ACTIONS(262), + [anon_sym_typedef] = ACTIONS(966), + [anon_sym_static] = ACTIONS(966), + [anon_sym_auto] = ACTIONS(966), + [anon_sym_register] = ACTIONS(966), + [anon_sym_const] = ACTIONS(968), + [anon_sym_restrict] = ACTIONS(968), + [anon_sym_volatile] = ACTIONS(968), + [sym_function_specifier] = ACTIONS(970), + [anon_sym_AMP] = ACTIONS(262), + [anon_sym_BANG] = ACTIONS(262), + [anon_sym_TILDE] = ACTIONS(262), + [anon_sym_PLUS] = ACTIONS(1491), + [anon_sym_DASH] = ACTIONS(1491), + [anon_sym_DASH_DASH] = ACTIONS(262), + [anon_sym_PLUS_PLUS] = ACTIONS(262), + [anon_sym_sizeof] = ACTIONS(1491), + [sym_number_literal] = ACTIONS(1491), + [sym_char_literal] = ACTIONS(1491), + [sym_string_literal] = ACTIONS(262), + [sym_identifier] = ACTIONS(266), + [sym_comment] = ACTIONS(42), }, [429] = { - [sym__expression] = STATE(280), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(278), + [anon_sym_extern] = ACTIONS(280), + [anon_sym_STAR] = ACTIONS(278), + [anon_sym_RBRACK] = ACTIONS(278), + [anon_sym_typedef] = ACTIONS(280), + [anon_sym_static] = ACTIONS(280), + [anon_sym_auto] = ACTIONS(280), + [anon_sym_register] = ACTIONS(280), + [anon_sym_const] = ACTIONS(280), + [anon_sym_restrict] = ACTIONS(280), + [anon_sym_volatile] = ACTIONS(280), + [sym_function_specifier] = ACTIONS(280), + [anon_sym_unsigned] = ACTIONS(280), + [anon_sym_long] = ACTIONS(280), + [anon_sym_short] = ACTIONS(280), + [anon_sym_AMP] = ACTIONS(278), + [anon_sym_BANG] = ACTIONS(278), + [anon_sym_TILDE] = ACTIONS(278), + [anon_sym_PLUS] = ACTIONS(280), + [anon_sym_DASH] = ACTIONS(280), + [anon_sym_DASH_DASH] = ACTIONS(278), + [anon_sym_PLUS_PLUS] = ACTIONS(278), + [anon_sym_sizeof] = ACTIONS(280), + [sym_number_literal] = ACTIONS(280), + [sym_char_literal] = ACTIONS(280), + [sym_string_literal] = ACTIONS(278), + [sym_identifier] = ACTIONS(282), + [sym_comment] = ACTIONS(42), }, [430] = { - [sym__expression] = STATE(281), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(284), + [anon_sym_extern] = ACTIONS(286), + [anon_sym_STAR] = ACTIONS(284), + [anon_sym_RBRACK] = ACTIONS(284), + [anon_sym_typedef] = ACTIONS(286), + [anon_sym_static] = ACTIONS(286), + [anon_sym_auto] = ACTIONS(286), + [anon_sym_register] = ACTIONS(286), + [anon_sym_const] = ACTIONS(286), + [anon_sym_restrict] = ACTIONS(286), + [anon_sym_volatile] = ACTIONS(286), + [sym_function_specifier] = ACTIONS(286), + [anon_sym_AMP] = ACTIONS(284), + [anon_sym_BANG] = ACTIONS(284), + [anon_sym_TILDE] = ACTIONS(284), + [anon_sym_PLUS] = ACTIONS(286), + [anon_sym_DASH] = ACTIONS(286), + [anon_sym_DASH_DASH] = ACTIONS(284), + [anon_sym_PLUS_PLUS] = ACTIONS(284), + [anon_sym_sizeof] = ACTIONS(286), + [sym_number_literal] = ACTIONS(286), + [sym_char_literal] = ACTIONS(286), + [sym_string_literal] = ACTIONS(284), + [sym_identifier] = ACTIONS(288), + [sym_comment] = ACTIONS(42), }, [431] = { - [sym__expression] = STATE(282), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1496), + [anon_sym_COMMA] = ACTIONS(1496), + [anon_sym_RPAREN] = ACTIONS(1496), + [anon_sym_SEMI] = ACTIONS(1496), + [anon_sym_RBRACE] = ACTIONS(1496), + [anon_sym_STAR] = ACTIONS(1498), + [anon_sym_LBRACK] = ACTIONS(1496), + [anon_sym_RBRACK] = ACTIONS(1496), + [anon_sym_EQ] = ACTIONS(1498), + [anon_sym_COLON] = ACTIONS(1496), + [anon_sym_QMARK] = ACTIONS(1496), + [anon_sym_STAR_EQ] = ACTIONS(1496), + [anon_sym_SLASH_EQ] = ACTIONS(1496), + [anon_sym_PERCENT_EQ] = ACTIONS(1496), + [anon_sym_PLUS_EQ] = ACTIONS(1496), + [anon_sym_DASH_EQ] = ACTIONS(1496), + [anon_sym_LT_LT_EQ] = ACTIONS(1496), + [anon_sym_GT_GT_EQ] = ACTIONS(1496), + [anon_sym_AMP_EQ] = ACTIONS(1496), + [anon_sym_CARET_EQ] = ACTIONS(1496), + [anon_sym_PIPE_EQ] = ACTIONS(1496), + [anon_sym_AMP] = ACTIONS(1498), + [anon_sym_PIPE_PIPE] = ACTIONS(1496), + [anon_sym_AMP_AMP] = ACTIONS(1496), + [anon_sym_PIPE] = ACTIONS(1498), + [anon_sym_CARET] = ACTIONS(1498), + [anon_sym_EQ_EQ] = ACTIONS(1496), + [anon_sym_BANG_EQ] = ACTIONS(1496), + [anon_sym_LT] = ACTIONS(1498), + [anon_sym_GT] = ACTIONS(1498), + [anon_sym_LT_EQ] = ACTIONS(1496), + [anon_sym_GT_EQ] = ACTIONS(1496), + [anon_sym_LT_LT] = ACTIONS(1498), + [anon_sym_GT_GT] = ACTIONS(1498), + [anon_sym_PLUS] = ACTIONS(1498), + [anon_sym_DASH] = ACTIONS(1498), + [anon_sym_SLASH] = ACTIONS(1498), + [anon_sym_PERCENT] = ACTIONS(1498), + [anon_sym_DASH_DASH] = ACTIONS(1496), + [anon_sym_PLUS_PLUS] = ACTIONS(1496), + [anon_sym_DOT] = ACTIONS(1496), + [anon_sym_DASH_GT] = ACTIONS(1496), + [sym_comment] = ACTIONS(42), }, [432] = { - [sym__expression] = STATE(587), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1514), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(676), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(544), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [433] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(1516), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_identifier] = ACTIONS(1500), + [sym_comment] = ACTIONS(42), }, [434] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(1546), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1502), + [anon_sym_RBRACE] = ACTIONS(1502), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1115), + [anon_sym_QMARK] = ACTIONS(1117), + [anon_sym_STAR_EQ] = ACTIONS(1119), + [anon_sym_SLASH_EQ] = ACTIONS(1119), + [anon_sym_PERCENT_EQ] = ACTIONS(1119), + [anon_sym_PLUS_EQ] = ACTIONS(1119), + [anon_sym_DASH_EQ] = ACTIONS(1119), + [anon_sym_LT_LT_EQ] = ACTIONS(1119), + [anon_sym_GT_GT_EQ] = ACTIONS(1119), + [anon_sym_AMP_EQ] = ACTIONS(1119), + [anon_sym_CARET_EQ] = ACTIONS(1119), + [anon_sym_PIPE_EQ] = ACTIONS(1119), + [anon_sym_AMP] = ACTIONS(1121), + [anon_sym_PIPE_PIPE] = ACTIONS(1123), + [anon_sym_AMP_AMP] = ACTIONS(1125), + [anon_sym_PIPE] = ACTIONS(1127), + [anon_sym_CARET] = ACTIONS(1129), + [anon_sym_EQ_EQ] = ACTIONS(1131), + [anon_sym_BANG_EQ] = ACTIONS(1131), + [anon_sym_LT] = ACTIONS(1133), + [anon_sym_GT] = ACTIONS(1133), + [anon_sym_LT_EQ] = ACTIONS(1135), + [anon_sym_GT_EQ] = ACTIONS(1135), + [anon_sym_LT_LT] = ACTIONS(1137), + [anon_sym_GT_GT] = ACTIONS(1137), + [anon_sym_PLUS] = ACTIONS(1139), + [anon_sym_DASH] = ACTIONS(1139), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [435] = { - [anon_sym_RPAREN] = ACTIONS(1548), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(1502), + [anon_sym_RBRACE] = ACTIONS(1502), + [sym_comment] = ACTIONS(42), }, [436] = { - [sym_type_qualifier] = STATE(81), - [sym__type_specifier] = STATE(82), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(603), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_sized_type_specifier_repeat1] = STATE(84), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(797), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(1504), + [anon_sym_RBRACE] = ACTIONS(1506), + [sym_comment] = ACTIONS(42), }, [437] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1319), - [anon_sym_COLON] = ACTIONS(1317), - [anon_sym_QMARK] = ACTIONS(1317), - [anon_sym_STAR_EQ] = ACTIONS(1317), - [anon_sym_SLASH_EQ] = ACTIONS(1317), - [anon_sym_PERCENT_EQ] = ACTIONS(1317), - [anon_sym_PLUS_EQ] = ACTIONS(1317), - [anon_sym_DASH_EQ] = ACTIONS(1317), - [anon_sym_LT_LT_EQ] = ACTIONS(1317), - [anon_sym_GT_GT_EQ] = ACTIONS(1317), - [anon_sym_AMP_EQ] = ACTIONS(1317), - [anon_sym_CARET_EQ] = ACTIONS(1317), - [anon_sym_PIPE_EQ] = ACTIONS(1317), - [anon_sym_AMP] = ACTIONS(1319), - [anon_sym_PIPE_PIPE] = ACTIONS(1317), - [anon_sym_AMP_AMP] = ACTIONS(1317), - [anon_sym_PIPE] = ACTIONS(1319), - [anon_sym_CARET] = ACTIONS(1319), - [anon_sym_EQ_EQ] = ACTIONS(1317), - [anon_sym_BANG_EQ] = ACTIONS(1317), - [anon_sym_LT] = ACTIONS(1319), - [anon_sym_GT] = ACTIONS(1319), - [anon_sym_LT_EQ] = ACTIONS(1317), - [anon_sym_GT_EQ] = ACTIONS(1317), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LBRACK] = ACTIONS(1508), + [anon_sym_EQ] = ACTIONS(1508), + [anon_sym_DOT] = ACTIONS(1508), + [sym_comment] = ACTIONS(42), }, [438] = { - [sym__expression] = STATE(476), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_designator] = STATE(681), + [anon_sym_LBRACK] = ACTIONS(1011), + [anon_sym_EQ] = ACTIONS(1510), + [anon_sym_DOT] = ACTIONS(1013), + [sym_comment] = ACTIONS(42), }, [439] = { - [sym__expression] = STATE(604), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_parameter_list] = STATE(110), + [anon_sym_LPAREN] = ACTIONS(244), + [anon_sym_COMMA] = ACTIONS(1512), + [anon_sym_SEMI] = ACTIONS(1512), + [anon_sym_LBRACK] = ACTIONS(252), + [anon_sym_EQ] = ACTIONS(254), + [sym_comment] = ACTIONS(42), }, [440] = { - [sym_declaration] = STATE(605), - [sym__declaration_specifiers] = STATE(453), - [sym_compound_statement] = STATE(605), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(605), - [sym_expression_statement] = STATE(605), - [sym_if_statement] = STATE(605), - [sym_switch_statement] = STATE(605), - [sym_case_statement] = STATE(605), - [sym_while_statement] = STATE(605), - [sym_do_statement] = STATE(605), - [sym_for_statement] = STATE(605), - [sym_return_statement] = STATE(605), - [sym_break_statement] = STATE(605), - [sym_continue_statement] = STATE(605), - [sym_goto_statement] = STATE(605), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(543), - [anon_sym_switch] = ACTIONS(545), - [anon_sym_case] = ACTIONS(547), - [anon_sym_default] = ACTIONS(549), - [anon_sym_while] = ACTIONS(551), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(555), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1263), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(1512), + [anon_sym_SEMI] = ACTIONS(1512), + [sym_comment] = ACTIONS(42), }, [441] = { - [sym__expression] = STATE(606), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(1514), + [anon_sym_RPAREN] = ACTIONS(1514), + [sym_comment] = ACTIONS(42), }, [442] = { - [sym__expression] = STATE(607), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1516), + [sym_identifier] = ACTIONS(1518), + [sym_comment] = ACTIONS(42), }, [443] = { - [sym__expression] = STATE(608), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LF] = ACTIONS(1520), + [sym_preproc_arg] = ACTIONS(1520), + [sym_comment] = ACTIONS(52), }, [444] = { - [sym__expression] = STATE(609), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LF] = ACTIONS(1522), + [sym_comment] = ACTIONS(52), }, [445] = { - [sym__expression] = STATE(610), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(588), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(588), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(588), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(588), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(588), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(588), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(588), + [sym_preproc_directive] = ACTIONS(590), + [anon_sym_extern] = ACTIONS(588), + [anon_sym_typedef] = ACTIONS(588), + [anon_sym_static] = ACTIONS(588), + [anon_sym_auto] = ACTIONS(588), + [anon_sym_register] = ACTIONS(588), + [anon_sym_const] = ACTIONS(588), + [anon_sym_restrict] = ACTIONS(588), + [anon_sym_volatile] = ACTIONS(588), + [sym_function_specifier] = ACTIONS(588), + [anon_sym_unsigned] = ACTIONS(588), + [anon_sym_long] = ACTIONS(588), + [anon_sym_short] = ACTIONS(588), + [anon_sym_enum] = ACTIONS(588), + [anon_sym_struct] = ACTIONS(588), + [anon_sym_union] = ACTIONS(588), + [sym_identifier] = ACTIONS(590), + [sym_comment] = ACTIONS(42), }, [446] = { - [sym__expression] = STATE(611), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LF] = ACTIONS(1524), + [sym_comment] = ACTIONS(52), }, [447] = { - [sym__expression] = STATE(612), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(628), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(628), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(628), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(628), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(628), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(628), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(628), + [sym_preproc_directive] = ACTIONS(630), + [anon_sym_extern] = ACTIONS(628), + [anon_sym_typedef] = ACTIONS(628), + [anon_sym_static] = ACTIONS(628), + [anon_sym_auto] = ACTIONS(628), + [anon_sym_register] = ACTIONS(628), + [anon_sym_const] = ACTIONS(628), + [anon_sym_restrict] = ACTIONS(628), + [anon_sym_volatile] = ACTIONS(628), + [sym_function_specifier] = ACTIONS(628), + [anon_sym_unsigned] = ACTIONS(628), + [anon_sym_long] = ACTIONS(628), + [anon_sym_short] = ACTIONS(628), + [anon_sym_enum] = ACTIONS(628), + [anon_sym_struct] = ACTIONS(628), + [anon_sym_union] = ACTIONS(628), + [sym_identifier] = ACTIONS(630), + [sym_comment] = ACTIONS(42), }, [448] = { - [sym__expression] = STATE(613), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1526), + [sym_comment] = ACTIONS(42), }, [449] = { - [sym__expression] = STATE(614), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(640), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(640), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(640), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(640), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(640), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(640), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(640), + [sym_preproc_directive] = ACTIONS(642), + [anon_sym_extern] = ACTIONS(640), + [anon_sym_typedef] = ACTIONS(640), + [anon_sym_static] = ACTIONS(640), + [anon_sym_auto] = ACTIONS(640), + [anon_sym_register] = ACTIONS(640), + [anon_sym_const] = ACTIONS(640), + [anon_sym_restrict] = ACTIONS(640), + [anon_sym_volatile] = ACTIONS(640), + [sym_function_specifier] = ACTIONS(640), + [anon_sym_unsigned] = ACTIONS(640), + [anon_sym_long] = ACTIONS(640), + [anon_sym_short] = ACTIONS(640), + [anon_sym_enum] = ACTIONS(640), + [anon_sym_struct] = ACTIONS(640), + [anon_sym_union] = ACTIONS(640), + [sym_identifier] = ACTIONS(642), + [sym_comment] = ACTIONS(42), }, [450] = { - [sym__expression] = STATE(615), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1528), + [sym_comment] = ACTIONS(42), }, [451] = { - [anon_sym_LPAREN] = ACTIONS(871), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(865), - [anon_sym_extern] = ACTIONS(214), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_typedef] = ACTIONS(214), - [anon_sym_static] = ACTIONS(214), - [anon_sym_auto] = ACTIONS(214), - [anon_sym_register] = ACTIONS(214), - [anon_sym_const] = ACTIONS(214), - [anon_sym_restrict] = ACTIONS(214), - [anon_sym_volatile] = ACTIONS(214), - [sym_function_specifier] = ACTIONS(214), - [anon_sym_COLON] = ACTIONS(881), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_identifier] = ACTIONS(216), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(648), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(648), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(648), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(648), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(648), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(648), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(648), + [sym_preproc_directive] = ACTIONS(650), + [anon_sym_extern] = ACTIONS(648), + [anon_sym_typedef] = ACTIONS(648), + [anon_sym_static] = ACTIONS(648), + [anon_sym_auto] = ACTIONS(648), + [anon_sym_register] = ACTIONS(648), + [anon_sym_const] = ACTIONS(648), + [anon_sym_restrict] = ACTIONS(648), + [anon_sym_volatile] = ACTIONS(648), + [sym_function_specifier] = ACTIONS(648), + [anon_sym_unsigned] = ACTIONS(648), + [anon_sym_long] = ACTIONS(648), + [anon_sym_short] = ACTIONS(648), + [anon_sym_enum] = ACTIONS(648), + [anon_sym_struct] = ACTIONS(648), + [anon_sym_union] = ACTIONS(648), + [sym_identifier] = ACTIONS(650), + [sym_comment] = ACTIONS(42), }, [452] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1550), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1550), - [anon_sym_LPAREN] = ACTIONS(1552), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1550), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1550), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1550), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1550), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1550), - [sym_preproc_directive] = ACTIONS(1554), - [anon_sym_SEMI] = ACTIONS(1552), - [anon_sym_extern] = ACTIONS(1550), - [anon_sym_LBRACE] = ACTIONS(1552), - [anon_sym_RBRACE] = ACTIONS(1552), - [anon_sym_STAR] = ACTIONS(1552), - [anon_sym_typedef] = ACTIONS(1550), - [anon_sym_static] = ACTIONS(1550), - [anon_sym_auto] = ACTIONS(1550), - [anon_sym_register] = ACTIONS(1550), - [anon_sym_const] = ACTIONS(1550), - [anon_sym_restrict] = ACTIONS(1550), - [anon_sym_volatile] = ACTIONS(1550), - [sym_function_specifier] = ACTIONS(1550), - [anon_sym_unsigned] = ACTIONS(1550), - [anon_sym_long] = ACTIONS(1550), - [anon_sym_short] = ACTIONS(1550), - [anon_sym_enum] = ACTIONS(1550), - [anon_sym_struct] = ACTIONS(1550), - [anon_sym_union] = ACTIONS(1550), - [anon_sym_if] = ACTIONS(1550), - [anon_sym_else] = ACTIONS(1550), - [anon_sym_switch] = ACTIONS(1550), - [anon_sym_case] = ACTIONS(1550), - [anon_sym_default] = ACTIONS(1550), - [anon_sym_while] = ACTIONS(1550), - [anon_sym_do] = ACTIONS(1550), - [anon_sym_for] = ACTIONS(1550), - [anon_sym_return] = ACTIONS(1550), - [anon_sym_break] = ACTIONS(1550), - [anon_sym_continue] = ACTIONS(1550), - [anon_sym_goto] = ACTIONS(1550), - [anon_sym_AMP] = ACTIONS(1552), - [anon_sym_BANG] = ACTIONS(1552), - [anon_sym_TILDE] = ACTIONS(1552), - [anon_sym_PLUS] = ACTIONS(1550), - [anon_sym_DASH] = ACTIONS(1550), - [anon_sym_DASH_DASH] = ACTIONS(1552), - [anon_sym_PLUS_PLUS] = ACTIONS(1552), - [anon_sym_sizeof] = ACTIONS(1550), - [sym_number_literal] = ACTIONS(1550), - [sym_char_literal] = ACTIONS(1550), - [sym_string_literal] = ACTIONS(1552), - [sym_identifier] = ACTIONS(1554), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1530), + [sym_comment] = ACTIONS(42), }, [453] = { - [sym__declarator] = STATE(288), - [sym_pointer_declarator] = STATE(44), - [sym_function_declarator] = STATE(44), - [sym_array_declarator] = STATE(44), - [sym_init_declarator] = STATE(46), - [anon_sym_LPAREN] = ACTIONS(226), - [anon_sym_STAR] = ACTIONS(521), - [sym_identifier] = ACTIONS(232), - [sym_comment] = ACTIONS(123), + [sym_preproc_arg] = ACTIONS(1532), + [sym_comment] = ACTIONS(52), }, [454] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(1556), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(294), + [sym_preproc_directive] = ACTIONS(296), + [anon_sym_extern] = ACTIONS(294), + [anon_sym_typedef] = ACTIONS(294), + [anon_sym_static] = ACTIONS(294), + [anon_sym_auto] = ACTIONS(294), + [anon_sym_register] = ACTIONS(294), + [anon_sym_const] = ACTIONS(294), + [anon_sym_restrict] = ACTIONS(294), + [anon_sym_volatile] = ACTIONS(294), + [sym_function_specifier] = ACTIONS(294), + [anon_sym_unsigned] = ACTIONS(294), + [anon_sym_long] = ACTIONS(294), + [anon_sym_short] = ACTIONS(294), + [anon_sym_enum] = ACTIONS(294), + [anon_sym_struct] = ACTIONS(294), + [anon_sym_union] = ACTIONS(294), + [sym_identifier] = ACTIONS(296), + [sym_comment] = ACTIONS(42), }, [455] = { - [sym__expression] = STATE(617), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LF] = ACTIONS(1534), + [sym_preproc_arg] = ACTIONS(1536), + [sym_comment] = ACTIONS(52), + }, + [456] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(318), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(318), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(318), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(318), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(318), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(318), + [sym_preproc_directive] = ACTIONS(320), + [anon_sym_extern] = ACTIONS(318), + [anon_sym_typedef] = ACTIONS(318), + [anon_sym_static] = ACTIONS(318), + [anon_sym_auto] = ACTIONS(318), + [anon_sym_register] = ACTIONS(318), + [anon_sym_const] = ACTIONS(318), + [anon_sym_restrict] = ACTIONS(318), + [anon_sym_volatile] = ACTIONS(318), + [sym_function_specifier] = ACTIONS(318), + [anon_sym_unsigned] = ACTIONS(318), + [anon_sym_long] = ACTIONS(318), + [anon_sym_short] = ACTIONS(318), + [anon_sym_enum] = ACTIONS(318), + [anon_sym_struct] = ACTIONS(318), + [anon_sym_union] = ACTIONS(318), + [sym_identifier] = ACTIONS(320), + [sym_comment] = ACTIONS(42), + }, + [457] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1538), + [sym_comment] = ACTIONS(42), + }, + [458] = { + [sym_preproc_include] = STATE(140), + [sym_preproc_def] = STATE(140), + [sym_preproc_function_def] = STATE(140), + [sym_preproc_call] = STATE(140), + [sym_preproc_if] = STATE(140), + [sym_preproc_ifdef] = STATE(140), + [sym_preproc_else] = STATE(692), + [sym_function_definition] = STATE(140), + [sym_declaration] = STATE(140), + [sym__declaration_specifiers] = STATE(71), + [sym_linkage_specification] = STATE(140), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__empty_declaration] = STATE(140), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(156), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(158), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(160), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1540), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(164), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(166), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(168), + [sym_preproc_directive] = ACTIONS(170), + [anon_sym_extern] = ACTIONS(172), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), + }, + [459] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(354), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(354), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(354), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(354), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(354), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(354), + [sym_preproc_directive] = ACTIONS(356), + [anon_sym_extern] = ACTIONS(354), + [anon_sym_typedef] = ACTIONS(354), + [anon_sym_static] = ACTIONS(354), + [anon_sym_auto] = ACTIONS(354), + [anon_sym_register] = ACTIONS(354), + [anon_sym_const] = ACTIONS(354), + [anon_sym_restrict] = ACTIONS(354), + [anon_sym_volatile] = ACTIONS(354), + [sym_function_specifier] = ACTIONS(354), + [anon_sym_unsigned] = ACTIONS(354), + [anon_sym_long] = ACTIONS(354), + [anon_sym_short] = ACTIONS(354), + [anon_sym_enum] = ACTIONS(354), + [anon_sym_struct] = ACTIONS(354), + [anon_sym_union] = ACTIONS(354), + [sym_identifier] = ACTIONS(356), + [sym_comment] = ACTIONS(42), + }, + [460] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1542), + [sym_comment] = ACTIONS(42), + }, + [461] = { + [sym_preproc_include] = STATE(140), + [sym_preproc_def] = STATE(140), + [sym_preproc_function_def] = STATE(140), + [sym_preproc_call] = STATE(140), + [sym_preproc_if] = STATE(140), + [sym_preproc_ifdef] = STATE(140), + [sym_preproc_else] = STATE(694), + [sym_function_definition] = STATE(140), + [sym_declaration] = STATE(140), + [sym__declaration_specifiers] = STATE(71), + [sym_linkage_specification] = STATE(140), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__empty_declaration] = STATE(140), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(156), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(158), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(160), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1544), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(164), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(166), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(168), + [sym_preproc_directive] = ACTIONS(170), + [anon_sym_extern] = ACTIONS(172), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, - [456] = { - [sym__expression] = STATE(618), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [462] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(364), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(364), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(364), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(364), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(364), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(364), + [sym_preproc_directive] = ACTIONS(366), + [anon_sym_extern] = ACTIONS(364), + [anon_sym_typedef] = ACTIONS(364), + [anon_sym_static] = ACTIONS(364), + [anon_sym_auto] = ACTIONS(364), + [anon_sym_register] = ACTIONS(364), + [anon_sym_const] = ACTIONS(364), + [anon_sym_restrict] = ACTIONS(364), + [anon_sym_volatile] = ACTIONS(364), + [sym_function_specifier] = ACTIONS(364), + [anon_sym_unsigned] = ACTIONS(364), + [anon_sym_long] = ACTIONS(364), + [anon_sym_short] = ACTIONS(364), + [anon_sym_enum] = ACTIONS(364), + [anon_sym_struct] = ACTIONS(364), + [anon_sym_union] = ACTIONS(364), + [sym_identifier] = ACTIONS(366), + [sym_comment] = ACTIONS(42), }, - [457] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_COLON] = ACTIONS(1558), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_STAR_EQ] = ACTIONS(1241), - [anon_sym_SLASH_EQ] = ACTIONS(1241), - [anon_sym_PERCENT_EQ] = ACTIONS(1241), - [anon_sym_PLUS_EQ] = ACTIONS(1241), - [anon_sym_DASH_EQ] = ACTIONS(1241), - [anon_sym_LT_LT_EQ] = ACTIONS(1241), - [anon_sym_GT_GT_EQ] = ACTIONS(1241), - [anon_sym_AMP_EQ] = ACTIONS(1241), - [anon_sym_CARET_EQ] = ACTIONS(1241), - [anon_sym_PIPE_EQ] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1245), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE] = ACTIONS(1249), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_EQ_EQ] = ACTIONS(1253), - [anon_sym_BANG_EQ] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [463] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1546), + [sym_comment] = ACTIONS(42), }, - [458] = { - [sym_declaration] = STATE(452), - [sym__declaration_specifiers] = STATE(453), - [sym_compound_statement] = STATE(452), + [464] = { + [sym_preproc_include] = STATE(140), + [sym_preproc_def] = STATE(140), + [sym_preproc_function_def] = STATE(140), + [sym_preproc_call] = STATE(140), + [sym_preproc_if] = STATE(140), + [sym_preproc_ifdef] = STATE(140), + [sym_preproc_else] = STATE(696), + [sym_function_definition] = STATE(140), + [sym_declaration] = STATE(140), + [sym__declaration_specifiers] = STATE(71), + [sym_linkage_specification] = STATE(140), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -28746,122 +18955,47 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(452), - [sym_expression_statement] = STATE(452), - [sym_if_statement] = STATE(452), - [sym_switch_statement] = STATE(452), - [sym_case_statement] = STATE(452), - [sym_while_statement] = STATE(452), - [sym_do_statement] = STATE(452), - [sym_for_statement] = STATE(452), - [sym_return_statement] = STATE(452), - [sym_break_statement] = STATE(452), - [sym_continue_statement] = STATE(452), - [sym_goto_statement] = STATE(452), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), + [sym__empty_declaration] = STATE(140), [sym_macro_type_specifier] = STATE(21), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(839), - [anon_sym_switch] = ACTIONS(841), - [anon_sym_case] = ACTIONS(843), - [anon_sym_default] = ACTIONS(845), - [anon_sym_while] = ACTIONS(847), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(849), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1560), - [sym_comment] = ACTIONS(123), - }, - [459] = { - [sym__expression] = STATE(621), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(156), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(158), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(160), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1548), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(164), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(166), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(168), + [sym_preproc_directive] = ACTIONS(170), + [anon_sym_extern] = ACTIONS(172), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, - [460] = { - [sym_declaration] = STATE(622), - [sym__declaration_specifiers] = STATE(453), + [465] = { + [sym_preproc_include] = STATE(18), + [sym_preproc_def] = STATE(18), + [sym_preproc_function_def] = STATE(18), + [sym_preproc_call] = STATE(18), + [sym_preproc_if] = STATE(18), + [sym_preproc_ifdef] = STATE(18), + [sym_function_definition] = STATE(18), + [sym_declaration] = STATE(18), + [sym__declaration_specifiers] = STATE(19), + [sym_linkage_specification] = STATE(18), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -28869,4048 +19003,3402 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(623), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), + [sym__empty_declaration] = STATE(18), [sym_macro_type_specifier] = STATE(21), + [aux_sym_translation_unit_repeat1] = STATE(698), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(1562), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1281), - [sym_comment] = ACTIONS(123), - }, - [461] = { - [sym_compound_statement] = STATE(471), - [sym_labeled_statement] = STATE(471), - [sym_expression_statement] = STATE(471), - [sym_if_statement] = STATE(471), - [sym_switch_statement] = STATE(471), - [sym_case_statement] = STATE(471), - [sym_while_statement] = STATE(471), - [sym_do_statement] = STATE(471), - [sym_for_statement] = STATE(471), - [sym_return_statement] = STATE(471), - [sym_break_statement] = STATE(471), - [sym_continue_statement] = STATE(471), - [sym_goto_statement] = STATE(471), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(839), - [anon_sym_switch] = ACTIONS(841), - [anon_sym_case] = ACTIONS(843), - [anon_sym_default] = ACTIONS(845), - [anon_sym_while] = ACTIONS(847), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(849), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(851), - [sym_comment] = ACTIONS(123), - }, - [462] = { - [anon_sym_LPAREN] = ACTIONS(1564), - [sym_comment] = ACTIONS(123), - }, - [463] = { - [sym__expression] = STATE(626), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(1566), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), - }, - [464] = { - [anon_sym_LPAREN] = ACTIONS(871), - [anon_sym_SEMI] = ACTIONS(865), - [anon_sym_extern] = ACTIONS(214), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_typedef] = ACTIONS(214), - [anon_sym_static] = ACTIONS(214), - [anon_sym_auto] = ACTIONS(214), - [anon_sym_register] = ACTIONS(214), - [anon_sym_const] = ACTIONS(214), - [anon_sym_restrict] = ACTIONS(214), - [anon_sym_volatile] = ACTIONS(214), - [sym_function_specifier] = ACTIONS(214), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_identifier] = ACTIONS(216), - [sym_comment] = ACTIONS(123), - }, - [465] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(1568), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(12), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(14), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(16), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(18), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(20), + [sym_preproc_directive] = ACTIONS(22), + [anon_sym_extern] = ACTIONS(24), + [anon_sym_RBRACE] = ACTIONS(1550), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, [466] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1570), - [anon_sym_LPAREN] = ACTIONS(1572), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1570), - [sym_preproc_directive] = ACTIONS(1574), - [anon_sym_SEMI] = ACTIONS(1572), - [anon_sym_extern] = ACTIONS(1570), - [anon_sym_LBRACE] = ACTIONS(1572), - [anon_sym_RBRACE] = ACTIONS(1572), - [anon_sym_STAR] = ACTIONS(1572), - [anon_sym_typedef] = ACTIONS(1570), - [anon_sym_static] = ACTIONS(1570), - [anon_sym_auto] = ACTIONS(1570), - [anon_sym_register] = ACTIONS(1570), - [anon_sym_const] = ACTIONS(1570), - [anon_sym_restrict] = ACTIONS(1570), - [anon_sym_volatile] = ACTIONS(1570), - [sym_function_specifier] = ACTIONS(1570), - [anon_sym_unsigned] = ACTIONS(1570), - [anon_sym_long] = ACTIONS(1570), - [anon_sym_short] = ACTIONS(1570), - [anon_sym_enum] = ACTIONS(1570), - [anon_sym_struct] = ACTIONS(1570), - [anon_sym_union] = ACTIONS(1570), - [anon_sym_if] = ACTIONS(1570), - [anon_sym_else] = ACTIONS(1570), - [anon_sym_switch] = ACTIONS(1570), - [anon_sym_case] = ACTIONS(1570), - [anon_sym_default] = ACTIONS(1570), - [anon_sym_while] = ACTIONS(1570), - [anon_sym_do] = ACTIONS(1570), - [anon_sym_for] = ACTIONS(1570), - [anon_sym_return] = ACTIONS(1570), - [anon_sym_break] = ACTIONS(1570), - [anon_sym_continue] = ACTIONS(1570), - [anon_sym_goto] = ACTIONS(1570), - [anon_sym_AMP] = ACTIONS(1572), - [anon_sym_BANG] = ACTIONS(1572), - [anon_sym_TILDE] = ACTIONS(1572), - [anon_sym_PLUS] = ACTIONS(1570), - [anon_sym_DASH] = ACTIONS(1570), - [anon_sym_DASH_DASH] = ACTIONS(1572), - [anon_sym_PLUS_PLUS] = ACTIONS(1572), - [anon_sym_sizeof] = ACTIONS(1570), - [sym_number_literal] = ACTIONS(1570), - [sym_char_literal] = ACTIONS(1570), - [sym_string_literal] = ACTIONS(1572), - [sym_identifier] = ACTIONS(1574), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(376), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(376), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(376), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(376), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(376), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(376), + [sym_preproc_directive] = ACTIONS(378), + [anon_sym_extern] = ACTIONS(376), + [anon_sym_typedef] = ACTIONS(376), + [anon_sym_static] = ACTIONS(376), + [anon_sym_auto] = ACTIONS(376), + [anon_sym_register] = ACTIONS(376), + [anon_sym_const] = ACTIONS(376), + [anon_sym_restrict] = ACTIONS(376), + [anon_sym_volatile] = ACTIONS(376), + [sym_function_specifier] = ACTIONS(376), + [anon_sym_unsigned] = ACTIONS(376), + [anon_sym_long] = ACTIONS(376), + [anon_sym_short] = ACTIONS(376), + [anon_sym_enum] = ACTIONS(376), + [anon_sym_struct] = ACTIONS(376), + [anon_sym_union] = ACTIONS(376), + [sym_identifier] = ACTIONS(378), + [sym_comment] = ACTIONS(42), }, [467] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1576), - [anon_sym_LPAREN] = ACTIONS(1578), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1576), - [sym_preproc_directive] = ACTIONS(1580), - [anon_sym_SEMI] = ACTIONS(1578), - [anon_sym_extern] = ACTIONS(1576), - [anon_sym_LBRACE] = ACTIONS(1578), - [anon_sym_RBRACE] = ACTIONS(1578), - [anon_sym_STAR] = ACTIONS(1578), - [anon_sym_typedef] = ACTIONS(1576), - [anon_sym_static] = ACTIONS(1576), - [anon_sym_auto] = ACTIONS(1576), - [anon_sym_register] = ACTIONS(1576), - [anon_sym_const] = ACTIONS(1576), - [anon_sym_restrict] = ACTIONS(1576), - [anon_sym_volatile] = ACTIONS(1576), - [sym_function_specifier] = ACTIONS(1576), - [anon_sym_unsigned] = ACTIONS(1576), - [anon_sym_long] = ACTIONS(1576), - [anon_sym_short] = ACTIONS(1576), - [anon_sym_enum] = ACTIONS(1576), - [anon_sym_struct] = ACTIONS(1576), - [anon_sym_union] = ACTIONS(1576), - [anon_sym_if] = ACTIONS(1576), - [anon_sym_else] = ACTIONS(1576), - [anon_sym_switch] = ACTIONS(1576), - [anon_sym_case] = ACTIONS(1576), - [anon_sym_default] = ACTIONS(1576), - [anon_sym_while] = ACTIONS(1576), - [anon_sym_do] = ACTIONS(1576), - [anon_sym_for] = ACTIONS(1576), - [anon_sym_return] = ACTIONS(1576), - [anon_sym_break] = ACTIONS(1576), - [anon_sym_continue] = ACTIONS(1576), - [anon_sym_goto] = ACTIONS(1576), - [anon_sym_AMP] = ACTIONS(1578), - [anon_sym_BANG] = ACTIONS(1578), - [anon_sym_TILDE] = ACTIONS(1578), - [anon_sym_PLUS] = ACTIONS(1576), - [anon_sym_DASH] = ACTIONS(1576), - [anon_sym_DASH_DASH] = ACTIONS(1578), - [anon_sym_PLUS_PLUS] = ACTIONS(1578), - [anon_sym_sizeof] = ACTIONS(1576), - [sym_number_literal] = ACTIONS(1576), - [sym_char_literal] = ACTIONS(1576), - [sym_string_literal] = ACTIONS(1578), - [sym_identifier] = ACTIONS(1580), - [sym_comment] = ACTIONS(123), + [sym__declarator] = STATE(264), + [sym_pointer_declarator] = STATE(44), + [sym_function_declarator] = STATE(44), + [sym_array_declarator] = STATE(44), + [sym_init_declarator] = STATE(265), + [anon_sym_LPAREN] = ACTIONS(107), + [anon_sym_STAR] = ACTIONS(111), + [sym_identifier] = ACTIONS(113), + [sym_comment] = ACTIONS(42), }, [468] = { - [anon_sym_RPAREN] = ACTIONS(1582), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(466), + [sym_preproc_directive] = ACTIONS(468), + [anon_sym_extern] = ACTIONS(466), + [anon_sym_typedef] = ACTIONS(466), + [anon_sym_static] = ACTIONS(466), + [anon_sym_auto] = ACTIONS(466), + [anon_sym_register] = ACTIONS(466), + [anon_sym_const] = ACTIONS(466), + [anon_sym_restrict] = ACTIONS(466), + [anon_sym_volatile] = ACTIONS(466), + [sym_function_specifier] = ACTIONS(466), + [anon_sym_unsigned] = ACTIONS(466), + [anon_sym_long] = ACTIONS(466), + [anon_sym_short] = ACTIONS(466), + [anon_sym_enum] = ACTIONS(466), + [anon_sym_struct] = ACTIONS(466), + [anon_sym_union] = ACTIONS(466), + [sym_identifier] = ACTIONS(468), + [sym_comment] = ACTIONS(42), }, [469] = { - [anon_sym_LPAREN] = ACTIONS(1584), - [anon_sym_COMMA] = ACTIONS(1584), - [anon_sym_RPAREN] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1584), - [anon_sym_RBRACE] = ACTIONS(1584), - [anon_sym_STAR] = ACTIONS(1586), - [anon_sym_LBRACK] = ACTIONS(1584), - [anon_sym_RBRACK] = ACTIONS(1584), - [anon_sym_EQ] = ACTIONS(1586), - [anon_sym_COLON] = ACTIONS(1584), - [anon_sym_QMARK] = ACTIONS(1584), - [anon_sym_STAR_EQ] = ACTIONS(1584), - [anon_sym_SLASH_EQ] = ACTIONS(1584), - [anon_sym_PERCENT_EQ] = ACTIONS(1584), - [anon_sym_PLUS_EQ] = ACTIONS(1584), - [anon_sym_DASH_EQ] = ACTIONS(1584), - [anon_sym_LT_LT_EQ] = ACTIONS(1584), - [anon_sym_GT_GT_EQ] = ACTIONS(1584), - [anon_sym_AMP_EQ] = ACTIONS(1584), - [anon_sym_CARET_EQ] = ACTIONS(1584), - [anon_sym_PIPE_EQ] = ACTIONS(1584), - [anon_sym_AMP] = ACTIONS(1586), - [anon_sym_PIPE_PIPE] = ACTIONS(1584), - [anon_sym_AMP_AMP] = ACTIONS(1584), - [anon_sym_PIPE] = ACTIONS(1586), - [anon_sym_CARET] = ACTIONS(1586), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_LT] = ACTIONS(1586), - [anon_sym_GT] = ACTIONS(1586), - [anon_sym_LT_EQ] = ACTIONS(1584), - [anon_sym_GT_EQ] = ACTIONS(1584), - [anon_sym_LT_LT] = ACTIONS(1586), - [anon_sym_GT_GT] = ACTIONS(1586), - [anon_sym_PLUS] = ACTIONS(1586), - [anon_sym_DASH] = ACTIONS(1586), - [anon_sym_SLASH] = ACTIONS(1586), - [anon_sym_PERCENT] = ACTIONS(1586), - [anon_sym_DASH_DASH] = ACTIONS(1584), - [anon_sym_PLUS_PLUS] = ACTIONS(1584), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_DASH_GT] = ACTIONS(1584), - [sym_string_literal] = ACTIONS(1584), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(209), + [sym_preproc_def] = STATE(209), + [sym_preproc_function_def] = STATE(209), + [sym_preproc_call] = STATE(209), + [sym_preproc_if_in_compound_statement] = STATE(210), + [sym_preproc_ifdef_in_compound_statement] = STATE(211), + [sym_declaration] = STATE(209), + [sym__declaration_specifiers] = STATE(212), + [sym_compound_statement] = STATE(209), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(209), + [sym_expression_statement] = STATE(209), + [sym_if_statement] = STATE(209), + [sym_switch_statement] = STATE(209), + [sym_case_statement] = STATE(209), + [sym_while_statement] = STATE(209), + [sym_do_statement] = STATE(209), + [sym_for_statement] = STATE(209), + [sym_return_statement] = STATE(209), + [sym_break_statement] = STATE(209), + [sym_continue_statement] = STATE(209), + [sym_goto_statement] = STATE(209), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(209), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(700), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(470), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(472), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(476), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(478), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(480), + [sym_preproc_directive] = ACTIONS(482), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_RBRACE] = ACTIONS(1552), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(528), + [sym_comment] = ACTIONS(42), }, [470] = { - [anon_sym_LPAREN] = ACTIONS(865), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(865), - [anon_sym_STAR] = ACTIONS(867), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_COLON] = ACTIONS(881), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(562), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(562), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(562), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(562), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(562), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(562), + [sym_preproc_directive] = ACTIONS(564), + [anon_sym_extern] = ACTIONS(562), + [anon_sym_typedef] = ACTIONS(562), + [anon_sym_static] = ACTIONS(562), + [anon_sym_auto] = ACTIONS(562), + [anon_sym_register] = ACTIONS(562), + [anon_sym_const] = ACTIONS(562), + [anon_sym_restrict] = ACTIONS(562), + [anon_sym_volatile] = ACTIONS(562), + [sym_function_specifier] = ACTIONS(562), + [anon_sym_unsigned] = ACTIONS(562), + [anon_sym_long] = ACTIONS(562), + [anon_sym_short] = ACTIONS(562), + [anon_sym_enum] = ACTIONS(562), + [anon_sym_struct] = ACTIONS(562), + [anon_sym_union] = ACTIONS(562), + [sym_identifier] = ACTIONS(564), + [sym_comment] = ACTIONS(42), }, [471] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1588), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1588), - [anon_sym_LPAREN] = ACTIONS(1590), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1588), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1588), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1588), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1588), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1588), - [sym_preproc_directive] = ACTIONS(1592), - [anon_sym_SEMI] = ACTIONS(1590), - [anon_sym_extern] = ACTIONS(1588), - [anon_sym_LBRACE] = ACTIONS(1590), - [anon_sym_RBRACE] = ACTIONS(1590), - [anon_sym_STAR] = ACTIONS(1590), - [anon_sym_typedef] = ACTIONS(1588), - [anon_sym_static] = ACTIONS(1588), - [anon_sym_auto] = ACTIONS(1588), - [anon_sym_register] = ACTIONS(1588), - [anon_sym_const] = ACTIONS(1588), - [anon_sym_restrict] = ACTIONS(1588), - [anon_sym_volatile] = ACTIONS(1588), - [sym_function_specifier] = ACTIONS(1588), - [anon_sym_unsigned] = ACTIONS(1588), - [anon_sym_long] = ACTIONS(1588), - [anon_sym_short] = ACTIONS(1588), - [anon_sym_enum] = ACTIONS(1588), - [anon_sym_struct] = ACTIONS(1588), - [anon_sym_union] = ACTIONS(1588), - [anon_sym_if] = ACTIONS(1588), - [anon_sym_else] = ACTIONS(1588), - [anon_sym_switch] = ACTIONS(1588), - [anon_sym_case] = ACTIONS(1588), - [anon_sym_default] = ACTIONS(1588), - [anon_sym_while] = ACTIONS(1588), - [anon_sym_do] = ACTIONS(1588), - [anon_sym_for] = ACTIONS(1588), - [anon_sym_return] = ACTIONS(1588), - [anon_sym_break] = ACTIONS(1588), - [anon_sym_continue] = ACTIONS(1588), - [anon_sym_goto] = ACTIONS(1588), - [anon_sym_AMP] = ACTIONS(1590), - [anon_sym_BANG] = ACTIONS(1590), - [anon_sym_TILDE] = ACTIONS(1590), - [anon_sym_PLUS] = ACTIONS(1588), - [anon_sym_DASH] = ACTIONS(1588), - [anon_sym_DASH_DASH] = ACTIONS(1590), - [anon_sym_PLUS_PLUS] = ACTIONS(1590), - [anon_sym_sizeof] = ACTIONS(1588), - [sym_number_literal] = ACTIONS(1588), - [sym_char_literal] = ACTIONS(1588), - [sym_string_literal] = ACTIONS(1590), - [sym_identifier] = ACTIONS(1592), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(568), + [anon_sym_SEMI] = ACTIONS(1554), + [sym_comment] = ACTIONS(42), }, [472] = { - [anon_sym_LPAREN] = ACTIONS(1594), - [anon_sym_COMMA] = ACTIONS(1594), - [anon_sym_RPAREN] = ACTIONS(1594), - [anon_sym_SEMI] = ACTIONS(1594), - [anon_sym_RBRACE] = ACTIONS(1594), - [anon_sym_STAR] = ACTIONS(1596), - [anon_sym_LBRACK] = ACTIONS(1594), - [anon_sym_RBRACK] = ACTIONS(1594), - [anon_sym_EQ] = ACTIONS(1596), - [anon_sym_COLON] = ACTIONS(1594), - [anon_sym_QMARK] = ACTIONS(1594), - [anon_sym_STAR_EQ] = ACTIONS(1594), - [anon_sym_SLASH_EQ] = ACTIONS(1594), - [anon_sym_PERCENT_EQ] = ACTIONS(1594), - [anon_sym_PLUS_EQ] = ACTIONS(1594), - [anon_sym_DASH_EQ] = ACTIONS(1594), - [anon_sym_LT_LT_EQ] = ACTIONS(1594), - [anon_sym_GT_GT_EQ] = ACTIONS(1594), - [anon_sym_AMP_EQ] = ACTIONS(1594), - [anon_sym_CARET_EQ] = ACTIONS(1594), - [anon_sym_PIPE_EQ] = ACTIONS(1594), - [anon_sym_AMP] = ACTIONS(1596), - [anon_sym_PIPE_PIPE] = ACTIONS(1594), - [anon_sym_AMP_AMP] = ACTIONS(1594), - [anon_sym_PIPE] = ACTIONS(1596), - [anon_sym_CARET] = ACTIONS(1596), - [anon_sym_EQ_EQ] = ACTIONS(1594), - [anon_sym_BANG_EQ] = ACTIONS(1594), - [anon_sym_LT] = ACTIONS(1596), - [anon_sym_GT] = ACTIONS(1596), - [anon_sym_LT_EQ] = ACTIONS(1594), - [anon_sym_GT_EQ] = ACTIONS(1594), - [anon_sym_LT_LT] = ACTIONS(1596), - [anon_sym_GT_GT] = ACTIONS(1596), - [anon_sym_PLUS] = ACTIONS(1596), - [anon_sym_DASH] = ACTIONS(1596), - [anon_sym_SLASH] = ACTIONS(1596), - [anon_sym_PERCENT] = ACTIONS(1596), - [anon_sym_DASH_DASH] = ACTIONS(1594), - [anon_sym_PLUS_PLUS] = ACTIONS(1594), - [anon_sym_DOT] = ACTIONS(1594), - [anon_sym_DASH_GT] = ACTIONS(1594), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(656), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(656), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(656), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(656), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(656), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(656), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(656), + [sym_preproc_directive] = ACTIONS(658), + [anon_sym_extern] = ACTIONS(656), + [anon_sym_typedef] = ACTIONS(656), + [anon_sym_static] = ACTIONS(656), + [anon_sym_auto] = ACTIONS(656), + [anon_sym_register] = ACTIONS(656), + [anon_sym_const] = ACTIONS(656), + [anon_sym_restrict] = ACTIONS(656), + [anon_sym_volatile] = ACTIONS(656), + [sym_function_specifier] = ACTIONS(656), + [anon_sym_unsigned] = ACTIONS(656), + [anon_sym_long] = ACTIONS(656), + [anon_sym_short] = ACTIONS(656), + [anon_sym_enum] = ACTIONS(656), + [anon_sym_struct] = ACTIONS(656), + [anon_sym_union] = ACTIONS(656), + [sym_identifier] = ACTIONS(658), + [sym_comment] = ACTIONS(42), }, [473] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(631), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(1600), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(51), + [sym_preproc_def] = STATE(51), + [sym_preproc_function_def] = STATE(51), + [sym_preproc_call] = STATE(51), + [sym_preproc_if] = STATE(51), + [sym_preproc_ifdef] = STATE(51), + [sym_function_definition] = STATE(51), + [sym_declaration] = STATE(51), + [sym__declaration_specifiers] = STATE(19), + [sym_linkage_specification] = STATE(51), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__empty_declaration] = STATE(51), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(12), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(14), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(16), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(18), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(20), + [sym_preproc_directive] = ACTIONS(22), + [anon_sym_extern] = ACTIONS(24), + [anon_sym_RBRACE] = ACTIONS(1556), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, [474] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(903), - [anon_sym_SEMI] = ACTIONS(1602), - [anon_sym_STAR] = ACTIONS(907), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(911), - [anon_sym_QMARK] = ACTIONS(913), - [anon_sym_STAR_EQ] = ACTIONS(915), - [anon_sym_SLASH_EQ] = ACTIONS(915), - [anon_sym_PERCENT_EQ] = ACTIONS(915), - [anon_sym_PLUS_EQ] = ACTIONS(915), - [anon_sym_DASH_EQ] = ACTIONS(915), - [anon_sym_LT_LT_EQ] = ACTIONS(915), - [anon_sym_GT_GT_EQ] = ACTIONS(915), - [anon_sym_AMP_EQ] = ACTIONS(915), - [anon_sym_CARET_EQ] = ACTIONS(915), - [anon_sym_PIPE_EQ] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), - [anon_sym_PIPE_PIPE] = ACTIONS(919), - [anon_sym_AMP_AMP] = ACTIONS(921), - [anon_sym_PIPE] = ACTIONS(923), - [anon_sym_CARET] = ACTIONS(925), - [anon_sym_EQ_EQ] = ACTIONS(927), - [anon_sym_BANG_EQ] = ACTIONS(927), - [anon_sym_LT] = ACTIONS(929), - [anon_sym_GT] = ACTIONS(929), - [anon_sym_LT_EQ] = ACTIONS(931), - [anon_sym_GT_EQ] = ACTIONS(931), - [anon_sym_LT_LT] = ACTIONS(933), - [anon_sym_GT_GT] = ACTIONS(933), - [anon_sym_PLUS] = ACTIONS(935), - [anon_sym_DASH] = ACTIONS(935), - [anon_sym_SLASH] = ACTIONS(907), - [anon_sym_PERCENT] = ACTIONS(907), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(814), + [sym_preproc_directive] = ACTIONS(816), + [anon_sym_extern] = ACTIONS(814), + [anon_sym_typedef] = ACTIONS(814), + [anon_sym_static] = ACTIONS(814), + [anon_sym_auto] = ACTIONS(814), + [anon_sym_register] = ACTIONS(814), + [anon_sym_const] = ACTIONS(814), + [anon_sym_restrict] = ACTIONS(814), + [anon_sym_volatile] = ACTIONS(814), + [sym_function_specifier] = ACTIONS(814), + [anon_sym_unsigned] = ACTIONS(814), + [anon_sym_long] = ACTIONS(814), + [anon_sym_short] = ACTIONS(814), + [anon_sym_enum] = ACTIONS(814), + [anon_sym_struct] = ACTIONS(814), + [anon_sym_union] = ACTIONS(814), + [sym_identifier] = ACTIONS(816), + [sym_comment] = ACTIONS(42), }, [475] = { - [anon_sym_RPAREN] = ACTIONS(1602), - [anon_sym_SEMI] = ACTIONS(1602), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(394), + [sym_preproc_def] = STATE(394), + [sym_preproc_function_def] = STATE(394), + [sym_preproc_call] = STATE(394), + [sym_preproc_if_in_compound_statement] = STATE(395), + [sym_preproc_ifdef_in_compound_statement] = STATE(396), + [sym_declaration] = STATE(394), + [sym__declaration_specifiers] = STATE(212), + [sym_compound_statement] = STATE(394), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(394), + [sym_expression_statement] = STATE(394), + [sym_if_statement] = STATE(394), + [sym_switch_statement] = STATE(394), + [sym_case_statement] = STATE(394), + [sym_while_statement] = STATE(394), + [sym_do_statement] = STATE(394), + [sym_for_statement] = STATE(394), + [sym_return_statement] = STATE(394), + [sym_break_statement] = STATE(394), + [sym_continue_statement] = STATE(394), + [sym_goto_statement] = STATE(394), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(394), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(470), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(472), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(476), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(478), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(480), + [sym_preproc_directive] = ACTIONS(482), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_RBRACE] = ACTIONS(1558), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(528), + [sym_comment] = ACTIONS(42), }, [476] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1604), - [anon_sym_RPAREN] = ACTIONS(1604), - [anon_sym_SEMI] = ACTIONS(1604), - [anon_sym_RBRACE] = ACTIONS(1604), - [anon_sym_STAR] = ACTIONS(1606), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(1604), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_COLON] = ACTIONS(1604), - [anon_sym_QMARK] = ACTIONS(1604), - [anon_sym_STAR_EQ] = ACTIONS(1604), - [anon_sym_SLASH_EQ] = ACTIONS(1604), - [anon_sym_PERCENT_EQ] = ACTIONS(1604), - [anon_sym_PLUS_EQ] = ACTIONS(1604), - [anon_sym_DASH_EQ] = ACTIONS(1604), - [anon_sym_LT_LT_EQ] = ACTIONS(1604), - [anon_sym_GT_GT_EQ] = ACTIONS(1604), - [anon_sym_AMP_EQ] = ACTIONS(1604), - [anon_sym_CARET_EQ] = ACTIONS(1604), - [anon_sym_PIPE_EQ] = ACTIONS(1604), - [anon_sym_AMP] = ACTIONS(1606), - [anon_sym_PIPE_PIPE] = ACTIONS(1604), - [anon_sym_AMP_AMP] = ACTIONS(1604), - [anon_sym_PIPE] = ACTIONS(1606), - [anon_sym_CARET] = ACTIONS(1606), - [anon_sym_EQ_EQ] = ACTIONS(1604), - [anon_sym_BANG_EQ] = ACTIONS(1604), - [anon_sym_LT] = ACTIONS(1606), - [anon_sym_GT] = ACTIONS(1606), - [anon_sym_LT_EQ] = ACTIONS(1604), - [anon_sym_GT_EQ] = ACTIONS(1604), - [anon_sym_LT_LT] = ACTIONS(1606), - [anon_sym_GT_GT] = ACTIONS(1606), - [anon_sym_PLUS] = ACTIONS(1606), - [anon_sym_DASH] = ACTIONS(1606), - [anon_sym_SLASH] = ACTIONS(1606), - [anon_sym_PERCENT] = ACTIONS(1606), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1019), + [sym_preproc_directive] = ACTIONS(1021), + [anon_sym_extern] = ACTIONS(1019), + [anon_sym_typedef] = ACTIONS(1019), + [anon_sym_static] = ACTIONS(1019), + [anon_sym_auto] = ACTIONS(1019), + [anon_sym_register] = ACTIONS(1019), + [anon_sym_const] = ACTIONS(1019), + [anon_sym_restrict] = ACTIONS(1019), + [anon_sym_volatile] = ACTIONS(1019), + [sym_function_specifier] = ACTIONS(1019), + [anon_sym_unsigned] = ACTIONS(1019), + [anon_sym_long] = ACTIONS(1019), + [anon_sym_short] = ACTIONS(1019), + [anon_sym_enum] = ACTIONS(1019), + [anon_sym_struct] = ACTIONS(1019), + [anon_sym_union] = ACTIONS(1019), + [sym_identifier] = ACTIONS(1021), + [sym_comment] = ACTIONS(42), }, [477] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(949), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(1608), - [anon_sym_EQ] = ACTIONS(951), - [anon_sym_QMARK] = ACTIONS(953), - [anon_sym_STAR_EQ] = ACTIONS(955), - [anon_sym_SLASH_EQ] = ACTIONS(955), - [anon_sym_PERCENT_EQ] = ACTIONS(955), - [anon_sym_PLUS_EQ] = ACTIONS(955), - [anon_sym_DASH_EQ] = ACTIONS(955), - [anon_sym_LT_LT_EQ] = ACTIONS(955), - [anon_sym_GT_GT_EQ] = ACTIONS(955), - [anon_sym_AMP_EQ] = ACTIONS(955), - [anon_sym_CARET_EQ] = ACTIONS(955), - [anon_sym_PIPE_EQ] = ACTIONS(955), - [anon_sym_AMP] = ACTIONS(957), - [anon_sym_PIPE_PIPE] = ACTIONS(959), - [anon_sym_AMP_AMP] = ACTIONS(961), - [anon_sym_PIPE] = ACTIONS(963), - [anon_sym_CARET] = ACTIONS(965), - [anon_sym_EQ_EQ] = ACTIONS(967), - [anon_sym_BANG_EQ] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(969), - [anon_sym_GT] = ACTIONS(969), - [anon_sym_LT_EQ] = ACTIONS(971), - [anon_sym_GT_EQ] = ACTIONS(971), - [anon_sym_LT_LT] = ACTIONS(973), - [anon_sym_GT_GT] = ACTIONS(973), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_SLASH] = ACTIONS(949), - [anon_sym_PERCENT] = ACTIONS(949), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_RPAREN] = ACTIONS(1560), + [sym_comment] = ACTIONS(42), }, [478] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1610), - [anon_sym_SEMI] = ACTIONS(1610), - [anon_sym_STAR] = ACTIONS(907), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(911), - [anon_sym_QMARK] = ACTIONS(1610), - [anon_sym_STAR_EQ] = ACTIONS(915), - [anon_sym_SLASH_EQ] = ACTIONS(915), - [anon_sym_PERCENT_EQ] = ACTIONS(915), - [anon_sym_PLUS_EQ] = ACTIONS(915), - [anon_sym_DASH_EQ] = ACTIONS(915), - [anon_sym_LT_LT_EQ] = ACTIONS(915), - [anon_sym_GT_GT_EQ] = ACTIONS(915), - [anon_sym_AMP_EQ] = ACTIONS(915), - [anon_sym_CARET_EQ] = ACTIONS(915), - [anon_sym_PIPE_EQ] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), - [anon_sym_PIPE_PIPE] = ACTIONS(919), - [anon_sym_AMP_AMP] = ACTIONS(921), - [anon_sym_PIPE] = ACTIONS(923), - [anon_sym_CARET] = ACTIONS(925), - [anon_sym_EQ_EQ] = ACTIONS(927), - [anon_sym_BANG_EQ] = ACTIONS(927), - [anon_sym_LT] = ACTIONS(929), - [anon_sym_GT] = ACTIONS(929), - [anon_sym_LT_EQ] = ACTIONS(931), - [anon_sym_GT_EQ] = ACTIONS(931), - [anon_sym_LT_LT] = ACTIONS(933), - [anon_sym_GT_GT] = ACTIONS(933), - [anon_sym_PLUS] = ACTIONS(935), - [anon_sym_DASH] = ACTIONS(935), - [anon_sym_SLASH] = ACTIONS(907), - [anon_sym_PERCENT] = ACTIONS(907), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_type_qualifier] = STATE(95), + [sym__type_specifier] = STATE(96), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__expression] = STATE(328), + [sym_comma_expression] = STATE(329), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_type_descriptor] = STATE(705), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_sized_type_specifier_repeat1] = STATE(98), + [aux_sym_type_descriptor_repeat1] = STATE(99), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_const] = ACTIONS(230), + [anon_sym_restrict] = ACTIONS(230), + [anon_sym_volatile] = ACTIONS(230), + [anon_sym_unsigned] = ACTIONS(232), + [anon_sym_long] = ACTIONS(232), + [anon_sym_short] = ACTIONS(232), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(794), + [sym_comment] = ACTIONS(42), }, [479] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_COLON] = ACTIONS(1612), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_STAR_EQ] = ACTIONS(1241), - [anon_sym_SLASH_EQ] = ACTIONS(1241), - [anon_sym_PERCENT_EQ] = ACTIONS(1241), - [anon_sym_PLUS_EQ] = ACTIONS(1241), - [anon_sym_DASH_EQ] = ACTIONS(1241), - [anon_sym_LT_LT_EQ] = ACTIONS(1241), - [anon_sym_GT_GT_EQ] = ACTIONS(1241), - [anon_sym_AMP_EQ] = ACTIONS(1241), - [anon_sym_CARET_EQ] = ACTIONS(1241), - [anon_sym_PIPE_EQ] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1245), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE] = ACTIONS(1249), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_EQ_EQ] = ACTIONS(1253), - [anon_sym_BANG_EQ] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1421), + [anon_sym_RBRACE] = ACTIONS(1421), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1423), + [anon_sym_QMARK] = ACTIONS(1421), + [anon_sym_STAR_EQ] = ACTIONS(1421), + [anon_sym_SLASH_EQ] = ACTIONS(1421), + [anon_sym_PERCENT_EQ] = ACTIONS(1421), + [anon_sym_PLUS_EQ] = ACTIONS(1421), + [anon_sym_DASH_EQ] = ACTIONS(1421), + [anon_sym_LT_LT_EQ] = ACTIONS(1421), + [anon_sym_GT_GT_EQ] = ACTIONS(1421), + [anon_sym_AMP_EQ] = ACTIONS(1421), + [anon_sym_CARET_EQ] = ACTIONS(1421), + [anon_sym_PIPE_EQ] = ACTIONS(1421), + [anon_sym_AMP] = ACTIONS(1423), + [anon_sym_PIPE_PIPE] = ACTIONS(1421), + [anon_sym_AMP_AMP] = ACTIONS(1421), + [anon_sym_PIPE] = ACTIONS(1423), + [anon_sym_CARET] = ACTIONS(1423), + [anon_sym_EQ_EQ] = ACTIONS(1421), + [anon_sym_BANG_EQ] = ACTIONS(1421), + [anon_sym_LT] = ACTIONS(1423), + [anon_sym_GT] = ACTIONS(1423), + [anon_sym_LT_EQ] = ACTIONS(1421), + [anon_sym_GT_EQ] = ACTIONS(1421), + [anon_sym_LT_LT] = ACTIONS(1137), + [anon_sym_GT_GT] = ACTIONS(1137), + [anon_sym_PLUS] = ACTIONS(1139), + [anon_sym_DASH] = ACTIONS(1139), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [480] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1614), - [anon_sym_SEMI] = ACTIONS(1614), - [anon_sym_STAR] = ACTIONS(907), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1616), - [anon_sym_QMARK] = ACTIONS(1614), - [anon_sym_STAR_EQ] = ACTIONS(1614), - [anon_sym_SLASH_EQ] = ACTIONS(1614), - [anon_sym_PERCENT_EQ] = ACTIONS(1614), - [anon_sym_PLUS_EQ] = ACTIONS(1614), - [anon_sym_DASH_EQ] = ACTIONS(1614), - [anon_sym_LT_LT_EQ] = ACTIONS(1614), - [anon_sym_GT_GT_EQ] = ACTIONS(1614), - [anon_sym_AMP_EQ] = ACTIONS(1614), - [anon_sym_CARET_EQ] = ACTIONS(1614), - [anon_sym_PIPE_EQ] = ACTIONS(1614), - [anon_sym_AMP] = ACTIONS(1616), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1614), - [anon_sym_PIPE] = ACTIONS(1616), - [anon_sym_CARET] = ACTIONS(1616), - [anon_sym_EQ_EQ] = ACTIONS(927), - [anon_sym_BANG_EQ] = ACTIONS(927), - [anon_sym_LT] = ACTIONS(929), - [anon_sym_GT] = ACTIONS(929), - [anon_sym_LT_EQ] = ACTIONS(931), - [anon_sym_GT_EQ] = ACTIONS(931), - [anon_sym_LT_LT] = ACTIONS(933), - [anon_sym_GT_GT] = ACTIONS(933), - [anon_sym_PLUS] = ACTIONS(935), - [anon_sym_DASH] = ACTIONS(935), - [anon_sym_SLASH] = ACTIONS(907), - [anon_sym_PERCENT] = ACTIONS(907), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(637), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_STAR] = ACTIONS(670), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(672), + [anon_sym_TILDE] = ACTIONS(674), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_DASH_DASH] = ACTIONS(678), + [anon_sym_PLUS_PLUS] = ACTIONS(678), + [anon_sym_sizeof] = ACTIONS(680), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [481] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1618), - [anon_sym_SEMI] = ACTIONS(1618), - [anon_sym_STAR] = ACTIONS(907), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1620), - [anon_sym_QMARK] = ACTIONS(1618), - [anon_sym_STAR_EQ] = ACTIONS(1618), - [anon_sym_SLASH_EQ] = ACTIONS(1618), - [anon_sym_PERCENT_EQ] = ACTIONS(1618), - [anon_sym_PLUS_EQ] = ACTIONS(1618), - [anon_sym_DASH_EQ] = ACTIONS(1618), - [anon_sym_LT_LT_EQ] = ACTIONS(1618), - [anon_sym_GT_GT_EQ] = ACTIONS(1618), - [anon_sym_AMP_EQ] = ACTIONS(1618), - [anon_sym_CARET_EQ] = ACTIONS(1618), - [anon_sym_PIPE_EQ] = ACTIONS(1618), - [anon_sym_AMP] = ACTIONS(917), - [anon_sym_PIPE_PIPE] = ACTIONS(1618), - [anon_sym_AMP_AMP] = ACTIONS(921), - [anon_sym_PIPE] = ACTIONS(923), - [anon_sym_CARET] = ACTIONS(925), - [anon_sym_EQ_EQ] = ACTIONS(927), - [anon_sym_BANG_EQ] = ACTIONS(927), - [anon_sym_LT] = ACTIONS(929), - [anon_sym_GT] = ACTIONS(929), - [anon_sym_LT_EQ] = ACTIONS(931), - [anon_sym_GT_EQ] = ACTIONS(931), - [anon_sym_LT_LT] = ACTIONS(933), - [anon_sym_GT_GT] = ACTIONS(933), - [anon_sym_PLUS] = ACTIONS(935), - [anon_sym_DASH] = ACTIONS(935), - [anon_sym_SLASH] = ACTIONS(907), - [anon_sym_PERCENT] = ACTIONS(907), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(706), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_STAR] = ACTIONS(670), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(672), + [anon_sym_TILDE] = ACTIONS(674), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_DASH_DASH] = ACTIONS(678), + [anon_sym_PLUS_PLUS] = ACTIONS(678), + [anon_sym_sizeof] = ACTIONS(680), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [482] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1618), - [anon_sym_SEMI] = ACTIONS(1618), - [anon_sym_STAR] = ACTIONS(907), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1620), - [anon_sym_QMARK] = ACTIONS(1618), - [anon_sym_STAR_EQ] = ACTIONS(1618), - [anon_sym_SLASH_EQ] = ACTIONS(1618), - [anon_sym_PERCENT_EQ] = ACTIONS(1618), - [anon_sym_PLUS_EQ] = ACTIONS(1618), - [anon_sym_DASH_EQ] = ACTIONS(1618), - [anon_sym_LT_LT_EQ] = ACTIONS(1618), - [anon_sym_GT_GT_EQ] = ACTIONS(1618), - [anon_sym_AMP_EQ] = ACTIONS(1618), - [anon_sym_CARET_EQ] = ACTIONS(1618), - [anon_sym_PIPE_EQ] = ACTIONS(1618), - [anon_sym_AMP] = ACTIONS(917), - [anon_sym_PIPE_PIPE] = ACTIONS(1618), - [anon_sym_AMP_AMP] = ACTIONS(1618), - [anon_sym_PIPE] = ACTIONS(923), - [anon_sym_CARET] = ACTIONS(925), - [anon_sym_EQ_EQ] = ACTIONS(927), - [anon_sym_BANG_EQ] = ACTIONS(927), - [anon_sym_LT] = ACTIONS(929), - [anon_sym_GT] = ACTIONS(929), - [anon_sym_LT_EQ] = ACTIONS(931), - [anon_sym_GT_EQ] = ACTIONS(931), - [anon_sym_LT_LT] = ACTIONS(933), - [anon_sym_GT_GT] = ACTIONS(933), - [anon_sym_PLUS] = ACTIONS(935), - [anon_sym_DASH] = ACTIONS(935), - [anon_sym_SLASH] = ACTIONS(907), - [anon_sym_PERCENT] = ACTIONS(907), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(707), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [483] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1614), - [anon_sym_SEMI] = ACTIONS(1614), - [anon_sym_STAR] = ACTIONS(907), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1616), - [anon_sym_QMARK] = ACTIONS(1614), - [anon_sym_STAR_EQ] = ACTIONS(1614), - [anon_sym_SLASH_EQ] = ACTIONS(1614), - [anon_sym_PERCENT_EQ] = ACTIONS(1614), - [anon_sym_PLUS_EQ] = ACTIONS(1614), - [anon_sym_DASH_EQ] = ACTIONS(1614), - [anon_sym_LT_LT_EQ] = ACTIONS(1614), - [anon_sym_GT_GT_EQ] = ACTIONS(1614), - [anon_sym_AMP_EQ] = ACTIONS(1614), - [anon_sym_CARET_EQ] = ACTIONS(1614), - [anon_sym_PIPE_EQ] = ACTIONS(1614), - [anon_sym_AMP] = ACTIONS(917), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1614), - [anon_sym_PIPE] = ACTIONS(1616), - [anon_sym_CARET] = ACTIONS(925), - [anon_sym_EQ_EQ] = ACTIONS(927), - [anon_sym_BANG_EQ] = ACTIONS(927), - [anon_sym_LT] = ACTIONS(929), - [anon_sym_GT] = ACTIONS(929), - [anon_sym_LT_EQ] = ACTIONS(931), - [anon_sym_GT_EQ] = ACTIONS(931), - [anon_sym_LT_LT] = ACTIONS(933), - [anon_sym_GT_GT] = ACTIONS(933), - [anon_sym_PLUS] = ACTIONS(935), - [anon_sym_DASH] = ACTIONS(935), - [anon_sym_SLASH] = ACTIONS(907), - [anon_sym_PERCENT] = ACTIONS(907), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(708), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_STAR] = ACTIONS(670), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(672), + [anon_sym_TILDE] = ACTIONS(674), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_DASH_DASH] = ACTIONS(678), + [anon_sym_PLUS_PLUS] = ACTIONS(678), + [anon_sym_sizeof] = ACTIONS(680), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [484] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1614), - [anon_sym_SEMI] = ACTIONS(1614), - [anon_sym_STAR] = ACTIONS(907), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1616), - [anon_sym_QMARK] = ACTIONS(1614), - [anon_sym_STAR_EQ] = ACTIONS(1614), - [anon_sym_SLASH_EQ] = ACTIONS(1614), - [anon_sym_PERCENT_EQ] = ACTIONS(1614), - [anon_sym_PLUS_EQ] = ACTIONS(1614), - [anon_sym_DASH_EQ] = ACTIONS(1614), - [anon_sym_LT_LT_EQ] = ACTIONS(1614), - [anon_sym_GT_GT_EQ] = ACTIONS(1614), - [anon_sym_AMP_EQ] = ACTIONS(1614), - [anon_sym_CARET_EQ] = ACTIONS(1614), - [anon_sym_PIPE_EQ] = ACTIONS(1614), - [anon_sym_AMP] = ACTIONS(917), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1614), - [anon_sym_PIPE] = ACTIONS(1616), - [anon_sym_CARET] = ACTIONS(1616), - [anon_sym_EQ_EQ] = ACTIONS(927), - [anon_sym_BANG_EQ] = ACTIONS(927), - [anon_sym_LT] = ACTIONS(929), - [anon_sym_GT] = ACTIONS(929), - [anon_sym_LT_EQ] = ACTIONS(931), - [anon_sym_GT_EQ] = ACTIONS(931), - [anon_sym_LT_LT] = ACTIONS(933), - [anon_sym_GT_GT] = ACTIONS(933), - [anon_sym_PLUS] = ACTIONS(935), - [anon_sym_DASH] = ACTIONS(935), - [anon_sym_SLASH] = ACTIONS(907), - [anon_sym_PERCENT] = ACTIONS(907), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(709), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_STAR] = ACTIONS(670), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(672), + [anon_sym_TILDE] = ACTIONS(674), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_DASH_DASH] = ACTIONS(678), + [anon_sym_PLUS_PLUS] = ACTIONS(678), + [anon_sym_sizeof] = ACTIONS(680), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [485] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1622), - [anon_sym_SEMI] = ACTIONS(1622), - [anon_sym_STAR] = ACTIONS(907), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1624), - [anon_sym_QMARK] = ACTIONS(1622), - [anon_sym_STAR_EQ] = ACTIONS(1622), - [anon_sym_SLASH_EQ] = ACTIONS(1622), - [anon_sym_PERCENT_EQ] = ACTIONS(1622), - [anon_sym_PLUS_EQ] = ACTIONS(1622), - [anon_sym_DASH_EQ] = ACTIONS(1622), - [anon_sym_LT_LT_EQ] = ACTIONS(1622), - [anon_sym_GT_GT_EQ] = ACTIONS(1622), - [anon_sym_AMP_EQ] = ACTIONS(1622), - [anon_sym_CARET_EQ] = ACTIONS(1622), - [anon_sym_PIPE_EQ] = ACTIONS(1622), - [anon_sym_AMP] = ACTIONS(1624), - [anon_sym_PIPE_PIPE] = ACTIONS(1622), - [anon_sym_AMP_AMP] = ACTIONS(1622), - [anon_sym_PIPE] = ACTIONS(1624), - [anon_sym_CARET] = ACTIONS(1624), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(929), - [anon_sym_GT] = ACTIONS(929), - [anon_sym_LT_EQ] = ACTIONS(931), - [anon_sym_GT_EQ] = ACTIONS(931), - [anon_sym_LT_LT] = ACTIONS(933), - [anon_sym_GT_GT] = ACTIONS(933), - [anon_sym_PLUS] = ACTIONS(935), - [anon_sym_DASH] = ACTIONS(935), - [anon_sym_SLASH] = ACTIONS(907), - [anon_sym_PERCENT] = ACTIONS(907), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(710), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_STAR] = ACTIONS(670), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(672), + [anon_sym_TILDE] = ACTIONS(674), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_DASH_DASH] = ACTIONS(678), + [anon_sym_PLUS_PLUS] = ACTIONS(678), + [anon_sym_sizeof] = ACTIONS(680), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [486] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1626), - [anon_sym_SEMI] = ACTIONS(1626), - [anon_sym_STAR] = ACTIONS(907), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1628), - [anon_sym_QMARK] = ACTIONS(1626), - [anon_sym_STAR_EQ] = ACTIONS(1626), - [anon_sym_SLASH_EQ] = ACTIONS(1626), - [anon_sym_PERCENT_EQ] = ACTIONS(1626), - [anon_sym_PLUS_EQ] = ACTIONS(1626), - [anon_sym_DASH_EQ] = ACTIONS(1626), - [anon_sym_LT_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_GT_EQ] = ACTIONS(1626), - [anon_sym_AMP_EQ] = ACTIONS(1626), - [anon_sym_CARET_EQ] = ACTIONS(1626), - [anon_sym_PIPE_EQ] = ACTIONS(1626), - [anon_sym_AMP] = ACTIONS(1628), - [anon_sym_PIPE_PIPE] = ACTIONS(1626), - [anon_sym_AMP_AMP] = ACTIONS(1626), - [anon_sym_PIPE] = ACTIONS(1628), - [anon_sym_CARET] = ACTIONS(1628), - [anon_sym_EQ_EQ] = ACTIONS(1626), - [anon_sym_BANG_EQ] = ACTIONS(1626), - [anon_sym_LT] = ACTIONS(1628), - [anon_sym_GT] = ACTIONS(1628), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(933), - [anon_sym_GT_GT] = ACTIONS(933), - [anon_sym_PLUS] = ACTIONS(935), - [anon_sym_DASH] = ACTIONS(935), - [anon_sym_SLASH] = ACTIONS(907), - [anon_sym_PERCENT] = ACTIONS(907), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(711), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_STAR] = ACTIONS(670), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(672), + [anon_sym_TILDE] = ACTIONS(674), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_DASH_DASH] = ACTIONS(678), + [anon_sym_PLUS_PLUS] = ACTIONS(678), + [anon_sym_sizeof] = ACTIONS(680), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [487] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1630), - [anon_sym_SEMI] = ACTIONS(1630), - [anon_sym_STAR] = ACTIONS(907), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1632), - [anon_sym_QMARK] = ACTIONS(1630), - [anon_sym_STAR_EQ] = ACTIONS(1630), - [anon_sym_SLASH_EQ] = ACTIONS(1630), - [anon_sym_PERCENT_EQ] = ACTIONS(1630), - [anon_sym_PLUS_EQ] = ACTIONS(1630), - [anon_sym_DASH_EQ] = ACTIONS(1630), - [anon_sym_LT_LT_EQ] = ACTIONS(1630), - [anon_sym_GT_GT_EQ] = ACTIONS(1630), - [anon_sym_AMP_EQ] = ACTIONS(1630), - [anon_sym_CARET_EQ] = ACTIONS(1630), - [anon_sym_PIPE_EQ] = ACTIONS(1630), - [anon_sym_AMP] = ACTIONS(1632), - [anon_sym_PIPE_PIPE] = ACTIONS(1630), - [anon_sym_AMP_AMP] = ACTIONS(1630), - [anon_sym_PIPE] = ACTIONS(1632), - [anon_sym_CARET] = ACTIONS(1632), - [anon_sym_EQ_EQ] = ACTIONS(1630), - [anon_sym_BANG_EQ] = ACTIONS(1630), - [anon_sym_LT] = ACTIONS(1632), - [anon_sym_GT] = ACTIONS(1632), - [anon_sym_LT_EQ] = ACTIONS(1630), - [anon_sym_GT_EQ] = ACTIONS(1630), - [anon_sym_LT_LT] = ACTIONS(1632), - [anon_sym_GT_GT] = ACTIONS(1632), - [anon_sym_PLUS] = ACTIONS(935), - [anon_sym_DASH] = ACTIONS(935), - [anon_sym_SLASH] = ACTIONS(907), - [anon_sym_PERCENT] = ACTIONS(907), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(712), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_STAR] = ACTIONS(670), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(672), + [anon_sym_TILDE] = ACTIONS(674), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_DASH_DASH] = ACTIONS(678), + [anon_sym_PLUS_PLUS] = ACTIONS(678), + [anon_sym_sizeof] = ACTIONS(680), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [488] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1604), - [anon_sym_SEMI] = ACTIONS(1604), - [anon_sym_STAR] = ACTIONS(907), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1604), - [anon_sym_STAR_EQ] = ACTIONS(1604), - [anon_sym_SLASH_EQ] = ACTIONS(1604), - [anon_sym_PERCENT_EQ] = ACTIONS(1604), - [anon_sym_PLUS_EQ] = ACTIONS(1604), - [anon_sym_DASH_EQ] = ACTIONS(1604), - [anon_sym_LT_LT_EQ] = ACTIONS(1604), - [anon_sym_GT_GT_EQ] = ACTIONS(1604), - [anon_sym_AMP_EQ] = ACTIONS(1604), - [anon_sym_CARET_EQ] = ACTIONS(1604), - [anon_sym_PIPE_EQ] = ACTIONS(1604), - [anon_sym_AMP] = ACTIONS(1606), - [anon_sym_PIPE_PIPE] = ACTIONS(1604), - [anon_sym_AMP_AMP] = ACTIONS(1604), - [anon_sym_PIPE] = ACTIONS(1606), - [anon_sym_CARET] = ACTIONS(1606), - [anon_sym_EQ_EQ] = ACTIONS(1604), - [anon_sym_BANG_EQ] = ACTIONS(1604), - [anon_sym_LT] = ACTIONS(1606), - [anon_sym_GT] = ACTIONS(1606), - [anon_sym_LT_EQ] = ACTIONS(1604), - [anon_sym_GT_EQ] = ACTIONS(1604), - [anon_sym_LT_LT] = ACTIONS(1606), - [anon_sym_GT_GT] = ACTIONS(1606), - [anon_sym_PLUS] = ACTIONS(1606), - [anon_sym_DASH] = ACTIONS(1606), - [anon_sym_SLASH] = ACTIONS(907), - [anon_sym_PERCENT] = ACTIONS(907), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(713), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_STAR] = ACTIONS(670), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(672), + [anon_sym_TILDE] = ACTIONS(674), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_DASH_DASH] = ACTIONS(678), + [anon_sym_PLUS_PLUS] = ACTIONS(678), + [anon_sym_sizeof] = ACTIONS(680), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [489] = { - [anon_sym_LPAREN] = ACTIONS(1634), - [anon_sym_COMMA] = ACTIONS(1634), - [anon_sym_RPAREN] = ACTIONS(1634), - [anon_sym_SEMI] = ACTIONS(1634), - [anon_sym_RBRACE] = ACTIONS(1634), - [anon_sym_STAR] = ACTIONS(1636), - [anon_sym_LBRACK] = ACTIONS(1634), - [anon_sym_RBRACK] = ACTIONS(1634), - [anon_sym_EQ] = ACTIONS(1636), - [anon_sym_COLON] = ACTIONS(1634), - [anon_sym_QMARK] = ACTIONS(1634), - [anon_sym_STAR_EQ] = ACTIONS(1634), - [anon_sym_SLASH_EQ] = ACTIONS(1634), - [anon_sym_PERCENT_EQ] = ACTIONS(1634), - [anon_sym_PLUS_EQ] = ACTIONS(1634), - [anon_sym_DASH_EQ] = ACTIONS(1634), - [anon_sym_LT_LT_EQ] = ACTIONS(1634), - [anon_sym_GT_GT_EQ] = ACTIONS(1634), - [anon_sym_AMP_EQ] = ACTIONS(1634), - [anon_sym_CARET_EQ] = ACTIONS(1634), - [anon_sym_PIPE_EQ] = ACTIONS(1634), - [anon_sym_AMP] = ACTIONS(1636), - [anon_sym_PIPE_PIPE] = ACTIONS(1634), - [anon_sym_AMP_AMP] = ACTIONS(1634), - [anon_sym_PIPE] = ACTIONS(1636), - [anon_sym_CARET] = ACTIONS(1636), - [anon_sym_EQ_EQ] = ACTIONS(1634), - [anon_sym_BANG_EQ] = ACTIONS(1634), - [anon_sym_LT] = ACTIONS(1636), - [anon_sym_GT] = ACTIONS(1636), - [anon_sym_LT_EQ] = ACTIONS(1634), - [anon_sym_GT_EQ] = ACTIONS(1634), - [anon_sym_LT_LT] = ACTIONS(1636), - [anon_sym_GT_GT] = ACTIONS(1636), - [anon_sym_PLUS] = ACTIONS(1636), - [anon_sym_DASH] = ACTIONS(1636), - [anon_sym_SLASH] = ACTIONS(1636), - [anon_sym_PERCENT] = ACTIONS(1636), - [anon_sym_DASH_DASH] = ACTIONS(1634), - [anon_sym_PLUS_PLUS] = ACTIONS(1634), - [anon_sym_DOT] = ACTIONS(1634), - [anon_sym_DASH_GT] = ACTIONS(1634), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(714), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_STAR] = ACTIONS(670), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(672), + [anon_sym_TILDE] = ACTIONS(674), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_DASH_DASH] = ACTIONS(678), + [anon_sym_PLUS_PLUS] = ACTIONS(678), + [anon_sym_sizeof] = ACTIONS(680), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [490] = { - [sym__expression] = STATE(559), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(560), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(715), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_STAR] = ACTIONS(670), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(672), + [anon_sym_TILDE] = ACTIONS(674), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_DASH_DASH] = ACTIONS(678), + [anon_sym_PLUS_PLUS] = ACTIONS(678), + [anon_sym_sizeof] = ACTIONS(680), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [491] = { - [anon_sym_RPAREN] = ACTIONS(1638), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(716), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_STAR] = ACTIONS(670), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(672), + [anon_sym_TILDE] = ACTIONS(674), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_DASH_DASH] = ACTIONS(678), + [anon_sym_PLUS_PLUS] = ACTIONS(678), + [anon_sym_sizeof] = ACTIONS(680), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [492] = { - [anon_sym_LPAREN] = ACTIONS(1640), - [anon_sym_COMMA] = ACTIONS(1640), - [anon_sym_RPAREN] = ACTIONS(1640), - [anon_sym_SEMI] = ACTIONS(1640), - [anon_sym_LBRACE] = ACTIONS(1640), - [anon_sym_LBRACK] = ACTIONS(1640), - [anon_sym_EQ] = ACTIONS(1640), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1562), + [anon_sym_COMMA] = ACTIONS(1562), + [anon_sym_RPAREN] = ACTIONS(1562), + [anon_sym_SEMI] = ACTIONS(1562), + [anon_sym_extern] = ACTIONS(1564), + [anon_sym_STAR] = ACTIONS(1562), + [anon_sym_LBRACK] = ACTIONS(1562), + [anon_sym_typedef] = ACTIONS(1564), + [anon_sym_static] = ACTIONS(1564), + [anon_sym_auto] = ACTIONS(1564), + [anon_sym_register] = ACTIONS(1564), + [anon_sym_const] = ACTIONS(1564), + [anon_sym_restrict] = ACTIONS(1564), + [anon_sym_volatile] = ACTIONS(1564), + [sym_function_specifier] = ACTIONS(1564), + [anon_sym_COLON] = ACTIONS(1562), + [sym_identifier] = ACTIONS(1566), + [sym_comment] = ACTIONS(42), }, [493] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(949), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(1610), - [anon_sym_EQ] = ACTIONS(951), - [anon_sym_QMARK] = ACTIONS(1610), - [anon_sym_STAR_EQ] = ACTIONS(955), - [anon_sym_SLASH_EQ] = ACTIONS(955), - [anon_sym_PERCENT_EQ] = ACTIONS(955), - [anon_sym_PLUS_EQ] = ACTIONS(955), - [anon_sym_DASH_EQ] = ACTIONS(955), - [anon_sym_LT_LT_EQ] = ACTIONS(955), - [anon_sym_GT_GT_EQ] = ACTIONS(955), - [anon_sym_AMP_EQ] = ACTIONS(955), - [anon_sym_CARET_EQ] = ACTIONS(955), - [anon_sym_PIPE_EQ] = ACTIONS(955), - [anon_sym_AMP] = ACTIONS(957), - [anon_sym_PIPE_PIPE] = ACTIONS(959), - [anon_sym_AMP_AMP] = ACTIONS(961), - [anon_sym_PIPE] = ACTIONS(963), - [anon_sym_CARET] = ACTIONS(965), - [anon_sym_EQ_EQ] = ACTIONS(967), - [anon_sym_BANG_EQ] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(969), - [anon_sym_GT] = ACTIONS(969), - [anon_sym_LT_EQ] = ACTIONS(971), - [anon_sym_GT_EQ] = ACTIONS(971), - [anon_sym_LT_LT] = ACTIONS(973), - [anon_sym_GT_GT] = ACTIONS(973), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_SLASH] = ACTIONS(949), - [anon_sym_PERCENT] = ACTIONS(949), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(1568), + [anon_sym_RBRACE] = ACTIONS(1568), + [sym_comment] = ACTIONS(42), }, [494] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_COLON] = ACTIONS(1642), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_STAR_EQ] = ACTIONS(1241), - [anon_sym_SLASH_EQ] = ACTIONS(1241), - [anon_sym_PERCENT_EQ] = ACTIONS(1241), - [anon_sym_PLUS_EQ] = ACTIONS(1241), - [anon_sym_DASH_EQ] = ACTIONS(1241), - [anon_sym_LT_LT_EQ] = ACTIONS(1241), - [anon_sym_GT_GT_EQ] = ACTIONS(1241), - [anon_sym_AMP_EQ] = ACTIONS(1241), - [anon_sym_CARET_EQ] = ACTIONS(1241), - [anon_sym_PIPE_EQ] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1245), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE] = ACTIONS(1249), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_EQ_EQ] = ACTIONS(1253), - [anon_sym_BANG_EQ] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1570), + [anon_sym_COMMA] = ACTIONS(1570), + [anon_sym_RPAREN] = ACTIONS(1570), + [anon_sym_SEMI] = ACTIONS(1570), + [anon_sym_LBRACK] = ACTIONS(1570), + [anon_sym_COLON] = ACTIONS(1570), + [sym_comment] = ACTIONS(42), }, [495] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(949), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(1614), - [anon_sym_EQ] = ACTIONS(1616), - [anon_sym_QMARK] = ACTIONS(1614), - [anon_sym_STAR_EQ] = ACTIONS(1614), - [anon_sym_SLASH_EQ] = ACTIONS(1614), - [anon_sym_PERCENT_EQ] = ACTIONS(1614), - [anon_sym_PLUS_EQ] = ACTIONS(1614), - [anon_sym_DASH_EQ] = ACTIONS(1614), - [anon_sym_LT_LT_EQ] = ACTIONS(1614), - [anon_sym_GT_GT_EQ] = ACTIONS(1614), - [anon_sym_AMP_EQ] = ACTIONS(1614), - [anon_sym_CARET_EQ] = ACTIONS(1614), - [anon_sym_PIPE_EQ] = ACTIONS(1614), - [anon_sym_AMP] = ACTIONS(1616), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1614), - [anon_sym_PIPE] = ACTIONS(1616), - [anon_sym_CARET] = ACTIONS(1616), - [anon_sym_EQ_EQ] = ACTIONS(967), - [anon_sym_BANG_EQ] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(969), - [anon_sym_GT] = ACTIONS(969), - [anon_sym_LT_EQ] = ACTIONS(971), - [anon_sym_GT_EQ] = ACTIONS(971), - [anon_sym_LT_LT] = ACTIONS(973), - [anon_sym_GT_GT] = ACTIONS(973), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_SLASH] = ACTIONS(949), - [anon_sym_PERCENT] = ACTIONS(949), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_RPAREN] = ACTIONS(1572), + [sym_comment] = ACTIONS(42), }, [496] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(949), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(1618), - [anon_sym_EQ] = ACTIONS(1620), - [anon_sym_QMARK] = ACTIONS(1618), - [anon_sym_STAR_EQ] = ACTIONS(1618), - [anon_sym_SLASH_EQ] = ACTIONS(1618), - [anon_sym_PERCENT_EQ] = ACTIONS(1618), - [anon_sym_PLUS_EQ] = ACTIONS(1618), - [anon_sym_DASH_EQ] = ACTIONS(1618), - [anon_sym_LT_LT_EQ] = ACTIONS(1618), - [anon_sym_GT_GT_EQ] = ACTIONS(1618), - [anon_sym_AMP_EQ] = ACTIONS(1618), - [anon_sym_CARET_EQ] = ACTIONS(1618), - [anon_sym_PIPE_EQ] = ACTIONS(1618), - [anon_sym_AMP] = ACTIONS(957), - [anon_sym_PIPE_PIPE] = ACTIONS(1618), - [anon_sym_AMP_AMP] = ACTIONS(961), - [anon_sym_PIPE] = ACTIONS(963), - [anon_sym_CARET] = ACTIONS(965), - [anon_sym_EQ_EQ] = ACTIONS(967), - [anon_sym_BANG_EQ] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(969), - [anon_sym_GT] = ACTIONS(969), - [anon_sym_LT_EQ] = ACTIONS(971), - [anon_sym_GT_EQ] = ACTIONS(971), - [anon_sym_LT_LT] = ACTIONS(973), - [anon_sym_GT_GT] = ACTIONS(973), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_SLASH] = ACTIONS(949), - [anon_sym_PERCENT] = ACTIONS(949), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_type_qualifier] = STATE(95), + [sym__type_specifier] = STATE(96), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__expression] = STATE(328), + [sym_comma_expression] = STATE(329), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_type_descriptor] = STATE(718), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_sized_type_specifier_repeat1] = STATE(98), + [aux_sym_type_descriptor_repeat1] = STATE(99), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_const] = ACTIONS(230), + [anon_sym_restrict] = ACTIONS(230), + [anon_sym_volatile] = ACTIONS(230), + [anon_sym_unsigned] = ACTIONS(232), + [anon_sym_long] = ACTIONS(232), + [anon_sym_short] = ACTIONS(232), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(794), + [sym_comment] = ACTIONS(42), }, [497] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(949), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(1618), - [anon_sym_EQ] = ACTIONS(1620), - [anon_sym_QMARK] = ACTIONS(1618), - [anon_sym_STAR_EQ] = ACTIONS(1618), - [anon_sym_SLASH_EQ] = ACTIONS(1618), - [anon_sym_PERCENT_EQ] = ACTIONS(1618), - [anon_sym_PLUS_EQ] = ACTIONS(1618), - [anon_sym_DASH_EQ] = ACTIONS(1618), - [anon_sym_LT_LT_EQ] = ACTIONS(1618), - [anon_sym_GT_GT_EQ] = ACTIONS(1618), - [anon_sym_AMP_EQ] = ACTIONS(1618), - [anon_sym_CARET_EQ] = ACTIONS(1618), - [anon_sym_PIPE_EQ] = ACTIONS(1618), - [anon_sym_AMP] = ACTIONS(957), - [anon_sym_PIPE_PIPE] = ACTIONS(1618), - [anon_sym_AMP_AMP] = ACTIONS(1618), - [anon_sym_PIPE] = ACTIONS(963), - [anon_sym_CARET] = ACTIONS(965), - [anon_sym_EQ_EQ] = ACTIONS(967), - [anon_sym_BANG_EQ] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(969), - [anon_sym_GT] = ACTIONS(969), - [anon_sym_LT_EQ] = ACTIONS(971), - [anon_sym_GT_EQ] = ACTIONS(971), - [anon_sym_LT_LT] = ACTIONS(973), - [anon_sym_GT_GT] = ACTIONS(973), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_SLASH] = ACTIONS(949), - [anon_sym_PERCENT] = ACTIONS(949), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(1421), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1423), + [anon_sym_QMARK] = ACTIONS(1421), + [anon_sym_STAR_EQ] = ACTIONS(1421), + [anon_sym_SLASH_EQ] = ACTIONS(1421), + [anon_sym_PERCENT_EQ] = ACTIONS(1421), + [anon_sym_PLUS_EQ] = ACTIONS(1421), + [anon_sym_DASH_EQ] = ACTIONS(1421), + [anon_sym_LT_LT_EQ] = ACTIONS(1421), + [anon_sym_GT_GT_EQ] = ACTIONS(1421), + [anon_sym_AMP_EQ] = ACTIONS(1421), + [anon_sym_CARET_EQ] = ACTIONS(1421), + [anon_sym_PIPE_EQ] = ACTIONS(1421), + [anon_sym_AMP] = ACTIONS(1423), + [anon_sym_PIPE_PIPE] = ACTIONS(1421), + [anon_sym_AMP_AMP] = ACTIONS(1421), + [anon_sym_PIPE] = ACTIONS(1423), + [anon_sym_CARET] = ACTIONS(1423), + [anon_sym_EQ_EQ] = ACTIONS(1421), + [anon_sym_BANG_EQ] = ACTIONS(1421), + [anon_sym_LT] = ACTIONS(1423), + [anon_sym_GT] = ACTIONS(1423), + [anon_sym_LT_EQ] = ACTIONS(1421), + [anon_sym_GT_EQ] = ACTIONS(1421), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [498] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(949), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(1614), - [anon_sym_EQ] = ACTIONS(1616), - [anon_sym_QMARK] = ACTIONS(1614), - [anon_sym_STAR_EQ] = ACTIONS(1614), - [anon_sym_SLASH_EQ] = ACTIONS(1614), - [anon_sym_PERCENT_EQ] = ACTIONS(1614), - [anon_sym_PLUS_EQ] = ACTIONS(1614), - [anon_sym_DASH_EQ] = ACTIONS(1614), - [anon_sym_LT_LT_EQ] = ACTIONS(1614), - [anon_sym_GT_GT_EQ] = ACTIONS(1614), - [anon_sym_AMP_EQ] = ACTIONS(1614), - [anon_sym_CARET_EQ] = ACTIONS(1614), - [anon_sym_PIPE_EQ] = ACTIONS(1614), - [anon_sym_AMP] = ACTIONS(957), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1614), - [anon_sym_PIPE] = ACTIONS(1616), - [anon_sym_CARET] = ACTIONS(965), - [anon_sym_EQ_EQ] = ACTIONS(967), - [anon_sym_BANG_EQ] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(969), - [anon_sym_GT] = ACTIONS(969), - [anon_sym_LT_EQ] = ACTIONS(971), - [anon_sym_GT_EQ] = ACTIONS(971), - [anon_sym_LT_LT] = ACTIONS(973), - [anon_sym_GT_GT] = ACTIONS(973), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_SLASH] = ACTIONS(949), - [anon_sym_PERCENT] = ACTIONS(949), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_extern] = ACTIONS(1574), + [anon_sym_RBRACE] = ACTIONS(1576), + [anon_sym_typedef] = ACTIONS(1574), + [anon_sym_static] = ACTIONS(1574), + [anon_sym_auto] = ACTIONS(1574), + [anon_sym_register] = ACTIONS(1574), + [anon_sym_const] = ACTIONS(1574), + [anon_sym_restrict] = ACTIONS(1574), + [anon_sym_volatile] = ACTIONS(1574), + [sym_function_specifier] = ACTIONS(1574), + [anon_sym_unsigned] = ACTIONS(1574), + [anon_sym_long] = ACTIONS(1574), + [anon_sym_short] = ACTIONS(1574), + [anon_sym_enum] = ACTIONS(1574), + [anon_sym_struct] = ACTIONS(1574), + [anon_sym_union] = ACTIONS(1574), + [sym_identifier] = ACTIONS(1578), + [sym_comment] = ACTIONS(42), }, [499] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(949), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(1614), - [anon_sym_EQ] = ACTIONS(1616), - [anon_sym_QMARK] = ACTIONS(1614), - [anon_sym_STAR_EQ] = ACTIONS(1614), - [anon_sym_SLASH_EQ] = ACTIONS(1614), - [anon_sym_PERCENT_EQ] = ACTIONS(1614), - [anon_sym_PLUS_EQ] = ACTIONS(1614), - [anon_sym_DASH_EQ] = ACTIONS(1614), - [anon_sym_LT_LT_EQ] = ACTIONS(1614), - [anon_sym_GT_GT_EQ] = ACTIONS(1614), - [anon_sym_AMP_EQ] = ACTIONS(1614), - [anon_sym_CARET_EQ] = ACTIONS(1614), - [anon_sym_PIPE_EQ] = ACTIONS(1614), - [anon_sym_AMP] = ACTIONS(957), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1614), - [anon_sym_PIPE] = ACTIONS(1616), - [anon_sym_CARET] = ACTIONS(1616), - [anon_sym_EQ_EQ] = ACTIONS(967), - [anon_sym_BANG_EQ] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(969), - [anon_sym_GT] = ACTIONS(969), - [anon_sym_LT_EQ] = ACTIONS(971), - [anon_sym_GT_EQ] = ACTIONS(971), - [anon_sym_LT_LT] = ACTIONS(973), - [anon_sym_GT_GT] = ACTIONS(973), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_SLASH] = ACTIONS(949), - [anon_sym_PERCENT] = ACTIONS(949), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(637), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [500] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(949), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(1622), - [anon_sym_EQ] = ACTIONS(1624), - [anon_sym_QMARK] = ACTIONS(1622), - [anon_sym_STAR_EQ] = ACTIONS(1622), - [anon_sym_SLASH_EQ] = ACTIONS(1622), - [anon_sym_PERCENT_EQ] = ACTIONS(1622), - [anon_sym_PLUS_EQ] = ACTIONS(1622), - [anon_sym_DASH_EQ] = ACTIONS(1622), - [anon_sym_LT_LT_EQ] = ACTIONS(1622), - [anon_sym_GT_GT_EQ] = ACTIONS(1622), - [anon_sym_AMP_EQ] = ACTIONS(1622), - [anon_sym_CARET_EQ] = ACTIONS(1622), - [anon_sym_PIPE_EQ] = ACTIONS(1622), - [anon_sym_AMP] = ACTIONS(1624), - [anon_sym_PIPE_PIPE] = ACTIONS(1622), - [anon_sym_AMP_AMP] = ACTIONS(1622), - [anon_sym_PIPE] = ACTIONS(1624), - [anon_sym_CARET] = ACTIONS(1624), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(969), - [anon_sym_GT] = ACTIONS(969), - [anon_sym_LT_EQ] = ACTIONS(971), - [anon_sym_GT_EQ] = ACTIONS(971), - [anon_sym_LT_LT] = ACTIONS(973), - [anon_sym_GT_GT] = ACTIONS(973), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_SLASH] = ACTIONS(949), - [anon_sym_PERCENT] = ACTIONS(949), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(719), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [501] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(949), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(1626), - [anon_sym_EQ] = ACTIONS(1628), - [anon_sym_QMARK] = ACTIONS(1626), - [anon_sym_STAR_EQ] = ACTIONS(1626), - [anon_sym_SLASH_EQ] = ACTIONS(1626), - [anon_sym_PERCENT_EQ] = ACTIONS(1626), - [anon_sym_PLUS_EQ] = ACTIONS(1626), - [anon_sym_DASH_EQ] = ACTIONS(1626), - [anon_sym_LT_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_GT_EQ] = ACTIONS(1626), - [anon_sym_AMP_EQ] = ACTIONS(1626), - [anon_sym_CARET_EQ] = ACTIONS(1626), - [anon_sym_PIPE_EQ] = ACTIONS(1626), - [anon_sym_AMP] = ACTIONS(1628), - [anon_sym_PIPE_PIPE] = ACTIONS(1626), - [anon_sym_AMP_AMP] = ACTIONS(1626), - [anon_sym_PIPE] = ACTIONS(1628), - [anon_sym_CARET] = ACTIONS(1628), - [anon_sym_EQ_EQ] = ACTIONS(1626), - [anon_sym_BANG_EQ] = ACTIONS(1626), - [anon_sym_LT] = ACTIONS(1628), - [anon_sym_GT] = ACTIONS(1628), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(973), - [anon_sym_GT_GT] = ACTIONS(973), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_SLASH] = ACTIONS(949), - [anon_sym_PERCENT] = ACTIONS(949), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(720), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [502] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(949), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(1630), - [anon_sym_EQ] = ACTIONS(1632), - [anon_sym_QMARK] = ACTIONS(1630), - [anon_sym_STAR_EQ] = ACTIONS(1630), - [anon_sym_SLASH_EQ] = ACTIONS(1630), - [anon_sym_PERCENT_EQ] = ACTIONS(1630), - [anon_sym_PLUS_EQ] = ACTIONS(1630), - [anon_sym_DASH_EQ] = ACTIONS(1630), - [anon_sym_LT_LT_EQ] = ACTIONS(1630), - [anon_sym_GT_GT_EQ] = ACTIONS(1630), - [anon_sym_AMP_EQ] = ACTIONS(1630), - [anon_sym_CARET_EQ] = ACTIONS(1630), - [anon_sym_PIPE_EQ] = ACTIONS(1630), - [anon_sym_AMP] = ACTIONS(1632), - [anon_sym_PIPE_PIPE] = ACTIONS(1630), - [anon_sym_AMP_AMP] = ACTIONS(1630), - [anon_sym_PIPE] = ACTIONS(1632), - [anon_sym_CARET] = ACTIONS(1632), - [anon_sym_EQ_EQ] = ACTIONS(1630), - [anon_sym_BANG_EQ] = ACTIONS(1630), - [anon_sym_LT] = ACTIONS(1632), - [anon_sym_GT] = ACTIONS(1632), - [anon_sym_LT_EQ] = ACTIONS(1630), - [anon_sym_GT_EQ] = ACTIONS(1630), - [anon_sym_LT_LT] = ACTIONS(1632), - [anon_sym_GT_GT] = ACTIONS(1632), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_SLASH] = ACTIONS(949), - [anon_sym_PERCENT] = ACTIONS(949), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(721), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [503] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(949), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(1604), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1604), - [anon_sym_STAR_EQ] = ACTIONS(1604), - [anon_sym_SLASH_EQ] = ACTIONS(1604), - [anon_sym_PERCENT_EQ] = ACTIONS(1604), - [anon_sym_PLUS_EQ] = ACTIONS(1604), - [anon_sym_DASH_EQ] = ACTIONS(1604), - [anon_sym_LT_LT_EQ] = ACTIONS(1604), - [anon_sym_GT_GT_EQ] = ACTIONS(1604), - [anon_sym_AMP_EQ] = ACTIONS(1604), - [anon_sym_CARET_EQ] = ACTIONS(1604), - [anon_sym_PIPE_EQ] = ACTIONS(1604), - [anon_sym_AMP] = ACTIONS(1606), - [anon_sym_PIPE_PIPE] = ACTIONS(1604), - [anon_sym_AMP_AMP] = ACTIONS(1604), - [anon_sym_PIPE] = ACTIONS(1606), - [anon_sym_CARET] = ACTIONS(1606), - [anon_sym_EQ_EQ] = ACTIONS(1604), - [anon_sym_BANG_EQ] = ACTIONS(1604), - [anon_sym_LT] = ACTIONS(1606), - [anon_sym_GT] = ACTIONS(1606), - [anon_sym_LT_EQ] = ACTIONS(1604), - [anon_sym_GT_EQ] = ACTIONS(1604), - [anon_sym_LT_LT] = ACTIONS(1606), - [anon_sym_GT_GT] = ACTIONS(1606), - [anon_sym_PLUS] = ACTIONS(1606), - [anon_sym_DASH] = ACTIONS(1606), - [anon_sym_SLASH] = ACTIONS(949), - [anon_sym_PERCENT] = ACTIONS(949), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(722), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [504] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(949), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(1644), - [anon_sym_EQ] = ACTIONS(951), - [anon_sym_QMARK] = ACTIONS(953), - [anon_sym_STAR_EQ] = ACTIONS(955), - [anon_sym_SLASH_EQ] = ACTIONS(955), - [anon_sym_PERCENT_EQ] = ACTIONS(955), - [anon_sym_PLUS_EQ] = ACTIONS(955), - [anon_sym_DASH_EQ] = ACTIONS(955), - [anon_sym_LT_LT_EQ] = ACTIONS(955), - [anon_sym_GT_GT_EQ] = ACTIONS(955), - [anon_sym_AMP_EQ] = ACTIONS(955), - [anon_sym_CARET_EQ] = ACTIONS(955), - [anon_sym_PIPE_EQ] = ACTIONS(955), - [anon_sym_AMP] = ACTIONS(957), - [anon_sym_PIPE_PIPE] = ACTIONS(959), - [anon_sym_AMP_AMP] = ACTIONS(961), - [anon_sym_PIPE] = ACTIONS(963), - [anon_sym_CARET] = ACTIONS(965), - [anon_sym_EQ_EQ] = ACTIONS(967), - [anon_sym_BANG_EQ] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(969), - [anon_sym_GT] = ACTIONS(969), - [anon_sym_LT_EQ] = ACTIONS(971), - [anon_sym_GT_EQ] = ACTIONS(971), - [anon_sym_LT_LT] = ACTIONS(973), - [anon_sym_GT_GT] = ACTIONS(973), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_SLASH] = ACTIONS(949), - [anon_sym_PERCENT] = ACTIONS(949), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(723), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [505] = { - [anon_sym_LBRACK] = ACTIONS(1646), - [anon_sym_EQ] = ACTIONS(1646), - [anon_sym_DOT] = ACTIONS(1646), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(724), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [506] = { - [sym__expression] = STATE(638), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(639), - [sym_designator] = STATE(335), - [sym_concatenated_string] = STATE(166), - [aux_sym__initializer_list_contents_repeat1] = STATE(640), - [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_RBRACE] = ACTIONS(1648), - [anon_sym_STAR] = ACTIONS(679), - [anon_sym_LBRACK] = ACTIONS(979), - [anon_sym_AMP] = ACTIONS(679), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_PLUS] = ACTIONS(685), - [anon_sym_DASH] = ACTIONS(685), - [anon_sym_DASH_DASH] = ACTIONS(687), - [anon_sym_PLUS_PLUS] = ACTIONS(687), - [anon_sym_sizeof] = ACTIONS(689), - [anon_sym_DOT] = ACTIONS(981), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(725), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [507] = { - [anon_sym_LPAREN] = ACTIONS(1650), - [anon_sym_COMMA] = ACTIONS(1650), - [anon_sym_RPAREN] = ACTIONS(1650), - [anon_sym_SEMI] = ACTIONS(1650), - [anon_sym_RBRACE] = ACTIONS(1650), - [anon_sym_STAR] = ACTIONS(1652), - [anon_sym_LBRACK] = ACTIONS(1650), - [anon_sym_RBRACK] = ACTIONS(1650), - [anon_sym_EQ] = ACTIONS(1652), - [anon_sym_COLON] = ACTIONS(1650), - [anon_sym_QMARK] = ACTIONS(1650), - [anon_sym_STAR_EQ] = ACTIONS(1650), - [anon_sym_SLASH_EQ] = ACTIONS(1650), - [anon_sym_PERCENT_EQ] = ACTIONS(1650), - [anon_sym_PLUS_EQ] = ACTIONS(1650), - [anon_sym_DASH_EQ] = ACTIONS(1650), - [anon_sym_LT_LT_EQ] = ACTIONS(1650), - [anon_sym_GT_GT_EQ] = ACTIONS(1650), - [anon_sym_AMP_EQ] = ACTIONS(1650), - [anon_sym_CARET_EQ] = ACTIONS(1650), - [anon_sym_PIPE_EQ] = ACTIONS(1650), - [anon_sym_AMP] = ACTIONS(1652), - [anon_sym_PIPE_PIPE] = ACTIONS(1650), - [anon_sym_AMP_AMP] = ACTIONS(1650), - [anon_sym_PIPE] = ACTIONS(1652), - [anon_sym_CARET] = ACTIONS(1652), - [anon_sym_EQ_EQ] = ACTIONS(1650), - [anon_sym_BANG_EQ] = ACTIONS(1650), - [anon_sym_LT] = ACTIONS(1652), - [anon_sym_GT] = ACTIONS(1652), - [anon_sym_LT_EQ] = ACTIONS(1650), - [anon_sym_GT_EQ] = ACTIONS(1650), - [anon_sym_LT_LT] = ACTIONS(1652), - [anon_sym_GT_GT] = ACTIONS(1652), - [anon_sym_PLUS] = ACTIONS(1652), - [anon_sym_DASH] = ACTIONS(1652), - [anon_sym_SLASH] = ACTIONS(1652), - [anon_sym_PERCENT] = ACTIONS(1652), - [anon_sym_DASH_DASH] = ACTIONS(1650), - [anon_sym_PLUS_PLUS] = ACTIONS(1650), - [anon_sym_DOT] = ACTIONS(1650), - [anon_sym_DASH_GT] = ACTIONS(1650), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(726), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [508] = { - [sym__expression] = STATE(638), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(639), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_STAR] = ACTIONS(679), - [anon_sym_AMP] = ACTIONS(679), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_PLUS] = ACTIONS(685), - [anon_sym_DASH] = ACTIONS(685), - [anon_sym_DASH_DASH] = ACTIONS(687), - [anon_sym_PLUS_PLUS] = ACTIONS(687), - [anon_sym_sizeof] = ACTIONS(689), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(727), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [509] = { - [anon_sym_LBRACK] = ACTIONS(1654), - [anon_sym_EQ] = ACTIONS(1654), - [anon_sym_DOT] = ACTIONS(1654), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(728), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [510] = { - [anon_sym_COMMA] = ACTIONS(1656), - [anon_sym_RPAREN] = ACTIONS(1656), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(729), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [511] = { - [sym__expression] = STATE(559), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(560), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_STAR] = ACTIONS(679), - [anon_sym_AMP] = ACTIONS(679), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_PLUS] = ACTIONS(685), - [anon_sym_DASH] = ACTIONS(685), - [anon_sym_DASH_DASH] = ACTIONS(687), - [anon_sym_PLUS_PLUS] = ACTIONS(687), - [anon_sym_sizeof] = ACTIONS(689), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_parameter_list] = STATE(302), + [anon_sym_LPAREN] = ACTIONS(244), + [anon_sym_COMMA] = ACTIONS(1580), + [anon_sym_SEMI] = ACTIONS(1580), + [anon_sym_LBRACK] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(1580), + [sym_comment] = ACTIONS(42), }, [512] = { - [anon_sym_RPAREN] = ACTIONS(1658), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1582), + [anon_sym_COMMA] = ACTIONS(1582), + [anon_sym_RPAREN] = ACTIONS(1582), + [anon_sym_SEMI] = ACTIONS(1582), + [anon_sym_LBRACK] = ACTIONS(1582), + [anon_sym_COLON] = ACTIONS(1582), + [sym_comment] = ACTIONS(42), }, [513] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1610), - [anon_sym_RBRACE] = ACTIONS(1610), - [anon_sym_STAR] = ACTIONS(1041), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1043), - [anon_sym_QMARK] = ACTIONS(1610), - [anon_sym_STAR_EQ] = ACTIONS(1047), - [anon_sym_SLASH_EQ] = ACTIONS(1047), - [anon_sym_PERCENT_EQ] = ACTIONS(1047), - [anon_sym_PLUS_EQ] = ACTIONS(1047), - [anon_sym_DASH_EQ] = ACTIONS(1047), - [anon_sym_LT_LT_EQ] = ACTIONS(1047), - [anon_sym_GT_GT_EQ] = ACTIONS(1047), - [anon_sym_AMP_EQ] = ACTIONS(1047), - [anon_sym_CARET_EQ] = ACTIONS(1047), - [anon_sym_PIPE_EQ] = ACTIONS(1047), - [anon_sym_AMP] = ACTIONS(1049), - [anon_sym_PIPE_PIPE] = ACTIONS(1051), - [anon_sym_AMP_AMP] = ACTIONS(1053), - [anon_sym_PIPE] = ACTIONS(1055), - [anon_sym_CARET] = ACTIONS(1057), - [anon_sym_EQ_EQ] = ACTIONS(1059), - [anon_sym_BANG_EQ] = ACTIONS(1059), - [anon_sym_LT] = ACTIONS(1061), - [anon_sym_GT] = ACTIONS(1061), - [anon_sym_LT_EQ] = ACTIONS(1063), - [anon_sym_GT_EQ] = ACTIONS(1063), - [anon_sym_LT_LT] = ACTIONS(1065), - [anon_sym_GT_GT] = ACTIONS(1065), - [anon_sym_PLUS] = ACTIONS(1067), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_SLASH] = ACTIONS(1041), - [anon_sym_PERCENT] = ACTIONS(1041), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(731), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_RBRACK] = ACTIONS(1584), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(544), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [514] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_COLON] = ACTIONS(1660), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_STAR_EQ] = ACTIONS(1241), - [anon_sym_SLASH_EQ] = ACTIONS(1241), - [anon_sym_PERCENT_EQ] = ACTIONS(1241), - [anon_sym_PLUS_EQ] = ACTIONS(1241), - [anon_sym_DASH_EQ] = ACTIONS(1241), - [anon_sym_LT_LT_EQ] = ACTIONS(1241), - [anon_sym_GT_GT_EQ] = ACTIONS(1241), - [anon_sym_AMP_EQ] = ACTIONS(1241), - [anon_sym_CARET_EQ] = ACTIONS(1241), - [anon_sym_PIPE_EQ] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1245), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE] = ACTIONS(1249), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_EQ_EQ] = ACTIONS(1253), - [anon_sym_BANG_EQ] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_RBRACK] = ACTIONS(1584), + [anon_sym_EQ] = ACTIONS(976), + [anon_sym_QMARK] = ACTIONS(978), + [anon_sym_STAR_EQ] = ACTIONS(980), + [anon_sym_SLASH_EQ] = ACTIONS(980), + [anon_sym_PERCENT_EQ] = ACTIONS(980), + [anon_sym_PLUS_EQ] = ACTIONS(980), + [anon_sym_DASH_EQ] = ACTIONS(980), + [anon_sym_LT_LT_EQ] = ACTIONS(980), + [anon_sym_GT_GT_EQ] = ACTIONS(980), + [anon_sym_AMP_EQ] = ACTIONS(980), + [anon_sym_CARET_EQ] = ACTIONS(980), + [anon_sym_PIPE_EQ] = ACTIONS(980), + [anon_sym_AMP] = ACTIONS(982), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(986), + [anon_sym_PIPE] = ACTIONS(988), + [anon_sym_CARET] = ACTIONS(990), + [anon_sym_EQ_EQ] = ACTIONS(992), + [anon_sym_BANG_EQ] = ACTIONS(992), + [anon_sym_LT] = ACTIONS(994), + [anon_sym_GT] = ACTIONS(994), + [anon_sym_LT_EQ] = ACTIONS(996), + [anon_sym_GT_EQ] = ACTIONS(996), + [anon_sym_LT_LT] = ACTIONS(998), + [anon_sym_GT_GT] = ACTIONS(998), + [anon_sym_PLUS] = ACTIONS(1000), + [anon_sym_DASH] = ACTIONS(1000), + [anon_sym_SLASH] = ACTIONS(974), + [anon_sym_PERCENT] = ACTIONS(974), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [515] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1614), - [anon_sym_RBRACE] = ACTIONS(1614), - [anon_sym_STAR] = ACTIONS(1041), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1616), - [anon_sym_QMARK] = ACTIONS(1614), - [anon_sym_STAR_EQ] = ACTIONS(1614), - [anon_sym_SLASH_EQ] = ACTIONS(1614), - [anon_sym_PERCENT_EQ] = ACTIONS(1614), - [anon_sym_PLUS_EQ] = ACTIONS(1614), - [anon_sym_DASH_EQ] = ACTIONS(1614), - [anon_sym_LT_LT_EQ] = ACTIONS(1614), - [anon_sym_GT_GT_EQ] = ACTIONS(1614), - [anon_sym_AMP_EQ] = ACTIONS(1614), - [anon_sym_CARET_EQ] = ACTIONS(1614), - [anon_sym_PIPE_EQ] = ACTIONS(1614), - [anon_sym_AMP] = ACTIONS(1616), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1614), - [anon_sym_PIPE] = ACTIONS(1616), - [anon_sym_CARET] = ACTIONS(1616), - [anon_sym_EQ_EQ] = ACTIONS(1059), - [anon_sym_BANG_EQ] = ACTIONS(1059), - [anon_sym_LT] = ACTIONS(1061), - [anon_sym_GT] = ACTIONS(1061), - [anon_sym_LT_EQ] = ACTIONS(1063), - [anon_sym_GT_EQ] = ACTIONS(1063), - [anon_sym_LT_LT] = ACTIONS(1065), - [anon_sym_GT_GT] = ACTIONS(1065), - [anon_sym_PLUS] = ACTIONS(1067), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_SLASH] = ACTIONS(1041), - [anon_sym_PERCENT] = ACTIONS(1041), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(1586), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [516] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1618), - [anon_sym_RBRACE] = ACTIONS(1618), - [anon_sym_STAR] = ACTIONS(1041), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1620), - [anon_sym_QMARK] = ACTIONS(1618), - [anon_sym_STAR_EQ] = ACTIONS(1618), - [anon_sym_SLASH_EQ] = ACTIONS(1618), - [anon_sym_PERCENT_EQ] = ACTIONS(1618), - [anon_sym_PLUS_EQ] = ACTIONS(1618), - [anon_sym_DASH_EQ] = ACTIONS(1618), - [anon_sym_LT_LT_EQ] = ACTIONS(1618), - [anon_sym_GT_GT_EQ] = ACTIONS(1618), - [anon_sym_AMP_EQ] = ACTIONS(1618), - [anon_sym_CARET_EQ] = ACTIONS(1618), - [anon_sym_PIPE_EQ] = ACTIONS(1618), - [anon_sym_AMP] = ACTIONS(1049), - [anon_sym_PIPE_PIPE] = ACTIONS(1618), - [anon_sym_AMP_AMP] = ACTIONS(1053), - [anon_sym_PIPE] = ACTIONS(1055), - [anon_sym_CARET] = ACTIONS(1057), - [anon_sym_EQ_EQ] = ACTIONS(1059), - [anon_sym_BANG_EQ] = ACTIONS(1059), - [anon_sym_LT] = ACTIONS(1061), - [anon_sym_GT] = ACTIONS(1061), - [anon_sym_LT_EQ] = ACTIONS(1063), - [anon_sym_GT_EQ] = ACTIONS(1063), - [anon_sym_LT_LT] = ACTIONS(1065), - [anon_sym_GT_GT] = ACTIONS(1065), - [anon_sym_PLUS] = ACTIONS(1067), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_SLASH] = ACTIONS(1041), - [anon_sym_PERCENT] = ACTIONS(1041), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__field_declarator] = STATE(733), + [sym_pointer_field_declarator] = STATE(158), + [sym_function_field_declarator] = STATE(159), + [sym_array_field_declarator] = STATE(160), + [anon_sym_LPAREN] = ACTIONS(406), + [anon_sym_STAR] = ACTIONS(410), + [sym_identifier] = ACTIONS(414), + [sym_comment] = ACTIONS(42), }, [517] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1618), - [anon_sym_RBRACE] = ACTIONS(1618), - [anon_sym_STAR] = ACTIONS(1041), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1620), - [anon_sym_QMARK] = ACTIONS(1618), - [anon_sym_STAR_EQ] = ACTIONS(1618), - [anon_sym_SLASH_EQ] = ACTIONS(1618), - [anon_sym_PERCENT_EQ] = ACTIONS(1618), - [anon_sym_PLUS_EQ] = ACTIONS(1618), - [anon_sym_DASH_EQ] = ACTIONS(1618), - [anon_sym_LT_LT_EQ] = ACTIONS(1618), - [anon_sym_GT_GT_EQ] = ACTIONS(1618), - [anon_sym_AMP_EQ] = ACTIONS(1618), - [anon_sym_CARET_EQ] = ACTIONS(1618), - [anon_sym_PIPE_EQ] = ACTIONS(1618), - [anon_sym_AMP] = ACTIONS(1049), - [anon_sym_PIPE_PIPE] = ACTIONS(1618), - [anon_sym_AMP_AMP] = ACTIONS(1618), - [anon_sym_PIPE] = ACTIONS(1055), - [anon_sym_CARET] = ACTIONS(1057), - [anon_sym_EQ_EQ] = ACTIONS(1059), - [anon_sym_BANG_EQ] = ACTIONS(1059), - [anon_sym_LT] = ACTIONS(1061), - [anon_sym_GT] = ACTIONS(1061), - [anon_sym_LT_EQ] = ACTIONS(1063), - [anon_sym_GT_EQ] = ACTIONS(1063), - [anon_sym_LT_LT] = ACTIONS(1065), - [anon_sym_GT_GT] = ACTIONS(1065), - [anon_sym_PLUS] = ACTIONS(1067), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_SLASH] = ACTIONS(1041), - [anon_sym_PERCENT] = ACTIONS(1041), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(734), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [518] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1614), - [anon_sym_RBRACE] = ACTIONS(1614), - [anon_sym_STAR] = ACTIONS(1041), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1616), - [anon_sym_QMARK] = ACTIONS(1614), - [anon_sym_STAR_EQ] = ACTIONS(1614), - [anon_sym_SLASH_EQ] = ACTIONS(1614), - [anon_sym_PERCENT_EQ] = ACTIONS(1614), - [anon_sym_PLUS_EQ] = ACTIONS(1614), - [anon_sym_DASH_EQ] = ACTIONS(1614), - [anon_sym_LT_LT_EQ] = ACTIONS(1614), - [anon_sym_GT_GT_EQ] = ACTIONS(1614), - [anon_sym_AMP_EQ] = ACTIONS(1614), - [anon_sym_CARET_EQ] = ACTIONS(1614), - [anon_sym_PIPE_EQ] = ACTIONS(1614), - [anon_sym_AMP] = ACTIONS(1049), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1614), - [anon_sym_PIPE] = ACTIONS(1616), - [anon_sym_CARET] = ACTIONS(1057), - [anon_sym_EQ_EQ] = ACTIONS(1059), - [anon_sym_BANG_EQ] = ACTIONS(1059), - [anon_sym_LT] = ACTIONS(1061), - [anon_sym_GT] = ACTIONS(1061), - [anon_sym_LT_EQ] = ACTIONS(1063), - [anon_sym_GT_EQ] = ACTIONS(1063), - [anon_sym_LT_LT] = ACTIONS(1065), - [anon_sym_GT_GT] = ACTIONS(1065), - [anon_sym_PLUS] = ACTIONS(1067), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_SLASH] = ACTIONS(1041), - [anon_sym_PERCENT] = ACTIONS(1041), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1588), + [anon_sym_COMMA] = ACTIONS(1588), + [anon_sym_RPAREN] = ACTIONS(1588), + [anon_sym_LBRACK] = ACTIONS(1588), + [sym_comment] = ACTIONS(42), }, [519] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1614), - [anon_sym_RBRACE] = ACTIONS(1614), - [anon_sym_STAR] = ACTIONS(1041), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1616), - [anon_sym_QMARK] = ACTIONS(1614), - [anon_sym_STAR_EQ] = ACTIONS(1614), - [anon_sym_SLASH_EQ] = ACTIONS(1614), - [anon_sym_PERCENT_EQ] = ACTIONS(1614), - [anon_sym_PLUS_EQ] = ACTIONS(1614), - [anon_sym_DASH_EQ] = ACTIONS(1614), - [anon_sym_LT_LT_EQ] = ACTIONS(1614), - [anon_sym_GT_GT_EQ] = ACTIONS(1614), - [anon_sym_AMP_EQ] = ACTIONS(1614), - [anon_sym_CARET_EQ] = ACTIONS(1614), - [anon_sym_PIPE_EQ] = ACTIONS(1614), - [anon_sym_AMP] = ACTIONS(1049), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1614), - [anon_sym_PIPE] = ACTIONS(1616), - [anon_sym_CARET] = ACTIONS(1616), - [anon_sym_EQ_EQ] = ACTIONS(1059), - [anon_sym_BANG_EQ] = ACTIONS(1059), - [anon_sym_LT] = ACTIONS(1061), - [anon_sym_GT] = ACTIONS(1061), - [anon_sym_LT_EQ] = ACTIONS(1063), - [anon_sym_GT_EQ] = ACTIONS(1063), - [anon_sym_LT_LT] = ACTIONS(1065), - [anon_sym_GT_GT] = ACTIONS(1065), - [anon_sym_PLUS] = ACTIONS(1067), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_SLASH] = ACTIONS(1041), - [anon_sym_PERCENT] = ACTIONS(1041), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1590), + [anon_sym_COMMA] = ACTIONS(1590), + [anon_sym_RPAREN] = ACTIONS(1590), + [anon_sym_LBRACK] = ACTIONS(1590), + [sym_comment] = ACTIONS(42), }, [520] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1622), - [anon_sym_STAR] = ACTIONS(1041), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1624), - [anon_sym_QMARK] = ACTIONS(1622), - [anon_sym_STAR_EQ] = ACTIONS(1622), - [anon_sym_SLASH_EQ] = ACTIONS(1622), - [anon_sym_PERCENT_EQ] = ACTIONS(1622), - [anon_sym_PLUS_EQ] = ACTIONS(1622), - [anon_sym_DASH_EQ] = ACTIONS(1622), - [anon_sym_LT_LT_EQ] = ACTIONS(1622), - [anon_sym_GT_GT_EQ] = ACTIONS(1622), - [anon_sym_AMP_EQ] = ACTIONS(1622), - [anon_sym_CARET_EQ] = ACTIONS(1622), - [anon_sym_PIPE_EQ] = ACTIONS(1622), - [anon_sym_AMP] = ACTIONS(1624), - [anon_sym_PIPE_PIPE] = ACTIONS(1622), - [anon_sym_AMP_AMP] = ACTIONS(1622), - [anon_sym_PIPE] = ACTIONS(1624), - [anon_sym_CARET] = ACTIONS(1624), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1061), - [anon_sym_GT] = ACTIONS(1061), - [anon_sym_LT_EQ] = ACTIONS(1063), - [anon_sym_GT_EQ] = ACTIONS(1063), - [anon_sym_LT_LT] = ACTIONS(1065), - [anon_sym_GT_GT] = ACTIONS(1065), - [anon_sym_PLUS] = ACTIONS(1067), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_SLASH] = ACTIONS(1041), - [anon_sym_PERCENT] = ACTIONS(1041), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_RBRACK] = ACTIONS(1592), + [anon_sym_EQ] = ACTIONS(976), + [anon_sym_QMARK] = ACTIONS(978), + [anon_sym_STAR_EQ] = ACTIONS(980), + [anon_sym_SLASH_EQ] = ACTIONS(980), + [anon_sym_PERCENT_EQ] = ACTIONS(980), + [anon_sym_PLUS_EQ] = ACTIONS(980), + [anon_sym_DASH_EQ] = ACTIONS(980), + [anon_sym_LT_LT_EQ] = ACTIONS(980), + [anon_sym_GT_GT_EQ] = ACTIONS(980), + [anon_sym_AMP_EQ] = ACTIONS(980), + [anon_sym_CARET_EQ] = ACTIONS(980), + [anon_sym_PIPE_EQ] = ACTIONS(980), + [anon_sym_AMP] = ACTIONS(982), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(986), + [anon_sym_PIPE] = ACTIONS(988), + [anon_sym_CARET] = ACTIONS(990), + [anon_sym_EQ_EQ] = ACTIONS(992), + [anon_sym_BANG_EQ] = ACTIONS(992), + [anon_sym_LT] = ACTIONS(994), + [anon_sym_GT] = ACTIONS(994), + [anon_sym_LT_EQ] = ACTIONS(996), + [anon_sym_GT_EQ] = ACTIONS(996), + [anon_sym_LT_LT] = ACTIONS(998), + [anon_sym_GT_GT] = ACTIONS(998), + [anon_sym_PLUS] = ACTIONS(1000), + [anon_sym_DASH] = ACTIONS(1000), + [anon_sym_SLASH] = ACTIONS(974), + [anon_sym_PERCENT] = ACTIONS(974), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [521] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1626), - [anon_sym_RBRACE] = ACTIONS(1626), - [anon_sym_STAR] = ACTIONS(1041), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1628), - [anon_sym_QMARK] = ACTIONS(1626), - [anon_sym_STAR_EQ] = ACTIONS(1626), - [anon_sym_SLASH_EQ] = ACTIONS(1626), - [anon_sym_PERCENT_EQ] = ACTIONS(1626), - [anon_sym_PLUS_EQ] = ACTIONS(1626), - [anon_sym_DASH_EQ] = ACTIONS(1626), - [anon_sym_LT_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_GT_EQ] = ACTIONS(1626), - [anon_sym_AMP_EQ] = ACTIONS(1626), - [anon_sym_CARET_EQ] = ACTIONS(1626), - [anon_sym_PIPE_EQ] = ACTIONS(1626), - [anon_sym_AMP] = ACTIONS(1628), - [anon_sym_PIPE_PIPE] = ACTIONS(1626), - [anon_sym_AMP_AMP] = ACTIONS(1626), - [anon_sym_PIPE] = ACTIONS(1628), - [anon_sym_CARET] = ACTIONS(1628), - [anon_sym_EQ_EQ] = ACTIONS(1626), - [anon_sym_BANG_EQ] = ACTIONS(1626), - [anon_sym_LT] = ACTIONS(1628), - [anon_sym_GT] = ACTIONS(1628), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1065), - [anon_sym_GT_GT] = ACTIONS(1065), - [anon_sym_PLUS] = ACTIONS(1067), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_SLASH] = ACTIONS(1041), - [anon_sym_PERCENT] = ACTIONS(1041), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(736), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_RBRACK] = ACTIONS(1592), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(544), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [522] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1630), - [anon_sym_RBRACE] = ACTIONS(1630), - [anon_sym_STAR] = ACTIONS(1041), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1632), - [anon_sym_QMARK] = ACTIONS(1630), - [anon_sym_STAR_EQ] = ACTIONS(1630), - [anon_sym_SLASH_EQ] = ACTIONS(1630), - [anon_sym_PERCENT_EQ] = ACTIONS(1630), - [anon_sym_PLUS_EQ] = ACTIONS(1630), - [anon_sym_DASH_EQ] = ACTIONS(1630), - [anon_sym_LT_LT_EQ] = ACTIONS(1630), - [anon_sym_GT_GT_EQ] = ACTIONS(1630), - [anon_sym_AMP_EQ] = ACTIONS(1630), - [anon_sym_CARET_EQ] = ACTIONS(1630), - [anon_sym_PIPE_EQ] = ACTIONS(1630), - [anon_sym_AMP] = ACTIONS(1632), - [anon_sym_PIPE_PIPE] = ACTIONS(1630), - [anon_sym_AMP_AMP] = ACTIONS(1630), - [anon_sym_PIPE] = ACTIONS(1632), - [anon_sym_CARET] = ACTIONS(1632), - [anon_sym_EQ_EQ] = ACTIONS(1630), - [anon_sym_BANG_EQ] = ACTIONS(1630), - [anon_sym_LT] = ACTIONS(1632), - [anon_sym_GT] = ACTIONS(1632), - [anon_sym_LT_EQ] = ACTIONS(1630), - [anon_sym_GT_EQ] = ACTIONS(1630), - [anon_sym_LT_LT] = ACTIONS(1632), - [anon_sym_GT_GT] = ACTIONS(1632), - [anon_sym_PLUS] = ACTIONS(1067), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_SLASH] = ACTIONS(1041), - [anon_sym_PERCENT] = ACTIONS(1041), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(1594), + [anon_sym_RPAREN] = ACTIONS(1594), + [sym_comment] = ACTIONS(42), }, [523] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1604), - [anon_sym_RBRACE] = ACTIONS(1604), - [anon_sym_STAR] = ACTIONS(1041), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1604), - [anon_sym_STAR_EQ] = ACTIONS(1604), - [anon_sym_SLASH_EQ] = ACTIONS(1604), - [anon_sym_PERCENT_EQ] = ACTIONS(1604), - [anon_sym_PLUS_EQ] = ACTIONS(1604), - [anon_sym_DASH_EQ] = ACTIONS(1604), - [anon_sym_LT_LT_EQ] = ACTIONS(1604), - [anon_sym_GT_GT_EQ] = ACTIONS(1604), - [anon_sym_AMP_EQ] = ACTIONS(1604), - [anon_sym_CARET_EQ] = ACTIONS(1604), - [anon_sym_PIPE_EQ] = ACTIONS(1604), - [anon_sym_AMP] = ACTIONS(1606), - [anon_sym_PIPE_PIPE] = ACTIONS(1604), - [anon_sym_AMP_AMP] = ACTIONS(1604), - [anon_sym_PIPE] = ACTIONS(1606), - [anon_sym_CARET] = ACTIONS(1606), - [anon_sym_EQ_EQ] = ACTIONS(1604), - [anon_sym_BANG_EQ] = ACTIONS(1604), - [anon_sym_LT] = ACTIONS(1606), - [anon_sym_GT] = ACTIONS(1606), - [anon_sym_LT_EQ] = ACTIONS(1604), - [anon_sym_GT_EQ] = ACTIONS(1604), - [anon_sym_LT_LT] = ACTIONS(1606), - [anon_sym_GT_GT] = ACTIONS(1606), - [anon_sym_PLUS] = ACTIONS(1606), - [anon_sym_DASH] = ACTIONS(1606), - [anon_sym_SLASH] = ACTIONS(1041), - [anon_sym_PERCENT] = ACTIONS(1041), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__declaration_specifiers] = STATE(176), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_parameter_declaration] = STATE(737), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1596), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, [524] = { - [sym__expression] = STATE(559), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(560), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1598), + [anon_sym_COMMA] = ACTIONS(1598), + [anon_sym_RPAREN] = ACTIONS(1598), + [anon_sym_SEMI] = ACTIONS(1598), + [anon_sym_LBRACE] = ACTIONS(1598), + [anon_sym_LBRACK] = ACTIONS(1598), + [anon_sym_EQ] = ACTIONS(1598), + [anon_sym_COLON] = ACTIONS(1598), + [sym_comment] = ACTIONS(42), }, [525] = { - [anon_sym_RPAREN] = ACTIONS(1662), - [sym_comment] = ACTIONS(123), + [sym__declarator] = STATE(102), + [sym__abstract_declarator] = STATE(305), + [sym_pointer_declarator] = STATE(44), + [sym_abstract_pointer_declarator] = STATE(167), + [sym_function_declarator] = STATE(44), + [sym_abstract_function_declarator] = STATE(167), + [sym_array_declarator] = STATE(44), + [sym_abstract_array_declarator] = STATE(167), + [sym_parameter_list] = STATE(168), + [anon_sym_LPAREN] = ACTIONS(766), + [anon_sym_RPAREN] = ACTIONS(736), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_LBRACK] = ACTIONS(446), + [sym_identifier] = ACTIONS(113), + [sym_comment] = ACTIONS(42), }, [526] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(1610), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1610), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1600), + [anon_sym_COMMA] = ACTIONS(93), + [anon_sym_RPAREN] = ACTIONS(1604), + [anon_sym_extern] = ACTIONS(95), + [anon_sym_STAR] = ACTIONS(93), + [anon_sym_LBRACK] = ACTIONS(1604), + [anon_sym_typedef] = ACTIONS(95), + [anon_sym_static] = ACTIONS(95), + [anon_sym_auto] = ACTIONS(95), + [anon_sym_register] = ACTIONS(95), + [anon_sym_const] = ACTIONS(95), + [anon_sym_restrict] = ACTIONS(95), + [anon_sym_volatile] = ACTIONS(95), + [sym_function_specifier] = ACTIONS(95), + [sym_identifier] = ACTIONS(97), + [sym_comment] = ACTIONS(42), }, [527] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_COLON] = ACTIONS(1664), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_STAR_EQ] = ACTIONS(1241), - [anon_sym_SLASH_EQ] = ACTIONS(1241), - [anon_sym_PERCENT_EQ] = ACTIONS(1241), - [anon_sym_PLUS_EQ] = ACTIONS(1241), - [anon_sym_DASH_EQ] = ACTIONS(1241), - [anon_sym_LT_LT_EQ] = ACTIONS(1241), - [anon_sym_GT_GT_EQ] = ACTIONS(1241), - [anon_sym_AMP_EQ] = ACTIONS(1241), - [anon_sym_CARET_EQ] = ACTIONS(1241), - [anon_sym_PIPE_EQ] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1245), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE] = ACTIONS(1249), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_EQ_EQ] = ACTIONS(1253), - [anon_sym_BANG_EQ] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_preproc_arg] = ACTIONS(1607), + [sym_comment] = ACTIONS(52), }, [528] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(1614), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1616), - [anon_sym_QMARK] = ACTIONS(1614), - [anon_sym_STAR_EQ] = ACTIONS(1614), - [anon_sym_SLASH_EQ] = ACTIONS(1614), - [anon_sym_PERCENT_EQ] = ACTIONS(1614), - [anon_sym_PLUS_EQ] = ACTIONS(1614), - [anon_sym_DASH_EQ] = ACTIONS(1614), - [anon_sym_LT_LT_EQ] = ACTIONS(1614), - [anon_sym_GT_GT_EQ] = ACTIONS(1614), - [anon_sym_AMP_EQ] = ACTIONS(1614), - [anon_sym_CARET_EQ] = ACTIONS(1614), - [anon_sym_PIPE_EQ] = ACTIONS(1614), - [anon_sym_AMP] = ACTIONS(1616), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1614), - [anon_sym_PIPE] = ACTIONS(1616), - [anon_sym_CARET] = ACTIONS(1616), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(294), + [anon_sym_LPAREN] = ACTIONS(292), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(294), + [sym_preproc_directive] = ACTIONS(296), + [anon_sym_SEMI] = ACTIONS(292), + [anon_sym_extern] = ACTIONS(294), + [anon_sym_LBRACE] = ACTIONS(292), + [anon_sym_RBRACE] = ACTIONS(292), + [anon_sym_STAR] = ACTIONS(292), + [anon_sym_typedef] = ACTIONS(294), + [anon_sym_static] = ACTIONS(294), + [anon_sym_auto] = ACTIONS(294), + [anon_sym_register] = ACTIONS(294), + [anon_sym_const] = ACTIONS(294), + [anon_sym_restrict] = ACTIONS(294), + [anon_sym_volatile] = ACTIONS(294), + [sym_function_specifier] = ACTIONS(294), + [anon_sym_unsigned] = ACTIONS(294), + [anon_sym_long] = ACTIONS(294), + [anon_sym_short] = ACTIONS(294), + [anon_sym_enum] = ACTIONS(294), + [anon_sym_struct] = ACTIONS(294), + [anon_sym_union] = ACTIONS(294), + [anon_sym_if] = ACTIONS(294), + [anon_sym_switch] = ACTIONS(294), + [anon_sym_case] = ACTIONS(294), + [anon_sym_default] = ACTIONS(294), + [anon_sym_while] = ACTIONS(294), + [anon_sym_do] = ACTIONS(294), + [anon_sym_for] = ACTIONS(294), + [anon_sym_return] = ACTIONS(294), + [anon_sym_break] = ACTIONS(294), + [anon_sym_continue] = ACTIONS(294), + [anon_sym_goto] = ACTIONS(294), + [anon_sym_AMP] = ACTIONS(292), + [anon_sym_BANG] = ACTIONS(292), + [anon_sym_TILDE] = ACTIONS(292), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_DASH_DASH] = ACTIONS(292), + [anon_sym_PLUS_PLUS] = ACTIONS(292), + [anon_sym_sizeof] = ACTIONS(294), + [sym_number_literal] = ACTIONS(294), + [sym_char_literal] = ACTIONS(294), + [sym_string_literal] = ACTIONS(292), + [sym_identifier] = ACTIONS(296), + [sym_comment] = ACTIONS(42), }, [529] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(1618), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1620), - [anon_sym_QMARK] = ACTIONS(1618), - [anon_sym_STAR_EQ] = ACTIONS(1618), - [anon_sym_SLASH_EQ] = ACTIONS(1618), - [anon_sym_PERCENT_EQ] = ACTIONS(1618), - [anon_sym_PLUS_EQ] = ACTIONS(1618), - [anon_sym_DASH_EQ] = ACTIONS(1618), - [anon_sym_LT_LT_EQ] = ACTIONS(1618), - [anon_sym_GT_GT_EQ] = ACTIONS(1618), - [anon_sym_AMP_EQ] = ACTIONS(1618), - [anon_sym_CARET_EQ] = ACTIONS(1618), - [anon_sym_PIPE_EQ] = ACTIONS(1618), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1618), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LF] = ACTIONS(1609), + [sym_preproc_arg] = ACTIONS(1611), + [sym_comment] = ACTIONS(52), }, [530] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(1618), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1620), - [anon_sym_QMARK] = ACTIONS(1618), - [anon_sym_STAR_EQ] = ACTIONS(1618), - [anon_sym_SLASH_EQ] = ACTIONS(1618), - [anon_sym_PERCENT_EQ] = ACTIONS(1618), - [anon_sym_PLUS_EQ] = ACTIONS(1618), - [anon_sym_DASH_EQ] = ACTIONS(1618), - [anon_sym_LT_LT_EQ] = ACTIONS(1618), - [anon_sym_GT_GT_EQ] = ACTIONS(1618), - [anon_sym_AMP_EQ] = ACTIONS(1618), - [anon_sym_CARET_EQ] = ACTIONS(1618), - [anon_sym_PIPE_EQ] = ACTIONS(1618), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1618), - [anon_sym_AMP_AMP] = ACTIONS(1618), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_RPAREN] = ACTIONS(1613), + [sym_comment] = ACTIONS(42), }, [531] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(1614), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1616), - [anon_sym_QMARK] = ACTIONS(1614), - [anon_sym_STAR_EQ] = ACTIONS(1614), - [anon_sym_SLASH_EQ] = ACTIONS(1614), - [anon_sym_PERCENT_EQ] = ACTIONS(1614), - [anon_sym_PLUS_EQ] = ACTIONS(1614), - [anon_sym_DASH_EQ] = ACTIONS(1614), - [anon_sym_LT_LT_EQ] = ACTIONS(1614), - [anon_sym_GT_GT_EQ] = ACTIONS(1614), - [anon_sym_AMP_EQ] = ACTIONS(1614), - [anon_sym_CARET_EQ] = ACTIONS(1614), - [anon_sym_PIPE_EQ] = ACTIONS(1614), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1614), - [anon_sym_PIPE] = ACTIONS(1616), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_type_qualifier] = STATE(95), + [sym__type_specifier] = STATE(96), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__expression] = STATE(328), + [sym_comma_expression] = STATE(329), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_type_descriptor] = STATE(742), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_sized_type_specifier_repeat1] = STATE(98), + [aux_sym_type_descriptor_repeat1] = STATE(99), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_const] = ACTIONS(230), + [anon_sym_restrict] = ACTIONS(230), + [anon_sym_volatile] = ACTIONS(230), + [anon_sym_unsigned] = ACTIONS(232), + [anon_sym_long] = ACTIONS(232), + [anon_sym_short] = ACTIONS(232), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(794), + [sym_comment] = ACTIONS(42), }, [532] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(1614), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1616), - [anon_sym_QMARK] = ACTIONS(1614), - [anon_sym_STAR_EQ] = ACTIONS(1614), - [anon_sym_SLASH_EQ] = ACTIONS(1614), - [anon_sym_PERCENT_EQ] = ACTIONS(1614), - [anon_sym_PLUS_EQ] = ACTIONS(1614), - [anon_sym_DASH_EQ] = ACTIONS(1614), - [anon_sym_LT_LT_EQ] = ACTIONS(1614), - [anon_sym_GT_GT_EQ] = ACTIONS(1614), - [anon_sym_AMP_EQ] = ACTIONS(1614), - [anon_sym_CARET_EQ] = ACTIONS(1614), - [anon_sym_PIPE_EQ] = ACTIONS(1614), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1614), - [anon_sym_PIPE] = ACTIONS(1616), - [anon_sym_CARET] = ACTIONS(1616), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1421), + [anon_sym_RPAREN] = ACTIONS(1421), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1423), + [anon_sym_QMARK] = ACTIONS(1421), + [anon_sym_STAR_EQ] = ACTIONS(1421), + [anon_sym_SLASH_EQ] = ACTIONS(1421), + [anon_sym_PERCENT_EQ] = ACTIONS(1421), + [anon_sym_PLUS_EQ] = ACTIONS(1421), + [anon_sym_DASH_EQ] = ACTIONS(1421), + [anon_sym_LT_LT_EQ] = ACTIONS(1421), + [anon_sym_GT_GT_EQ] = ACTIONS(1421), + [anon_sym_AMP_EQ] = ACTIONS(1421), + [anon_sym_CARET_EQ] = ACTIONS(1421), + [anon_sym_PIPE_EQ] = ACTIONS(1421), + [anon_sym_AMP] = ACTIONS(1423), + [anon_sym_PIPE_PIPE] = ACTIONS(1421), + [anon_sym_AMP_AMP] = ACTIONS(1421), + [anon_sym_PIPE] = ACTIONS(1423), + [anon_sym_CARET] = ACTIONS(1423), + [anon_sym_EQ_EQ] = ACTIONS(1421), + [anon_sym_BANG_EQ] = ACTIONS(1421), + [anon_sym_LT] = ACTIONS(1423), + [anon_sym_GT] = ACTIONS(1423), + [anon_sym_LT_EQ] = ACTIONS(1421), + [anon_sym_GT_EQ] = ACTIONS(1421), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [533] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(1622), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1624), - [anon_sym_QMARK] = ACTIONS(1622), - [anon_sym_STAR_EQ] = ACTIONS(1622), - [anon_sym_SLASH_EQ] = ACTIONS(1622), - [anon_sym_PERCENT_EQ] = ACTIONS(1622), - [anon_sym_PLUS_EQ] = ACTIONS(1622), - [anon_sym_DASH_EQ] = ACTIONS(1622), - [anon_sym_LT_LT_EQ] = ACTIONS(1622), - [anon_sym_GT_GT_EQ] = ACTIONS(1622), - [anon_sym_AMP_EQ] = ACTIONS(1622), - [anon_sym_CARET_EQ] = ACTIONS(1622), - [anon_sym_PIPE_EQ] = ACTIONS(1622), - [anon_sym_AMP] = ACTIONS(1624), - [anon_sym_PIPE_PIPE] = ACTIONS(1622), - [anon_sym_AMP_AMP] = ACTIONS(1622), - [anon_sym_PIPE] = ACTIONS(1624), - [anon_sym_CARET] = ACTIONS(1624), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(743), + [sym_comma_expression] = STATE(636), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [534] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(1626), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1628), - [anon_sym_QMARK] = ACTIONS(1626), - [anon_sym_STAR_EQ] = ACTIONS(1626), - [anon_sym_SLASH_EQ] = ACTIONS(1626), - [anon_sym_PERCENT_EQ] = ACTIONS(1626), - [anon_sym_PLUS_EQ] = ACTIONS(1626), - [anon_sym_DASH_EQ] = ACTIONS(1626), - [anon_sym_LT_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_GT_EQ] = ACTIONS(1626), - [anon_sym_AMP_EQ] = ACTIONS(1626), - [anon_sym_CARET_EQ] = ACTIONS(1626), - [anon_sym_PIPE_EQ] = ACTIONS(1626), - [anon_sym_AMP] = ACTIONS(1628), - [anon_sym_PIPE_PIPE] = ACTIONS(1626), - [anon_sym_AMP_AMP] = ACTIONS(1626), - [anon_sym_PIPE] = ACTIONS(1628), - [anon_sym_CARET] = ACTIONS(1628), - [anon_sym_EQ_EQ] = ACTIONS(1626), - [anon_sym_BANG_EQ] = ACTIONS(1626), - [anon_sym_LT] = ACTIONS(1628), - [anon_sym_GT] = ACTIONS(1628), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1615), + [anon_sym_COMMA] = ACTIONS(1615), + [anon_sym_RPAREN] = ACTIONS(1615), + [anon_sym_SEMI] = ACTIONS(1615), + [anon_sym_RBRACE] = ACTIONS(1615), + [anon_sym_STAR] = ACTIONS(1617), + [anon_sym_LBRACK] = ACTIONS(1615), + [anon_sym_RBRACK] = ACTIONS(1615), + [anon_sym_EQ] = ACTIONS(1617), + [anon_sym_COLON] = ACTIONS(1615), + [anon_sym_QMARK] = ACTIONS(1615), + [anon_sym_STAR_EQ] = ACTIONS(1615), + [anon_sym_SLASH_EQ] = ACTIONS(1615), + [anon_sym_PERCENT_EQ] = ACTIONS(1615), + [anon_sym_PLUS_EQ] = ACTIONS(1615), + [anon_sym_DASH_EQ] = ACTIONS(1615), + [anon_sym_LT_LT_EQ] = ACTIONS(1615), + [anon_sym_GT_GT_EQ] = ACTIONS(1615), + [anon_sym_AMP_EQ] = ACTIONS(1615), + [anon_sym_CARET_EQ] = ACTIONS(1615), + [anon_sym_PIPE_EQ] = ACTIONS(1615), + [anon_sym_AMP] = ACTIONS(1617), + [anon_sym_PIPE_PIPE] = ACTIONS(1615), + [anon_sym_AMP_AMP] = ACTIONS(1615), + [anon_sym_PIPE] = ACTIONS(1617), + [anon_sym_CARET] = ACTIONS(1617), + [anon_sym_EQ_EQ] = ACTIONS(1615), + [anon_sym_BANG_EQ] = ACTIONS(1615), + [anon_sym_LT] = ACTIONS(1617), + [anon_sym_GT] = ACTIONS(1617), + [anon_sym_LT_EQ] = ACTIONS(1615), + [anon_sym_GT_EQ] = ACTIONS(1615), + [anon_sym_LT_LT] = ACTIONS(1617), + [anon_sym_GT_GT] = ACTIONS(1617), + [anon_sym_PLUS] = ACTIONS(1617), + [anon_sym_DASH] = ACTIONS(1617), + [anon_sym_SLASH] = ACTIONS(1617), + [anon_sym_PERCENT] = ACTIONS(1617), + [anon_sym_DASH_DASH] = ACTIONS(1615), + [anon_sym_PLUS_PLUS] = ACTIONS(1615), + [anon_sym_DOT] = ACTIONS(1615), + [anon_sym_DASH_GT] = ACTIONS(1615), + [sym_comment] = ACTIONS(42), }, [535] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(1630), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1632), - [anon_sym_QMARK] = ACTIONS(1630), - [anon_sym_STAR_EQ] = ACTIONS(1630), - [anon_sym_SLASH_EQ] = ACTIONS(1630), - [anon_sym_PERCENT_EQ] = ACTIONS(1630), - [anon_sym_PLUS_EQ] = ACTIONS(1630), - [anon_sym_DASH_EQ] = ACTIONS(1630), - [anon_sym_LT_LT_EQ] = ACTIONS(1630), - [anon_sym_GT_GT_EQ] = ACTIONS(1630), - [anon_sym_AMP_EQ] = ACTIONS(1630), - [anon_sym_CARET_EQ] = ACTIONS(1630), - [anon_sym_PIPE_EQ] = ACTIONS(1630), - [anon_sym_AMP] = ACTIONS(1632), - [anon_sym_PIPE_PIPE] = ACTIONS(1630), - [anon_sym_AMP_AMP] = ACTIONS(1630), - [anon_sym_PIPE] = ACTIONS(1632), - [anon_sym_CARET] = ACTIONS(1632), - [anon_sym_EQ_EQ] = ACTIONS(1630), - [anon_sym_BANG_EQ] = ACTIONS(1630), - [anon_sym_LT] = ACTIONS(1632), - [anon_sym_GT] = ACTIONS(1632), - [anon_sym_LT_EQ] = ACTIONS(1630), - [anon_sym_GT_EQ] = ACTIONS(1630), - [anon_sym_LT_LT] = ACTIONS(1632), - [anon_sym_GT_GT] = ACTIONS(1632), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(637), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [536] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(1604), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1604), - [anon_sym_STAR_EQ] = ACTIONS(1604), - [anon_sym_SLASH_EQ] = ACTIONS(1604), - [anon_sym_PERCENT_EQ] = ACTIONS(1604), - [anon_sym_PLUS_EQ] = ACTIONS(1604), - [anon_sym_DASH_EQ] = ACTIONS(1604), - [anon_sym_LT_LT_EQ] = ACTIONS(1604), - [anon_sym_GT_GT_EQ] = ACTIONS(1604), - [anon_sym_AMP_EQ] = ACTIONS(1604), - [anon_sym_CARET_EQ] = ACTIONS(1604), - [anon_sym_PIPE_EQ] = ACTIONS(1604), - [anon_sym_AMP] = ACTIONS(1606), - [anon_sym_PIPE_PIPE] = ACTIONS(1604), - [anon_sym_AMP_AMP] = ACTIONS(1604), - [anon_sym_PIPE] = ACTIONS(1606), - [anon_sym_CARET] = ACTIONS(1606), - [anon_sym_EQ_EQ] = ACTIONS(1604), - [anon_sym_BANG_EQ] = ACTIONS(1604), - [anon_sym_LT] = ACTIONS(1606), - [anon_sym_GT] = ACTIONS(1606), - [anon_sym_LT_EQ] = ACTIONS(1604), - [anon_sym_GT_EQ] = ACTIONS(1604), - [anon_sym_LT_LT] = ACTIONS(1606), - [anon_sym_GT_GT] = ACTIONS(1606), - [anon_sym_PLUS] = ACTIONS(1606), - [anon_sym_DASH] = ACTIONS(1606), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(744), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [537] = { - [anon_sym_LPAREN] = ACTIONS(1666), - [anon_sym_COMMA] = ACTIONS(1666), - [anon_sym_RPAREN] = ACTIONS(1666), - [anon_sym_SEMI] = ACTIONS(1666), - [anon_sym_LBRACK] = ACTIONS(1666), - [anon_sym_COLON] = ACTIONS(1666), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(745), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [538] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(949), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(1668), - [anon_sym_EQ] = ACTIONS(951), - [anon_sym_QMARK] = ACTIONS(953), - [anon_sym_STAR_EQ] = ACTIONS(955), - [anon_sym_SLASH_EQ] = ACTIONS(955), - [anon_sym_PERCENT_EQ] = ACTIONS(955), - [anon_sym_PLUS_EQ] = ACTIONS(955), - [anon_sym_DASH_EQ] = ACTIONS(955), - [anon_sym_LT_LT_EQ] = ACTIONS(955), - [anon_sym_GT_GT_EQ] = ACTIONS(955), - [anon_sym_AMP_EQ] = ACTIONS(955), - [anon_sym_CARET_EQ] = ACTIONS(955), - [anon_sym_PIPE_EQ] = ACTIONS(955), - [anon_sym_AMP] = ACTIONS(957), - [anon_sym_PIPE_PIPE] = ACTIONS(959), - [anon_sym_AMP_AMP] = ACTIONS(961), - [anon_sym_PIPE] = ACTIONS(963), - [anon_sym_CARET] = ACTIONS(965), - [anon_sym_EQ_EQ] = ACTIONS(967), - [anon_sym_BANG_EQ] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(969), - [anon_sym_GT] = ACTIONS(969), - [anon_sym_LT_EQ] = ACTIONS(971), - [anon_sym_GT_EQ] = ACTIONS(971), - [anon_sym_LT_LT] = ACTIONS(973), - [anon_sym_GT_GT] = ACTIONS(973), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_SLASH] = ACTIONS(949), - [anon_sym_PERCENT] = ACTIONS(949), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(746), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [539] = { - [anon_sym_extern] = ACTIONS(1670), - [anon_sym_RBRACE] = ACTIONS(1672), - [anon_sym_typedef] = ACTIONS(1670), - [anon_sym_static] = ACTIONS(1670), - [anon_sym_auto] = ACTIONS(1670), - [anon_sym_register] = ACTIONS(1670), - [anon_sym_const] = ACTIONS(1670), - [anon_sym_restrict] = ACTIONS(1670), - [anon_sym_volatile] = ACTIONS(1670), - [sym_function_specifier] = ACTIONS(1670), - [anon_sym_unsigned] = ACTIONS(1670), - [anon_sym_long] = ACTIONS(1670), - [anon_sym_short] = ACTIONS(1670), - [anon_sym_enum] = ACTIONS(1670), - [anon_sym_struct] = ACTIONS(1670), - [anon_sym_union] = ACTIONS(1670), - [sym_identifier] = ACTIONS(1674), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(747), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [540] = { - [sym_parameter_list] = STATE(224), - [anon_sym_LPAREN] = ACTIONS(341), - [anon_sym_COMMA] = ACTIONS(1676), - [anon_sym_SEMI] = ACTIONS(1676), - [anon_sym_LBRACK] = ACTIONS(723), - [anon_sym_COLON] = ACTIONS(1676), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(748), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [541] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(1678), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(749), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [542] = { - [anon_sym_LPAREN] = ACTIONS(1680), - [anon_sym_COMMA] = ACTIONS(1680), - [anon_sym_RPAREN] = ACTIONS(1680), - [anon_sym_LBRACK] = ACTIONS(1680), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(750), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [543] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(949), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(1682), - [anon_sym_EQ] = ACTIONS(951), - [anon_sym_QMARK] = ACTIONS(953), - [anon_sym_STAR_EQ] = ACTIONS(955), - [anon_sym_SLASH_EQ] = ACTIONS(955), - [anon_sym_PERCENT_EQ] = ACTIONS(955), - [anon_sym_PLUS_EQ] = ACTIONS(955), - [anon_sym_DASH_EQ] = ACTIONS(955), - [anon_sym_LT_LT_EQ] = ACTIONS(955), - [anon_sym_GT_GT_EQ] = ACTIONS(955), - [anon_sym_AMP_EQ] = ACTIONS(955), - [anon_sym_CARET_EQ] = ACTIONS(955), - [anon_sym_PIPE_EQ] = ACTIONS(955), - [anon_sym_AMP] = ACTIONS(957), - [anon_sym_PIPE_PIPE] = ACTIONS(959), - [anon_sym_AMP_AMP] = ACTIONS(961), - [anon_sym_PIPE] = ACTIONS(963), - [anon_sym_CARET] = ACTIONS(965), - [anon_sym_EQ_EQ] = ACTIONS(967), - [anon_sym_BANG_EQ] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(969), - [anon_sym_GT] = ACTIONS(969), - [anon_sym_LT_EQ] = ACTIONS(971), - [anon_sym_GT_EQ] = ACTIONS(971), - [anon_sym_LT_LT] = ACTIONS(973), - [anon_sym_GT_GT] = ACTIONS(973), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_SLASH] = ACTIONS(949), - [anon_sym_PERCENT] = ACTIONS(949), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(751), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [544] = { - [anon_sym_COMMA] = ACTIONS(1684), - [anon_sym_RPAREN] = ACTIONS(1684), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(752), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [545] = { - [sym__expression] = STATE(559), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(560), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(753), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [546] = { - [anon_sym_RPAREN] = ACTIONS(1686), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(754), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [547] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1157), - [anon_sym_RPAREN] = ACTIONS(1602), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(755), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_initializer_list] = STATE(756), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_LBRACE] = ACTIONS(556), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [548] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1610), - [anon_sym_RPAREN] = ACTIONS(1610), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1610), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_string_literal] = ACTIONS(1619), + [sym_system_lib_string] = ACTIONS(1621), + [sym_comment] = ACTIONS(42), }, [549] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_COLON] = ACTIONS(1688), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_STAR_EQ] = ACTIONS(1241), - [anon_sym_SLASH_EQ] = ACTIONS(1241), - [anon_sym_PERCENT_EQ] = ACTIONS(1241), - [anon_sym_PLUS_EQ] = ACTIONS(1241), - [anon_sym_DASH_EQ] = ACTIONS(1241), - [anon_sym_LT_LT_EQ] = ACTIONS(1241), - [anon_sym_GT_GT_EQ] = ACTIONS(1241), - [anon_sym_AMP_EQ] = ACTIONS(1241), - [anon_sym_CARET_EQ] = ACTIONS(1241), - [anon_sym_PIPE_EQ] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1245), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE] = ACTIONS(1249), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_EQ_EQ] = ACTIONS(1253), - [anon_sym_BANG_EQ] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_identifier] = ACTIONS(1623), + [sym_comment] = ACTIONS(42), }, [550] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1614), - [anon_sym_RPAREN] = ACTIONS(1614), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1616), - [anon_sym_QMARK] = ACTIONS(1614), - [anon_sym_STAR_EQ] = ACTIONS(1614), - [anon_sym_SLASH_EQ] = ACTIONS(1614), - [anon_sym_PERCENT_EQ] = ACTIONS(1614), - [anon_sym_PLUS_EQ] = ACTIONS(1614), - [anon_sym_DASH_EQ] = ACTIONS(1614), - [anon_sym_LT_LT_EQ] = ACTIONS(1614), - [anon_sym_GT_GT_EQ] = ACTIONS(1614), - [anon_sym_AMP_EQ] = ACTIONS(1614), - [anon_sym_CARET_EQ] = ACTIONS(1614), - [anon_sym_PIPE_EQ] = ACTIONS(1614), - [anon_sym_AMP] = ACTIONS(1616), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1614), - [anon_sym_PIPE] = ACTIONS(1616), - [anon_sym_CARET] = ACTIONS(1616), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_preproc_arg] = ACTIONS(1625), + [sym_comment] = ACTIONS(52), }, [551] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1618), - [anon_sym_RPAREN] = ACTIONS(1618), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1620), - [anon_sym_QMARK] = ACTIONS(1618), - [anon_sym_STAR_EQ] = ACTIONS(1618), - [anon_sym_SLASH_EQ] = ACTIONS(1618), - [anon_sym_PERCENT_EQ] = ACTIONS(1618), - [anon_sym_PLUS_EQ] = ACTIONS(1618), - [anon_sym_DASH_EQ] = ACTIONS(1618), - [anon_sym_LT_LT_EQ] = ACTIONS(1618), - [anon_sym_GT_GT_EQ] = ACTIONS(1618), - [anon_sym_AMP_EQ] = ACTIONS(1618), - [anon_sym_CARET_EQ] = ACTIONS(1618), - [anon_sym_PIPE_EQ] = ACTIONS(1618), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1618), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1627), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1627), + [anon_sym_LPAREN] = ACTIONS(1629), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1627), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1627), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1627), + [sym_preproc_directive] = ACTIONS(1631), + [anon_sym_SEMI] = ACTIONS(1629), + [anon_sym_extern] = ACTIONS(1627), + [anon_sym_LBRACE] = ACTIONS(1629), + [anon_sym_RBRACE] = ACTIONS(1629), + [anon_sym_STAR] = ACTIONS(1629), + [anon_sym_typedef] = ACTIONS(1627), + [anon_sym_static] = ACTIONS(1627), + [anon_sym_auto] = ACTIONS(1627), + [anon_sym_register] = ACTIONS(1627), + [anon_sym_const] = ACTIONS(1627), + [anon_sym_restrict] = ACTIONS(1627), + [anon_sym_volatile] = ACTIONS(1627), + [sym_function_specifier] = ACTIONS(1627), + [anon_sym_unsigned] = ACTIONS(1627), + [anon_sym_long] = ACTIONS(1627), + [anon_sym_short] = ACTIONS(1627), + [anon_sym_enum] = ACTIONS(1627), + [anon_sym_struct] = ACTIONS(1627), + [anon_sym_union] = ACTIONS(1627), + [anon_sym_if] = ACTIONS(1627), + [anon_sym_switch] = ACTIONS(1627), + [anon_sym_case] = ACTIONS(1627), + [anon_sym_default] = ACTIONS(1627), + [anon_sym_while] = ACTIONS(1627), + [anon_sym_do] = ACTIONS(1627), + [anon_sym_for] = ACTIONS(1627), + [anon_sym_return] = ACTIONS(1627), + [anon_sym_break] = ACTIONS(1627), + [anon_sym_continue] = ACTIONS(1627), + [anon_sym_goto] = ACTIONS(1627), + [anon_sym_AMP] = ACTIONS(1629), + [anon_sym_BANG] = ACTIONS(1629), + [anon_sym_TILDE] = ACTIONS(1629), + [anon_sym_PLUS] = ACTIONS(1627), + [anon_sym_DASH] = ACTIONS(1627), + [anon_sym_DASH_DASH] = ACTIONS(1629), + [anon_sym_PLUS_PLUS] = ACTIONS(1629), + [anon_sym_sizeof] = ACTIONS(1627), + [sym_number_literal] = ACTIONS(1627), + [sym_char_literal] = ACTIONS(1627), + [sym_string_literal] = ACTIONS(1629), + [sym_identifier] = ACTIONS(1631), + [sym_comment] = ACTIONS(42), }, [552] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1618), - [anon_sym_RPAREN] = ACTIONS(1618), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1620), - [anon_sym_QMARK] = ACTIONS(1618), - [anon_sym_STAR_EQ] = ACTIONS(1618), - [anon_sym_SLASH_EQ] = ACTIONS(1618), - [anon_sym_PERCENT_EQ] = ACTIONS(1618), - [anon_sym_PLUS_EQ] = ACTIONS(1618), - [anon_sym_DASH_EQ] = ACTIONS(1618), - [anon_sym_LT_LT_EQ] = ACTIONS(1618), - [anon_sym_GT_GT_EQ] = ACTIONS(1618), - [anon_sym_AMP_EQ] = ACTIONS(1618), - [anon_sym_CARET_EQ] = ACTIONS(1618), - [anon_sym_PIPE_EQ] = ACTIONS(1618), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1618), - [anon_sym_AMP_AMP] = ACTIONS(1618), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_identifier] = ACTIONS(1633), + [sym_comment] = ACTIONS(42), }, [553] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1614), - [anon_sym_RPAREN] = ACTIONS(1614), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1616), - [anon_sym_QMARK] = ACTIONS(1614), - [anon_sym_STAR_EQ] = ACTIONS(1614), - [anon_sym_SLASH_EQ] = ACTIONS(1614), - [anon_sym_PERCENT_EQ] = ACTIONS(1614), - [anon_sym_PLUS_EQ] = ACTIONS(1614), - [anon_sym_DASH_EQ] = ACTIONS(1614), - [anon_sym_LT_LT_EQ] = ACTIONS(1614), - [anon_sym_GT_GT_EQ] = ACTIONS(1614), - [anon_sym_AMP_EQ] = ACTIONS(1614), - [anon_sym_CARET_EQ] = ACTIONS(1614), - [anon_sym_PIPE_EQ] = ACTIONS(1614), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1614), - [anon_sym_PIPE] = ACTIONS(1616), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_identifier] = ACTIONS(1635), + [sym_comment] = ACTIONS(42), }, [554] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1614), - [anon_sym_RPAREN] = ACTIONS(1614), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1616), - [anon_sym_QMARK] = ACTIONS(1614), - [anon_sym_STAR_EQ] = ACTIONS(1614), - [anon_sym_SLASH_EQ] = ACTIONS(1614), - [anon_sym_PERCENT_EQ] = ACTIONS(1614), - [anon_sym_PLUS_EQ] = ACTIONS(1614), - [anon_sym_DASH_EQ] = ACTIONS(1614), - [anon_sym_LT_LT_EQ] = ACTIONS(1614), - [anon_sym_GT_GT_EQ] = ACTIONS(1614), - [anon_sym_AMP_EQ] = ACTIONS(1614), - [anon_sym_CARET_EQ] = ACTIONS(1614), - [anon_sym_PIPE_EQ] = ACTIONS(1614), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1614), - [anon_sym_PIPE] = ACTIONS(1616), - [anon_sym_CARET] = ACTIONS(1616), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(782), + [sym_preproc_def] = STATE(782), + [sym_preproc_function_def] = STATE(782), + [sym_preproc_call] = STATE(782), + [sym_preproc_if_in_compound_statement] = STATE(783), + [sym_preproc_ifdef_in_compound_statement] = STATE(784), + [sym_declaration] = STATE(782), + [sym__declaration_specifiers] = STATE(785), + [sym_compound_statement] = STATE(782), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(782), + [sym_expression_statement] = STATE(782), + [sym_if_statement] = STATE(782), + [sym_switch_statement] = STATE(782), + [sym_case_statement] = STATE(782), + [sym_while_statement] = STATE(782), + [sym_do_statement] = STATE(782), + [sym_for_statement] = STATE(782), + [sym_return_statement] = STATE(782), + [sym_break_statement] = STATE(782), + [sym_continue_statement] = STATE(782), + [sym_goto_statement] = STATE(782), + [sym__expression] = STATE(786), + [sym_comma_expression] = STATE(787), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(782), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(788), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1637), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1639), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1641), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1643), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1645), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1647), + [sym_preproc_directive] = ACTIONS(1649), + [anon_sym_SEMI] = ACTIONS(1651), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(1653), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(1655), + [anon_sym_switch] = ACTIONS(1657), + [anon_sym_case] = ACTIONS(1659), + [anon_sym_default] = ACTIONS(1661), + [anon_sym_while] = ACTIONS(1663), + [anon_sym_do] = ACTIONS(1665), + [anon_sym_for] = ACTIONS(1667), + [anon_sym_return] = ACTIONS(1669), + [anon_sym_break] = ACTIONS(1671), + [anon_sym_continue] = ACTIONS(1673), + [anon_sym_goto] = ACTIONS(1675), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1677), + [sym_comment] = ACTIONS(42), }, [555] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1622), - [anon_sym_RPAREN] = ACTIONS(1622), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1624), - [anon_sym_QMARK] = ACTIONS(1622), - [anon_sym_STAR_EQ] = ACTIONS(1622), - [anon_sym_SLASH_EQ] = ACTIONS(1622), - [anon_sym_PERCENT_EQ] = ACTIONS(1622), - [anon_sym_PLUS_EQ] = ACTIONS(1622), - [anon_sym_DASH_EQ] = ACTIONS(1622), - [anon_sym_LT_LT_EQ] = ACTIONS(1622), - [anon_sym_GT_GT_EQ] = ACTIONS(1622), - [anon_sym_AMP_EQ] = ACTIONS(1622), - [anon_sym_CARET_EQ] = ACTIONS(1622), - [anon_sym_PIPE_EQ] = ACTIONS(1622), - [anon_sym_AMP] = ACTIONS(1624), - [anon_sym_PIPE_PIPE] = ACTIONS(1622), - [anon_sym_AMP_AMP] = ACTIONS(1622), - [anon_sym_PIPE] = ACTIONS(1624), - [anon_sym_CARET] = ACTIONS(1624), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_preproc_arg] = ACTIONS(1679), + [sym_comment] = ACTIONS(52), }, [556] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1626), - [anon_sym_RPAREN] = ACTIONS(1626), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1628), - [anon_sym_QMARK] = ACTIONS(1626), - [anon_sym_STAR_EQ] = ACTIONS(1626), - [anon_sym_SLASH_EQ] = ACTIONS(1626), - [anon_sym_PERCENT_EQ] = ACTIONS(1626), - [anon_sym_PLUS_EQ] = ACTIONS(1626), - [anon_sym_DASH_EQ] = ACTIONS(1626), - [anon_sym_LT_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_GT_EQ] = ACTIONS(1626), - [anon_sym_AMP_EQ] = ACTIONS(1626), - [anon_sym_CARET_EQ] = ACTIONS(1626), - [anon_sym_PIPE_EQ] = ACTIONS(1626), - [anon_sym_AMP] = ACTIONS(1628), - [anon_sym_PIPE_PIPE] = ACTIONS(1626), - [anon_sym_AMP_AMP] = ACTIONS(1626), - [anon_sym_PIPE] = ACTIONS(1628), - [anon_sym_CARET] = ACTIONS(1628), - [anon_sym_EQ_EQ] = ACTIONS(1626), - [anon_sym_BANG_EQ] = ACTIONS(1626), - [anon_sym_LT] = ACTIONS(1628), - [anon_sym_GT] = ACTIONS(1628), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(804), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(804), + [anon_sym_LPAREN] = ACTIONS(806), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(804), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(804), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(804), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(804), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(804), + [sym_preproc_directive] = ACTIONS(808), + [anon_sym_SEMI] = ACTIONS(806), + [anon_sym_extern] = ACTIONS(804), + [anon_sym_LBRACE] = ACTIONS(806), + [anon_sym_STAR] = ACTIONS(806), + [anon_sym_typedef] = ACTIONS(804), + [anon_sym_static] = ACTIONS(804), + [anon_sym_auto] = ACTIONS(804), + [anon_sym_register] = ACTIONS(804), + [anon_sym_const] = ACTIONS(804), + [anon_sym_restrict] = ACTIONS(804), + [anon_sym_volatile] = ACTIONS(804), + [sym_function_specifier] = ACTIONS(804), + [anon_sym_unsigned] = ACTIONS(804), + [anon_sym_long] = ACTIONS(804), + [anon_sym_short] = ACTIONS(804), + [anon_sym_enum] = ACTIONS(804), + [anon_sym_struct] = ACTIONS(804), + [anon_sym_union] = ACTIONS(804), + [anon_sym_if] = ACTIONS(804), + [anon_sym_switch] = ACTIONS(804), + [anon_sym_case] = ACTIONS(804), + [anon_sym_default] = ACTIONS(804), + [anon_sym_while] = ACTIONS(804), + [anon_sym_do] = ACTIONS(804), + [anon_sym_for] = ACTIONS(804), + [anon_sym_return] = ACTIONS(804), + [anon_sym_break] = ACTIONS(804), + [anon_sym_continue] = ACTIONS(804), + [anon_sym_goto] = ACTIONS(804), + [anon_sym_AMP] = ACTIONS(806), + [anon_sym_BANG] = ACTIONS(806), + [anon_sym_TILDE] = ACTIONS(806), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_DASH_DASH] = ACTIONS(806), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_sizeof] = ACTIONS(804), + [sym_number_literal] = ACTIONS(804), + [sym_char_literal] = ACTIONS(804), + [sym_string_literal] = ACTIONS(806), + [sym_identifier] = ACTIONS(808), + [sym_comment] = ACTIONS(42), }, [557] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1630), - [anon_sym_RPAREN] = ACTIONS(1630), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1632), - [anon_sym_QMARK] = ACTIONS(1630), - [anon_sym_STAR_EQ] = ACTIONS(1630), - [anon_sym_SLASH_EQ] = ACTIONS(1630), - [anon_sym_PERCENT_EQ] = ACTIONS(1630), - [anon_sym_PLUS_EQ] = ACTIONS(1630), - [anon_sym_DASH_EQ] = ACTIONS(1630), - [anon_sym_LT_LT_EQ] = ACTIONS(1630), - [anon_sym_GT_GT_EQ] = ACTIONS(1630), - [anon_sym_AMP_EQ] = ACTIONS(1630), - [anon_sym_CARET_EQ] = ACTIONS(1630), - [anon_sym_PIPE_EQ] = ACTIONS(1630), - [anon_sym_AMP] = ACTIONS(1632), - [anon_sym_PIPE_PIPE] = ACTIONS(1630), - [anon_sym_AMP_AMP] = ACTIONS(1630), - [anon_sym_PIPE] = ACTIONS(1632), - [anon_sym_CARET] = ACTIONS(1632), - [anon_sym_EQ_EQ] = ACTIONS(1630), - [anon_sym_BANG_EQ] = ACTIONS(1630), - [anon_sym_LT] = ACTIONS(1632), - [anon_sym_GT] = ACTIONS(1632), - [anon_sym_LT_EQ] = ACTIONS(1630), - [anon_sym_GT_EQ] = ACTIONS(1630), - [anon_sym_LT_LT] = ACTIONS(1632), - [anon_sym_GT_GT] = ACTIONS(1632), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(209), + [sym_preproc_def] = STATE(209), + [sym_preproc_function_def] = STATE(209), + [sym_preproc_call] = STATE(209), + [sym_preproc_if_in_compound_statement] = STATE(210), + [sym_preproc_ifdef_in_compound_statement] = STATE(211), + [sym_declaration] = STATE(209), + [sym__declaration_specifiers] = STATE(212), + [sym_compound_statement] = STATE(209), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(209), + [sym_expression_statement] = STATE(209), + [sym_if_statement] = STATE(209), + [sym_switch_statement] = STATE(209), + [sym_case_statement] = STATE(209), + [sym_while_statement] = STATE(209), + [sym_do_statement] = STATE(209), + [sym_for_statement] = STATE(209), + [sym_return_statement] = STATE(209), + [sym_break_statement] = STATE(209), + [sym_continue_statement] = STATE(209), + [sym_goto_statement] = STATE(209), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(209), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(791), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(470), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(472), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(476), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(478), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(480), + [sym_preproc_directive] = ACTIONS(482), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_RBRACE] = ACTIONS(1681), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(528), + [sym_comment] = ACTIONS(42), }, [558] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1604), - [anon_sym_RPAREN] = ACTIONS(1604), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1604), - [anon_sym_STAR_EQ] = ACTIONS(1604), - [anon_sym_SLASH_EQ] = ACTIONS(1604), - [anon_sym_PERCENT_EQ] = ACTIONS(1604), - [anon_sym_PLUS_EQ] = ACTIONS(1604), - [anon_sym_DASH_EQ] = ACTIONS(1604), - [anon_sym_LT_LT_EQ] = ACTIONS(1604), - [anon_sym_GT_GT_EQ] = ACTIONS(1604), - [anon_sym_AMP_EQ] = ACTIONS(1604), - [anon_sym_CARET_EQ] = ACTIONS(1604), - [anon_sym_PIPE_EQ] = ACTIONS(1604), - [anon_sym_AMP] = ACTIONS(1606), - [anon_sym_PIPE_PIPE] = ACTIONS(1604), - [anon_sym_AMP_AMP] = ACTIONS(1604), - [anon_sym_PIPE] = ACTIONS(1606), - [anon_sym_CARET] = ACTIONS(1606), - [anon_sym_EQ_EQ] = ACTIONS(1604), - [anon_sym_BANG_EQ] = ACTIONS(1604), - [anon_sym_LT] = ACTIONS(1606), - [anon_sym_GT] = ACTIONS(1606), - [anon_sym_LT_EQ] = ACTIONS(1604), - [anon_sym_GT_EQ] = ACTIONS(1604), - [anon_sym_LT_LT] = ACTIONS(1606), - [anon_sym_GT_GT] = ACTIONS(1606), - [anon_sym_PLUS] = ACTIONS(1606), - [anon_sym_DASH] = ACTIONS(1606), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1683), + [sym_comment] = ACTIONS(42), }, [559] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1690), - [anon_sym_RPAREN] = ACTIONS(1690), - [anon_sym_SEMI] = ACTIONS(1690), - [anon_sym_RBRACE] = ACTIONS(1690), - [anon_sym_STAR] = ACTIONS(1692), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(1690), - [anon_sym_EQ] = ACTIONS(1692), - [anon_sym_COLON] = ACTIONS(1690), - [anon_sym_QMARK] = ACTIONS(1690), - [anon_sym_STAR_EQ] = ACTIONS(1690), - [anon_sym_SLASH_EQ] = ACTIONS(1690), - [anon_sym_PERCENT_EQ] = ACTIONS(1690), - [anon_sym_PLUS_EQ] = ACTIONS(1690), - [anon_sym_DASH_EQ] = ACTIONS(1690), - [anon_sym_LT_LT_EQ] = ACTIONS(1690), - [anon_sym_GT_GT_EQ] = ACTIONS(1690), - [anon_sym_AMP_EQ] = ACTIONS(1690), - [anon_sym_CARET_EQ] = ACTIONS(1690), - [anon_sym_PIPE_EQ] = ACTIONS(1690), - [anon_sym_AMP] = ACTIONS(1692), - [anon_sym_PIPE_PIPE] = ACTIONS(1690), - [anon_sym_AMP_AMP] = ACTIONS(1690), - [anon_sym_PIPE] = ACTIONS(1692), - [anon_sym_CARET] = ACTIONS(1692), - [anon_sym_EQ_EQ] = ACTIONS(1690), - [anon_sym_BANG_EQ] = ACTIONS(1690), - [anon_sym_LT] = ACTIONS(1692), - [anon_sym_GT] = ACTIONS(1692), - [anon_sym_LT_EQ] = ACTIONS(1690), - [anon_sym_GT_EQ] = ACTIONS(1690), - [anon_sym_LT_LT] = ACTIONS(1692), - [anon_sym_GT_GT] = ACTIONS(1692), - [anon_sym_PLUS] = ACTIONS(1692), - [anon_sym_DASH] = ACTIONS(1692), - [anon_sym_SLASH] = ACTIONS(1692), - [anon_sym_PERCENT] = ACTIONS(1692), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1685), + [sym_comment] = ACTIONS(42), }, [560] = { - [anon_sym_LPAREN] = ACTIONS(1694), - [anon_sym_COMMA] = ACTIONS(1694), - [anon_sym_RPAREN] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1694), - [anon_sym_RBRACE] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1696), - [anon_sym_LBRACK] = ACTIONS(1694), - [anon_sym_RBRACK] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(1696), - [anon_sym_COLON] = ACTIONS(1694), - [anon_sym_QMARK] = ACTIONS(1694), - [anon_sym_STAR_EQ] = ACTIONS(1694), - [anon_sym_SLASH_EQ] = ACTIONS(1694), - [anon_sym_PERCENT_EQ] = ACTIONS(1694), - [anon_sym_PLUS_EQ] = ACTIONS(1694), - [anon_sym_DASH_EQ] = ACTIONS(1694), - [anon_sym_LT_LT_EQ] = ACTIONS(1694), - [anon_sym_GT_GT_EQ] = ACTIONS(1694), - [anon_sym_AMP_EQ] = ACTIONS(1694), - [anon_sym_CARET_EQ] = ACTIONS(1694), - [anon_sym_PIPE_EQ] = ACTIONS(1694), - [anon_sym_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1694), - [anon_sym_AMP_AMP] = ACTIONS(1694), - [anon_sym_PIPE] = ACTIONS(1696), - [anon_sym_CARET] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_LT] = ACTIONS(1696), - [anon_sym_GT] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1694), - [anon_sym_GT_EQ] = ACTIONS(1694), - [anon_sym_LT_LT] = ACTIONS(1696), - [anon_sym_GT_GT] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1696), - [anon_sym_DASH] = ACTIONS(1696), - [anon_sym_SLASH] = ACTIONS(1696), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1694), - [anon_sym_PLUS_PLUS] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_DASH_GT] = ACTIONS(1694), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(794), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [561] = { - [anon_sym_LPAREN] = ACTIONS(1698), - [sym_comment] = ACTIONS(123), + [anon_sym_COLON] = ACTIONS(1687), + [sym_comment] = ACTIONS(42), }, [562] = { - [anon_sym_LPAREN] = ACTIONS(1700), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1689), + [sym_comment] = ACTIONS(42), }, [563] = { - [sym__expression] = STATE(652), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(797), + [sym_labeled_statement] = STATE(797), + [sym_expression_statement] = STATE(797), + [sym_if_statement] = STATE(797), + [sym_switch_statement] = STATE(797), + [sym_case_statement] = STATE(797), + [sym_while_statement] = STATE(797), + [sym_do_statement] = STATE(797), + [sym_for_statement] = STATE(797), + [sym_return_statement] = STATE(797), + [sym_break_statement] = STATE(797), + [sym_continue_statement] = STATE(797), + [sym_goto_statement] = STATE(797), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(840), + [anon_sym_switch] = ACTIONS(842), + [anon_sym_case] = ACTIONS(844), + [anon_sym_default] = ACTIONS(846), + [anon_sym_while] = ACTIONS(848), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(850), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(852), + [sym_comment] = ACTIONS(42), }, [564] = { - [anon_sym_COLON] = ACTIONS(1702), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1691), + [sym_comment] = ACTIONS(42), }, [565] = { - [anon_sym_LPAREN] = ACTIONS(1704), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(800), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(1693), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [566] = { - [anon_sym_LPAREN] = ACTIONS(1706), - [sym_comment] = ACTIONS(123), + [anon_sym_SEMI] = ACTIONS(1695), + [sym_comment] = ACTIONS(42), }, [567] = { - [anon_sym_LPAREN] = ACTIONS(871), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(875), - [anon_sym_extern] = ACTIONS(214), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_typedef] = ACTIONS(214), - [anon_sym_static] = ACTIONS(214), - [anon_sym_auto] = ACTIONS(214), - [anon_sym_register] = ACTIONS(214), - [anon_sym_const] = ACTIONS(214), - [anon_sym_restrict] = ACTIONS(214), - [anon_sym_volatile] = ACTIONS(214), - [sym_function_specifier] = ACTIONS(214), - [anon_sym_COLON] = ACTIONS(1708), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_identifier] = ACTIONS(216), - [sym_comment] = ACTIONS(123), + [anon_sym_SEMI] = ACTIONS(1697), + [sym_comment] = ACTIONS(42), }, [568] = { - [sym_preproc_include] = STATE(309), - [sym_preproc_def] = STATE(309), - [sym_preproc_function_def] = STATE(309), - [sym_preproc_call] = STATE(309), - [sym_preproc_if_in_compound_statement] = STATE(310), - [sym_preproc_ifdef_in_compound_statement] = STATE(311), - [sym_declaration] = STATE(309), - [sym__declaration_specifiers] = STATE(172), - [sym_compound_statement] = STATE(309), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(309), - [sym_expression_statement] = STATE(309), - [sym_if_statement] = STATE(309), - [sym_switch_statement] = STATE(309), - [sym_case_statement] = STATE(309), - [sym_while_statement] = STATE(309), - [sym_do_statement] = STATE(309), - [sym_for_statement] = STATE(309), - [sym_return_statement] = STATE(309), - [sym_break_statement] = STATE(309), - [sym_continue_statement] = STATE(309), - [sym_goto_statement] = STATE(309), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym__empty_declaration] = STATE(309), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [anon_sym_LPAREN] = ACTIONS(529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(531), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1710), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(533), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(535), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(1464), - [anon_sym_switch] = ACTIONS(1466), - [anon_sym_case] = ACTIONS(1468), - [anon_sym_default] = ACTIONS(1470), - [anon_sym_while] = ACTIONS(1472), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1474), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1476), - [sym_comment] = ACTIONS(123), + [sym_identifier] = ACTIONS(1699), + [sym_comment] = ACTIONS(42), }, [569] = { - [sym__expression] = STATE(657), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(872), + [anon_sym_COMMA] = ACTIONS(866), + [anon_sym_SEMI] = ACTIONS(876), + [anon_sym_extern] = ACTIONS(95), + [anon_sym_STAR] = ACTIONS(879), + [anon_sym_LBRACK] = ACTIONS(866), + [anon_sym_EQ] = ACTIONS(868), + [anon_sym_typedef] = ACTIONS(95), + [anon_sym_static] = ACTIONS(95), + [anon_sym_auto] = ACTIONS(95), + [anon_sym_register] = ACTIONS(95), + [anon_sym_const] = ACTIONS(95), + [anon_sym_restrict] = ACTIONS(95), + [anon_sym_volatile] = ACTIONS(95), + [sym_function_specifier] = ACTIONS(95), + [anon_sym_COLON] = ACTIONS(1701), + [anon_sym_QMARK] = ACTIONS(866), + [anon_sym_STAR_EQ] = ACTIONS(866), + [anon_sym_SLASH_EQ] = ACTIONS(866), + [anon_sym_PERCENT_EQ] = ACTIONS(866), + [anon_sym_PLUS_EQ] = ACTIONS(866), + [anon_sym_DASH_EQ] = ACTIONS(866), + [anon_sym_LT_LT_EQ] = ACTIONS(866), + [anon_sym_GT_GT_EQ] = ACTIONS(866), + [anon_sym_AMP_EQ] = ACTIONS(866), + [anon_sym_CARET_EQ] = ACTIONS(866), + [anon_sym_PIPE_EQ] = ACTIONS(866), + [anon_sym_AMP] = ACTIONS(868), + [anon_sym_PIPE_PIPE] = ACTIONS(866), + [anon_sym_AMP_AMP] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_LT] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_LT_LT] = ACTIONS(868), + [anon_sym_GT_GT] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_PERCENT] = ACTIONS(868), + [anon_sym_DASH_DASH] = ACTIONS(866), + [anon_sym_PLUS_PLUS] = ACTIONS(866), + [anon_sym_DOT] = ACTIONS(866), + [anon_sym_DASH_GT] = ACTIONS(866), + [sym_identifier] = ACTIONS(97), + [sym_comment] = ACTIONS(42), }, [570] = { - [sym__expression] = STATE(658), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(884), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(884), + [anon_sym_LPAREN] = ACTIONS(886), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(884), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(884), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(884), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(884), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(884), + [sym_preproc_directive] = ACTIONS(888), + [anon_sym_SEMI] = ACTIONS(886), + [anon_sym_extern] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(886), + [anon_sym_STAR] = ACTIONS(886), + [anon_sym_typedef] = ACTIONS(884), + [anon_sym_static] = ACTIONS(884), + [anon_sym_auto] = ACTIONS(884), + [anon_sym_register] = ACTIONS(884), + [anon_sym_const] = ACTIONS(884), + [anon_sym_restrict] = ACTIONS(884), + [anon_sym_volatile] = ACTIONS(884), + [sym_function_specifier] = ACTIONS(884), + [anon_sym_unsigned] = ACTIONS(884), + [anon_sym_long] = ACTIONS(884), + [anon_sym_short] = ACTIONS(884), + [anon_sym_enum] = ACTIONS(884), + [anon_sym_struct] = ACTIONS(884), + [anon_sym_union] = ACTIONS(884), + [anon_sym_if] = ACTIONS(884), + [anon_sym_switch] = ACTIONS(884), + [anon_sym_case] = ACTIONS(884), + [anon_sym_default] = ACTIONS(884), + [anon_sym_while] = ACTIONS(884), + [anon_sym_do] = ACTIONS(884), + [anon_sym_for] = ACTIONS(884), + [anon_sym_return] = ACTIONS(884), + [anon_sym_break] = ACTIONS(884), + [anon_sym_continue] = ACTIONS(884), + [anon_sym_goto] = ACTIONS(884), + [anon_sym_AMP] = ACTIONS(886), + [anon_sym_BANG] = ACTIONS(886), + [anon_sym_TILDE] = ACTIONS(886), + [anon_sym_PLUS] = ACTIONS(884), + [anon_sym_DASH] = ACTIONS(884), + [anon_sym_DASH_DASH] = ACTIONS(886), + [anon_sym_PLUS_PLUS] = ACTIONS(886), + [anon_sym_sizeof] = ACTIONS(884), + [sym_number_literal] = ACTIONS(884), + [sym_char_literal] = ACTIONS(884), + [sym_string_literal] = ACTIONS(886), + [sym_identifier] = ACTIONS(888), + [sym_comment] = ACTIONS(42), }, [571] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_COLON] = ACTIONS(1712), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_STAR_EQ] = ACTIONS(1241), - [anon_sym_SLASH_EQ] = ACTIONS(1241), - [anon_sym_PERCENT_EQ] = ACTIONS(1241), - [anon_sym_PLUS_EQ] = ACTIONS(1241), - [anon_sym_DASH_EQ] = ACTIONS(1241), - [anon_sym_LT_LT_EQ] = ACTIONS(1241), - [anon_sym_GT_GT_EQ] = ACTIONS(1241), - [anon_sym_AMP_EQ] = ACTIONS(1241), - [anon_sym_CARET_EQ] = ACTIONS(1241), - [anon_sym_PIPE_EQ] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1245), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE] = ACTIONS(1249), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_EQ_EQ] = ACTIONS(1253), - [anon_sym_BANG_EQ] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(890), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(892), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(890), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(890), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(890), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(890), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(890), + [sym_preproc_directive] = ACTIONS(894), + [anon_sym_SEMI] = ACTIONS(892), + [anon_sym_extern] = ACTIONS(890), + [anon_sym_LBRACE] = ACTIONS(892), + [anon_sym_STAR] = ACTIONS(892), + [anon_sym_typedef] = ACTIONS(890), + [anon_sym_static] = ACTIONS(890), + [anon_sym_auto] = ACTIONS(890), + [anon_sym_register] = ACTIONS(890), + [anon_sym_const] = ACTIONS(890), + [anon_sym_restrict] = ACTIONS(890), + [anon_sym_volatile] = ACTIONS(890), + [sym_function_specifier] = ACTIONS(890), + [anon_sym_unsigned] = ACTIONS(890), + [anon_sym_long] = ACTIONS(890), + [anon_sym_short] = ACTIONS(890), + [anon_sym_enum] = ACTIONS(890), + [anon_sym_struct] = ACTIONS(890), + [anon_sym_union] = ACTIONS(890), + [anon_sym_if] = 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_AMP] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_TILDE] = ACTIONS(892), + [anon_sym_PLUS] = ACTIONS(890), + [anon_sym_DASH] = ACTIONS(890), + [anon_sym_DASH_DASH] = ACTIONS(892), + [anon_sym_PLUS_PLUS] = ACTIONS(892), + [anon_sym_sizeof] = ACTIONS(890), + [sym_number_literal] = ACTIONS(890), + [sym_char_literal] = ACTIONS(890), + [sym_string_literal] = ACTIONS(892), + [sym_identifier] = ACTIONS(894), + [sym_comment] = ACTIONS(42), }, [572] = { - [sym_declaration] = STATE(452), - [sym__declaration_specifiers] = STATE(453), - [sym_compound_statement] = STATE(452), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(896), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(896), + [anon_sym_LPAREN] = ACTIONS(898), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(896), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(896), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(896), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(896), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(896), + [sym_preproc_directive] = ACTIONS(900), + [anon_sym_SEMI] = ACTIONS(898), + [anon_sym_extern] = ACTIONS(896), + [anon_sym_LBRACE] = ACTIONS(898), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_typedef] = ACTIONS(896), + [anon_sym_static] = ACTIONS(896), + [anon_sym_auto] = ACTIONS(896), + [anon_sym_register] = ACTIONS(896), + [anon_sym_const] = ACTIONS(896), + [anon_sym_restrict] = ACTIONS(896), + [anon_sym_volatile] = ACTIONS(896), + [sym_function_specifier] = ACTIONS(896), + [anon_sym_unsigned] = ACTIONS(896), + [anon_sym_long] = ACTIONS(896), + [anon_sym_short] = ACTIONS(896), + [anon_sym_enum] = ACTIONS(896), + [anon_sym_struct] = ACTIONS(896), + [anon_sym_union] = ACTIONS(896), + [anon_sym_if] = ACTIONS(896), + [anon_sym_switch] = ACTIONS(896), + [anon_sym_case] = ACTIONS(896), + [anon_sym_default] = ACTIONS(896), + [anon_sym_while] = ACTIONS(896), + [anon_sym_do] = ACTIONS(896), + [anon_sym_for] = ACTIONS(896), + [anon_sym_return] = ACTIONS(896), + [anon_sym_break] = ACTIONS(896), + [anon_sym_continue] = ACTIONS(896), + [anon_sym_goto] = ACTIONS(896), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(898), + [anon_sym_TILDE] = ACTIONS(898), + [anon_sym_PLUS] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(896), + [anon_sym_DASH_DASH] = ACTIONS(898), + [anon_sym_PLUS_PLUS] = ACTIONS(898), + [anon_sym_sizeof] = ACTIONS(896), + [sym_number_literal] = ACTIONS(896), + [sym_char_literal] = ACTIONS(896), + [sym_string_literal] = ACTIONS(898), + [sym_identifier] = ACTIONS(900), + [sym_comment] = ACTIONS(42), + }, + [573] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1703), + [sym_comment] = ACTIONS(42), + }, + [574] = { + [sym__declarator] = STATE(807), + [sym_pointer_declarator] = STATE(44), + [sym_function_declarator] = STATE(44), + [sym_array_declarator] = STATE(44), + [sym_init_declarator] = STATE(808), + [anon_sym_LPAREN] = ACTIONS(107), + [anon_sym_SEMI] = ACTIONS(1705), + [anon_sym_STAR] = ACTIONS(462), + [sym_identifier] = ACTIONS(113), + [sym_comment] = ACTIONS(42), + }, + [575] = { + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(906), + [anon_sym_SEMI] = ACTIONS(1707), + [anon_sym_STAR] = ACTIONS(910), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(914), + [anon_sym_QMARK] = ACTIONS(916), + [anon_sym_STAR_EQ] = ACTIONS(918), + [anon_sym_SLASH_EQ] = ACTIONS(918), + [anon_sym_PERCENT_EQ] = ACTIONS(918), + [anon_sym_PLUS_EQ] = ACTIONS(918), + [anon_sym_DASH_EQ] = ACTIONS(918), + [anon_sym_LT_LT_EQ] = ACTIONS(918), + [anon_sym_GT_GT_EQ] = ACTIONS(918), + [anon_sym_AMP_EQ] = ACTIONS(918), + [anon_sym_CARET_EQ] = ACTIONS(918), + [anon_sym_PIPE_EQ] = ACTIONS(918), + [anon_sym_AMP] = ACTIONS(920), + [anon_sym_PIPE_PIPE] = ACTIONS(922), + [anon_sym_AMP_AMP] = ACTIONS(924), + [anon_sym_PIPE] = ACTIONS(926), + [anon_sym_CARET] = ACTIONS(928), + [anon_sym_EQ_EQ] = ACTIONS(930), + [anon_sym_BANG_EQ] = ACTIONS(930), + [anon_sym_LT] = ACTIONS(932), + [anon_sym_GT] = ACTIONS(932), + [anon_sym_LT_EQ] = ACTIONS(934), + [anon_sym_GT_EQ] = ACTIONS(934), + [anon_sym_LT_LT] = ACTIONS(936), + [anon_sym_GT_GT] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_SLASH] = ACTIONS(910), + [anon_sym_PERCENT] = ACTIONS(910), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), + }, + [576] = { + [anon_sym_SEMI] = ACTIONS(1707), + [sym_comment] = ACTIONS(42), + }, + [577] = { + [sym_preproc_include] = STATE(811), + [sym_preproc_def] = STATE(811), + [sym_preproc_function_def] = STATE(811), + [sym_preproc_call] = STATE(811), + [sym_preproc_if_in_compound_statement] = STATE(812), + [sym_preproc_ifdef_in_compound_statement] = STATE(813), + [sym_preproc_else_in_compound_statement] = STATE(814), + [sym_declaration] = STATE(811), + [sym__declaration_specifiers] = STATE(574), + [sym_compound_statement] = STATE(811), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -32918,122 +22406,160 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(452), - [sym_expression_statement] = STATE(452), - [sym_if_statement] = STATE(452), - [sym_switch_statement] = STATE(452), - [sym_case_statement] = STATE(452), - [sym_while_statement] = STATE(452), - [sym_do_statement] = STATE(452), - [sym_for_statement] = STATE(452), - [sym_return_statement] = STATE(452), - [sym_break_statement] = STATE(452), - [sym_continue_statement] = STATE(452), - [sym_goto_statement] = STATE(452), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), + [sym_labeled_statement] = STATE(811), + [sym_expression_statement] = STATE(811), + [sym_if_statement] = STATE(811), + [sym_switch_statement] = STATE(811), + [sym_case_statement] = STATE(811), + [sym_while_statement] = STATE(811), + [sym_do_statement] = STATE(811), + [sym_for_statement] = STATE(811), + [sym_return_statement] = STATE(811), + [sym_break_statement] = STATE(811), + [sym_continue_statement] = STATE(811), + [sym_goto_statement] = STATE(811), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(811), [sym_macro_type_specifier] = STATE(21), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(1195), - [anon_sym_switch] = ACTIONS(1197), - [anon_sym_case] = ACTIONS(1199), - [anon_sym_default] = ACTIONS(1201), - [anon_sym_while] = ACTIONS(1203), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1205), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1714), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1267), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1269), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1271), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1709), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1277), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1279), + [sym_preproc_directive] = ACTIONS(1281), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1309), + [sym_comment] = ACTIONS(42), }, - [573] = { - [sym__expression] = STATE(661), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [578] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1711), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1713), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1711), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1711), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1711), + [sym_preproc_directive] = ACTIONS(1715), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_extern] = ACTIONS(1711), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_RBRACE] = ACTIONS(1713), + [anon_sym_STAR] = ACTIONS(1713), + [anon_sym_typedef] = ACTIONS(1711), + [anon_sym_static] = ACTIONS(1711), + [anon_sym_auto] = ACTIONS(1711), + [anon_sym_register] = ACTIONS(1711), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_restrict] = ACTIONS(1711), + [anon_sym_volatile] = ACTIONS(1711), + [sym_function_specifier] = ACTIONS(1711), + [anon_sym_unsigned] = ACTIONS(1711), + [anon_sym_long] = ACTIONS(1711), + [anon_sym_short] = ACTIONS(1711), + [anon_sym_enum] = ACTIONS(1711), + [anon_sym_struct] = ACTIONS(1711), + [anon_sym_union] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_case] = ACTIONS(1711), + [anon_sym_default] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_do] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_continue] = ACTIONS(1711), + [anon_sym_goto] = ACTIONS(1711), + [anon_sym_AMP] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_sizeof] = ACTIONS(1711), + [sym_number_literal] = ACTIONS(1711), + [sym_char_literal] = ACTIONS(1711), + [sym_string_literal] = ACTIONS(1713), + [sym_identifier] = ACTIONS(1715), + [sym_comment] = ACTIONS(42), }, - [574] = { - [sym_declaration] = STATE(662), - [sym__declaration_specifiers] = STATE(453), + [579] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1717), + [sym_comment] = ACTIONS(42), + }, + [580] = { + [sym_preproc_include] = STATE(811), + [sym_preproc_def] = STATE(811), + [sym_preproc_function_def] = STATE(811), + [sym_preproc_call] = STATE(811), + [sym_preproc_if_in_compound_statement] = STATE(812), + [sym_preproc_ifdef_in_compound_statement] = STATE(813), + [sym_preproc_else_in_compound_statement] = STATE(817), + [sym_declaration] = STATE(811), + [sym__declaration_specifiers] = STATE(574), + [sym_compound_statement] = STATE(811), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -33041,1796 +22567,1621 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(663), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), + [sym_labeled_statement] = STATE(811), + [sym_expression_statement] = STATE(811), + [sym_if_statement] = STATE(811), + [sym_switch_statement] = STATE(811), + [sym_case_statement] = STATE(811), + [sym_while_statement] = STATE(811), + [sym_do_statement] = STATE(811), + [sym_for_statement] = STATE(811), + [sym_return_statement] = STATE(811), + [sym_break_statement] = STATE(811), + [sym_continue_statement] = STATE(811), + [sym_goto_statement] = STATE(811), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(811), [sym_macro_type_specifier] = STATE(21), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(1716), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1281), - [sym_comment] = ACTIONS(123), - }, - [575] = { - [sym_compound_statement] = STATE(471), - [sym_labeled_statement] = STATE(471), - [sym_expression_statement] = STATE(471), - [sym_if_statement] = STATE(471), - [sym_switch_statement] = STATE(471), - [sym_case_statement] = STATE(471), - [sym_while_statement] = STATE(471), - [sym_do_statement] = STATE(471), - [sym_for_statement] = STATE(471), - [sym_return_statement] = STATE(471), - [sym_break_statement] = STATE(471), - [sym_continue_statement] = STATE(471), - [sym_goto_statement] = STATE(471), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1195), - [anon_sym_switch] = ACTIONS(1197), - [anon_sym_case] = ACTIONS(1199), - [anon_sym_default] = ACTIONS(1201), - [anon_sym_while] = ACTIONS(1203), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1205), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1718), - [sym_comment] = ACTIONS(123), - }, - [576] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1720), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1720), - [anon_sym_LPAREN] = ACTIONS(1722), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1720), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1720), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1720), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1720), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1720), - [sym_preproc_directive] = ACTIONS(1724), - [anon_sym_SEMI] = ACTIONS(1722), - [anon_sym_extern] = ACTIONS(1720), - [anon_sym_LBRACE] = ACTIONS(1722), - [anon_sym_RBRACE] = ACTIONS(1722), - [anon_sym_STAR] = ACTIONS(1722), - [anon_sym_typedef] = ACTIONS(1720), - [anon_sym_static] = ACTIONS(1720), - [anon_sym_auto] = ACTIONS(1720), - [anon_sym_register] = ACTIONS(1720), - [anon_sym_const] = ACTIONS(1720), - [anon_sym_restrict] = ACTIONS(1720), - [anon_sym_volatile] = ACTIONS(1720), - [sym_function_specifier] = ACTIONS(1720), - [anon_sym_unsigned] = ACTIONS(1720), - [anon_sym_long] = ACTIONS(1720), - [anon_sym_short] = ACTIONS(1720), - [anon_sym_enum] = ACTIONS(1720), - [anon_sym_struct] = ACTIONS(1720), - [anon_sym_union] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_switch] = ACTIONS(1720), - [anon_sym_case] = ACTIONS(1720), - [anon_sym_default] = ACTIONS(1720), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_do] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_continue] = ACTIONS(1720), - [anon_sym_goto] = ACTIONS(1720), - [anon_sym_AMP] = ACTIONS(1722), - [anon_sym_BANG] = ACTIONS(1722), - [anon_sym_TILDE] = ACTIONS(1722), - [anon_sym_PLUS] = ACTIONS(1720), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_DASH_DASH] = ACTIONS(1722), - [anon_sym_PLUS_PLUS] = ACTIONS(1722), - [anon_sym_sizeof] = ACTIONS(1720), - [sym_number_literal] = ACTIONS(1720), - [sym_char_literal] = ACTIONS(1720), - [sym_string_literal] = ACTIONS(1722), - [sym_identifier] = ACTIONS(1724), - [sym_comment] = ACTIONS(123), - }, - [577] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1726), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1726), - [anon_sym_LPAREN] = ACTIONS(1728), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1726), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1726), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1726), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1726), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1726), - [sym_preproc_directive] = ACTIONS(1730), - [anon_sym_SEMI] = ACTIONS(1728), - [anon_sym_extern] = ACTIONS(1726), - [anon_sym_LBRACE] = ACTIONS(1728), - [anon_sym_RBRACE] = ACTIONS(1728), - [anon_sym_STAR] = ACTIONS(1728), - [anon_sym_typedef] = ACTIONS(1726), - [anon_sym_static] = ACTIONS(1726), - [anon_sym_auto] = ACTIONS(1726), - [anon_sym_register] = ACTIONS(1726), - [anon_sym_const] = ACTIONS(1726), - [anon_sym_restrict] = ACTIONS(1726), - [anon_sym_volatile] = ACTIONS(1726), - [sym_function_specifier] = ACTIONS(1726), - [anon_sym_unsigned] = ACTIONS(1726), - [anon_sym_long] = ACTIONS(1726), - [anon_sym_short] = ACTIONS(1726), - [anon_sym_enum] = ACTIONS(1726), - [anon_sym_struct] = ACTIONS(1726), - [anon_sym_union] = ACTIONS(1726), - [anon_sym_if] = ACTIONS(1726), - [anon_sym_switch] = ACTIONS(1726), - [anon_sym_case] = ACTIONS(1726), - [anon_sym_default] = ACTIONS(1726), - [anon_sym_while] = ACTIONS(1726), - [anon_sym_do] = ACTIONS(1726), - [anon_sym_for] = ACTIONS(1726), - [anon_sym_return] = ACTIONS(1726), - [anon_sym_break] = ACTIONS(1726), - [anon_sym_continue] = ACTIONS(1726), - [anon_sym_goto] = ACTIONS(1726), - [anon_sym_AMP] = ACTIONS(1728), - [anon_sym_BANG] = ACTIONS(1728), - [anon_sym_TILDE] = ACTIONS(1728), - [anon_sym_PLUS] = ACTIONS(1726), - [anon_sym_DASH] = ACTIONS(1726), - [anon_sym_DASH_DASH] = ACTIONS(1728), - [anon_sym_PLUS_PLUS] = ACTIONS(1728), - [anon_sym_sizeof] = ACTIONS(1726), - [sym_number_literal] = ACTIONS(1726), - [sym_char_literal] = ACTIONS(1726), - [sym_string_literal] = ACTIONS(1728), - [sym_identifier] = ACTIONS(1730), - [sym_comment] = ACTIONS(123), - }, - [578] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1732), - [sym_comment] = ACTIONS(123), - }, - [579] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1734), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1736), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1734), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1734), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1734), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1734), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1734), - [sym_preproc_directive] = ACTIONS(1738), - [anon_sym_SEMI] = ACTIONS(1736), - [anon_sym_extern] = ACTIONS(1734), - [anon_sym_LBRACE] = ACTIONS(1736), - [anon_sym_RBRACE] = ACTIONS(1736), - [anon_sym_STAR] = ACTIONS(1736), - [anon_sym_typedef] = ACTIONS(1734), - [anon_sym_static] = ACTIONS(1734), - [anon_sym_auto] = ACTIONS(1734), - [anon_sym_register] = ACTIONS(1734), - [anon_sym_const] = ACTIONS(1734), - [anon_sym_restrict] = ACTIONS(1734), - [anon_sym_volatile] = ACTIONS(1734), - [sym_function_specifier] = ACTIONS(1734), - [anon_sym_unsigned] = ACTIONS(1734), - [anon_sym_long] = ACTIONS(1734), - [anon_sym_short] = ACTIONS(1734), - [anon_sym_enum] = ACTIONS(1734), - [anon_sym_struct] = ACTIONS(1734), - [anon_sym_union] = ACTIONS(1734), - [anon_sym_if] = ACTIONS(1734), - [anon_sym_switch] = ACTIONS(1734), - [anon_sym_case] = ACTIONS(1734), - [anon_sym_default] = ACTIONS(1734), - [anon_sym_while] = ACTIONS(1734), - [anon_sym_do] = ACTIONS(1734), - [anon_sym_for] = ACTIONS(1734), - [anon_sym_return] = ACTIONS(1734), - [anon_sym_break] = ACTIONS(1734), - [anon_sym_continue] = ACTIONS(1734), - [anon_sym_goto] = ACTIONS(1734), - [anon_sym_AMP] = ACTIONS(1736), - [anon_sym_BANG] = ACTIONS(1736), - [anon_sym_TILDE] = ACTIONS(1736), - [anon_sym_PLUS] = ACTIONS(1734), - [anon_sym_DASH] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1736), - [anon_sym_PLUS_PLUS] = ACTIONS(1736), - [anon_sym_sizeof] = ACTIONS(1734), - [sym_number_literal] = ACTIONS(1734), - [sym_char_literal] = ACTIONS(1734), - [sym_string_literal] = ACTIONS(1736), - [sym_identifier] = ACTIONS(1738), - [sym_comment] = ACTIONS(123), - }, - [580] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1740), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1740), - [anon_sym_LPAREN] = ACTIONS(1742), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1740), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1740), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1740), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1740), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1740), - [sym_preproc_directive] = ACTIONS(1744), - [anon_sym_SEMI] = ACTIONS(1742), - [anon_sym_extern] = ACTIONS(1740), - [anon_sym_LBRACE] = ACTIONS(1742), - [anon_sym_RBRACE] = ACTIONS(1742), - [anon_sym_STAR] = ACTIONS(1742), - [anon_sym_typedef] = ACTIONS(1740), - [anon_sym_static] = ACTIONS(1740), - [anon_sym_auto] = ACTIONS(1740), - [anon_sym_register] = ACTIONS(1740), - [anon_sym_const] = ACTIONS(1740), - [anon_sym_restrict] = ACTIONS(1740), - [anon_sym_volatile] = ACTIONS(1740), - [sym_function_specifier] = ACTIONS(1740), - [anon_sym_unsigned] = ACTIONS(1740), - [anon_sym_long] = ACTIONS(1740), - [anon_sym_short] = ACTIONS(1740), - [anon_sym_enum] = ACTIONS(1740), - [anon_sym_struct] = ACTIONS(1740), - [anon_sym_union] = ACTIONS(1740), - [anon_sym_if] = ACTIONS(1740), - [anon_sym_switch] = ACTIONS(1740), - [anon_sym_case] = ACTIONS(1740), - [anon_sym_default] = ACTIONS(1740), - [anon_sym_while] = ACTIONS(1740), - [anon_sym_do] = ACTIONS(1740), - [anon_sym_for] = ACTIONS(1740), - [anon_sym_return] = ACTIONS(1740), - [anon_sym_break] = ACTIONS(1740), - [anon_sym_continue] = ACTIONS(1740), - [anon_sym_goto] = ACTIONS(1740), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_BANG] = ACTIONS(1742), - [anon_sym_TILDE] = ACTIONS(1742), - [anon_sym_PLUS] = ACTIONS(1740), - [anon_sym_DASH] = ACTIONS(1740), - [anon_sym_DASH_DASH] = ACTIONS(1742), - [anon_sym_PLUS_PLUS] = ACTIONS(1742), - [anon_sym_sizeof] = ACTIONS(1740), - [sym_number_literal] = ACTIONS(1740), - [sym_char_literal] = ACTIONS(1740), - [sym_string_literal] = ACTIONS(1742), - [sym_identifier] = ACTIONS(1744), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1267), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1269), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1271), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1719), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1277), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1279), + [sym_preproc_directive] = ACTIONS(1281), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1309), + [sym_comment] = ACTIONS(42), }, [581] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1746), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1721), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1721), + [anon_sym_LPAREN] = ACTIONS(1723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1721), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1721), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1721), + [sym_preproc_directive] = ACTIONS(1725), + [anon_sym_SEMI] = ACTIONS(1723), + [anon_sym_extern] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1723), + [anon_sym_RBRACE] = ACTIONS(1723), + [anon_sym_STAR] = ACTIONS(1723), + [anon_sym_typedef] = ACTIONS(1721), + [anon_sym_static] = ACTIONS(1721), + [anon_sym_auto] = ACTIONS(1721), + [anon_sym_register] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1721), + [anon_sym_restrict] = ACTIONS(1721), + [anon_sym_volatile] = ACTIONS(1721), + [sym_function_specifier] = ACTIONS(1721), + [anon_sym_unsigned] = ACTIONS(1721), + [anon_sym_long] = ACTIONS(1721), + [anon_sym_short] = ACTIONS(1721), + [anon_sym_enum] = ACTIONS(1721), + [anon_sym_struct] = ACTIONS(1721), + [anon_sym_union] = ACTIONS(1721), + [anon_sym_if] = ACTIONS(1721), + [anon_sym_switch] = ACTIONS(1721), + [anon_sym_case] = ACTIONS(1721), + [anon_sym_default] = ACTIONS(1721), + [anon_sym_while] = ACTIONS(1721), + [anon_sym_do] = ACTIONS(1721), + [anon_sym_for] = ACTIONS(1721), + [anon_sym_return] = ACTIONS(1721), + [anon_sym_break] = ACTIONS(1721), + [anon_sym_continue] = ACTIONS(1721), + [anon_sym_goto] = ACTIONS(1721), + [anon_sym_AMP] = ACTIONS(1723), + [anon_sym_BANG] = ACTIONS(1723), + [anon_sym_TILDE] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1723), + [anon_sym_PLUS_PLUS] = ACTIONS(1723), + [anon_sym_sizeof] = ACTIONS(1721), + [sym_number_literal] = ACTIONS(1721), + [sym_char_literal] = ACTIONS(1721), + [sym_string_literal] = ACTIONS(1723), + [sym_identifier] = ACTIONS(1725), + [sym_comment] = ACTIONS(42), }, [582] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1748), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1748), - [anon_sym_LPAREN] = ACTIONS(1750), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1748), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1748), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1748), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1748), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1748), - [sym_preproc_directive] = ACTIONS(1752), - [anon_sym_SEMI] = ACTIONS(1750), - [anon_sym_extern] = ACTIONS(1748), - [anon_sym_LBRACE] = ACTIONS(1750), - [anon_sym_RBRACE] = ACTIONS(1750), - [anon_sym_STAR] = ACTIONS(1750), - [anon_sym_typedef] = ACTIONS(1748), - [anon_sym_static] = ACTIONS(1748), - [anon_sym_auto] = ACTIONS(1748), - [anon_sym_register] = ACTIONS(1748), - [anon_sym_const] = ACTIONS(1748), - [anon_sym_restrict] = ACTIONS(1748), - [anon_sym_volatile] = ACTIONS(1748), - [sym_function_specifier] = ACTIONS(1748), - [anon_sym_unsigned] = ACTIONS(1748), - [anon_sym_long] = ACTIONS(1748), - [anon_sym_short] = ACTIONS(1748), - [anon_sym_enum] = ACTIONS(1748), - [anon_sym_struct] = ACTIONS(1748), - [anon_sym_union] = ACTIONS(1748), - [anon_sym_if] = ACTIONS(1748), - [anon_sym_switch] = ACTIONS(1748), - [anon_sym_case] = ACTIONS(1748), - [anon_sym_default] = ACTIONS(1748), - [anon_sym_while] = ACTIONS(1748), - [anon_sym_do] = ACTIONS(1748), - [anon_sym_for] = ACTIONS(1748), - [anon_sym_return] = ACTIONS(1748), - [anon_sym_break] = ACTIONS(1748), - [anon_sym_continue] = ACTIONS(1748), - [anon_sym_goto] = ACTIONS(1748), - [anon_sym_AMP] = ACTIONS(1750), - [anon_sym_BANG] = ACTIONS(1750), - [anon_sym_TILDE] = ACTIONS(1750), - [anon_sym_PLUS] = ACTIONS(1748), - [anon_sym_DASH] = ACTIONS(1748), - [anon_sym_DASH_DASH] = ACTIONS(1750), - [anon_sym_PLUS_PLUS] = ACTIONS(1750), - [anon_sym_sizeof] = ACTIONS(1748), - [sym_number_literal] = ACTIONS(1748), - [sym_char_literal] = ACTIONS(1748), - [sym_string_literal] = ACTIONS(1750), - [sym_identifier] = ACTIONS(1752), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1727), + [sym_comment] = ACTIONS(42), }, [583] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1754), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1756), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1754), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1754), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1754), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1754), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1754), - [sym_preproc_directive] = ACTIONS(1758), - [anon_sym_SEMI] = ACTIONS(1756), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym_LBRACE] = ACTIONS(1756), - [anon_sym_RBRACE] = ACTIONS(1756), - [anon_sym_STAR] = ACTIONS(1756), - [anon_sym_typedef] = ACTIONS(1754), - [anon_sym_static] = ACTIONS(1754), - [anon_sym_auto] = ACTIONS(1754), - [anon_sym_register] = ACTIONS(1754), - [anon_sym_const] = ACTIONS(1754), - [anon_sym_restrict] = ACTIONS(1754), - [anon_sym_volatile] = ACTIONS(1754), - [sym_function_specifier] = ACTIONS(1754), - [anon_sym_unsigned] = ACTIONS(1754), - [anon_sym_long] = ACTIONS(1754), - [anon_sym_short] = ACTIONS(1754), - [anon_sym_enum] = ACTIONS(1754), - [anon_sym_struct] = ACTIONS(1754), - [anon_sym_union] = ACTIONS(1754), - [anon_sym_if] = ACTIONS(1754), - [anon_sym_switch] = ACTIONS(1754), - [anon_sym_case] = ACTIONS(1754), - [anon_sym_default] = ACTIONS(1754), - [anon_sym_while] = ACTIONS(1754), - [anon_sym_do] = ACTIONS(1754), - [anon_sym_for] = ACTIONS(1754), - [anon_sym_return] = ACTIONS(1754), - [anon_sym_break] = ACTIONS(1754), - [anon_sym_continue] = ACTIONS(1754), - [anon_sym_goto] = ACTIONS(1754), - [anon_sym_AMP] = ACTIONS(1756), - [anon_sym_BANG] = ACTIONS(1756), - [anon_sym_TILDE] = ACTIONS(1756), - [anon_sym_PLUS] = ACTIONS(1754), - [anon_sym_DASH] = ACTIONS(1754), - [anon_sym_DASH_DASH] = ACTIONS(1756), - [anon_sym_PLUS_PLUS] = ACTIONS(1756), - [anon_sym_sizeof] = ACTIONS(1754), - [sym_number_literal] = ACTIONS(1754), - [sym_char_literal] = ACTIONS(1754), - [sym_string_literal] = ACTIONS(1756), - [sym_identifier] = ACTIONS(1758), - [sym_comment] = ACTIONS(123), - }, - [584] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1760), - [sym_comment] = ACTIONS(123), - }, - [585] = { - [anon_sym_RPAREN] = ACTIONS(1762), - [sym_comment] = ACTIONS(123), - }, - [586] = { - [sym_type_qualifier] = STATE(81), - [sym__type_specifier] = STATE(82), + [sym_preproc_include] = STATE(811), + [sym_preproc_def] = STATE(811), + [sym_preproc_function_def] = STATE(811), + [sym_preproc_call] = STATE(811), + [sym_preproc_if_in_compound_statement] = STATE(812), + [sym_preproc_ifdef_in_compound_statement] = STATE(813), + [sym_preproc_else_in_compound_statement] = STATE(820), + [sym_declaration] = STATE(811), + [sym__declaration_specifiers] = STATE(574), + [sym_compound_statement] = STATE(811), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), [sym_sized_type_specifier] = STATE(21), [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(669), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), + [sym_labeled_statement] = STATE(811), + [sym_expression_statement] = STATE(811), + [sym_if_statement] = STATE(811), + [sym_switch_statement] = STATE(811), + [sym_case_statement] = STATE(811), + [sym_while_statement] = STATE(811), + [sym_do_statement] = STATE(811), + [sym_for_statement] = STATE(811), + [sym_return_statement] = STATE(811), + [sym_break_statement] = STATE(811), + [sym_continue_statement] = STATE(811), + [sym_goto_statement] = STATE(811), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(811), [sym_macro_type_specifier] = STATE(21), - [aux_sym_sized_type_specifier_repeat1] = STATE(84), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(797), - [sym_comment] = ACTIONS(123), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1267), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1269), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1271), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1729), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1277), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1279), + [sym_preproc_directive] = ACTIONS(1281), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1309), + [sym_comment] = ACTIONS(42), }, - [587] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(1317), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1319), - [anon_sym_QMARK] = ACTIONS(1317), - [anon_sym_STAR_EQ] = ACTIONS(1317), - [anon_sym_SLASH_EQ] = ACTIONS(1317), - [anon_sym_PERCENT_EQ] = ACTIONS(1317), - [anon_sym_PLUS_EQ] = ACTIONS(1317), - [anon_sym_DASH_EQ] = ACTIONS(1317), - [anon_sym_LT_LT_EQ] = ACTIONS(1317), - [anon_sym_GT_GT_EQ] = ACTIONS(1317), - [anon_sym_AMP_EQ] = ACTIONS(1317), - [anon_sym_CARET_EQ] = ACTIONS(1317), - [anon_sym_PIPE_EQ] = ACTIONS(1317), - [anon_sym_AMP] = ACTIONS(1319), - [anon_sym_PIPE_PIPE] = ACTIONS(1317), - [anon_sym_AMP_AMP] = ACTIONS(1317), - [anon_sym_PIPE] = ACTIONS(1319), - [anon_sym_CARET] = ACTIONS(1319), - [anon_sym_EQ_EQ] = ACTIONS(1317), - [anon_sym_BANG_EQ] = ACTIONS(1317), - [anon_sym_LT] = ACTIONS(1319), - [anon_sym_GT] = ACTIONS(1319), - [anon_sym_LT_EQ] = ACTIONS(1317), - [anon_sym_GT_EQ] = ACTIONS(1317), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [584] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1455), + [anon_sym_LPAREN] = ACTIONS(1453), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1455), + [sym_preproc_directive] = ACTIONS(1457), + [anon_sym_SEMI] = ACTIONS(1453), + [anon_sym_extern] = ACTIONS(1455), + [anon_sym_LBRACE] = ACTIONS(1453), + [anon_sym_RBRACE] = ACTIONS(1453), + [anon_sym_STAR] = ACTIONS(1453), + [anon_sym_typedef] = ACTIONS(1455), + [anon_sym_static] = ACTIONS(1455), + [anon_sym_auto] = ACTIONS(1455), + [anon_sym_register] = ACTIONS(1455), + [anon_sym_const] = ACTIONS(1455), + [anon_sym_restrict] = ACTIONS(1455), + [anon_sym_volatile] = ACTIONS(1455), + [sym_function_specifier] = ACTIONS(1455), + [anon_sym_unsigned] = ACTIONS(1455), + [anon_sym_long] = ACTIONS(1455), + [anon_sym_short] = ACTIONS(1455), + [anon_sym_enum] = ACTIONS(1455), + [anon_sym_struct] = ACTIONS(1455), + [anon_sym_union] = ACTIONS(1455), + [anon_sym_if] = ACTIONS(1455), + [anon_sym_switch] = ACTIONS(1455), + [anon_sym_case] = ACTIONS(1455), + [anon_sym_default] = ACTIONS(1455), + [anon_sym_while] = ACTIONS(1455), + [anon_sym_do] = ACTIONS(1455), + [anon_sym_for] = ACTIONS(1455), + [anon_sym_return] = ACTIONS(1455), + [anon_sym_break] = ACTIONS(1455), + [anon_sym_continue] = ACTIONS(1455), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(1453), + [anon_sym_BANG] = ACTIONS(1453), + [anon_sym_TILDE] = ACTIONS(1453), + [anon_sym_PLUS] = ACTIONS(1455), + [anon_sym_DASH] = ACTIONS(1455), + [anon_sym_DASH_DASH] = ACTIONS(1453), + [anon_sym_PLUS_PLUS] = ACTIONS(1453), + [anon_sym_sizeof] = ACTIONS(1455), + [sym_number_literal] = ACTIONS(1455), + [sym_char_literal] = ACTIONS(1455), + [sym_string_literal] = ACTIONS(1453), + [sym_identifier] = ACTIONS(1457), + [sym_comment] = ACTIONS(42), + }, + [585] = { + [sym_type_qualifier] = STATE(95), + [sym__type_specifier] = STATE(96), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__expression] = STATE(328), + [sym_comma_expression] = STATE(329), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_type_descriptor] = STATE(821), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_sized_type_specifier_repeat1] = STATE(98), + [aux_sym_type_descriptor_repeat1] = STATE(99), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_const] = ACTIONS(230), + [anon_sym_restrict] = ACTIONS(230), + [anon_sym_volatile] = ACTIONS(230), + [anon_sym_unsigned] = ACTIONS(232), + [anon_sym_long] = ACTIONS(232), + [anon_sym_short] = ACTIONS(232), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(794), + [sym_comment] = ACTIONS(42), + }, + [586] = { + [sym__expression] = STATE(337), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), + }, + [587] = { + [sym__expression] = STATE(363), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [588] = { - [sym_compound_statement] = STATE(677), - [sym_labeled_statement] = STATE(677), - [sym_expression_statement] = STATE(677), - [sym_if_statement] = STATE(677), - [sym_switch_statement] = STATE(677), - [sym_case_statement] = STATE(677), - [sym_while_statement] = STATE(677), - [sym_do_statement] = STATE(677), - [sym_for_statement] = STATE(677), - [sym_return_statement] = STATE(677), - [sym_break_statement] = STATE(677), - [sym_continue_statement] = STATE(677), - [sym_goto_statement] = STATE(677), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_switch] = ACTIONS(1766), - [anon_sym_case] = ACTIONS(1768), - [anon_sym_default] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1772), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1774), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1776), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(364), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [589] = { - [sym__expression] = STATE(476), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(365), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [590] = { - [sym__expression] = STATE(678), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(823), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1731), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [591] = { - [sym__expression] = STATE(679), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(1733), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [592] = { - [sym__expression] = STATE(680), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(1763), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [593] = { - [sym__expression] = STATE(681), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_RPAREN] = ACTIONS(1765), + [sym_comment] = ACTIONS(42), }, [594] = { - [sym__expression] = STATE(682), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_type_qualifier] = STATE(95), + [sym__type_specifier] = STATE(96), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__expression] = STATE(328), + [sym_comma_expression] = STATE(329), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_type_descriptor] = STATE(839), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_sized_type_specifier_repeat1] = STATE(98), + [aux_sym_type_descriptor_repeat1] = STATE(99), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_const] = ACTIONS(230), + [anon_sym_restrict] = ACTIONS(230), + [anon_sym_volatile] = ACTIONS(230), + [anon_sym_unsigned] = ACTIONS(232), + [anon_sym_long] = ACTIONS(232), + [anon_sym_short] = ACTIONS(232), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(794), + [sym_comment] = ACTIONS(42), }, [595] = { - [sym__expression] = STATE(683), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1423), + [anon_sym_COLON] = ACTIONS(1421), + [anon_sym_QMARK] = ACTIONS(1421), + [anon_sym_STAR_EQ] = ACTIONS(1421), + [anon_sym_SLASH_EQ] = ACTIONS(1421), + [anon_sym_PERCENT_EQ] = ACTIONS(1421), + [anon_sym_PLUS_EQ] = ACTIONS(1421), + [anon_sym_DASH_EQ] = ACTIONS(1421), + [anon_sym_LT_LT_EQ] = ACTIONS(1421), + [anon_sym_GT_GT_EQ] = ACTIONS(1421), + [anon_sym_AMP_EQ] = ACTIONS(1421), + [anon_sym_CARET_EQ] = ACTIONS(1421), + [anon_sym_PIPE_EQ] = ACTIONS(1421), + [anon_sym_AMP] = ACTIONS(1423), + [anon_sym_PIPE_PIPE] = ACTIONS(1421), + [anon_sym_AMP_AMP] = ACTIONS(1421), + [anon_sym_PIPE] = ACTIONS(1423), + [anon_sym_CARET] = ACTIONS(1423), + [anon_sym_EQ_EQ] = ACTIONS(1421), + [anon_sym_BANG_EQ] = ACTIONS(1421), + [anon_sym_LT] = ACTIONS(1423), + [anon_sym_GT] = ACTIONS(1423), + [anon_sym_LT_EQ] = ACTIONS(1421), + [anon_sym_GT_EQ] = ACTIONS(1421), + [anon_sym_LT_LT] = ACTIONS(1363), + [anon_sym_GT_GT] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1365), + [anon_sym_SLASH] = ACTIONS(1337), + [anon_sym_PERCENT] = ACTIONS(1337), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [596] = { - [sym__expression] = STATE(684), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(637), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [597] = { - [sym__expression] = STATE(685), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(840), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [598] = { - [sym__expression] = STATE(686), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_declaration] = STATE(841), + [sym__declaration_specifiers] = STATE(611), + [sym_compound_statement] = STATE(841), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(841), + [sym_expression_statement] = STATE(841), + [sym_if_statement] = STATE(841), + [sym_switch_statement] = STATE(841), + [sym_case_statement] = STATE(841), + [sym_while_statement] = STATE(841), + [sym_do_statement] = STATE(841), + [sym_for_statement] = STATE(841), + [sym_return_statement] = STATE(841), + [sym_break_statement] = STATE(841), + [sym_continue_statement] = STATE(841), + [sym_goto_statement] = STATE(841), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1367), + [sym_comment] = ACTIONS(42), }, [599] = { - [sym__expression] = STATE(687), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(842), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [600] = { - [sym__expression] = STATE(688), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(843), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [601] = { - [sym_compound_statement] = STATE(689), - [sym_labeled_statement] = STATE(689), - [sym_expression_statement] = STATE(689), - [sym_if_statement] = STATE(689), - [sym_switch_statement] = STATE(689), - [sym_case_statement] = STATE(689), - [sym_while_statement] = STATE(689), - [sym_do_statement] = STATE(689), - [sym_for_statement] = STATE(689), - [sym_return_statement] = STATE(689), - [sym_break_statement] = STATE(689), - [sym_continue_statement] = STATE(689), - [sym_goto_statement] = STATE(689), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(543), - [anon_sym_switch] = ACTIONS(545), - [anon_sym_case] = ACTIONS(547), - [anon_sym_default] = ACTIONS(549), - [anon_sym_while] = ACTIONS(551), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(555), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1331), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(844), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [602] = { - [sym__expression] = STATE(559), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(560), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(845), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [603] = { - [anon_sym_RPAREN] = ACTIONS(1778), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(846), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [604] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_COLON] = ACTIONS(1610), - [anon_sym_QMARK] = ACTIONS(1610), - [anon_sym_STAR_EQ] = ACTIONS(1241), - [anon_sym_SLASH_EQ] = ACTIONS(1241), - [anon_sym_PERCENT_EQ] = ACTIONS(1241), - [anon_sym_PLUS_EQ] = ACTIONS(1241), - [anon_sym_DASH_EQ] = ACTIONS(1241), - [anon_sym_LT_LT_EQ] = ACTIONS(1241), - [anon_sym_GT_GT_EQ] = ACTIONS(1241), - [anon_sym_AMP_EQ] = ACTIONS(1241), - [anon_sym_CARET_EQ] = ACTIONS(1241), - [anon_sym_PIPE_EQ] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1245), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE] = ACTIONS(1249), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_EQ_EQ] = ACTIONS(1253), - [anon_sym_BANG_EQ] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(847), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [605] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1780), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1780), - [anon_sym_LPAREN] = ACTIONS(1782), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1780), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1780), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1780), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1780), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1780), - [sym_preproc_directive] = ACTIONS(1784), - [anon_sym_SEMI] = ACTIONS(1782), - [anon_sym_extern] = ACTIONS(1780), - [anon_sym_LBRACE] = ACTIONS(1782), - [anon_sym_RBRACE] = ACTIONS(1782), - [anon_sym_STAR] = ACTIONS(1782), - [anon_sym_typedef] = ACTIONS(1780), - [anon_sym_static] = ACTIONS(1780), - [anon_sym_auto] = ACTIONS(1780), - [anon_sym_register] = ACTIONS(1780), - [anon_sym_const] = ACTIONS(1780), - [anon_sym_restrict] = ACTIONS(1780), - [anon_sym_volatile] = ACTIONS(1780), - [sym_function_specifier] = ACTIONS(1780), - [anon_sym_unsigned] = ACTIONS(1780), - [anon_sym_long] = ACTIONS(1780), - [anon_sym_short] = ACTIONS(1780), - [anon_sym_enum] = ACTIONS(1780), - [anon_sym_struct] = ACTIONS(1780), - [anon_sym_union] = ACTIONS(1780), - [anon_sym_if] = ACTIONS(1780), - [anon_sym_else] = ACTIONS(1780), - [anon_sym_switch] = ACTIONS(1780), - [anon_sym_case] = ACTIONS(1780), - [anon_sym_default] = ACTIONS(1780), - [anon_sym_while] = ACTIONS(1780), - [anon_sym_do] = ACTIONS(1780), - [anon_sym_for] = ACTIONS(1780), - [anon_sym_return] = ACTIONS(1780), - [anon_sym_break] = ACTIONS(1780), - [anon_sym_continue] = ACTIONS(1780), - [anon_sym_goto] = ACTIONS(1780), - [anon_sym_AMP] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1782), - [anon_sym_TILDE] = ACTIONS(1782), - [anon_sym_PLUS] = ACTIONS(1780), - [anon_sym_DASH] = ACTIONS(1780), - [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_PLUS_PLUS] = ACTIONS(1782), - [anon_sym_sizeof] = ACTIONS(1780), - [sym_number_literal] = ACTIONS(1780), - [sym_char_literal] = ACTIONS(1780), - [sym_string_literal] = ACTIONS(1782), - [sym_identifier] = ACTIONS(1784), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(848), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [606] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_COLON] = ACTIONS(1786), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_STAR_EQ] = ACTIONS(1241), - [anon_sym_SLASH_EQ] = ACTIONS(1241), - [anon_sym_PERCENT_EQ] = ACTIONS(1241), - [anon_sym_PLUS_EQ] = ACTIONS(1241), - [anon_sym_DASH_EQ] = ACTIONS(1241), - [anon_sym_LT_LT_EQ] = ACTIONS(1241), - [anon_sym_GT_GT_EQ] = ACTIONS(1241), - [anon_sym_AMP_EQ] = ACTIONS(1241), - [anon_sym_CARET_EQ] = ACTIONS(1241), - [anon_sym_PIPE_EQ] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1245), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE] = ACTIONS(1249), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_EQ_EQ] = ACTIONS(1253), - [anon_sym_BANG_EQ] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(849), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [607] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1616), - [anon_sym_COLON] = ACTIONS(1614), - [anon_sym_QMARK] = ACTIONS(1614), - [anon_sym_STAR_EQ] = ACTIONS(1614), - [anon_sym_SLASH_EQ] = ACTIONS(1614), - [anon_sym_PERCENT_EQ] = ACTIONS(1614), - [anon_sym_PLUS_EQ] = ACTIONS(1614), - [anon_sym_DASH_EQ] = ACTIONS(1614), - [anon_sym_LT_LT_EQ] = ACTIONS(1614), - [anon_sym_GT_GT_EQ] = ACTIONS(1614), - [anon_sym_AMP_EQ] = ACTIONS(1614), - [anon_sym_CARET_EQ] = ACTIONS(1614), - [anon_sym_PIPE_EQ] = ACTIONS(1614), - [anon_sym_AMP] = ACTIONS(1616), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1614), - [anon_sym_PIPE] = ACTIONS(1616), - [anon_sym_CARET] = ACTIONS(1616), - [anon_sym_EQ_EQ] = ACTIONS(1253), - [anon_sym_BANG_EQ] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(850), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [608] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1620), - [anon_sym_COLON] = ACTIONS(1618), - [anon_sym_QMARK] = ACTIONS(1618), - [anon_sym_STAR_EQ] = ACTIONS(1618), - [anon_sym_SLASH_EQ] = ACTIONS(1618), - [anon_sym_PERCENT_EQ] = ACTIONS(1618), - [anon_sym_PLUS_EQ] = ACTIONS(1618), - [anon_sym_DASH_EQ] = ACTIONS(1618), - [anon_sym_LT_LT_EQ] = ACTIONS(1618), - [anon_sym_GT_GT_EQ] = ACTIONS(1618), - [anon_sym_AMP_EQ] = ACTIONS(1618), - [anon_sym_CARET_EQ] = ACTIONS(1618), - [anon_sym_PIPE_EQ] = ACTIONS(1618), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1618), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE] = ACTIONS(1249), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_EQ_EQ] = ACTIONS(1253), - [anon_sym_BANG_EQ] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(851), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [609] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1620), - [anon_sym_COLON] = ACTIONS(1618), - [anon_sym_QMARK] = ACTIONS(1618), - [anon_sym_STAR_EQ] = ACTIONS(1618), - [anon_sym_SLASH_EQ] = ACTIONS(1618), - [anon_sym_PERCENT_EQ] = ACTIONS(1618), - [anon_sym_PLUS_EQ] = ACTIONS(1618), - [anon_sym_DASH_EQ] = ACTIONS(1618), - [anon_sym_LT_LT_EQ] = ACTIONS(1618), - [anon_sym_GT_GT_EQ] = ACTIONS(1618), - [anon_sym_AMP_EQ] = ACTIONS(1618), - [anon_sym_CARET_EQ] = ACTIONS(1618), - [anon_sym_PIPE_EQ] = ACTIONS(1618), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1618), - [anon_sym_AMP_AMP] = ACTIONS(1618), - [anon_sym_PIPE] = ACTIONS(1249), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_EQ_EQ] = ACTIONS(1253), - [anon_sym_BANG_EQ] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(872), + [anon_sym_COMMA] = ACTIONS(866), + [anon_sym_SEMI] = ACTIONS(866), + [anon_sym_extern] = ACTIONS(95), + [anon_sym_STAR] = ACTIONS(879), + [anon_sym_LBRACK] = ACTIONS(866), + [anon_sym_EQ] = ACTIONS(868), + [anon_sym_typedef] = ACTIONS(95), + [anon_sym_static] = ACTIONS(95), + [anon_sym_auto] = ACTIONS(95), + [anon_sym_register] = ACTIONS(95), + [anon_sym_const] = ACTIONS(95), + [anon_sym_restrict] = ACTIONS(95), + [anon_sym_volatile] = ACTIONS(95), + [sym_function_specifier] = ACTIONS(95), + [anon_sym_COLON] = ACTIONS(882), + [anon_sym_QMARK] = ACTIONS(866), + [anon_sym_STAR_EQ] = ACTIONS(866), + [anon_sym_SLASH_EQ] = ACTIONS(866), + [anon_sym_PERCENT_EQ] = ACTIONS(866), + [anon_sym_PLUS_EQ] = ACTIONS(866), + [anon_sym_DASH_EQ] = ACTIONS(866), + [anon_sym_LT_LT_EQ] = ACTIONS(866), + [anon_sym_GT_GT_EQ] = ACTIONS(866), + [anon_sym_AMP_EQ] = ACTIONS(866), + [anon_sym_CARET_EQ] = ACTIONS(866), + [anon_sym_PIPE_EQ] = ACTIONS(866), + [anon_sym_AMP] = ACTIONS(868), + [anon_sym_PIPE_PIPE] = ACTIONS(866), + [anon_sym_AMP_AMP] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_LT] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_LT_LT] = ACTIONS(868), + [anon_sym_GT_GT] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_PERCENT] = ACTIONS(868), + [anon_sym_DASH_DASH] = ACTIONS(866), + [anon_sym_PLUS_PLUS] = ACTIONS(866), + [anon_sym_DOT] = ACTIONS(866), + [anon_sym_DASH_GT] = ACTIONS(866), + [sym_identifier] = ACTIONS(97), + [sym_comment] = ACTIONS(42), }, [610] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1616), - [anon_sym_COLON] = ACTIONS(1614), - [anon_sym_QMARK] = ACTIONS(1614), - [anon_sym_STAR_EQ] = ACTIONS(1614), - [anon_sym_SLASH_EQ] = ACTIONS(1614), - [anon_sym_PERCENT_EQ] = ACTIONS(1614), - [anon_sym_PLUS_EQ] = ACTIONS(1614), - [anon_sym_DASH_EQ] = ACTIONS(1614), - [anon_sym_LT_LT_EQ] = ACTIONS(1614), - [anon_sym_GT_GT_EQ] = ACTIONS(1614), - [anon_sym_AMP_EQ] = ACTIONS(1614), - [anon_sym_CARET_EQ] = ACTIONS(1614), - [anon_sym_PIPE_EQ] = ACTIONS(1614), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1614), - [anon_sym_PIPE] = ACTIONS(1616), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_EQ_EQ] = ACTIONS(1253), - [anon_sym_BANG_EQ] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1767), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1767), + [anon_sym_LPAREN] = ACTIONS(1769), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1767), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1767), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1767), + [sym_preproc_directive] = ACTIONS(1771), + [anon_sym_SEMI] = ACTIONS(1769), + [anon_sym_extern] = ACTIONS(1767), + [anon_sym_LBRACE] = ACTIONS(1769), + [anon_sym_RBRACE] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1769), + [anon_sym_typedef] = ACTIONS(1767), + [anon_sym_static] = ACTIONS(1767), + [anon_sym_auto] = ACTIONS(1767), + [anon_sym_register] = ACTIONS(1767), + [anon_sym_const] = ACTIONS(1767), + [anon_sym_restrict] = ACTIONS(1767), + [anon_sym_volatile] = ACTIONS(1767), + [sym_function_specifier] = ACTIONS(1767), + [anon_sym_unsigned] = ACTIONS(1767), + [anon_sym_long] = ACTIONS(1767), + [anon_sym_short] = ACTIONS(1767), + [anon_sym_enum] = ACTIONS(1767), + [anon_sym_struct] = ACTIONS(1767), + [anon_sym_union] = ACTIONS(1767), + [anon_sym_if] = ACTIONS(1767), + [anon_sym_switch] = ACTIONS(1767), + [anon_sym_case] = ACTIONS(1767), + [anon_sym_default] = ACTIONS(1767), + [anon_sym_while] = ACTIONS(1767), + [anon_sym_do] = ACTIONS(1767), + [anon_sym_for] = ACTIONS(1767), + [anon_sym_return] = ACTIONS(1767), + [anon_sym_break] = ACTIONS(1767), + [anon_sym_continue] = ACTIONS(1767), + [anon_sym_goto] = ACTIONS(1767), + [anon_sym_AMP] = ACTIONS(1769), + [anon_sym_BANG] = ACTIONS(1769), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_PLUS] = ACTIONS(1767), + [anon_sym_DASH] = ACTIONS(1767), + [anon_sym_DASH_DASH] = ACTIONS(1769), + [anon_sym_PLUS_PLUS] = ACTIONS(1769), + [anon_sym_sizeof] = ACTIONS(1767), + [sym_number_literal] = ACTIONS(1767), + [sym_char_literal] = ACTIONS(1767), + [sym_string_literal] = ACTIONS(1769), + [sym_identifier] = ACTIONS(1771), + [sym_comment] = ACTIONS(42), }, [611] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1616), - [anon_sym_COLON] = ACTIONS(1614), - [anon_sym_QMARK] = ACTIONS(1614), - [anon_sym_STAR_EQ] = ACTIONS(1614), - [anon_sym_SLASH_EQ] = ACTIONS(1614), - [anon_sym_PERCENT_EQ] = ACTIONS(1614), - [anon_sym_PLUS_EQ] = ACTIONS(1614), - [anon_sym_DASH_EQ] = ACTIONS(1614), - [anon_sym_LT_LT_EQ] = ACTIONS(1614), - [anon_sym_GT_GT_EQ] = ACTIONS(1614), - [anon_sym_AMP_EQ] = ACTIONS(1614), - [anon_sym_CARET_EQ] = ACTIONS(1614), - [anon_sym_PIPE_EQ] = ACTIONS(1614), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1614), - [anon_sym_PIPE] = ACTIONS(1616), - [anon_sym_CARET] = ACTIONS(1616), - [anon_sym_EQ_EQ] = ACTIONS(1253), - [anon_sym_BANG_EQ] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__declarator] = STATE(372), + [sym_pointer_declarator] = STATE(44), + [sym_function_declarator] = STATE(44), + [sym_array_declarator] = STATE(44), + [sym_init_declarator] = STATE(373), + [anon_sym_LPAREN] = ACTIONS(107), + [anon_sym_STAR] = ACTIONS(462), + [sym_identifier] = ACTIONS(113), + [sym_comment] = ACTIONS(42), }, [612] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1624), - [anon_sym_COLON] = ACTIONS(1622), - [anon_sym_QMARK] = ACTIONS(1622), - [anon_sym_STAR_EQ] = ACTIONS(1622), - [anon_sym_SLASH_EQ] = ACTIONS(1622), - [anon_sym_PERCENT_EQ] = ACTIONS(1622), - [anon_sym_PLUS_EQ] = ACTIONS(1622), - [anon_sym_DASH_EQ] = ACTIONS(1622), - [anon_sym_LT_LT_EQ] = ACTIONS(1622), - [anon_sym_GT_GT_EQ] = ACTIONS(1622), - [anon_sym_AMP_EQ] = ACTIONS(1622), - [anon_sym_CARET_EQ] = ACTIONS(1622), - [anon_sym_PIPE_EQ] = ACTIONS(1622), - [anon_sym_AMP] = ACTIONS(1624), - [anon_sym_PIPE_PIPE] = ACTIONS(1622), - [anon_sym_AMP_AMP] = ACTIONS(1622), - [anon_sym_PIPE] = ACTIONS(1624), - [anon_sym_CARET] = ACTIONS(1624), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(1773), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [613] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1628), - [anon_sym_COLON] = ACTIONS(1626), - [anon_sym_QMARK] = ACTIONS(1626), - [anon_sym_STAR_EQ] = ACTIONS(1626), - [anon_sym_SLASH_EQ] = ACTIONS(1626), - [anon_sym_PERCENT_EQ] = ACTIONS(1626), - [anon_sym_PLUS_EQ] = ACTIONS(1626), - [anon_sym_DASH_EQ] = ACTIONS(1626), - [anon_sym_LT_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_GT_EQ] = ACTIONS(1626), - [anon_sym_AMP_EQ] = ACTIONS(1626), - [anon_sym_CARET_EQ] = ACTIONS(1626), - [anon_sym_PIPE_EQ] = ACTIONS(1626), - [anon_sym_AMP] = ACTIONS(1628), - [anon_sym_PIPE_PIPE] = ACTIONS(1626), - [anon_sym_AMP_AMP] = ACTIONS(1626), - [anon_sym_PIPE] = ACTIONS(1628), - [anon_sym_CARET] = ACTIONS(1628), - [anon_sym_EQ_EQ] = ACTIONS(1626), - [anon_sym_BANG_EQ] = ACTIONS(1626), - [anon_sym_LT] = ACTIONS(1628), - [anon_sym_GT] = ACTIONS(1628), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(853), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [614] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1632), - [anon_sym_COLON] = ACTIONS(1630), - [anon_sym_QMARK] = ACTIONS(1630), - [anon_sym_STAR_EQ] = ACTIONS(1630), - [anon_sym_SLASH_EQ] = ACTIONS(1630), - [anon_sym_PERCENT_EQ] = ACTIONS(1630), - [anon_sym_PLUS_EQ] = ACTIONS(1630), - [anon_sym_DASH_EQ] = ACTIONS(1630), - [anon_sym_LT_LT_EQ] = ACTIONS(1630), - [anon_sym_GT_GT_EQ] = ACTIONS(1630), - [anon_sym_AMP_EQ] = ACTIONS(1630), - [anon_sym_CARET_EQ] = ACTIONS(1630), - [anon_sym_PIPE_EQ] = ACTIONS(1630), - [anon_sym_AMP] = ACTIONS(1632), - [anon_sym_PIPE_PIPE] = ACTIONS(1630), - [anon_sym_AMP_AMP] = ACTIONS(1630), - [anon_sym_PIPE] = ACTIONS(1632), - [anon_sym_CARET] = ACTIONS(1632), - [anon_sym_EQ_EQ] = ACTIONS(1630), - [anon_sym_BANG_EQ] = ACTIONS(1630), - [anon_sym_LT] = ACTIONS(1632), - [anon_sym_GT] = ACTIONS(1632), - [anon_sym_LT_EQ] = ACTIONS(1630), - [anon_sym_GT_EQ] = ACTIONS(1630), - [anon_sym_LT_LT] = ACTIONS(1632), - [anon_sym_GT_GT] = ACTIONS(1632), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(854), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [615] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_COLON] = ACTIONS(1604), - [anon_sym_QMARK] = ACTIONS(1604), - [anon_sym_STAR_EQ] = ACTIONS(1604), - [anon_sym_SLASH_EQ] = ACTIONS(1604), - [anon_sym_PERCENT_EQ] = ACTIONS(1604), - [anon_sym_PLUS_EQ] = ACTIONS(1604), - [anon_sym_DASH_EQ] = ACTIONS(1604), - [anon_sym_LT_LT_EQ] = ACTIONS(1604), - [anon_sym_GT_GT_EQ] = ACTIONS(1604), - [anon_sym_AMP_EQ] = ACTIONS(1604), - [anon_sym_CARET_EQ] = ACTIONS(1604), - [anon_sym_PIPE_EQ] = ACTIONS(1604), - [anon_sym_AMP] = ACTIONS(1606), - [anon_sym_PIPE_PIPE] = ACTIONS(1604), - [anon_sym_AMP_AMP] = ACTIONS(1604), - [anon_sym_PIPE] = ACTIONS(1606), - [anon_sym_CARET] = ACTIONS(1606), - [anon_sym_EQ_EQ] = ACTIONS(1604), - [anon_sym_BANG_EQ] = ACTIONS(1604), - [anon_sym_LT] = ACTIONS(1606), - [anon_sym_GT] = ACTIONS(1606), - [anon_sym_LT_EQ] = ACTIONS(1604), - [anon_sym_GT_EQ] = ACTIONS(1604), - [anon_sym_LT_LT] = ACTIONS(1606), - [anon_sym_GT_GT] = ACTIONS(1606), - [anon_sym_PLUS] = ACTIONS(1606), - [anon_sym_DASH] = ACTIONS(1606), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1339), + [anon_sym_COLON] = ACTIONS(1775), + [anon_sym_QMARK] = ACTIONS(1343), + [anon_sym_STAR_EQ] = ACTIONS(1345), + [anon_sym_SLASH_EQ] = ACTIONS(1345), + [anon_sym_PERCENT_EQ] = ACTIONS(1345), + [anon_sym_PLUS_EQ] = ACTIONS(1345), + [anon_sym_DASH_EQ] = ACTIONS(1345), + [anon_sym_LT_LT_EQ] = ACTIONS(1345), + [anon_sym_GT_GT_EQ] = ACTIONS(1345), + [anon_sym_AMP_EQ] = ACTIONS(1345), + [anon_sym_CARET_EQ] = ACTIONS(1345), + [anon_sym_PIPE_EQ] = ACTIONS(1345), + [anon_sym_AMP] = ACTIONS(1347), + [anon_sym_PIPE_PIPE] = ACTIONS(1349), + [anon_sym_AMP_AMP] = ACTIONS(1351), + [anon_sym_PIPE] = ACTIONS(1353), + [anon_sym_CARET] = ACTIONS(1355), + [anon_sym_EQ_EQ] = ACTIONS(1357), + [anon_sym_BANG_EQ] = ACTIONS(1357), + [anon_sym_LT] = ACTIONS(1359), + [anon_sym_GT] = ACTIONS(1359), + [anon_sym_LT_EQ] = ACTIONS(1361), + [anon_sym_GT_EQ] = ACTIONS(1361), + [anon_sym_LT_LT] = ACTIONS(1363), + [anon_sym_GT_GT] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1365), + [anon_sym_SLASH] = ACTIONS(1337), + [anon_sym_PERCENT] = ACTIONS(1337), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [616] = { - [sym_compound_statement] = STATE(692), - [sym_labeled_statement] = STATE(692), - [sym_expression_statement] = STATE(692), - [sym_if_statement] = STATE(692), - [sym_switch_statement] = STATE(692), - [sym_case_statement] = STATE(692), - [sym_while_statement] = STATE(692), - [sym_do_statement] = STATE(692), - [sym_for_statement] = STATE(692), - [sym_return_statement] = STATE(692), - [sym_break_statement] = STATE(692), - [sym_continue_statement] = STATE(692), - [sym_goto_statement] = STATE(692), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(543), - [anon_sym_switch] = ACTIONS(545), - [anon_sym_case] = ACTIONS(547), - [anon_sym_default] = ACTIONS(549), - [anon_sym_while] = ACTIONS(551), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(555), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1331), - [sym_comment] = ACTIONS(123), + [sym_declaration] = STATE(610), + [sym__declaration_specifiers] = STATE(611), + [sym_compound_statement] = STATE(610), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(610), + [sym_expression_statement] = STATE(610), + [sym_if_statement] = STATE(610), + [sym_switch_statement] = STATE(610), + [sym_case_statement] = STATE(610), + [sym_while_statement] = STATE(610), + [sym_do_statement] = STATE(610), + [sym_for_statement] = STATE(610), + [sym_return_statement] = STATE(610), + [sym_break_statement] = STATE(610), + [sym_continue_statement] = STATE(610), + [sym_goto_statement] = STATE(610), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(840), + [anon_sym_switch] = ACTIONS(842), + [anon_sym_case] = ACTIONS(844), + [anon_sym_default] = ACTIONS(846), + [anon_sym_while] = ACTIONS(848), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(850), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1777), + [sym_comment] = ACTIONS(42), }, [617] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(1788), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(857), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [618] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), - }, - [619] = { - [sym_declaration] = STATE(605), - [sym__declaration_specifiers] = STATE(453), - [sym_compound_statement] = STATE(605), + [sym_declaration] = STATE(858), + [sym__declaration_specifiers] = STATE(623), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -34838,1632 +24189,1426 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(605), - [sym_expression_statement] = STATE(605), - [sym_if_statement] = STATE(605), - [sym_switch_statement] = STATE(605), - [sym_case_statement] = STATE(605), - [sym_while_statement] = STATE(605), - [sym_do_statement] = STATE(605), - [sym_for_statement] = STATE(605), - [sym_return_statement] = STATE(605), - [sym_break_statement] = STATE(605), - [sym_continue_statement] = STATE(605), - [sym_goto_statement] = STATE(605), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), + [sym__expression] = STATE(859), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), [sym_macro_type_specifier] = STATE(21), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(839), - [anon_sym_switch] = ACTIONS(841), - [anon_sym_case] = ACTIONS(843), - [anon_sym_default] = ACTIONS(845), - [anon_sym_while] = ACTIONS(847), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(849), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1560), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(1779), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1385), + [sym_comment] = ACTIONS(42), + }, + [619] = { + [sym_compound_statement] = STATE(630), + [sym_labeled_statement] = STATE(630), + [sym_expression_statement] = STATE(630), + [sym_if_statement] = STATE(630), + [sym_switch_statement] = STATE(630), + [sym_case_statement] = STATE(630), + [sym_while_statement] = STATE(630), + [sym_do_statement] = STATE(630), + [sym_for_statement] = STATE(630), + [sym_return_statement] = STATE(630), + [sym_break_statement] = STATE(630), + [sym_continue_statement] = STATE(630), + [sym_goto_statement] = STATE(630), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(840), + [anon_sym_switch] = ACTIONS(842), + [anon_sym_case] = ACTIONS(844), + [anon_sym_default] = ACTIONS(846), + [anon_sym_while] = ACTIONS(848), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(850), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(852), + [sym_comment] = ACTIONS(42), }, [620] = { - [anon_sym_LPAREN] = ACTIONS(871), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(865), - [anon_sym_extern] = ACTIONS(214), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_typedef] = ACTIONS(214), - [anon_sym_static] = ACTIONS(214), - [anon_sym_auto] = ACTIONS(214), - [anon_sym_register] = ACTIONS(214), - [anon_sym_const] = ACTIONS(214), - [anon_sym_restrict] = ACTIONS(214), - [anon_sym_volatile] = ACTIONS(214), - [sym_function_specifier] = ACTIONS(214), - [anon_sym_COLON] = ACTIONS(1275), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_identifier] = ACTIONS(216), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1781), + [sym_comment] = ACTIONS(42), }, [621] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(862), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(1783), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [622] = { - [sym__expression] = STATE(697), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(1794), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(872), + [anon_sym_SEMI] = ACTIONS(866), + [anon_sym_extern] = ACTIONS(95), + [anon_sym_STAR] = ACTIONS(879), + [anon_sym_LBRACK] = ACTIONS(866), + [anon_sym_EQ] = ACTIONS(868), + [anon_sym_typedef] = ACTIONS(95), + [anon_sym_static] = ACTIONS(95), + [anon_sym_auto] = ACTIONS(95), + [anon_sym_register] = ACTIONS(95), + [anon_sym_const] = ACTIONS(95), + [anon_sym_restrict] = ACTIONS(95), + [anon_sym_volatile] = ACTIONS(95), + [sym_function_specifier] = ACTIONS(95), + [anon_sym_QMARK] = ACTIONS(866), + [anon_sym_STAR_EQ] = ACTIONS(866), + [anon_sym_SLASH_EQ] = ACTIONS(866), + [anon_sym_PERCENT_EQ] = ACTIONS(866), + [anon_sym_PLUS_EQ] = ACTIONS(866), + [anon_sym_DASH_EQ] = ACTIONS(866), + [anon_sym_LT_LT_EQ] = ACTIONS(866), + [anon_sym_GT_GT_EQ] = ACTIONS(866), + [anon_sym_AMP_EQ] = ACTIONS(866), + [anon_sym_CARET_EQ] = ACTIONS(866), + [anon_sym_PIPE_EQ] = ACTIONS(866), + [anon_sym_AMP] = ACTIONS(868), + [anon_sym_PIPE_PIPE] = ACTIONS(866), + [anon_sym_AMP_AMP] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_LT] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_LT_LT] = ACTIONS(868), + [anon_sym_GT_GT] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_PERCENT] = ACTIONS(868), + [anon_sym_DASH_DASH] = ACTIONS(866), + [anon_sym_PLUS_PLUS] = ACTIONS(866), + [anon_sym_DOT] = ACTIONS(866), + [anon_sym_DASH_GT] = ACTIONS(866), + [sym_identifier] = ACTIONS(97), + [sym_comment] = ACTIONS(42), }, [623] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__declarator] = STATE(863), + [sym_pointer_declarator] = STATE(44), + [sym_function_declarator] = STATE(44), + [sym_array_declarator] = STATE(44), + [sym_init_declarator] = STATE(864), + [anon_sym_LPAREN] = ACTIONS(107), + [anon_sym_STAR] = ACTIONS(462), + [sym_identifier] = ACTIONS(113), + [sym_comment] = ACTIONS(42), }, [624] = { - [sym__expression] = STATE(699), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(1785), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [625] = { - [sym__expression] = STATE(701), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(1798), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1787), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1787), + [anon_sym_LPAREN] = ACTIONS(1789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1787), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1787), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1787), + [sym_preproc_directive] = ACTIONS(1791), + [anon_sym_SEMI] = ACTIONS(1789), + [anon_sym_extern] = ACTIONS(1787), + [anon_sym_LBRACE] = ACTIONS(1789), + [anon_sym_RBRACE] = ACTIONS(1789), + [anon_sym_STAR] = ACTIONS(1789), + [anon_sym_typedef] = ACTIONS(1787), + [anon_sym_static] = ACTIONS(1787), + [anon_sym_auto] = ACTIONS(1787), + [anon_sym_register] = ACTIONS(1787), + [anon_sym_const] = ACTIONS(1787), + [anon_sym_restrict] = ACTIONS(1787), + [anon_sym_volatile] = ACTIONS(1787), + [sym_function_specifier] = ACTIONS(1787), + [anon_sym_unsigned] = ACTIONS(1787), + [anon_sym_long] = ACTIONS(1787), + [anon_sym_short] = ACTIONS(1787), + [anon_sym_enum] = ACTIONS(1787), + [anon_sym_struct] = ACTIONS(1787), + [anon_sym_union] = ACTIONS(1787), + [anon_sym_if] = ACTIONS(1787), + [anon_sym_switch] = ACTIONS(1787), + [anon_sym_case] = ACTIONS(1787), + [anon_sym_default] = ACTIONS(1787), + [anon_sym_while] = ACTIONS(1787), + [anon_sym_do] = ACTIONS(1787), + [anon_sym_for] = ACTIONS(1787), + [anon_sym_return] = ACTIONS(1787), + [anon_sym_break] = ACTIONS(1787), + [anon_sym_continue] = ACTIONS(1787), + [anon_sym_goto] = ACTIONS(1787), + [anon_sym_AMP] = ACTIONS(1789), + [anon_sym_BANG] = ACTIONS(1789), + [anon_sym_TILDE] = ACTIONS(1789), + [anon_sym_PLUS] = ACTIONS(1787), + [anon_sym_DASH] = ACTIONS(1787), + [anon_sym_DASH_DASH] = ACTIONS(1789), + [anon_sym_PLUS_PLUS] = ACTIONS(1789), + [anon_sym_sizeof] = ACTIONS(1787), + [sym_number_literal] = ACTIONS(1787), + [sym_char_literal] = ACTIONS(1787), + [sym_string_literal] = ACTIONS(1789), + [sym_identifier] = ACTIONS(1791), + [sym_comment] = ACTIONS(42), }, [626] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(1800), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1793), + [anon_sym_LPAREN] = ACTIONS(1795), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1793), + [sym_preproc_directive] = ACTIONS(1797), + [anon_sym_SEMI] = ACTIONS(1795), + [anon_sym_extern] = ACTIONS(1793), + [anon_sym_LBRACE] = ACTIONS(1795), + [anon_sym_RBRACE] = ACTIONS(1795), + [anon_sym_STAR] = ACTIONS(1795), + [anon_sym_typedef] = ACTIONS(1793), + [anon_sym_static] = ACTIONS(1793), + [anon_sym_auto] = ACTIONS(1793), + [anon_sym_register] = ACTIONS(1793), + [anon_sym_const] = ACTIONS(1793), + [anon_sym_restrict] = ACTIONS(1793), + [anon_sym_volatile] = ACTIONS(1793), + [sym_function_specifier] = ACTIONS(1793), + [anon_sym_unsigned] = ACTIONS(1793), + [anon_sym_long] = ACTIONS(1793), + [anon_sym_short] = ACTIONS(1793), + [anon_sym_enum] = ACTIONS(1793), + [anon_sym_struct] = ACTIONS(1793), + [anon_sym_union] = ACTIONS(1793), + [anon_sym_if] = ACTIONS(1793), + [anon_sym_switch] = ACTIONS(1793), + [anon_sym_case] = ACTIONS(1793), + [anon_sym_default] = ACTIONS(1793), + [anon_sym_while] = ACTIONS(1793), + [anon_sym_do] = ACTIONS(1793), + [anon_sym_for] = ACTIONS(1793), + [anon_sym_return] = ACTIONS(1793), + [anon_sym_break] = ACTIONS(1793), + [anon_sym_continue] = ACTIONS(1793), + [anon_sym_goto] = ACTIONS(1793), + [anon_sym_AMP] = ACTIONS(1795), + [anon_sym_BANG] = ACTIONS(1795), + [anon_sym_TILDE] = ACTIONS(1795), + [anon_sym_PLUS] = ACTIONS(1793), + [anon_sym_DASH] = ACTIONS(1793), + [anon_sym_DASH_DASH] = ACTIONS(1795), + [anon_sym_PLUS_PLUS] = ACTIONS(1795), + [anon_sym_sizeof] = ACTIONS(1793), + [sym_number_literal] = ACTIONS(1793), + [sym_char_literal] = ACTIONS(1793), + [sym_string_literal] = ACTIONS(1795), + [sym_identifier] = ACTIONS(1797), + [sym_comment] = ACTIONS(42), }, [627] = { - [sym__expression] = STATE(703), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(1800), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_RPAREN] = ACTIONS(1799), + [sym_comment] = ACTIONS(42), }, [628] = { - [sym__expression] = STATE(559), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(560), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_COMMA] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_STAR] = ACTIONS(1804), - [anon_sym_LBRACK] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1806), - [anon_sym_QMARK] = ACTIONS(1802), - [anon_sym_STAR_EQ] = ACTIONS(1802), - [anon_sym_SLASH_EQ] = ACTIONS(1802), - [anon_sym_PERCENT_EQ] = ACTIONS(1802), - [anon_sym_PLUS_EQ] = ACTIONS(1802), - [anon_sym_DASH_EQ] = ACTIONS(1802), - [anon_sym_LT_LT_EQ] = ACTIONS(1802), - [anon_sym_GT_GT_EQ] = ACTIONS(1802), - [anon_sym_AMP_EQ] = ACTIONS(1802), - [anon_sym_CARET_EQ] = ACTIONS(1802), - [anon_sym_PIPE_EQ] = ACTIONS(1802), - [anon_sym_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1802), - [anon_sym_AMP_AMP] = ACTIONS(1802), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_PIPE] = ACTIONS(1806), - [anon_sym_CARET] = ACTIONS(1806), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_LT] = ACTIONS(1806), - [anon_sym_GT] = ACTIONS(1806), - [anon_sym_LT_EQ] = ACTIONS(1802), - [anon_sym_GT_EQ] = ACTIONS(1802), - [anon_sym_LT_LT] = ACTIONS(1806), - [anon_sym_GT_GT] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_SLASH] = ACTIONS(1806), - [anon_sym_PERCENT] = ACTIONS(1806), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_DASH_GT] = ACTIONS(1802), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1801), + [anon_sym_COMMA] = ACTIONS(1801), + [anon_sym_RPAREN] = ACTIONS(1801), + [anon_sym_SEMI] = ACTIONS(1801), + [anon_sym_RBRACE] = ACTIONS(1801), + [anon_sym_STAR] = ACTIONS(1803), + [anon_sym_LBRACK] = ACTIONS(1801), + [anon_sym_RBRACK] = ACTIONS(1801), + [anon_sym_EQ] = ACTIONS(1803), + [anon_sym_COLON] = ACTIONS(1801), + [anon_sym_QMARK] = ACTIONS(1801), + [anon_sym_STAR_EQ] = ACTIONS(1801), + [anon_sym_SLASH_EQ] = ACTIONS(1801), + [anon_sym_PERCENT_EQ] = ACTIONS(1801), + [anon_sym_PLUS_EQ] = ACTIONS(1801), + [anon_sym_DASH_EQ] = ACTIONS(1801), + [anon_sym_LT_LT_EQ] = ACTIONS(1801), + [anon_sym_GT_GT_EQ] = ACTIONS(1801), + [anon_sym_AMP_EQ] = ACTIONS(1801), + [anon_sym_CARET_EQ] = ACTIONS(1801), + [anon_sym_PIPE_EQ] = ACTIONS(1801), + [anon_sym_AMP] = ACTIONS(1803), + [anon_sym_PIPE_PIPE] = ACTIONS(1801), + [anon_sym_AMP_AMP] = ACTIONS(1801), + [anon_sym_PIPE] = ACTIONS(1803), + [anon_sym_CARET] = ACTIONS(1803), + [anon_sym_EQ_EQ] = ACTIONS(1801), + [anon_sym_BANG_EQ] = ACTIONS(1801), + [anon_sym_LT] = ACTIONS(1803), + [anon_sym_GT] = ACTIONS(1803), + [anon_sym_LT_EQ] = ACTIONS(1801), + [anon_sym_GT_EQ] = ACTIONS(1801), + [anon_sym_LT_LT] = ACTIONS(1803), + [anon_sym_GT_GT] = ACTIONS(1803), + [anon_sym_PLUS] = ACTIONS(1803), + [anon_sym_DASH] = ACTIONS(1803), + [anon_sym_SLASH] = ACTIONS(1803), + [anon_sym_PERCENT] = ACTIONS(1803), + [anon_sym_DASH_DASH] = ACTIONS(1801), + [anon_sym_PLUS_PLUS] = ACTIONS(1801), + [anon_sym_DOT] = ACTIONS(1801), + [anon_sym_DASH_GT] = ACTIONS(1801), + [sym_string_literal] = ACTIONS(1801), + [sym_comment] = ACTIONS(42), }, [629] = { - [sym__expression] = STATE(704), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(866), + [anon_sym_COMMA] = ACTIONS(866), + [anon_sym_SEMI] = ACTIONS(866), + [anon_sym_STAR] = ACTIONS(868), + [anon_sym_LBRACK] = ACTIONS(866), + [anon_sym_EQ] = ACTIONS(868), + [anon_sym_COLON] = ACTIONS(882), + [anon_sym_QMARK] = ACTIONS(866), + [anon_sym_STAR_EQ] = ACTIONS(866), + [anon_sym_SLASH_EQ] = ACTIONS(866), + [anon_sym_PERCENT_EQ] = ACTIONS(866), + [anon_sym_PLUS_EQ] = ACTIONS(866), + [anon_sym_DASH_EQ] = ACTIONS(866), + [anon_sym_LT_LT_EQ] = ACTIONS(866), + [anon_sym_GT_GT_EQ] = ACTIONS(866), + [anon_sym_AMP_EQ] = ACTIONS(866), + [anon_sym_CARET_EQ] = ACTIONS(866), + [anon_sym_PIPE_EQ] = ACTIONS(866), + [anon_sym_AMP] = ACTIONS(868), + [anon_sym_PIPE_PIPE] = ACTIONS(866), + [anon_sym_AMP_AMP] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_LT] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_LT_LT] = ACTIONS(868), + [anon_sym_GT_GT] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_PERCENT] = ACTIONS(868), + [anon_sym_DASH_DASH] = ACTIONS(866), + [anon_sym_PLUS_PLUS] = ACTIONS(866), + [anon_sym_DOT] = ACTIONS(866), + [anon_sym_DASH_GT] = ACTIONS(866), + [sym_comment] = ACTIONS(42), }, [630] = { - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_RPAREN] = ACTIONS(1810), - [anon_sym_SEMI] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_STAR] = ACTIONS(1812), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_RBRACK] = ACTIONS(1810), - [anon_sym_EQ] = ACTIONS(1812), - [anon_sym_COLON] = ACTIONS(1810), - [anon_sym_QMARK] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_LT_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_GT_EQ] = ACTIONS(1810), - [anon_sym_AMP_EQ] = ACTIONS(1810), - [anon_sym_CARET_EQ] = ACTIONS(1810), - [anon_sym_PIPE_EQ] = ACTIONS(1810), - [anon_sym_AMP] = ACTIONS(1812), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE] = ACTIONS(1812), - [anon_sym_CARET] = ACTIONS(1812), - [anon_sym_EQ_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1812), - [anon_sym_GT] = ACTIONS(1812), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_LT_LT] = ACTIONS(1812), - [anon_sym_GT_GT] = ACTIONS(1812), - [anon_sym_PLUS] = ACTIONS(1812), - [anon_sym_DASH] = ACTIONS(1812), - [anon_sym_SLASH] = ACTIONS(1812), - [anon_sym_PERCENT] = ACTIONS(1812), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DOT] = ACTIONS(1810), - [anon_sym_DASH_GT] = ACTIONS(1810), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1805), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1805), + [anon_sym_LPAREN] = ACTIONS(1807), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1805), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1805), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1805), + [sym_preproc_directive] = ACTIONS(1809), + [anon_sym_SEMI] = ACTIONS(1807), + [anon_sym_extern] = ACTIONS(1805), + [anon_sym_LBRACE] = ACTIONS(1807), + [anon_sym_RBRACE] = ACTIONS(1807), + [anon_sym_STAR] = ACTIONS(1807), + [anon_sym_typedef] = ACTIONS(1805), + [anon_sym_static] = ACTIONS(1805), + [anon_sym_auto] = ACTIONS(1805), + [anon_sym_register] = ACTIONS(1805), + [anon_sym_const] = ACTIONS(1805), + [anon_sym_restrict] = ACTIONS(1805), + [anon_sym_volatile] = ACTIONS(1805), + [sym_function_specifier] = ACTIONS(1805), + [anon_sym_unsigned] = ACTIONS(1805), + [anon_sym_long] = ACTIONS(1805), + [anon_sym_short] = ACTIONS(1805), + [anon_sym_enum] = ACTIONS(1805), + [anon_sym_struct] = ACTIONS(1805), + [anon_sym_union] = ACTIONS(1805), + [anon_sym_if] = ACTIONS(1805), + [anon_sym_switch] = ACTIONS(1805), + [anon_sym_case] = ACTIONS(1805), + [anon_sym_default] = ACTIONS(1805), + [anon_sym_while] = ACTIONS(1805), + [anon_sym_do] = ACTIONS(1805), + [anon_sym_for] = ACTIONS(1805), + [anon_sym_return] = ACTIONS(1805), + [anon_sym_break] = ACTIONS(1805), + [anon_sym_continue] = ACTIONS(1805), + [anon_sym_goto] = ACTIONS(1805), + [anon_sym_AMP] = ACTIONS(1807), + [anon_sym_BANG] = ACTIONS(1807), + [anon_sym_TILDE] = ACTIONS(1807), + [anon_sym_PLUS] = ACTIONS(1805), + [anon_sym_DASH] = ACTIONS(1805), + [anon_sym_DASH_DASH] = ACTIONS(1807), + [anon_sym_PLUS_PLUS] = ACTIONS(1807), + [anon_sym_sizeof] = ACTIONS(1805), + [sym_number_literal] = ACTIONS(1805), + [sym_char_literal] = ACTIONS(1805), + [sym_string_literal] = ACTIONS(1807), + [sym_identifier] = ACTIONS(1809), + [sym_comment] = ACTIONS(42), }, [631] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(1816), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(466), + [anon_sym_LPAREN] = ACTIONS(464), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(466), + [sym_preproc_directive] = ACTIONS(468), + [anon_sym_SEMI] = ACTIONS(464), + [anon_sym_extern] = ACTIONS(466), + [anon_sym_LBRACE] = ACTIONS(464), + [anon_sym_RBRACE] = ACTIONS(464), + [anon_sym_STAR] = ACTIONS(464), + [anon_sym_typedef] = ACTIONS(466), + [anon_sym_static] = ACTIONS(466), + [anon_sym_auto] = ACTIONS(466), + [anon_sym_register] = ACTIONS(466), + [anon_sym_const] = ACTIONS(466), + [anon_sym_restrict] = ACTIONS(466), + [anon_sym_volatile] = ACTIONS(466), + [sym_function_specifier] = ACTIONS(466), + [anon_sym_unsigned] = ACTIONS(466), + [anon_sym_long] = ACTIONS(466), + [anon_sym_short] = ACTIONS(466), + [anon_sym_enum] = ACTIONS(466), + [anon_sym_struct] = ACTIONS(466), + [anon_sym_union] = ACTIONS(466), + [anon_sym_if] = ACTIONS(466), + [anon_sym_switch] = ACTIONS(466), + [anon_sym_case] = ACTIONS(466), + [anon_sym_default] = ACTIONS(466), + [anon_sym_while] = ACTIONS(466), + [anon_sym_do] = ACTIONS(466), + [anon_sym_for] = ACTIONS(466), + [anon_sym_return] = ACTIONS(466), + [anon_sym_break] = ACTIONS(466), + [anon_sym_continue] = ACTIONS(466), + [anon_sym_goto] = ACTIONS(466), + [anon_sym_AMP] = ACTIONS(464), + [anon_sym_BANG] = ACTIONS(464), + [anon_sym_TILDE] = ACTIONS(464), + [anon_sym_PLUS] = ACTIONS(466), + [anon_sym_DASH] = ACTIONS(466), + [anon_sym_DASH_DASH] = ACTIONS(464), + [anon_sym_PLUS_PLUS] = ACTIONS(464), + [anon_sym_sizeof] = ACTIONS(466), + [sym_number_literal] = ACTIONS(466), + [sym_char_literal] = ACTIONS(466), + [sym_string_literal] = ACTIONS(464), + [sym_identifier] = ACTIONS(468), + [sym_comment] = ACTIONS(42), }, [632] = { - [anon_sym_LPAREN] = ACTIONS(1818), - [anon_sym_COMMA] = ACTIONS(1818), - [anon_sym_RPAREN] = ACTIONS(1818), - [anon_sym_SEMI] = ACTIONS(1818), - [anon_sym_RBRACE] = ACTIONS(1818), - [anon_sym_STAR] = ACTIONS(1820), - [anon_sym_LBRACK] = ACTIONS(1818), - [anon_sym_RBRACK] = ACTIONS(1818), - [anon_sym_EQ] = ACTIONS(1820), - [anon_sym_COLON] = ACTIONS(1818), - [anon_sym_QMARK] = ACTIONS(1818), - [anon_sym_STAR_EQ] = ACTIONS(1818), - [anon_sym_SLASH_EQ] = ACTIONS(1818), - [anon_sym_PERCENT_EQ] = ACTIONS(1818), - [anon_sym_PLUS_EQ] = ACTIONS(1818), - [anon_sym_DASH_EQ] = ACTIONS(1818), - [anon_sym_LT_LT_EQ] = ACTIONS(1818), - [anon_sym_GT_GT_EQ] = ACTIONS(1818), - [anon_sym_AMP_EQ] = ACTIONS(1818), - [anon_sym_CARET_EQ] = ACTIONS(1818), - [anon_sym_PIPE_EQ] = ACTIONS(1818), - [anon_sym_AMP] = ACTIONS(1820), - [anon_sym_PIPE_PIPE] = ACTIONS(1818), - [anon_sym_AMP_AMP] = ACTIONS(1818), - [anon_sym_PIPE] = ACTIONS(1820), - [anon_sym_CARET] = ACTIONS(1820), - [anon_sym_EQ_EQ] = ACTIONS(1818), - [anon_sym_BANG_EQ] = ACTIONS(1818), - [anon_sym_LT] = ACTIONS(1820), - [anon_sym_GT] = ACTIONS(1820), - [anon_sym_LT_EQ] = ACTIONS(1818), - [anon_sym_GT_EQ] = ACTIONS(1818), - [anon_sym_LT_LT] = ACTIONS(1820), - [anon_sym_GT_GT] = ACTIONS(1820), - [anon_sym_PLUS] = ACTIONS(1820), - [anon_sym_DASH] = ACTIONS(1820), - [anon_sym_SLASH] = ACTIONS(1820), - [anon_sym_PERCENT] = ACTIONS(1820), - [anon_sym_DASH_DASH] = ACTIONS(1818), - [anon_sym_PLUS_PLUS] = ACTIONS(1818), - [anon_sym_DOT] = ACTIONS(1818), - [anon_sym_DASH_GT] = ACTIONS(1818), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(568), + [anon_sym_SEMI] = ACTIONS(1811), + [sym_comment] = ACTIONS(42), }, [633] = { - [sym__expression] = STATE(707), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1813), + [anon_sym_COMMA] = ACTIONS(1813), + [anon_sym_RPAREN] = ACTIONS(1813), + [anon_sym_SEMI] = ACTIONS(1813), + [anon_sym_RBRACE] = ACTIONS(1813), + [anon_sym_STAR] = ACTIONS(1815), + [anon_sym_LBRACK] = ACTIONS(1813), + [anon_sym_RBRACK] = ACTIONS(1813), + [anon_sym_EQ] = ACTIONS(1815), + [anon_sym_COLON] = ACTIONS(1813), + [anon_sym_QMARK] = ACTIONS(1813), + [anon_sym_STAR_EQ] = ACTIONS(1813), + [anon_sym_SLASH_EQ] = ACTIONS(1813), + [anon_sym_PERCENT_EQ] = ACTIONS(1813), + [anon_sym_PLUS_EQ] = ACTIONS(1813), + [anon_sym_DASH_EQ] = ACTIONS(1813), + [anon_sym_LT_LT_EQ] = ACTIONS(1813), + [anon_sym_GT_GT_EQ] = ACTIONS(1813), + [anon_sym_AMP_EQ] = ACTIONS(1813), + [anon_sym_CARET_EQ] = ACTIONS(1813), + [anon_sym_PIPE_EQ] = ACTIONS(1813), + [anon_sym_AMP] = ACTIONS(1815), + [anon_sym_PIPE_PIPE] = ACTIONS(1813), + [anon_sym_AMP_AMP] = ACTIONS(1813), + [anon_sym_PIPE] = ACTIONS(1815), + [anon_sym_CARET] = ACTIONS(1815), + [anon_sym_EQ_EQ] = ACTIONS(1813), + [anon_sym_BANG_EQ] = ACTIONS(1813), + [anon_sym_LT] = ACTIONS(1815), + [anon_sym_GT] = ACTIONS(1815), + [anon_sym_LT_EQ] = ACTIONS(1813), + [anon_sym_GT_EQ] = ACTIONS(1813), + [anon_sym_LT_LT] = ACTIONS(1815), + [anon_sym_GT_GT] = ACTIONS(1815), + [anon_sym_PLUS] = ACTIONS(1815), + [anon_sym_DASH] = ACTIONS(1815), + [anon_sym_SLASH] = ACTIONS(1815), + [anon_sym_PERCENT] = ACTIONS(1815), + [anon_sym_DASH_DASH] = ACTIONS(1813), + [anon_sym_PLUS_PLUS] = ACTIONS(1813), + [anon_sym_DOT] = ACTIONS(1813), + [anon_sym_DASH_GT] = ACTIONS(1813), + [sym_comment] = ACTIONS(42), }, [634] = { - [sym__expression] = STATE(559), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(560), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_STAR] = ACTIONS(1822), - [anon_sym_LBRACK] = ACTIONS(1802), - [anon_sym_RBRACK] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1806), - [anon_sym_QMARK] = ACTIONS(1802), - [anon_sym_STAR_EQ] = ACTIONS(1802), - [anon_sym_SLASH_EQ] = ACTIONS(1802), - [anon_sym_PERCENT_EQ] = ACTIONS(1802), - [anon_sym_PLUS_EQ] = ACTIONS(1802), - [anon_sym_DASH_EQ] = ACTIONS(1802), - [anon_sym_LT_LT_EQ] = ACTIONS(1802), - [anon_sym_GT_GT_EQ] = ACTIONS(1802), - [anon_sym_AMP_EQ] = ACTIONS(1802), - [anon_sym_CARET_EQ] = ACTIONS(1802), - [anon_sym_PIPE_EQ] = ACTIONS(1802), - [anon_sym_AMP] = ACTIONS(1822), - [anon_sym_PIPE_PIPE] = ACTIONS(1802), - [anon_sym_AMP_AMP] = ACTIONS(1802), - [anon_sym_BANG] = ACTIONS(1824), - [anon_sym_PIPE] = ACTIONS(1806), - [anon_sym_CARET] = ACTIONS(1806), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_LT] = ACTIONS(1806), - [anon_sym_GT] = ACTIONS(1806), - [anon_sym_LT_EQ] = ACTIONS(1802), - [anon_sym_GT_EQ] = ACTIONS(1802), - [anon_sym_LT_LT] = ACTIONS(1806), - [anon_sym_GT_GT] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_SLASH] = ACTIONS(1806), - [anon_sym_PERCENT] = ACTIONS(1806), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_DASH_GT] = ACTIONS(1802), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [aux_sym_for_statement_repeat1] = STATE(870), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1817), + [anon_sym_RPAREN] = ACTIONS(1819), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [635] = { - [sym__expression] = STATE(708), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(906), + [anon_sym_SEMI] = ACTIONS(1821), + [anon_sym_STAR] = ACTIONS(910), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(914), + [anon_sym_QMARK] = ACTIONS(916), + [anon_sym_STAR_EQ] = ACTIONS(918), + [anon_sym_SLASH_EQ] = ACTIONS(918), + [anon_sym_PERCENT_EQ] = ACTIONS(918), + [anon_sym_PLUS_EQ] = ACTIONS(918), + [anon_sym_DASH_EQ] = ACTIONS(918), + [anon_sym_LT_LT_EQ] = ACTIONS(918), + [anon_sym_GT_GT_EQ] = ACTIONS(918), + [anon_sym_AMP_EQ] = ACTIONS(918), + [anon_sym_CARET_EQ] = ACTIONS(918), + [anon_sym_PIPE_EQ] = ACTIONS(918), + [anon_sym_AMP] = ACTIONS(920), + [anon_sym_PIPE_PIPE] = ACTIONS(922), + [anon_sym_AMP_AMP] = ACTIONS(924), + [anon_sym_PIPE] = ACTIONS(926), + [anon_sym_CARET] = ACTIONS(928), + [anon_sym_EQ_EQ] = ACTIONS(930), + [anon_sym_BANG_EQ] = ACTIONS(930), + [anon_sym_LT] = ACTIONS(932), + [anon_sym_GT] = ACTIONS(932), + [anon_sym_LT_EQ] = ACTIONS(934), + [anon_sym_GT_EQ] = ACTIONS(934), + [anon_sym_LT_LT] = ACTIONS(936), + [anon_sym_GT_GT] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_SLASH] = ACTIONS(910), + [anon_sym_PERCENT] = ACTIONS(910), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [636] = { - [anon_sym_LBRACK] = ACTIONS(1826), - [anon_sym_EQ] = ACTIONS(1826), - [anon_sym_DOT] = ACTIONS(1826), - [sym_comment] = ACTIONS(123), + [anon_sym_RPAREN] = ACTIONS(1821), + [anon_sym_SEMI] = ACTIONS(1821), + [sym_comment] = ACTIONS(42), }, [637] = { - [anon_sym_LPAREN] = ACTIONS(1828), - [anon_sym_COMMA] = ACTIONS(1828), - [anon_sym_RPAREN] = ACTIONS(1828), - [anon_sym_SEMI] = ACTIONS(1828), - [anon_sym_RBRACE] = ACTIONS(1828), - [anon_sym_STAR] = ACTIONS(1830), - [anon_sym_LBRACK] = ACTIONS(1828), - [anon_sym_RBRACK] = ACTIONS(1828), - [anon_sym_EQ] = ACTIONS(1830), - [anon_sym_COLON] = ACTIONS(1828), - [anon_sym_QMARK] = ACTIONS(1828), - [anon_sym_STAR_EQ] = ACTIONS(1828), - [anon_sym_SLASH_EQ] = ACTIONS(1828), - [anon_sym_PERCENT_EQ] = ACTIONS(1828), - [anon_sym_PLUS_EQ] = ACTIONS(1828), - [anon_sym_DASH_EQ] = ACTIONS(1828), - [anon_sym_LT_LT_EQ] = ACTIONS(1828), - [anon_sym_GT_GT_EQ] = ACTIONS(1828), - [anon_sym_AMP_EQ] = ACTIONS(1828), - [anon_sym_CARET_EQ] = ACTIONS(1828), - [anon_sym_PIPE_EQ] = ACTIONS(1828), - [anon_sym_AMP] = ACTIONS(1830), - [anon_sym_PIPE_PIPE] = ACTIONS(1828), - [anon_sym_AMP_AMP] = ACTIONS(1828), - [anon_sym_PIPE] = ACTIONS(1830), - [anon_sym_CARET] = ACTIONS(1830), - [anon_sym_EQ_EQ] = ACTIONS(1828), - [anon_sym_BANG_EQ] = ACTIONS(1828), - [anon_sym_LT] = ACTIONS(1830), - [anon_sym_GT] = ACTIONS(1830), - [anon_sym_LT_EQ] = ACTIONS(1828), - [anon_sym_GT_EQ] = ACTIONS(1828), - [anon_sym_LT_LT] = ACTIONS(1830), - [anon_sym_GT_GT] = ACTIONS(1830), - [anon_sym_PLUS] = ACTIONS(1830), - [anon_sym_DASH] = ACTIONS(1830), - [anon_sym_SLASH] = ACTIONS(1830), - [anon_sym_PERCENT] = ACTIONS(1830), - [anon_sym_DASH_DASH] = ACTIONS(1828), - [anon_sym_PLUS_PLUS] = ACTIONS(1828), - [anon_sym_DOT] = ACTIONS(1828), - [anon_sym_DASH_GT] = ACTIONS(1828), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1823), + [anon_sym_RPAREN] = ACTIONS(1823), + [anon_sym_SEMI] = ACTIONS(1823), + [anon_sym_RBRACE] = ACTIONS(1823), + [anon_sym_STAR] = ACTIONS(1825), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_RBRACK] = ACTIONS(1823), + [anon_sym_EQ] = ACTIONS(1825), + [anon_sym_COLON] = ACTIONS(1823), + [anon_sym_QMARK] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_LT_LT_EQ] = ACTIONS(1823), + [anon_sym_GT_GT_EQ] = ACTIONS(1823), + [anon_sym_AMP_EQ] = ACTIONS(1823), + [anon_sym_CARET_EQ] = ACTIONS(1823), + [anon_sym_PIPE_EQ] = ACTIONS(1823), + [anon_sym_AMP] = ACTIONS(1825), + [anon_sym_PIPE_PIPE] = ACTIONS(1823), + [anon_sym_AMP_AMP] = ACTIONS(1823), + [anon_sym_PIPE] = ACTIONS(1825), + [anon_sym_CARET] = ACTIONS(1825), + [anon_sym_EQ_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(1823), + [anon_sym_LT] = ACTIONS(1825), + [anon_sym_GT] = ACTIONS(1825), + [anon_sym_LT_EQ] = ACTIONS(1823), + [anon_sym_GT_EQ] = ACTIONS(1823), + [anon_sym_LT_LT] = ACTIONS(1825), + [anon_sym_GT_GT] = ACTIONS(1825), + [anon_sym_PLUS] = ACTIONS(1825), + [anon_sym_DASH] = ACTIONS(1825), + [anon_sym_SLASH] = ACTIONS(1825), + [anon_sym_PERCENT] = ACTIONS(1825), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [638] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1832), - [anon_sym_RBRACE] = ACTIONS(1832), - [anon_sym_STAR] = ACTIONS(1041), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1043), - [anon_sym_QMARK] = ACTIONS(1045), - [anon_sym_STAR_EQ] = ACTIONS(1047), - [anon_sym_SLASH_EQ] = ACTIONS(1047), - [anon_sym_PERCENT_EQ] = ACTIONS(1047), - [anon_sym_PLUS_EQ] = ACTIONS(1047), - [anon_sym_DASH_EQ] = ACTIONS(1047), - [anon_sym_LT_LT_EQ] = ACTIONS(1047), - [anon_sym_GT_GT_EQ] = ACTIONS(1047), - [anon_sym_AMP_EQ] = ACTIONS(1047), - [anon_sym_CARET_EQ] = ACTIONS(1047), - [anon_sym_PIPE_EQ] = ACTIONS(1047), - [anon_sym_AMP] = ACTIONS(1049), - [anon_sym_PIPE_PIPE] = ACTIONS(1051), - [anon_sym_AMP_AMP] = ACTIONS(1053), - [anon_sym_PIPE] = ACTIONS(1055), - [anon_sym_CARET] = ACTIONS(1057), - [anon_sym_EQ_EQ] = ACTIONS(1059), - [anon_sym_BANG_EQ] = ACTIONS(1059), - [anon_sym_LT] = ACTIONS(1061), - [anon_sym_GT] = ACTIONS(1061), - [anon_sym_LT_EQ] = ACTIONS(1063), - [anon_sym_GT_EQ] = ACTIONS(1063), - [anon_sym_LT_LT] = ACTIONS(1065), - [anon_sym_GT_GT] = ACTIONS(1065), - [anon_sym_PLUS] = ACTIONS(1067), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_SLASH] = ACTIONS(1041), - [anon_sym_PERCENT] = ACTIONS(1041), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_RBRACK] = ACTIONS(1827), + [anon_sym_EQ] = ACTIONS(976), + [anon_sym_QMARK] = ACTIONS(978), + [anon_sym_STAR_EQ] = ACTIONS(980), + [anon_sym_SLASH_EQ] = ACTIONS(980), + [anon_sym_PERCENT_EQ] = ACTIONS(980), + [anon_sym_PLUS_EQ] = ACTIONS(980), + [anon_sym_DASH_EQ] = ACTIONS(980), + [anon_sym_LT_LT_EQ] = ACTIONS(980), + [anon_sym_GT_GT_EQ] = ACTIONS(980), + [anon_sym_AMP_EQ] = ACTIONS(980), + [anon_sym_CARET_EQ] = ACTIONS(980), + [anon_sym_PIPE_EQ] = ACTIONS(980), + [anon_sym_AMP] = ACTIONS(982), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(986), + [anon_sym_PIPE] = ACTIONS(988), + [anon_sym_CARET] = ACTIONS(990), + [anon_sym_EQ_EQ] = ACTIONS(992), + [anon_sym_BANG_EQ] = ACTIONS(992), + [anon_sym_LT] = ACTIONS(994), + [anon_sym_GT] = ACTIONS(994), + [anon_sym_LT_EQ] = ACTIONS(996), + [anon_sym_GT_EQ] = ACTIONS(996), + [anon_sym_LT_LT] = ACTIONS(998), + [anon_sym_GT_GT] = ACTIONS(998), + [anon_sym_PLUS] = ACTIONS(1000), + [anon_sym_DASH] = ACTIONS(1000), + [anon_sym_SLASH] = ACTIONS(974), + [anon_sym_PERCENT] = ACTIONS(974), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [639] = { - [anon_sym_COMMA] = ACTIONS(1832), - [anon_sym_RBRACE] = ACTIONS(1832), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1829), + [anon_sym_SEMI] = ACTIONS(1829), + [anon_sym_STAR] = ACTIONS(910), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(914), + [anon_sym_QMARK] = ACTIONS(1829), + [anon_sym_STAR_EQ] = ACTIONS(918), + [anon_sym_SLASH_EQ] = ACTIONS(918), + [anon_sym_PERCENT_EQ] = ACTIONS(918), + [anon_sym_PLUS_EQ] = ACTIONS(918), + [anon_sym_DASH_EQ] = ACTIONS(918), + [anon_sym_LT_LT_EQ] = ACTIONS(918), + [anon_sym_GT_GT_EQ] = ACTIONS(918), + [anon_sym_AMP_EQ] = ACTIONS(918), + [anon_sym_CARET_EQ] = ACTIONS(918), + [anon_sym_PIPE_EQ] = ACTIONS(918), + [anon_sym_AMP] = ACTIONS(920), + [anon_sym_PIPE_PIPE] = ACTIONS(922), + [anon_sym_AMP_AMP] = ACTIONS(924), + [anon_sym_PIPE] = ACTIONS(926), + [anon_sym_CARET] = ACTIONS(928), + [anon_sym_EQ_EQ] = ACTIONS(930), + [anon_sym_BANG_EQ] = ACTIONS(930), + [anon_sym_LT] = ACTIONS(932), + [anon_sym_GT] = ACTIONS(932), + [anon_sym_LT_EQ] = ACTIONS(934), + [anon_sym_GT_EQ] = ACTIONS(934), + [anon_sym_LT_LT] = ACTIONS(936), + [anon_sym_GT_GT] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_SLASH] = ACTIONS(910), + [anon_sym_PERCENT] = ACTIONS(910), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [640] = { - [sym_designator] = STATE(509), - [anon_sym_LBRACK] = ACTIONS(979), - [anon_sym_EQ] = ACTIONS(1834), - [anon_sym_DOT] = ACTIONS(981), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1339), + [anon_sym_COLON] = ACTIONS(1831), + [anon_sym_QMARK] = ACTIONS(1343), + [anon_sym_STAR_EQ] = ACTIONS(1345), + [anon_sym_SLASH_EQ] = ACTIONS(1345), + [anon_sym_PERCENT_EQ] = ACTIONS(1345), + [anon_sym_PLUS_EQ] = ACTIONS(1345), + [anon_sym_DASH_EQ] = ACTIONS(1345), + [anon_sym_LT_LT_EQ] = ACTIONS(1345), + [anon_sym_GT_GT_EQ] = ACTIONS(1345), + [anon_sym_AMP_EQ] = ACTIONS(1345), + [anon_sym_CARET_EQ] = ACTIONS(1345), + [anon_sym_PIPE_EQ] = ACTIONS(1345), + [anon_sym_AMP] = ACTIONS(1347), + [anon_sym_PIPE_PIPE] = ACTIONS(1349), + [anon_sym_AMP_AMP] = ACTIONS(1351), + [anon_sym_PIPE] = ACTIONS(1353), + [anon_sym_CARET] = ACTIONS(1355), + [anon_sym_EQ_EQ] = ACTIONS(1357), + [anon_sym_BANG_EQ] = ACTIONS(1357), + [anon_sym_LT] = ACTIONS(1359), + [anon_sym_GT] = ACTIONS(1359), + [anon_sym_LT_EQ] = ACTIONS(1361), + [anon_sym_GT_EQ] = ACTIONS(1361), + [anon_sym_LT_LT] = ACTIONS(1363), + [anon_sym_GT_GT] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1365), + [anon_sym_SLASH] = ACTIONS(1337), + [anon_sym_PERCENT] = ACTIONS(1337), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [641] = { - [sym__expression] = STATE(559), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(560), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_COMMA] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_RBRACE] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1836), - [anon_sym_LBRACK] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1806), - [anon_sym_QMARK] = ACTIONS(1802), - [anon_sym_STAR_EQ] = ACTIONS(1802), - [anon_sym_SLASH_EQ] = ACTIONS(1802), - [anon_sym_PERCENT_EQ] = ACTIONS(1802), - [anon_sym_PLUS_EQ] = ACTIONS(1802), - [anon_sym_DASH_EQ] = ACTIONS(1802), - [anon_sym_LT_LT_EQ] = ACTIONS(1802), - [anon_sym_GT_GT_EQ] = ACTIONS(1802), - [anon_sym_AMP_EQ] = ACTIONS(1802), - [anon_sym_CARET_EQ] = ACTIONS(1802), - [anon_sym_PIPE_EQ] = ACTIONS(1802), - [anon_sym_AMP] = ACTIONS(1836), - [anon_sym_PIPE_PIPE] = ACTIONS(1802), - [anon_sym_AMP_AMP] = ACTIONS(1802), - [anon_sym_BANG] = ACTIONS(1838), - [anon_sym_PIPE] = ACTIONS(1806), - [anon_sym_CARET] = ACTIONS(1806), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_LT] = ACTIONS(1806), - [anon_sym_GT] = ACTIONS(1806), - [anon_sym_LT_EQ] = ACTIONS(1802), - [anon_sym_GT_EQ] = ACTIONS(1802), - [anon_sym_LT_LT] = ACTIONS(1806), - [anon_sym_GT_GT] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(685), - [anon_sym_DASH] = ACTIONS(685), - [anon_sym_SLASH] = ACTIONS(1806), - [anon_sym_PERCENT] = ACTIONS(1806), - [anon_sym_DASH_DASH] = ACTIONS(687), - [anon_sym_PLUS_PLUS] = ACTIONS(687), - [anon_sym_sizeof] = ACTIONS(689), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_DASH_GT] = ACTIONS(1802), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1833), + [anon_sym_SEMI] = ACTIONS(1833), + [anon_sym_STAR] = ACTIONS(910), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1835), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_STAR_EQ] = ACTIONS(1833), + [anon_sym_SLASH_EQ] = ACTIONS(1833), + [anon_sym_PERCENT_EQ] = ACTIONS(1833), + [anon_sym_PLUS_EQ] = ACTIONS(1833), + [anon_sym_DASH_EQ] = ACTIONS(1833), + [anon_sym_LT_LT_EQ] = ACTIONS(1833), + [anon_sym_GT_GT_EQ] = ACTIONS(1833), + [anon_sym_AMP_EQ] = ACTIONS(1833), + [anon_sym_CARET_EQ] = ACTIONS(1833), + [anon_sym_PIPE_EQ] = ACTIONS(1833), + [anon_sym_AMP] = ACTIONS(1835), + [anon_sym_PIPE_PIPE] = ACTIONS(1833), + [anon_sym_AMP_AMP] = ACTIONS(1833), + [anon_sym_PIPE] = ACTIONS(1835), + [anon_sym_CARET] = ACTIONS(1835), + [anon_sym_EQ_EQ] = ACTIONS(930), + [anon_sym_BANG_EQ] = ACTIONS(930), + [anon_sym_LT] = ACTIONS(932), + [anon_sym_GT] = ACTIONS(932), + [anon_sym_LT_EQ] = ACTIONS(934), + [anon_sym_GT_EQ] = ACTIONS(934), + [anon_sym_LT_LT] = ACTIONS(936), + [anon_sym_GT_GT] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_SLASH] = ACTIONS(910), + [anon_sym_PERCENT] = ACTIONS(910), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [642] = { - [sym__expression] = STATE(710), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_STAR] = ACTIONS(679), - [anon_sym_AMP] = ACTIONS(679), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_PLUS] = ACTIONS(685), - [anon_sym_DASH] = ACTIONS(685), - [anon_sym_DASH_DASH] = ACTIONS(687), - [anon_sym_PLUS_PLUS] = ACTIONS(687), - [anon_sym_sizeof] = ACTIONS(689), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1837), + [anon_sym_SEMI] = ACTIONS(1837), + [anon_sym_STAR] = ACTIONS(910), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1839), + [anon_sym_QMARK] = ACTIONS(1837), + [anon_sym_STAR_EQ] = ACTIONS(1837), + [anon_sym_SLASH_EQ] = ACTIONS(1837), + [anon_sym_PERCENT_EQ] = ACTIONS(1837), + [anon_sym_PLUS_EQ] = ACTIONS(1837), + [anon_sym_DASH_EQ] = ACTIONS(1837), + [anon_sym_LT_LT_EQ] = ACTIONS(1837), + [anon_sym_GT_GT_EQ] = ACTIONS(1837), + [anon_sym_AMP_EQ] = ACTIONS(1837), + [anon_sym_CARET_EQ] = ACTIONS(1837), + [anon_sym_PIPE_EQ] = ACTIONS(1837), + [anon_sym_AMP] = ACTIONS(920), + [anon_sym_PIPE_PIPE] = ACTIONS(1837), + [anon_sym_AMP_AMP] = ACTIONS(924), + [anon_sym_PIPE] = ACTIONS(926), + [anon_sym_CARET] = ACTIONS(928), + [anon_sym_EQ_EQ] = ACTIONS(930), + [anon_sym_BANG_EQ] = ACTIONS(930), + [anon_sym_LT] = ACTIONS(932), + [anon_sym_GT] = ACTIONS(932), + [anon_sym_LT_EQ] = ACTIONS(934), + [anon_sym_GT_EQ] = ACTIONS(934), + [anon_sym_LT_LT] = ACTIONS(936), + [anon_sym_GT_GT] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_SLASH] = ACTIONS(910), + [anon_sym_PERCENT] = ACTIONS(910), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [643] = { - [sym__expression] = STATE(559), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(560), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_STAR] = ACTIONS(1840), - [anon_sym_LBRACK] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1806), - [anon_sym_QMARK] = ACTIONS(1802), - [anon_sym_STAR_EQ] = ACTIONS(1802), - [anon_sym_SLASH_EQ] = ACTIONS(1802), - [anon_sym_PERCENT_EQ] = ACTIONS(1802), - [anon_sym_PLUS_EQ] = ACTIONS(1802), - [anon_sym_DASH_EQ] = ACTIONS(1802), - [anon_sym_LT_LT_EQ] = ACTIONS(1802), - [anon_sym_GT_GT_EQ] = ACTIONS(1802), - [anon_sym_AMP_EQ] = ACTIONS(1802), - [anon_sym_CARET_EQ] = ACTIONS(1802), - [anon_sym_PIPE_EQ] = ACTIONS(1802), - [anon_sym_AMP] = ACTIONS(1840), - [anon_sym_PIPE_PIPE] = ACTIONS(1802), - [anon_sym_AMP_AMP] = ACTIONS(1802), - [anon_sym_BANG] = ACTIONS(1842), - [anon_sym_PIPE] = ACTIONS(1806), - [anon_sym_CARET] = ACTIONS(1806), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_LT] = ACTIONS(1806), - [anon_sym_GT] = ACTIONS(1806), - [anon_sym_LT_EQ] = ACTIONS(1802), - [anon_sym_GT_EQ] = ACTIONS(1802), - [anon_sym_LT_LT] = ACTIONS(1806), - [anon_sym_GT_GT] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_SLASH] = ACTIONS(1806), - [anon_sym_PERCENT] = ACTIONS(1806), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_DASH_GT] = ACTIONS(1802), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1837), + [anon_sym_SEMI] = ACTIONS(1837), + [anon_sym_STAR] = ACTIONS(910), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1839), + [anon_sym_QMARK] = ACTIONS(1837), + [anon_sym_STAR_EQ] = ACTIONS(1837), + [anon_sym_SLASH_EQ] = ACTIONS(1837), + [anon_sym_PERCENT_EQ] = ACTIONS(1837), + [anon_sym_PLUS_EQ] = ACTIONS(1837), + [anon_sym_DASH_EQ] = ACTIONS(1837), + [anon_sym_LT_LT_EQ] = ACTIONS(1837), + [anon_sym_GT_GT_EQ] = ACTIONS(1837), + [anon_sym_AMP_EQ] = ACTIONS(1837), + [anon_sym_CARET_EQ] = ACTIONS(1837), + [anon_sym_PIPE_EQ] = ACTIONS(1837), + [anon_sym_AMP] = ACTIONS(920), + [anon_sym_PIPE_PIPE] = ACTIONS(1837), + [anon_sym_AMP_AMP] = ACTIONS(1837), + [anon_sym_PIPE] = ACTIONS(926), + [anon_sym_CARET] = ACTIONS(928), + [anon_sym_EQ_EQ] = ACTIONS(930), + [anon_sym_BANG_EQ] = ACTIONS(930), + [anon_sym_LT] = ACTIONS(932), + [anon_sym_GT] = ACTIONS(932), + [anon_sym_LT_EQ] = ACTIONS(934), + [anon_sym_GT_EQ] = ACTIONS(934), + [anon_sym_LT_LT] = ACTIONS(936), + [anon_sym_GT_GT] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_SLASH] = ACTIONS(910), + [anon_sym_PERCENT] = ACTIONS(910), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [644] = { - [sym__expression] = STATE(711), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1833), + [anon_sym_SEMI] = ACTIONS(1833), + [anon_sym_STAR] = ACTIONS(910), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1835), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_STAR_EQ] = ACTIONS(1833), + [anon_sym_SLASH_EQ] = ACTIONS(1833), + [anon_sym_PERCENT_EQ] = ACTIONS(1833), + [anon_sym_PLUS_EQ] = ACTIONS(1833), + [anon_sym_DASH_EQ] = ACTIONS(1833), + [anon_sym_LT_LT_EQ] = ACTIONS(1833), + [anon_sym_GT_GT_EQ] = ACTIONS(1833), + [anon_sym_AMP_EQ] = ACTIONS(1833), + [anon_sym_CARET_EQ] = ACTIONS(1833), + [anon_sym_PIPE_EQ] = ACTIONS(1833), + [anon_sym_AMP] = ACTIONS(920), + [anon_sym_PIPE_PIPE] = ACTIONS(1833), + [anon_sym_AMP_AMP] = ACTIONS(1833), + [anon_sym_PIPE] = ACTIONS(1835), + [anon_sym_CARET] = ACTIONS(928), + [anon_sym_EQ_EQ] = ACTIONS(930), + [anon_sym_BANG_EQ] = ACTIONS(930), + [anon_sym_LT] = ACTIONS(932), + [anon_sym_GT] = ACTIONS(932), + [anon_sym_LT_EQ] = ACTIONS(934), + [anon_sym_GT_EQ] = ACTIONS(934), + [anon_sym_LT_LT] = ACTIONS(936), + [anon_sym_GT_GT] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_SLASH] = ACTIONS(910), + [anon_sym_PERCENT] = ACTIONS(910), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [645] = { - [anon_sym_LPAREN] = ACTIONS(1844), - [anon_sym_COMMA] = ACTIONS(1844), - [anon_sym_RPAREN] = ACTIONS(1844), - [anon_sym_SEMI] = ACTIONS(1844), - [anon_sym_LBRACK] = ACTIONS(1844), - [anon_sym_COLON] = ACTIONS(1844), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1833), + [anon_sym_SEMI] = ACTIONS(1833), + [anon_sym_STAR] = ACTIONS(910), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1835), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_STAR_EQ] = ACTIONS(1833), + [anon_sym_SLASH_EQ] = ACTIONS(1833), + [anon_sym_PERCENT_EQ] = ACTIONS(1833), + [anon_sym_PLUS_EQ] = ACTIONS(1833), + [anon_sym_DASH_EQ] = ACTIONS(1833), + [anon_sym_LT_LT_EQ] = ACTIONS(1833), + [anon_sym_GT_GT_EQ] = ACTIONS(1833), + [anon_sym_AMP_EQ] = ACTIONS(1833), + [anon_sym_CARET_EQ] = ACTIONS(1833), + [anon_sym_PIPE_EQ] = ACTIONS(1833), + [anon_sym_AMP] = ACTIONS(920), + [anon_sym_PIPE_PIPE] = ACTIONS(1833), + [anon_sym_AMP_AMP] = ACTIONS(1833), + [anon_sym_PIPE] = ACTIONS(1835), + [anon_sym_CARET] = ACTIONS(1835), + [anon_sym_EQ_EQ] = ACTIONS(930), + [anon_sym_BANG_EQ] = ACTIONS(930), + [anon_sym_LT] = ACTIONS(932), + [anon_sym_GT] = ACTIONS(932), + [anon_sym_LT_EQ] = ACTIONS(934), + [anon_sym_GT_EQ] = ACTIONS(934), + [anon_sym_LT_LT] = ACTIONS(936), + [anon_sym_GT_GT] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_SLASH] = ACTIONS(910), + [anon_sym_PERCENT] = ACTIONS(910), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [646] = { - [anon_sym_extern] = ACTIONS(1846), - [anon_sym_RBRACE] = ACTIONS(1848), - [anon_sym_typedef] = ACTIONS(1846), - [anon_sym_static] = ACTIONS(1846), - [anon_sym_auto] = ACTIONS(1846), - [anon_sym_register] = ACTIONS(1846), - [anon_sym_const] = ACTIONS(1846), - [anon_sym_restrict] = ACTIONS(1846), - [anon_sym_volatile] = ACTIONS(1846), - [sym_function_specifier] = ACTIONS(1846), - [anon_sym_unsigned] = ACTIONS(1846), - [anon_sym_long] = ACTIONS(1846), - [anon_sym_short] = ACTIONS(1846), - [anon_sym_enum] = ACTIONS(1846), - [anon_sym_struct] = ACTIONS(1846), - [anon_sym_union] = ACTIONS(1846), - [sym_identifier] = ACTIONS(1850), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1841), + [anon_sym_SEMI] = ACTIONS(1841), + [anon_sym_STAR] = ACTIONS(910), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1843), + [anon_sym_QMARK] = ACTIONS(1841), + [anon_sym_STAR_EQ] = ACTIONS(1841), + [anon_sym_SLASH_EQ] = ACTIONS(1841), + [anon_sym_PERCENT_EQ] = ACTIONS(1841), + [anon_sym_PLUS_EQ] = ACTIONS(1841), + [anon_sym_DASH_EQ] = ACTIONS(1841), + [anon_sym_LT_LT_EQ] = ACTIONS(1841), + [anon_sym_GT_GT_EQ] = ACTIONS(1841), + [anon_sym_AMP_EQ] = ACTIONS(1841), + [anon_sym_CARET_EQ] = ACTIONS(1841), + [anon_sym_PIPE_EQ] = ACTIONS(1841), + [anon_sym_AMP] = ACTIONS(1843), + [anon_sym_PIPE_PIPE] = ACTIONS(1841), + [anon_sym_AMP_AMP] = ACTIONS(1841), + [anon_sym_PIPE] = ACTIONS(1843), + [anon_sym_CARET] = ACTIONS(1843), + [anon_sym_EQ_EQ] = ACTIONS(1841), + [anon_sym_BANG_EQ] = ACTIONS(1841), + [anon_sym_LT] = ACTIONS(932), + [anon_sym_GT] = ACTIONS(932), + [anon_sym_LT_EQ] = ACTIONS(934), + [anon_sym_GT_EQ] = ACTIONS(934), + [anon_sym_LT_LT] = ACTIONS(936), + [anon_sym_GT_GT] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_SLASH] = ACTIONS(910), + [anon_sym_PERCENT] = ACTIONS(910), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [647] = { - [anon_sym_LPAREN] = ACTIONS(1852), - [anon_sym_COMMA] = ACTIONS(1852), - [anon_sym_RPAREN] = ACTIONS(1852), - [anon_sym_LBRACK] = ACTIONS(1852), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1845), + [anon_sym_SEMI] = ACTIONS(1845), + [anon_sym_STAR] = ACTIONS(910), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1847), + [anon_sym_QMARK] = ACTIONS(1845), + [anon_sym_STAR_EQ] = ACTIONS(1845), + [anon_sym_SLASH_EQ] = ACTIONS(1845), + [anon_sym_PERCENT_EQ] = ACTIONS(1845), + [anon_sym_PLUS_EQ] = ACTIONS(1845), + [anon_sym_DASH_EQ] = ACTIONS(1845), + [anon_sym_LT_LT_EQ] = ACTIONS(1845), + [anon_sym_GT_GT_EQ] = ACTIONS(1845), + [anon_sym_AMP_EQ] = ACTIONS(1845), + [anon_sym_CARET_EQ] = ACTIONS(1845), + [anon_sym_PIPE_EQ] = ACTIONS(1845), + [anon_sym_AMP] = ACTIONS(1847), + [anon_sym_PIPE_PIPE] = ACTIONS(1845), + [anon_sym_AMP_AMP] = ACTIONS(1845), + [anon_sym_PIPE] = ACTIONS(1847), + [anon_sym_CARET] = ACTIONS(1847), + [anon_sym_EQ_EQ] = ACTIONS(1845), + [anon_sym_BANG_EQ] = ACTIONS(1845), + [anon_sym_LT] = ACTIONS(1847), + [anon_sym_GT] = ACTIONS(1847), + [anon_sym_LT_EQ] = ACTIONS(1845), + [anon_sym_GT_EQ] = ACTIONS(1845), + [anon_sym_LT_LT] = ACTIONS(936), + [anon_sym_GT_GT] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_SLASH] = ACTIONS(910), + [anon_sym_PERCENT] = ACTIONS(910), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [648] = { - [sym__expression] = STATE(559), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(560), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_COMMA] = ACTIONS(1802), - [anon_sym_RPAREN] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_STAR] = ACTIONS(1854), - [anon_sym_LBRACK] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1806), - [anon_sym_QMARK] = ACTIONS(1802), - [anon_sym_STAR_EQ] = ACTIONS(1802), - [anon_sym_SLASH_EQ] = ACTIONS(1802), - [anon_sym_PERCENT_EQ] = ACTIONS(1802), - [anon_sym_PLUS_EQ] = ACTIONS(1802), - [anon_sym_DASH_EQ] = ACTIONS(1802), - [anon_sym_LT_LT_EQ] = ACTIONS(1802), - [anon_sym_GT_GT_EQ] = ACTIONS(1802), - [anon_sym_AMP_EQ] = ACTIONS(1802), - [anon_sym_CARET_EQ] = ACTIONS(1802), - [anon_sym_PIPE_EQ] = ACTIONS(1802), - [anon_sym_AMP] = ACTIONS(1854), - [anon_sym_PIPE_PIPE] = ACTIONS(1802), - [anon_sym_AMP_AMP] = ACTIONS(1802), - [anon_sym_BANG] = ACTIONS(1856), - [anon_sym_PIPE] = ACTIONS(1806), - [anon_sym_CARET] = ACTIONS(1806), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_LT] = ACTIONS(1806), - [anon_sym_GT] = ACTIONS(1806), - [anon_sym_LT_EQ] = ACTIONS(1802), - [anon_sym_GT_EQ] = ACTIONS(1802), - [anon_sym_LT_LT] = ACTIONS(1806), - [anon_sym_GT_GT] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_SLASH] = ACTIONS(1806), - [anon_sym_PERCENT] = ACTIONS(1806), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_DASH_GT] = ACTIONS(1802), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1849), + [anon_sym_SEMI] = ACTIONS(1849), + [anon_sym_STAR] = ACTIONS(910), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1851), + [anon_sym_QMARK] = ACTIONS(1849), + [anon_sym_STAR_EQ] = ACTIONS(1849), + [anon_sym_SLASH_EQ] = ACTIONS(1849), + [anon_sym_PERCENT_EQ] = ACTIONS(1849), + [anon_sym_PLUS_EQ] = ACTIONS(1849), + [anon_sym_DASH_EQ] = ACTIONS(1849), + [anon_sym_LT_LT_EQ] = ACTIONS(1849), + [anon_sym_GT_GT_EQ] = ACTIONS(1849), + [anon_sym_AMP_EQ] = ACTIONS(1849), + [anon_sym_CARET_EQ] = ACTIONS(1849), + [anon_sym_PIPE_EQ] = ACTIONS(1849), + [anon_sym_AMP] = ACTIONS(1851), + [anon_sym_PIPE_PIPE] = ACTIONS(1849), + [anon_sym_AMP_AMP] = ACTIONS(1849), + [anon_sym_PIPE] = ACTIONS(1851), + [anon_sym_CARET] = ACTIONS(1851), + [anon_sym_EQ_EQ] = ACTIONS(1849), + [anon_sym_BANG_EQ] = ACTIONS(1849), + [anon_sym_LT] = ACTIONS(1851), + [anon_sym_GT] = ACTIONS(1851), + [anon_sym_LT_EQ] = ACTIONS(1849), + [anon_sym_GT_EQ] = ACTIONS(1849), + [anon_sym_LT_LT] = ACTIONS(1851), + [anon_sym_GT_GT] = ACTIONS(1851), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_SLASH] = ACTIONS(910), + [anon_sym_PERCENT] = ACTIONS(910), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [649] = { - [sym__expression] = STATE(712), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1823), + [anon_sym_SEMI] = ACTIONS(1823), + [anon_sym_STAR] = ACTIONS(910), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1825), + [anon_sym_QMARK] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_LT_LT_EQ] = ACTIONS(1823), + [anon_sym_GT_GT_EQ] = ACTIONS(1823), + [anon_sym_AMP_EQ] = ACTIONS(1823), + [anon_sym_CARET_EQ] = ACTIONS(1823), + [anon_sym_PIPE_EQ] = ACTIONS(1823), + [anon_sym_AMP] = ACTIONS(1825), + [anon_sym_PIPE_PIPE] = ACTIONS(1823), + [anon_sym_AMP_AMP] = ACTIONS(1823), + [anon_sym_PIPE] = ACTIONS(1825), + [anon_sym_CARET] = ACTIONS(1825), + [anon_sym_EQ_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(1823), + [anon_sym_LT] = ACTIONS(1825), + [anon_sym_GT] = ACTIONS(1825), + [anon_sym_LT_EQ] = ACTIONS(1823), + [anon_sym_GT_EQ] = ACTIONS(1823), + [anon_sym_LT_LT] = ACTIONS(1825), + [anon_sym_GT_GT] = ACTIONS(1825), + [anon_sym_PLUS] = ACTIONS(1825), + [anon_sym_DASH] = ACTIONS(1825), + [anon_sym_SLASH] = ACTIONS(910), + [anon_sym_PERCENT] = ACTIONS(910), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [650] = { - [sym__expression] = STATE(713), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1853), + [anon_sym_COMMA] = ACTIONS(1853), + [anon_sym_RPAREN] = ACTIONS(1853), + [anon_sym_SEMI] = ACTIONS(1853), + [anon_sym_RBRACE] = ACTIONS(1853), + [anon_sym_STAR] = ACTIONS(1855), + [anon_sym_LBRACK] = ACTIONS(1853), + [anon_sym_RBRACK] = ACTIONS(1853), + [anon_sym_EQ] = ACTIONS(1855), + [anon_sym_COLON] = ACTIONS(1853), + [anon_sym_QMARK] = ACTIONS(1853), + [anon_sym_STAR_EQ] = ACTIONS(1853), + [anon_sym_SLASH_EQ] = ACTIONS(1853), + [anon_sym_PERCENT_EQ] = ACTIONS(1853), + [anon_sym_PLUS_EQ] = ACTIONS(1853), + [anon_sym_DASH_EQ] = ACTIONS(1853), + [anon_sym_LT_LT_EQ] = ACTIONS(1853), + [anon_sym_GT_GT_EQ] = ACTIONS(1853), + [anon_sym_AMP_EQ] = ACTIONS(1853), + [anon_sym_CARET_EQ] = ACTIONS(1853), + [anon_sym_PIPE_EQ] = ACTIONS(1853), + [anon_sym_AMP] = ACTIONS(1855), + [anon_sym_PIPE_PIPE] = ACTIONS(1853), + [anon_sym_AMP_AMP] = ACTIONS(1853), + [anon_sym_PIPE] = ACTIONS(1855), + [anon_sym_CARET] = ACTIONS(1855), + [anon_sym_EQ_EQ] = ACTIONS(1853), + [anon_sym_BANG_EQ] = ACTIONS(1853), + [anon_sym_LT] = ACTIONS(1855), + [anon_sym_GT] = ACTIONS(1855), + [anon_sym_LT_EQ] = ACTIONS(1853), + [anon_sym_GT_EQ] = ACTIONS(1853), + [anon_sym_LT_LT] = ACTIONS(1855), + [anon_sym_GT_GT] = ACTIONS(1855), + [anon_sym_PLUS] = ACTIONS(1855), + [anon_sym_DASH] = ACTIONS(1855), + [anon_sym_SLASH] = ACTIONS(1855), + [anon_sym_PERCENT] = ACTIONS(1855), + [anon_sym_DASH_DASH] = ACTIONS(1853), + [anon_sym_PLUS_PLUS] = ACTIONS(1853), + [anon_sym_DOT] = ACTIONS(1853), + [anon_sym_DASH_GT] = ACTIONS(1853), + [sym_comment] = ACTIONS(42), }, [651] = { - [sym__expression] = STATE(714), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(755), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_initializer_list] = STATE(756), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_LBRACE] = ACTIONS(556), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(544), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [652] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_COLON] = ACTIONS(1858), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_STAR_EQ] = ACTIONS(1241), - [anon_sym_SLASH_EQ] = ACTIONS(1241), - [anon_sym_PERCENT_EQ] = ACTIONS(1241), - [anon_sym_PLUS_EQ] = ACTIONS(1241), - [anon_sym_DASH_EQ] = ACTIONS(1241), - [anon_sym_LT_LT_EQ] = ACTIONS(1241), - [anon_sym_GT_GT_EQ] = ACTIONS(1241), - [anon_sym_AMP_EQ] = ACTIONS(1241), - [anon_sym_CARET_EQ] = ACTIONS(1241), - [anon_sym_PIPE_EQ] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1245), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE] = ACTIONS(1249), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_EQ_EQ] = ACTIONS(1253), - [anon_sym_BANG_EQ] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_RBRACE] = ACTIONS(1857), + [sym_comment] = ACTIONS(42), }, [653] = { - [sym_declaration] = STATE(452), - [sym__declaration_specifiers] = STATE(453), - [sym_compound_statement] = STATE(452), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(452), - [sym_expression_statement] = STATE(452), - [sym_if_statement] = STATE(452), - [sym_switch_statement] = STATE(452), - [sym_case_statement] = STATE(452), - [sym_while_statement] = STATE(452), - [sym_do_statement] = STATE(452), - [sym_for_statement] = STATE(452), - [sym_return_statement] = STATE(452), - [sym_break_statement] = STATE(452), - [sym_continue_statement] = STATE(452), - [sym_goto_statement] = STATE(452), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(1464), - [anon_sym_switch] = ACTIONS(1466), - [anon_sym_case] = ACTIONS(1468), - [anon_sym_default] = ACTIONS(1470), - [anon_sym_while] = ACTIONS(1472), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1474), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1860), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(382), + [anon_sym_extern] = ACTIONS(384), + [anon_sym_STAR] = ACTIONS(382), + [anon_sym_RBRACK] = ACTIONS(382), + [anon_sym_typedef] = ACTIONS(384), + [anon_sym_static] = ACTIONS(384), + [anon_sym_auto] = ACTIONS(384), + [anon_sym_register] = ACTIONS(384), + [anon_sym_const] = ACTIONS(384), + [anon_sym_restrict] = ACTIONS(384), + [anon_sym_volatile] = ACTIONS(384), + [sym_function_specifier] = ACTIONS(384), + [anon_sym_AMP] = ACTIONS(382), + [anon_sym_BANG] = ACTIONS(382), + [anon_sym_TILDE] = ACTIONS(382), + [anon_sym_PLUS] = ACTIONS(384), + [anon_sym_DASH] = ACTIONS(384), + [anon_sym_DASH_DASH] = ACTIONS(382), + [anon_sym_PLUS_PLUS] = ACTIONS(382), + [anon_sym_sizeof] = ACTIONS(384), + [sym_number_literal] = ACTIONS(384), + [sym_char_literal] = ACTIONS(384), + [sym_string_literal] = ACTIONS(382), + [sym_identifier] = ACTIONS(386), + [sym_comment] = ACTIONS(42), }, [654] = { - [sym__expression] = STATE(717), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_enumerator_list_repeat1] = STATE(875), + [anon_sym_COMMA] = ACTIONS(1859), + [anon_sym_RBRACE] = ACTIONS(1857), + [sym_comment] = ACTIONS(42), }, [655] = { - [sym_declaration] = STATE(718), - [sym__declaration_specifiers] = STATE(453), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(719), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(1862), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1281), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(394), + [anon_sym_extern] = ACTIONS(396), + [anon_sym_STAR] = ACTIONS(394), + [anon_sym_RBRACK] = ACTIONS(394), + [anon_sym_typedef] = ACTIONS(396), + [anon_sym_static] = ACTIONS(396), + [anon_sym_auto] = ACTIONS(396), + [anon_sym_register] = ACTIONS(396), + [anon_sym_const] = ACTIONS(396), + [anon_sym_restrict] = ACTIONS(396), + [anon_sym_volatile] = ACTIONS(396), + [sym_function_specifier] = ACTIONS(396), + [anon_sym_AMP] = ACTIONS(394), + [anon_sym_BANG] = ACTIONS(394), + [anon_sym_TILDE] = ACTIONS(394), + [anon_sym_PLUS] = ACTIONS(396), + [anon_sym_DASH] = ACTIONS(396), + [anon_sym_DASH_DASH] = ACTIONS(394), + [anon_sym_PLUS_PLUS] = ACTIONS(394), + [anon_sym_sizeof] = ACTIONS(396), + [sym_number_literal] = ACTIONS(396), + [sym_char_literal] = ACTIONS(396), + [sym_string_literal] = ACTIONS(394), + [sym_identifier] = ACTIONS(398), + [sym_comment] = ACTIONS(42), }, [656] = { - [sym_compound_statement] = STATE(471), - [sym_labeled_statement] = STATE(471), - [sym_expression_statement] = STATE(471), - [sym_if_statement] = STATE(471), - [sym_switch_statement] = STATE(471), - [sym_case_statement] = STATE(471), - [sym_while_statement] = STATE(471), - [sym_do_statement] = STATE(471), - [sym_for_statement] = STATE(471), - [sym_return_statement] = STATE(471), - [sym_break_statement] = STATE(471), - [sym_continue_statement] = STATE(471), - [sym_goto_statement] = STATE(471), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1464), - [anon_sym_switch] = ACTIONS(1466), - [anon_sym_case] = ACTIONS(1468), - [anon_sym_default] = ACTIONS(1470), - [anon_sym_while] = ACTIONS(1472), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1474), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1864), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(400), + [anon_sym_extern] = ACTIONS(402), + [anon_sym_STAR] = ACTIONS(400), + [anon_sym_RBRACK] = ACTIONS(400), + [anon_sym_typedef] = ACTIONS(402), + [anon_sym_static] = ACTIONS(402), + [anon_sym_auto] = ACTIONS(402), + [anon_sym_register] = ACTIONS(402), + [anon_sym_const] = ACTIONS(402), + [anon_sym_restrict] = ACTIONS(402), + [anon_sym_volatile] = ACTIONS(402), + [sym_function_specifier] = ACTIONS(402), + [anon_sym_AMP] = ACTIONS(400), + [anon_sym_BANG] = ACTIONS(400), + [anon_sym_TILDE] = ACTIONS(400), + [anon_sym_PLUS] = ACTIONS(402), + [anon_sym_DASH] = ACTIONS(402), + [anon_sym_DASH_DASH] = ACTIONS(400), + [anon_sym_PLUS_PLUS] = ACTIONS(400), + [anon_sym_sizeof] = ACTIONS(402), + [sym_number_literal] = ACTIONS(402), + [sym_char_literal] = ACTIONS(402), + [sym_string_literal] = ACTIONS(400), + [sym_identifier] = ACTIONS(404), + [sym_comment] = ACTIONS(42), }, [657] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(1866), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), - }, - [658] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(1868), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), - }, - [659] = { - [sym_declaration] = STATE(605), - [sym__declaration_specifiers] = STATE(453), - [sym_compound_statement] = STATE(605), + [sym__declaration_specifiers] = STATE(88), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -36471,5261 +25616,4193 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(605), - [sym_expression_statement] = STATE(605), - [sym_if_statement] = STATE(605), - [sym_switch_statement] = STATE(605), - [sym_case_statement] = STATE(605), - [sym_while_statement] = STATE(605), - [sym_do_statement] = STATE(605), - [sym_for_statement] = STATE(605), - [sym_return_statement] = STATE(605), - [sym_break_statement] = STATE(605), - [sym_continue_statement] = STATE(605), - [sym_goto_statement] = STATE(605), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), + [sym_field_declaration] = STATE(162), [sym_macro_type_specifier] = STATE(21), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(1195), - [anon_sym_switch] = ACTIONS(1197), - [anon_sym_case] = ACTIONS(1199), - [anon_sym_default] = ACTIONS(1201), - [anon_sym_while] = ACTIONS(1203), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1205), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1714), - [sym_comment] = ACTIONS(123), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_RBRACE] = ACTIONS(1861), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), + }, + [658] = { + [anon_sym_LPAREN] = ACTIONS(424), + [anon_sym_extern] = ACTIONS(426), + [anon_sym_STAR] = ACTIONS(424), + [anon_sym_RBRACK] = ACTIONS(424), + [anon_sym_typedef] = ACTIONS(426), + [anon_sym_static] = ACTIONS(426), + [anon_sym_auto] = ACTIONS(426), + [anon_sym_register] = ACTIONS(426), + [anon_sym_const] = ACTIONS(426), + [anon_sym_restrict] = ACTIONS(426), + [anon_sym_volatile] = ACTIONS(426), + [sym_function_specifier] = ACTIONS(426), + [anon_sym_AMP] = ACTIONS(424), + [anon_sym_BANG] = ACTIONS(424), + [anon_sym_TILDE] = ACTIONS(424), + [anon_sym_PLUS] = ACTIONS(426), + [anon_sym_DASH] = ACTIONS(426), + [anon_sym_DASH_DASH] = ACTIONS(424), + [anon_sym_PLUS_PLUS] = ACTIONS(424), + [anon_sym_sizeof] = ACTIONS(426), + [sym_number_literal] = ACTIONS(426), + [sym_char_literal] = ACTIONS(426), + [sym_string_literal] = ACTIONS(424), + [sym_identifier] = ACTIONS(428), + [sym_comment] = ACTIONS(42), + }, + [659] = { + [anon_sym_LPAREN] = ACTIONS(430), + [anon_sym_extern] = ACTIONS(432), + [anon_sym_STAR] = ACTIONS(430), + [anon_sym_RBRACK] = ACTIONS(430), + [anon_sym_typedef] = ACTIONS(432), + [anon_sym_static] = ACTIONS(432), + [anon_sym_auto] = ACTIONS(432), + [anon_sym_register] = ACTIONS(432), + [anon_sym_const] = ACTIONS(432), + [anon_sym_restrict] = ACTIONS(432), + [anon_sym_volatile] = ACTIONS(432), + [sym_function_specifier] = ACTIONS(432), + [anon_sym_AMP] = ACTIONS(430), + [anon_sym_BANG] = ACTIONS(430), + [anon_sym_TILDE] = ACTIONS(430), + [anon_sym_PLUS] = ACTIONS(432), + [anon_sym_DASH] = ACTIONS(432), + [anon_sym_DASH_DASH] = ACTIONS(430), + [anon_sym_PLUS_PLUS] = ACTIONS(430), + [anon_sym_sizeof] = ACTIONS(432), + [sym_number_literal] = ACTIONS(432), + [sym_char_literal] = ACTIONS(432), + [sym_string_literal] = ACTIONS(430), + [sym_identifier] = ACTIONS(434), + [sym_comment] = ACTIONS(42), }, [660] = { - [anon_sym_LPAREN] = ACTIONS(871), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(865), - [anon_sym_extern] = ACTIONS(214), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_typedef] = ACTIONS(214), - [anon_sym_static] = ACTIONS(214), - [anon_sym_auto] = ACTIONS(214), - [anon_sym_register] = ACTIONS(214), - [anon_sym_const] = ACTIONS(214), - [anon_sym_restrict] = ACTIONS(214), - [anon_sym_volatile] = ACTIONS(214), - [sym_function_specifier] = ACTIONS(214), - [anon_sym_COLON] = ACTIONS(1488), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_identifier] = ACTIONS(216), - [sym_comment] = ACTIONS(123), + [anon_sym_RPAREN] = ACTIONS(1863), + [sym_comment] = ACTIONS(42), }, [661] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(1870), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_RPAREN] = ACTIONS(1865), + [sym_comment] = ACTIONS(42), }, [662] = { - [sym__expression] = STATE(725), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(1872), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1867), + [anon_sym_COMMA] = ACTIONS(1867), + [anon_sym_RPAREN] = ACTIONS(1867), + [anon_sym_SEMI] = ACTIONS(1867), + [anon_sym_LBRACE] = ACTIONS(1867), + [anon_sym_LBRACK] = ACTIONS(1867), + [anon_sym_EQ] = ACTIONS(1867), + [sym_comment] = ACTIONS(42), }, [663] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(1874), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(572), + [anon_sym_extern] = ACTIONS(274), + [anon_sym_STAR] = ACTIONS(572), + [anon_sym_RBRACK] = ACTIONS(572), + [anon_sym_typedef] = ACTIONS(274), + [anon_sym_static] = ACTIONS(274), + [anon_sym_auto] = ACTIONS(274), + [anon_sym_register] = ACTIONS(274), + [anon_sym_const] = ACTIONS(274), + [anon_sym_restrict] = ACTIONS(274), + [anon_sym_volatile] = ACTIONS(274), + [sym_function_specifier] = ACTIONS(274), + [anon_sym_AMP] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_TILDE] = ACTIONS(572), + [anon_sym_PLUS] = ACTIONS(274), + [anon_sym_DASH] = ACTIONS(274), + [anon_sym_DASH_DASH] = ACTIONS(572), + [anon_sym_PLUS_PLUS] = ACTIONS(572), + [anon_sym_sizeof] = ACTIONS(274), + [sym_number_literal] = ACTIONS(274), + [sym_char_literal] = ACTIONS(274), + [sym_string_literal] = ACTIONS(572), + [sym_identifier] = ACTIONS(276), + [sym_comment] = ACTIONS(42), }, [664] = { - [anon_sym_LPAREN] = ACTIONS(865), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(865), - [anon_sym_STAR] = ACTIONS(867), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_COLON] = ACTIONS(1488), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_RBRACK] = ACTIONS(1829), + [anon_sym_EQ] = ACTIONS(976), + [anon_sym_QMARK] = ACTIONS(1829), + [anon_sym_STAR_EQ] = ACTIONS(980), + [anon_sym_SLASH_EQ] = ACTIONS(980), + [anon_sym_PERCENT_EQ] = ACTIONS(980), + [anon_sym_PLUS_EQ] = ACTIONS(980), + [anon_sym_DASH_EQ] = ACTIONS(980), + [anon_sym_LT_LT_EQ] = ACTIONS(980), + [anon_sym_GT_GT_EQ] = ACTIONS(980), + [anon_sym_AMP_EQ] = ACTIONS(980), + [anon_sym_CARET_EQ] = ACTIONS(980), + [anon_sym_PIPE_EQ] = ACTIONS(980), + [anon_sym_AMP] = ACTIONS(982), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(986), + [anon_sym_PIPE] = ACTIONS(988), + [anon_sym_CARET] = ACTIONS(990), + [anon_sym_EQ_EQ] = ACTIONS(992), + [anon_sym_BANG_EQ] = ACTIONS(992), + [anon_sym_LT] = ACTIONS(994), + [anon_sym_GT] = ACTIONS(994), + [anon_sym_LT_EQ] = ACTIONS(996), + [anon_sym_GT_EQ] = ACTIONS(996), + [anon_sym_LT_LT] = ACTIONS(998), + [anon_sym_GT_GT] = ACTIONS(998), + [anon_sym_PLUS] = ACTIONS(1000), + [anon_sym_DASH] = ACTIONS(1000), + [anon_sym_SLASH] = ACTIONS(974), + [anon_sym_PERCENT] = ACTIONS(974), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [665] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1876), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1876), - [anon_sym_LPAREN] = ACTIONS(1878), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1876), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1876), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1876), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1876), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1876), - [sym_preproc_directive] = ACTIONS(1880), - [anon_sym_SEMI] = ACTIONS(1878), - [anon_sym_extern] = ACTIONS(1876), - [anon_sym_LBRACE] = ACTIONS(1878), - [anon_sym_RBRACE] = ACTIONS(1878), - [anon_sym_STAR] = ACTIONS(1878), - [anon_sym_typedef] = ACTIONS(1876), - [anon_sym_static] = ACTIONS(1876), - [anon_sym_auto] = ACTIONS(1876), - [anon_sym_register] = ACTIONS(1876), - [anon_sym_const] = ACTIONS(1876), - [anon_sym_restrict] = ACTIONS(1876), - [anon_sym_volatile] = ACTIONS(1876), - [sym_function_specifier] = ACTIONS(1876), - [anon_sym_unsigned] = ACTIONS(1876), - [anon_sym_long] = ACTIONS(1876), - [anon_sym_short] = ACTIONS(1876), - [anon_sym_enum] = ACTIONS(1876), - [anon_sym_struct] = ACTIONS(1876), - [anon_sym_union] = ACTIONS(1876), - [anon_sym_if] = ACTIONS(1876), - [anon_sym_switch] = ACTIONS(1876), - [anon_sym_case] = ACTIONS(1876), - [anon_sym_default] = ACTIONS(1876), - [anon_sym_while] = ACTIONS(1876), - [anon_sym_do] = ACTIONS(1876), - [anon_sym_for] = ACTIONS(1876), - [anon_sym_return] = ACTIONS(1876), - [anon_sym_break] = ACTIONS(1876), - [anon_sym_continue] = ACTIONS(1876), - [anon_sym_goto] = ACTIONS(1876), - [anon_sym_AMP] = ACTIONS(1878), - [anon_sym_BANG] = ACTIONS(1878), - [anon_sym_TILDE] = ACTIONS(1878), - [anon_sym_PLUS] = ACTIONS(1876), - [anon_sym_DASH] = ACTIONS(1876), - [anon_sym_DASH_DASH] = ACTIONS(1878), - [anon_sym_PLUS_PLUS] = ACTIONS(1878), - [anon_sym_sizeof] = ACTIONS(1876), - [sym_number_literal] = ACTIONS(1876), - [sym_char_literal] = ACTIONS(1876), - [sym_string_literal] = ACTIONS(1878), - [sym_identifier] = ACTIONS(1880), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1339), + [anon_sym_COLON] = ACTIONS(1869), + [anon_sym_QMARK] = ACTIONS(1343), + [anon_sym_STAR_EQ] = ACTIONS(1345), + [anon_sym_SLASH_EQ] = ACTIONS(1345), + [anon_sym_PERCENT_EQ] = ACTIONS(1345), + [anon_sym_PLUS_EQ] = ACTIONS(1345), + [anon_sym_DASH_EQ] = ACTIONS(1345), + [anon_sym_LT_LT_EQ] = ACTIONS(1345), + [anon_sym_GT_GT_EQ] = ACTIONS(1345), + [anon_sym_AMP_EQ] = ACTIONS(1345), + [anon_sym_CARET_EQ] = ACTIONS(1345), + [anon_sym_PIPE_EQ] = ACTIONS(1345), + [anon_sym_AMP] = ACTIONS(1347), + [anon_sym_PIPE_PIPE] = ACTIONS(1349), + [anon_sym_AMP_AMP] = ACTIONS(1351), + [anon_sym_PIPE] = ACTIONS(1353), + [anon_sym_CARET] = ACTIONS(1355), + [anon_sym_EQ_EQ] = ACTIONS(1357), + [anon_sym_BANG_EQ] = ACTIONS(1357), + [anon_sym_LT] = ACTIONS(1359), + [anon_sym_GT] = ACTIONS(1359), + [anon_sym_LT_EQ] = ACTIONS(1361), + [anon_sym_GT_EQ] = ACTIONS(1361), + [anon_sym_LT_LT] = ACTIONS(1363), + [anon_sym_GT_GT] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1365), + [anon_sym_SLASH] = ACTIONS(1337), + [anon_sym_PERCENT] = ACTIONS(1337), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [666] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1882), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1882), - [anon_sym_LPAREN] = ACTIONS(1884), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1882), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1882), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1882), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1882), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1882), - [sym_preproc_directive] = ACTIONS(1886), - [anon_sym_SEMI] = ACTIONS(1884), - [anon_sym_extern] = ACTIONS(1882), - [anon_sym_LBRACE] = ACTIONS(1884), - [anon_sym_RBRACE] = ACTIONS(1884), - [anon_sym_STAR] = ACTIONS(1884), - [anon_sym_typedef] = ACTIONS(1882), - [anon_sym_static] = ACTIONS(1882), - [anon_sym_auto] = ACTIONS(1882), - [anon_sym_register] = ACTIONS(1882), - [anon_sym_const] = ACTIONS(1882), - [anon_sym_restrict] = ACTIONS(1882), - [anon_sym_volatile] = ACTIONS(1882), - [sym_function_specifier] = ACTIONS(1882), - [anon_sym_unsigned] = ACTIONS(1882), - [anon_sym_long] = ACTIONS(1882), - [anon_sym_short] = ACTIONS(1882), - [anon_sym_enum] = ACTIONS(1882), - [anon_sym_struct] = ACTIONS(1882), - [anon_sym_union] = ACTIONS(1882), - [anon_sym_if] = ACTIONS(1882), - [anon_sym_switch] = ACTIONS(1882), - [anon_sym_case] = ACTIONS(1882), - [anon_sym_default] = ACTIONS(1882), - [anon_sym_while] = ACTIONS(1882), - [anon_sym_do] = ACTIONS(1882), - [anon_sym_for] = ACTIONS(1882), - [anon_sym_return] = ACTIONS(1882), - [anon_sym_break] = ACTIONS(1882), - [anon_sym_continue] = ACTIONS(1882), - [anon_sym_goto] = ACTIONS(1882), - [anon_sym_AMP] = ACTIONS(1884), - [anon_sym_BANG] = ACTIONS(1884), - [anon_sym_TILDE] = ACTIONS(1884), - [anon_sym_PLUS] = ACTIONS(1882), - [anon_sym_DASH] = ACTIONS(1882), - [anon_sym_DASH_DASH] = ACTIONS(1884), - [anon_sym_PLUS_PLUS] = ACTIONS(1884), - [anon_sym_sizeof] = ACTIONS(1882), - [sym_number_literal] = ACTIONS(1882), - [sym_char_literal] = ACTIONS(1882), - [sym_string_literal] = ACTIONS(1884), - [sym_identifier] = ACTIONS(1886), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_RBRACK] = ACTIONS(1833), + [anon_sym_EQ] = ACTIONS(1835), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_STAR_EQ] = ACTIONS(1833), + [anon_sym_SLASH_EQ] = ACTIONS(1833), + [anon_sym_PERCENT_EQ] = ACTIONS(1833), + [anon_sym_PLUS_EQ] = ACTIONS(1833), + [anon_sym_DASH_EQ] = ACTIONS(1833), + [anon_sym_LT_LT_EQ] = ACTIONS(1833), + [anon_sym_GT_GT_EQ] = ACTIONS(1833), + [anon_sym_AMP_EQ] = ACTIONS(1833), + [anon_sym_CARET_EQ] = ACTIONS(1833), + [anon_sym_PIPE_EQ] = ACTIONS(1833), + [anon_sym_AMP] = ACTIONS(1835), + [anon_sym_PIPE_PIPE] = ACTIONS(1833), + [anon_sym_AMP_AMP] = ACTIONS(1833), + [anon_sym_PIPE] = ACTIONS(1835), + [anon_sym_CARET] = ACTIONS(1835), + [anon_sym_EQ_EQ] = ACTIONS(992), + [anon_sym_BANG_EQ] = ACTIONS(992), + [anon_sym_LT] = ACTIONS(994), + [anon_sym_GT] = ACTIONS(994), + [anon_sym_LT_EQ] = ACTIONS(996), + [anon_sym_GT_EQ] = ACTIONS(996), + [anon_sym_LT_LT] = ACTIONS(998), + [anon_sym_GT_GT] = ACTIONS(998), + [anon_sym_PLUS] = ACTIONS(1000), + [anon_sym_DASH] = ACTIONS(1000), + [anon_sym_SLASH] = ACTIONS(974), + [anon_sym_PERCENT] = ACTIONS(974), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [667] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1888), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1888), - [anon_sym_LPAREN] = ACTIONS(1890), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1888), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1888), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1888), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1888), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1888), - [sym_preproc_directive] = ACTIONS(1892), - [anon_sym_SEMI] = ACTIONS(1890), - [anon_sym_extern] = ACTIONS(1888), - [anon_sym_LBRACE] = ACTIONS(1890), - [anon_sym_RBRACE] = ACTIONS(1890), - [anon_sym_STAR] = ACTIONS(1890), - [anon_sym_typedef] = ACTIONS(1888), - [anon_sym_static] = ACTIONS(1888), - [anon_sym_auto] = ACTIONS(1888), - [anon_sym_register] = ACTIONS(1888), - [anon_sym_const] = ACTIONS(1888), - [anon_sym_restrict] = ACTIONS(1888), - [anon_sym_volatile] = ACTIONS(1888), - [sym_function_specifier] = ACTIONS(1888), - [anon_sym_unsigned] = ACTIONS(1888), - [anon_sym_long] = ACTIONS(1888), - [anon_sym_short] = ACTIONS(1888), - [anon_sym_enum] = ACTIONS(1888), - [anon_sym_struct] = ACTIONS(1888), - [anon_sym_union] = ACTIONS(1888), - [anon_sym_if] = ACTIONS(1888), - [anon_sym_switch] = ACTIONS(1888), - [anon_sym_case] = ACTIONS(1888), - [anon_sym_default] = ACTIONS(1888), - [anon_sym_while] = ACTIONS(1888), - [anon_sym_do] = ACTIONS(1888), - [anon_sym_for] = ACTIONS(1888), - [anon_sym_return] = ACTIONS(1888), - [anon_sym_break] = ACTIONS(1888), - [anon_sym_continue] = ACTIONS(1888), - [anon_sym_goto] = ACTIONS(1888), - [anon_sym_AMP] = ACTIONS(1890), - [anon_sym_BANG] = ACTIONS(1890), - [anon_sym_TILDE] = ACTIONS(1890), - [anon_sym_PLUS] = ACTIONS(1888), - [anon_sym_DASH] = ACTIONS(1888), - [anon_sym_DASH_DASH] = ACTIONS(1890), - [anon_sym_PLUS_PLUS] = ACTIONS(1890), - [anon_sym_sizeof] = ACTIONS(1888), - [sym_number_literal] = ACTIONS(1888), - [sym_char_literal] = ACTIONS(1888), - [sym_string_literal] = ACTIONS(1890), - [sym_identifier] = ACTIONS(1892), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_RBRACK] = ACTIONS(1837), + [anon_sym_EQ] = ACTIONS(1839), + [anon_sym_QMARK] = ACTIONS(1837), + [anon_sym_STAR_EQ] = ACTIONS(1837), + [anon_sym_SLASH_EQ] = ACTIONS(1837), + [anon_sym_PERCENT_EQ] = ACTIONS(1837), + [anon_sym_PLUS_EQ] = ACTIONS(1837), + [anon_sym_DASH_EQ] = ACTIONS(1837), + [anon_sym_LT_LT_EQ] = ACTIONS(1837), + [anon_sym_GT_GT_EQ] = ACTIONS(1837), + [anon_sym_AMP_EQ] = ACTIONS(1837), + [anon_sym_CARET_EQ] = ACTIONS(1837), + [anon_sym_PIPE_EQ] = ACTIONS(1837), + [anon_sym_AMP] = ACTIONS(982), + [anon_sym_PIPE_PIPE] = ACTIONS(1837), + [anon_sym_AMP_AMP] = ACTIONS(986), + [anon_sym_PIPE] = ACTIONS(988), + [anon_sym_CARET] = ACTIONS(990), + [anon_sym_EQ_EQ] = ACTIONS(992), + [anon_sym_BANG_EQ] = ACTIONS(992), + [anon_sym_LT] = ACTIONS(994), + [anon_sym_GT] = ACTIONS(994), + [anon_sym_LT_EQ] = ACTIONS(996), + [anon_sym_GT_EQ] = ACTIONS(996), + [anon_sym_LT_LT] = ACTIONS(998), + [anon_sym_GT_GT] = ACTIONS(998), + [anon_sym_PLUS] = ACTIONS(1000), + [anon_sym_DASH] = ACTIONS(1000), + [anon_sym_SLASH] = ACTIONS(974), + [anon_sym_PERCENT] = ACTIONS(974), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [668] = { - [sym__expression] = STATE(559), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(560), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_RBRACK] = ACTIONS(1837), + [anon_sym_EQ] = ACTIONS(1839), + [anon_sym_QMARK] = ACTIONS(1837), + [anon_sym_STAR_EQ] = ACTIONS(1837), + [anon_sym_SLASH_EQ] = ACTIONS(1837), + [anon_sym_PERCENT_EQ] = ACTIONS(1837), + [anon_sym_PLUS_EQ] = ACTIONS(1837), + [anon_sym_DASH_EQ] = ACTIONS(1837), + [anon_sym_LT_LT_EQ] = ACTIONS(1837), + [anon_sym_GT_GT_EQ] = ACTIONS(1837), + [anon_sym_AMP_EQ] = ACTIONS(1837), + [anon_sym_CARET_EQ] = ACTIONS(1837), + [anon_sym_PIPE_EQ] = ACTIONS(1837), + [anon_sym_AMP] = ACTIONS(982), + [anon_sym_PIPE_PIPE] = ACTIONS(1837), + [anon_sym_AMP_AMP] = ACTIONS(1837), + [anon_sym_PIPE] = ACTIONS(988), + [anon_sym_CARET] = ACTIONS(990), + [anon_sym_EQ_EQ] = ACTIONS(992), + [anon_sym_BANG_EQ] = ACTIONS(992), + [anon_sym_LT] = ACTIONS(994), + [anon_sym_GT] = ACTIONS(994), + [anon_sym_LT_EQ] = ACTIONS(996), + [anon_sym_GT_EQ] = ACTIONS(996), + [anon_sym_LT_LT] = ACTIONS(998), + [anon_sym_GT_GT] = ACTIONS(998), + [anon_sym_PLUS] = ACTIONS(1000), + [anon_sym_DASH] = ACTIONS(1000), + [anon_sym_SLASH] = ACTIONS(974), + [anon_sym_PERCENT] = ACTIONS(974), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [669] = { - [anon_sym_RPAREN] = ACTIONS(1894), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_RBRACK] = ACTIONS(1833), + [anon_sym_EQ] = ACTIONS(1835), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_STAR_EQ] = ACTIONS(1833), + [anon_sym_SLASH_EQ] = ACTIONS(1833), + [anon_sym_PERCENT_EQ] = ACTIONS(1833), + [anon_sym_PLUS_EQ] = ACTIONS(1833), + [anon_sym_DASH_EQ] = ACTIONS(1833), + [anon_sym_LT_LT_EQ] = ACTIONS(1833), + [anon_sym_GT_GT_EQ] = ACTIONS(1833), + [anon_sym_AMP_EQ] = ACTIONS(1833), + [anon_sym_CARET_EQ] = ACTIONS(1833), + [anon_sym_PIPE_EQ] = ACTIONS(1833), + [anon_sym_AMP] = ACTIONS(982), + [anon_sym_PIPE_PIPE] = ACTIONS(1833), + [anon_sym_AMP_AMP] = ACTIONS(1833), + [anon_sym_PIPE] = ACTIONS(1835), + [anon_sym_CARET] = ACTIONS(990), + [anon_sym_EQ_EQ] = ACTIONS(992), + [anon_sym_BANG_EQ] = ACTIONS(992), + [anon_sym_LT] = ACTIONS(994), + [anon_sym_GT] = ACTIONS(994), + [anon_sym_LT_EQ] = ACTIONS(996), + [anon_sym_GT_EQ] = ACTIONS(996), + [anon_sym_LT_LT] = ACTIONS(998), + [anon_sym_GT_GT] = ACTIONS(998), + [anon_sym_PLUS] = ACTIONS(1000), + [anon_sym_DASH] = ACTIONS(1000), + [anon_sym_SLASH] = ACTIONS(974), + [anon_sym_PERCENT] = ACTIONS(974), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [670] = { - [anon_sym_LPAREN] = ACTIONS(1896), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_RBRACK] = ACTIONS(1833), + [anon_sym_EQ] = ACTIONS(1835), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_STAR_EQ] = ACTIONS(1833), + [anon_sym_SLASH_EQ] = ACTIONS(1833), + [anon_sym_PERCENT_EQ] = ACTIONS(1833), + [anon_sym_PLUS_EQ] = ACTIONS(1833), + [anon_sym_DASH_EQ] = ACTIONS(1833), + [anon_sym_LT_LT_EQ] = ACTIONS(1833), + [anon_sym_GT_GT_EQ] = ACTIONS(1833), + [anon_sym_AMP_EQ] = ACTIONS(1833), + [anon_sym_CARET_EQ] = ACTIONS(1833), + [anon_sym_PIPE_EQ] = ACTIONS(1833), + [anon_sym_AMP] = ACTIONS(982), + [anon_sym_PIPE_PIPE] = ACTIONS(1833), + [anon_sym_AMP_AMP] = ACTIONS(1833), + [anon_sym_PIPE] = ACTIONS(1835), + [anon_sym_CARET] = ACTIONS(1835), + [anon_sym_EQ_EQ] = ACTIONS(992), + [anon_sym_BANG_EQ] = ACTIONS(992), + [anon_sym_LT] = ACTIONS(994), + [anon_sym_GT] = ACTIONS(994), + [anon_sym_LT_EQ] = ACTIONS(996), + [anon_sym_GT_EQ] = ACTIONS(996), + [anon_sym_LT_LT] = ACTIONS(998), + [anon_sym_GT_GT] = ACTIONS(998), + [anon_sym_PLUS] = ACTIONS(1000), + [anon_sym_DASH] = ACTIONS(1000), + [anon_sym_SLASH] = ACTIONS(974), + [anon_sym_PERCENT] = ACTIONS(974), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [671] = { - [anon_sym_LPAREN] = ACTIONS(1898), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_RBRACK] = ACTIONS(1841), + [anon_sym_EQ] = ACTIONS(1843), + [anon_sym_QMARK] = ACTIONS(1841), + [anon_sym_STAR_EQ] = ACTIONS(1841), + [anon_sym_SLASH_EQ] = ACTIONS(1841), + [anon_sym_PERCENT_EQ] = ACTIONS(1841), + [anon_sym_PLUS_EQ] = ACTIONS(1841), + [anon_sym_DASH_EQ] = ACTIONS(1841), + [anon_sym_LT_LT_EQ] = ACTIONS(1841), + [anon_sym_GT_GT_EQ] = ACTIONS(1841), + [anon_sym_AMP_EQ] = ACTIONS(1841), + [anon_sym_CARET_EQ] = ACTIONS(1841), + [anon_sym_PIPE_EQ] = ACTIONS(1841), + [anon_sym_AMP] = ACTIONS(1843), + [anon_sym_PIPE_PIPE] = ACTIONS(1841), + [anon_sym_AMP_AMP] = ACTIONS(1841), + [anon_sym_PIPE] = ACTIONS(1843), + [anon_sym_CARET] = ACTIONS(1843), + [anon_sym_EQ_EQ] = ACTIONS(1841), + [anon_sym_BANG_EQ] = ACTIONS(1841), + [anon_sym_LT] = ACTIONS(994), + [anon_sym_GT] = ACTIONS(994), + [anon_sym_LT_EQ] = ACTIONS(996), + [anon_sym_GT_EQ] = ACTIONS(996), + [anon_sym_LT_LT] = ACTIONS(998), + [anon_sym_GT_GT] = ACTIONS(998), + [anon_sym_PLUS] = ACTIONS(1000), + [anon_sym_DASH] = ACTIONS(1000), + [anon_sym_SLASH] = ACTIONS(974), + [anon_sym_PERCENT] = ACTIONS(974), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [672] = { - [sym__expression] = STATE(730), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_RBRACK] = ACTIONS(1845), + [anon_sym_EQ] = ACTIONS(1847), + [anon_sym_QMARK] = ACTIONS(1845), + [anon_sym_STAR_EQ] = ACTIONS(1845), + [anon_sym_SLASH_EQ] = ACTIONS(1845), + [anon_sym_PERCENT_EQ] = ACTIONS(1845), + [anon_sym_PLUS_EQ] = ACTIONS(1845), + [anon_sym_DASH_EQ] = ACTIONS(1845), + [anon_sym_LT_LT_EQ] = ACTIONS(1845), + [anon_sym_GT_GT_EQ] = ACTIONS(1845), + [anon_sym_AMP_EQ] = ACTIONS(1845), + [anon_sym_CARET_EQ] = ACTIONS(1845), + [anon_sym_PIPE_EQ] = ACTIONS(1845), + [anon_sym_AMP] = ACTIONS(1847), + [anon_sym_PIPE_PIPE] = ACTIONS(1845), + [anon_sym_AMP_AMP] = ACTIONS(1845), + [anon_sym_PIPE] = ACTIONS(1847), + [anon_sym_CARET] = ACTIONS(1847), + [anon_sym_EQ_EQ] = ACTIONS(1845), + [anon_sym_BANG_EQ] = ACTIONS(1845), + [anon_sym_LT] = ACTIONS(1847), + [anon_sym_GT] = ACTIONS(1847), + [anon_sym_LT_EQ] = ACTIONS(1845), + [anon_sym_GT_EQ] = ACTIONS(1845), + [anon_sym_LT_LT] = ACTIONS(998), + [anon_sym_GT_GT] = ACTIONS(998), + [anon_sym_PLUS] = ACTIONS(1000), + [anon_sym_DASH] = ACTIONS(1000), + [anon_sym_SLASH] = ACTIONS(974), + [anon_sym_PERCENT] = ACTIONS(974), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [673] = { - [anon_sym_COLON] = ACTIONS(1900), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_RBRACK] = ACTIONS(1849), + [anon_sym_EQ] = ACTIONS(1851), + [anon_sym_QMARK] = ACTIONS(1849), + [anon_sym_STAR_EQ] = ACTIONS(1849), + [anon_sym_SLASH_EQ] = ACTIONS(1849), + [anon_sym_PERCENT_EQ] = ACTIONS(1849), + [anon_sym_PLUS_EQ] = ACTIONS(1849), + [anon_sym_DASH_EQ] = ACTIONS(1849), + [anon_sym_LT_LT_EQ] = ACTIONS(1849), + [anon_sym_GT_GT_EQ] = ACTIONS(1849), + [anon_sym_AMP_EQ] = ACTIONS(1849), + [anon_sym_CARET_EQ] = ACTIONS(1849), + [anon_sym_PIPE_EQ] = ACTIONS(1849), + [anon_sym_AMP] = ACTIONS(1851), + [anon_sym_PIPE_PIPE] = ACTIONS(1849), + [anon_sym_AMP_AMP] = ACTIONS(1849), + [anon_sym_PIPE] = ACTIONS(1851), + [anon_sym_CARET] = ACTIONS(1851), + [anon_sym_EQ_EQ] = ACTIONS(1849), + [anon_sym_BANG_EQ] = ACTIONS(1849), + [anon_sym_LT] = ACTIONS(1851), + [anon_sym_GT] = ACTIONS(1851), + [anon_sym_LT_EQ] = ACTIONS(1849), + [anon_sym_GT_EQ] = ACTIONS(1849), + [anon_sym_LT_LT] = ACTIONS(1851), + [anon_sym_GT_GT] = ACTIONS(1851), + [anon_sym_PLUS] = ACTIONS(1000), + [anon_sym_DASH] = ACTIONS(1000), + [anon_sym_SLASH] = ACTIONS(974), + [anon_sym_PERCENT] = ACTIONS(974), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [674] = { - [anon_sym_LPAREN] = ACTIONS(1902), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_RBRACK] = ACTIONS(1823), + [anon_sym_EQ] = ACTIONS(1825), + [anon_sym_QMARK] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_LT_LT_EQ] = ACTIONS(1823), + [anon_sym_GT_GT_EQ] = ACTIONS(1823), + [anon_sym_AMP_EQ] = ACTIONS(1823), + [anon_sym_CARET_EQ] = ACTIONS(1823), + [anon_sym_PIPE_EQ] = ACTIONS(1823), + [anon_sym_AMP] = ACTIONS(1825), + [anon_sym_PIPE_PIPE] = ACTIONS(1823), + [anon_sym_AMP_AMP] = ACTIONS(1823), + [anon_sym_PIPE] = ACTIONS(1825), + [anon_sym_CARET] = ACTIONS(1825), + [anon_sym_EQ_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(1823), + [anon_sym_LT] = ACTIONS(1825), + [anon_sym_GT] = ACTIONS(1825), + [anon_sym_LT_EQ] = ACTIONS(1823), + [anon_sym_GT_EQ] = ACTIONS(1823), + [anon_sym_LT_LT] = ACTIONS(1825), + [anon_sym_GT_GT] = ACTIONS(1825), + [anon_sym_PLUS] = ACTIONS(1825), + [anon_sym_DASH] = ACTIONS(1825), + [anon_sym_SLASH] = ACTIONS(974), + [anon_sym_PERCENT] = ACTIONS(974), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [675] = { - [anon_sym_LPAREN] = ACTIONS(1904), - [sym_comment] = ACTIONS(123), + [sym_storage_class_specifier] = STATE(663), + [sym_type_qualifier] = STATE(663), + [anon_sym_LPAREN] = ACTIONS(574), + [anon_sym_extern] = ACTIONS(966), + [anon_sym_STAR] = ACTIONS(574), + [anon_sym_RBRACK] = ACTIONS(574), + [anon_sym_typedef] = ACTIONS(966), + [anon_sym_static] = ACTIONS(966), + [anon_sym_auto] = ACTIONS(966), + [anon_sym_register] = ACTIONS(966), + [anon_sym_const] = ACTIONS(968), + [anon_sym_restrict] = ACTIONS(968), + [anon_sym_volatile] = ACTIONS(968), + [sym_function_specifier] = ACTIONS(1489), + [anon_sym_AMP] = ACTIONS(574), + [anon_sym_BANG] = ACTIONS(574), + [anon_sym_TILDE] = ACTIONS(574), + [anon_sym_PLUS] = ACTIONS(1871), + [anon_sym_DASH] = ACTIONS(1871), + [anon_sym_DASH_DASH] = ACTIONS(574), + [anon_sym_PLUS_PLUS] = ACTIONS(574), + [anon_sym_sizeof] = ACTIONS(1871), + [sym_number_literal] = ACTIONS(1871), + [sym_char_literal] = ACTIONS(1871), + [sym_string_literal] = ACTIONS(574), + [sym_identifier] = ACTIONS(576), + [sym_comment] = ACTIONS(42), }, [676] = { - [anon_sym_LPAREN] = ACTIONS(865), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(865), - [anon_sym_STAR] = ACTIONS(867), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_COLON] = ACTIONS(1906), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_RBRACK] = ACTIONS(1873), + [anon_sym_EQ] = ACTIONS(976), + [anon_sym_QMARK] = ACTIONS(978), + [anon_sym_STAR_EQ] = ACTIONS(980), + [anon_sym_SLASH_EQ] = ACTIONS(980), + [anon_sym_PERCENT_EQ] = ACTIONS(980), + [anon_sym_PLUS_EQ] = ACTIONS(980), + [anon_sym_DASH_EQ] = ACTIONS(980), + [anon_sym_LT_LT_EQ] = ACTIONS(980), + [anon_sym_GT_GT_EQ] = ACTIONS(980), + [anon_sym_AMP_EQ] = ACTIONS(980), + [anon_sym_CARET_EQ] = ACTIONS(980), + [anon_sym_PIPE_EQ] = ACTIONS(980), + [anon_sym_AMP] = ACTIONS(982), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(986), + [anon_sym_PIPE] = ACTIONS(988), + [anon_sym_CARET] = ACTIONS(990), + [anon_sym_EQ_EQ] = ACTIONS(992), + [anon_sym_BANG_EQ] = ACTIONS(992), + [anon_sym_LT] = ACTIONS(994), + [anon_sym_GT] = ACTIONS(994), + [anon_sym_LT_EQ] = ACTIONS(996), + [anon_sym_GT_EQ] = ACTIONS(996), + [anon_sym_LT_LT] = ACTIONS(998), + [anon_sym_GT_GT] = ACTIONS(998), + [anon_sym_PLUS] = ACTIONS(1000), + [anon_sym_DASH] = ACTIONS(1000), + [anon_sym_SLASH] = ACTIONS(974), + [anon_sym_PERCENT] = ACTIONS(974), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [677] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1908), - [anon_sym_LPAREN] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1908), - [sym_preproc_directive] = ACTIONS(1912), - [anon_sym_SEMI] = ACTIONS(1910), - [anon_sym_extern] = ACTIONS(1908), - [anon_sym_LBRACE] = ACTIONS(1910), - [anon_sym_RBRACE] = ACTIONS(1910), - [anon_sym_STAR] = ACTIONS(1910), - [anon_sym_typedef] = ACTIONS(1908), - [anon_sym_static] = ACTIONS(1908), - [anon_sym_auto] = ACTIONS(1908), - [anon_sym_register] = ACTIONS(1908), - [anon_sym_const] = ACTIONS(1908), - [anon_sym_restrict] = ACTIONS(1908), - [anon_sym_volatile] = ACTIONS(1908), - [sym_function_specifier] = ACTIONS(1908), - [anon_sym_unsigned] = ACTIONS(1908), - [anon_sym_long] = ACTIONS(1908), - [anon_sym_short] = ACTIONS(1908), - [anon_sym_enum] = ACTIONS(1908), - [anon_sym_struct] = ACTIONS(1908), - [anon_sym_union] = ACTIONS(1908), - [anon_sym_if] = ACTIONS(1908), - [anon_sym_else] = ACTIONS(1914), - [anon_sym_switch] = ACTIONS(1908), - [anon_sym_case] = ACTIONS(1908), - [anon_sym_default] = ACTIONS(1908), - [anon_sym_while] = ACTIONS(1908), - [anon_sym_do] = ACTIONS(1908), - [anon_sym_for] = ACTIONS(1908), - [anon_sym_return] = ACTIONS(1908), - [anon_sym_break] = ACTIONS(1908), - [anon_sym_continue] = ACTIONS(1908), - [anon_sym_goto] = ACTIONS(1908), - [anon_sym_AMP] = ACTIONS(1910), - [anon_sym_BANG] = ACTIONS(1910), - [anon_sym_TILDE] = ACTIONS(1910), - [anon_sym_PLUS] = ACTIONS(1908), - [anon_sym_DASH] = ACTIONS(1908), - [anon_sym_DASH_DASH] = ACTIONS(1910), - [anon_sym_PLUS_PLUS] = ACTIONS(1910), - [anon_sym_sizeof] = ACTIONS(1908), - [sym_number_literal] = ACTIONS(1908), - [sym_char_literal] = ACTIONS(1908), - [sym_string_literal] = ACTIONS(1910), - [sym_identifier] = ACTIONS(1912), - [sym_comment] = ACTIONS(123), + [anon_sym_LBRACK] = ACTIONS(1875), + [anon_sym_EQ] = ACTIONS(1875), + [anon_sym_DOT] = ACTIONS(1875), + [sym_comment] = ACTIONS(42), }, [678] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(1610), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1610), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(882), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_initializer_list] = STATE(883), + [sym_designator] = STATE(437), + [sym_concatenated_string] = STATE(206), + [aux_sym__initializer_list_contents_repeat1] = STATE(884), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_LBRACE] = ACTIONS(556), + [anon_sym_RBRACE] = ACTIONS(1877), + [anon_sym_STAR] = ACTIONS(670), + [anon_sym_LBRACK] = ACTIONS(1011), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(672), + [anon_sym_TILDE] = ACTIONS(674), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_DASH_DASH] = ACTIONS(678), + [anon_sym_PLUS_PLUS] = ACTIONS(678), + [anon_sym_sizeof] = ACTIONS(680), + [anon_sym_DOT] = ACTIONS(1013), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [679] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_COLON] = ACTIONS(1916), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_STAR_EQ] = ACTIONS(1241), - [anon_sym_SLASH_EQ] = ACTIONS(1241), - [anon_sym_PERCENT_EQ] = ACTIONS(1241), - [anon_sym_PLUS_EQ] = ACTIONS(1241), - [anon_sym_DASH_EQ] = ACTIONS(1241), - [anon_sym_LT_LT_EQ] = ACTIONS(1241), - [anon_sym_GT_GT_EQ] = ACTIONS(1241), - [anon_sym_AMP_EQ] = ACTIONS(1241), - [anon_sym_CARET_EQ] = ACTIONS(1241), - [anon_sym_PIPE_EQ] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1245), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE] = ACTIONS(1249), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_EQ_EQ] = ACTIONS(1253), - [anon_sym_BANG_EQ] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1879), + [anon_sym_COMMA] = ACTIONS(1879), + [anon_sym_RPAREN] = ACTIONS(1879), + [anon_sym_SEMI] = ACTIONS(1879), + [anon_sym_RBRACE] = ACTIONS(1879), + [anon_sym_STAR] = ACTIONS(1881), + [anon_sym_LBRACK] = ACTIONS(1879), + [anon_sym_RBRACK] = ACTIONS(1879), + [anon_sym_EQ] = ACTIONS(1881), + [anon_sym_COLON] = ACTIONS(1879), + [anon_sym_QMARK] = ACTIONS(1879), + [anon_sym_STAR_EQ] = ACTIONS(1879), + [anon_sym_SLASH_EQ] = ACTIONS(1879), + [anon_sym_PERCENT_EQ] = ACTIONS(1879), + [anon_sym_PLUS_EQ] = ACTIONS(1879), + [anon_sym_DASH_EQ] = ACTIONS(1879), + [anon_sym_LT_LT_EQ] = ACTIONS(1879), + [anon_sym_GT_GT_EQ] = ACTIONS(1879), + [anon_sym_AMP_EQ] = ACTIONS(1879), + [anon_sym_CARET_EQ] = ACTIONS(1879), + [anon_sym_PIPE_EQ] = ACTIONS(1879), + [anon_sym_AMP] = ACTIONS(1881), + [anon_sym_PIPE_PIPE] = ACTIONS(1879), + [anon_sym_AMP_AMP] = ACTIONS(1879), + [anon_sym_PIPE] = ACTIONS(1881), + [anon_sym_CARET] = ACTIONS(1881), + [anon_sym_EQ_EQ] = ACTIONS(1879), + [anon_sym_BANG_EQ] = ACTIONS(1879), + [anon_sym_LT] = ACTIONS(1881), + [anon_sym_GT] = ACTIONS(1881), + [anon_sym_LT_EQ] = ACTIONS(1879), + [anon_sym_GT_EQ] = ACTIONS(1879), + [anon_sym_LT_LT] = ACTIONS(1881), + [anon_sym_GT_GT] = ACTIONS(1881), + [anon_sym_PLUS] = ACTIONS(1881), + [anon_sym_DASH] = ACTIONS(1881), + [anon_sym_SLASH] = ACTIONS(1881), + [anon_sym_PERCENT] = ACTIONS(1881), + [anon_sym_DASH_DASH] = ACTIONS(1879), + [anon_sym_PLUS_PLUS] = ACTIONS(1879), + [anon_sym_DOT] = ACTIONS(1879), + [anon_sym_DASH_GT] = ACTIONS(1879), + [sym_comment] = ACTIONS(42), }, [680] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(1614), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1616), - [anon_sym_QMARK] = ACTIONS(1614), - [anon_sym_STAR_EQ] = ACTIONS(1614), - [anon_sym_SLASH_EQ] = ACTIONS(1614), - [anon_sym_PERCENT_EQ] = ACTIONS(1614), - [anon_sym_PLUS_EQ] = ACTIONS(1614), - [anon_sym_DASH_EQ] = ACTIONS(1614), - [anon_sym_LT_LT_EQ] = ACTIONS(1614), - [anon_sym_GT_GT_EQ] = ACTIONS(1614), - [anon_sym_AMP_EQ] = ACTIONS(1614), - [anon_sym_CARET_EQ] = ACTIONS(1614), - [anon_sym_PIPE_EQ] = ACTIONS(1614), - [anon_sym_AMP] = ACTIONS(1616), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1614), - [anon_sym_PIPE] = ACTIONS(1616), - [anon_sym_CARET] = ACTIONS(1616), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(882), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_initializer_list] = STATE(883), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_LBRACE] = ACTIONS(556), + [anon_sym_STAR] = ACTIONS(670), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(672), + [anon_sym_TILDE] = ACTIONS(674), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_DASH_DASH] = ACTIONS(678), + [anon_sym_PLUS_PLUS] = ACTIONS(678), + [anon_sym_sizeof] = ACTIONS(680), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [681] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(1618), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1620), - [anon_sym_QMARK] = ACTIONS(1618), - [anon_sym_STAR_EQ] = ACTIONS(1618), - [anon_sym_SLASH_EQ] = ACTIONS(1618), - [anon_sym_PERCENT_EQ] = ACTIONS(1618), - [anon_sym_PLUS_EQ] = ACTIONS(1618), - [anon_sym_DASH_EQ] = ACTIONS(1618), - [anon_sym_LT_LT_EQ] = ACTIONS(1618), - [anon_sym_GT_GT_EQ] = ACTIONS(1618), - [anon_sym_AMP_EQ] = ACTIONS(1618), - [anon_sym_CARET_EQ] = ACTIONS(1618), - [anon_sym_PIPE_EQ] = ACTIONS(1618), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1618), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LBRACK] = ACTIONS(1883), + [anon_sym_EQ] = ACTIONS(1883), + [anon_sym_DOT] = ACTIONS(1883), + [sym_comment] = ACTIONS(42), }, [682] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(1618), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1620), - [anon_sym_QMARK] = ACTIONS(1618), - [anon_sym_STAR_EQ] = ACTIONS(1618), - [anon_sym_SLASH_EQ] = ACTIONS(1618), - [anon_sym_PERCENT_EQ] = ACTIONS(1618), - [anon_sym_PLUS_EQ] = ACTIONS(1618), - [anon_sym_DASH_EQ] = ACTIONS(1618), - [anon_sym_LT_LT_EQ] = ACTIONS(1618), - [anon_sym_GT_GT_EQ] = ACTIONS(1618), - [anon_sym_AMP_EQ] = ACTIONS(1618), - [anon_sym_CARET_EQ] = ACTIONS(1618), - [anon_sym_PIPE_EQ] = ACTIONS(1618), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1618), - [anon_sym_AMP_AMP] = ACTIONS(1618), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(1885), + [anon_sym_RPAREN] = ACTIONS(1885), + [sym_comment] = ACTIONS(42), }, [683] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(1614), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1616), - [anon_sym_QMARK] = ACTIONS(1614), - [anon_sym_STAR_EQ] = ACTIONS(1614), - [anon_sym_SLASH_EQ] = ACTIONS(1614), - [anon_sym_PERCENT_EQ] = ACTIONS(1614), - [anon_sym_PLUS_EQ] = ACTIONS(1614), - [anon_sym_DASH_EQ] = ACTIONS(1614), - [anon_sym_LT_LT_EQ] = ACTIONS(1614), - [anon_sym_GT_GT_EQ] = ACTIONS(1614), - [anon_sym_AMP_EQ] = ACTIONS(1614), - [anon_sym_CARET_EQ] = ACTIONS(1614), - [anon_sym_PIPE_EQ] = ACTIONS(1614), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1614), - [anon_sym_PIPE] = ACTIONS(1616), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1025), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1025), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1025), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1025), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1025), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1025), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1025), + [sym_preproc_directive] = ACTIONS(1027), + [anon_sym_extern] = ACTIONS(1025), + [anon_sym_typedef] = ACTIONS(1025), + [anon_sym_static] = ACTIONS(1025), + [anon_sym_auto] = ACTIONS(1025), + [anon_sym_register] = ACTIONS(1025), + [anon_sym_const] = ACTIONS(1025), + [anon_sym_restrict] = ACTIONS(1025), + [anon_sym_volatile] = ACTIONS(1025), + [sym_function_specifier] = ACTIONS(1025), + [anon_sym_unsigned] = ACTIONS(1025), + [anon_sym_long] = ACTIONS(1025), + [anon_sym_short] = ACTIONS(1025), + [anon_sym_enum] = ACTIONS(1025), + [anon_sym_struct] = ACTIONS(1025), + [anon_sym_union] = ACTIONS(1025), + [sym_identifier] = ACTIONS(1027), + [sym_comment] = ACTIONS(42), }, [684] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(1614), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1616), - [anon_sym_QMARK] = ACTIONS(1614), - [anon_sym_STAR_EQ] = ACTIONS(1614), - [anon_sym_SLASH_EQ] = ACTIONS(1614), - [anon_sym_PERCENT_EQ] = ACTIONS(1614), - [anon_sym_PLUS_EQ] = ACTIONS(1614), - [anon_sym_DASH_EQ] = ACTIONS(1614), - [anon_sym_LT_LT_EQ] = ACTIONS(1614), - [anon_sym_GT_GT_EQ] = ACTIONS(1614), - [anon_sym_AMP_EQ] = ACTIONS(1614), - [anon_sym_CARET_EQ] = ACTIONS(1614), - [anon_sym_PIPE_EQ] = ACTIONS(1614), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1614), - [anon_sym_PIPE] = ACTIONS(1616), - [anon_sym_CARET] = ACTIONS(1616), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1041), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1041), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1041), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1041), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1041), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1041), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1041), + [sym_preproc_directive] = ACTIONS(1043), + [anon_sym_extern] = ACTIONS(1041), + [anon_sym_typedef] = ACTIONS(1041), + [anon_sym_static] = ACTIONS(1041), + [anon_sym_auto] = ACTIONS(1041), + [anon_sym_register] = ACTIONS(1041), + [anon_sym_const] = ACTIONS(1041), + [anon_sym_restrict] = ACTIONS(1041), + [anon_sym_volatile] = ACTIONS(1041), + [sym_function_specifier] = ACTIONS(1041), + [anon_sym_unsigned] = ACTIONS(1041), + [anon_sym_long] = ACTIONS(1041), + [anon_sym_short] = ACTIONS(1041), + [anon_sym_enum] = ACTIONS(1041), + [anon_sym_struct] = ACTIONS(1041), + [anon_sym_union] = ACTIONS(1041), + [sym_identifier] = ACTIONS(1043), + [sym_comment] = ACTIONS(42), }, [685] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(1622), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1624), - [anon_sym_QMARK] = ACTIONS(1622), - [anon_sym_STAR_EQ] = ACTIONS(1622), - [anon_sym_SLASH_EQ] = ACTIONS(1622), - [anon_sym_PERCENT_EQ] = ACTIONS(1622), - [anon_sym_PLUS_EQ] = ACTIONS(1622), - [anon_sym_DASH_EQ] = ACTIONS(1622), - [anon_sym_LT_LT_EQ] = ACTIONS(1622), - [anon_sym_GT_GT_EQ] = ACTIONS(1622), - [anon_sym_AMP_EQ] = ACTIONS(1622), - [anon_sym_CARET_EQ] = ACTIONS(1622), - [anon_sym_PIPE_EQ] = ACTIONS(1622), - [anon_sym_AMP] = ACTIONS(1624), - [anon_sym_PIPE_PIPE] = ACTIONS(1622), - [anon_sym_AMP_AMP] = ACTIONS(1622), - [anon_sym_PIPE] = ACTIONS(1624), - [anon_sym_CARET] = ACTIONS(1624), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1087), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1087), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1087), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1087), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1087), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1087), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1087), + [sym_preproc_directive] = ACTIONS(1089), + [anon_sym_extern] = ACTIONS(1087), + [anon_sym_typedef] = ACTIONS(1087), + [anon_sym_static] = ACTIONS(1087), + [anon_sym_auto] = ACTIONS(1087), + [anon_sym_register] = ACTIONS(1087), + [anon_sym_const] = ACTIONS(1087), + [anon_sym_restrict] = ACTIONS(1087), + [anon_sym_volatile] = ACTIONS(1087), + [sym_function_specifier] = ACTIONS(1087), + [anon_sym_unsigned] = ACTIONS(1087), + [anon_sym_long] = ACTIONS(1087), + [anon_sym_short] = ACTIONS(1087), + [anon_sym_enum] = ACTIONS(1087), + [anon_sym_struct] = ACTIONS(1087), + [anon_sym_union] = ACTIONS(1087), + [sym_identifier] = ACTIONS(1089), + [sym_comment] = ACTIONS(42), }, [686] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(1626), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1628), - [anon_sym_QMARK] = ACTIONS(1626), - [anon_sym_STAR_EQ] = ACTIONS(1626), - [anon_sym_SLASH_EQ] = ACTIONS(1626), - [anon_sym_PERCENT_EQ] = ACTIONS(1626), - [anon_sym_PLUS_EQ] = ACTIONS(1626), - [anon_sym_DASH_EQ] = ACTIONS(1626), - [anon_sym_LT_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_GT_EQ] = ACTIONS(1626), - [anon_sym_AMP_EQ] = ACTIONS(1626), - [anon_sym_CARET_EQ] = ACTIONS(1626), - [anon_sym_PIPE_EQ] = ACTIONS(1626), - [anon_sym_AMP] = ACTIONS(1628), - [anon_sym_PIPE_PIPE] = ACTIONS(1626), - [anon_sym_AMP_AMP] = ACTIONS(1626), - [anon_sym_PIPE] = ACTIONS(1628), - [anon_sym_CARET] = ACTIONS(1628), - [anon_sym_EQ_EQ] = ACTIONS(1626), - [anon_sym_BANG_EQ] = ACTIONS(1626), - [anon_sym_LT] = ACTIONS(1628), - [anon_sym_GT] = ACTIONS(1628), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1093), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1093), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1093), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1093), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1093), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1093), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1093), + [sym_preproc_directive] = ACTIONS(1095), + [anon_sym_extern] = ACTIONS(1093), + [anon_sym_typedef] = ACTIONS(1093), + [anon_sym_static] = ACTIONS(1093), + [anon_sym_auto] = ACTIONS(1093), + [anon_sym_register] = ACTIONS(1093), + [anon_sym_const] = ACTIONS(1093), + [anon_sym_restrict] = ACTIONS(1093), + [anon_sym_volatile] = ACTIONS(1093), + [sym_function_specifier] = ACTIONS(1093), + [anon_sym_unsigned] = ACTIONS(1093), + [anon_sym_long] = ACTIONS(1093), + [anon_sym_short] = ACTIONS(1093), + [anon_sym_enum] = ACTIONS(1093), + [anon_sym_struct] = ACTIONS(1093), + [anon_sym_union] = ACTIONS(1093), + [sym_identifier] = ACTIONS(1095), + [sym_comment] = ACTIONS(42), }, [687] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(1630), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1632), - [anon_sym_QMARK] = ACTIONS(1630), - [anon_sym_STAR_EQ] = ACTIONS(1630), - [anon_sym_SLASH_EQ] = ACTIONS(1630), - [anon_sym_PERCENT_EQ] = ACTIONS(1630), - [anon_sym_PLUS_EQ] = ACTIONS(1630), - [anon_sym_DASH_EQ] = ACTIONS(1630), - [anon_sym_LT_LT_EQ] = ACTIONS(1630), - [anon_sym_GT_GT_EQ] = ACTIONS(1630), - [anon_sym_AMP_EQ] = ACTIONS(1630), - [anon_sym_CARET_EQ] = ACTIONS(1630), - [anon_sym_PIPE_EQ] = ACTIONS(1630), - [anon_sym_AMP] = ACTIONS(1632), - [anon_sym_PIPE_PIPE] = ACTIONS(1630), - [anon_sym_AMP_AMP] = ACTIONS(1630), - [anon_sym_PIPE] = ACTIONS(1632), - [anon_sym_CARET] = ACTIONS(1632), - [anon_sym_EQ_EQ] = ACTIONS(1630), - [anon_sym_BANG_EQ] = ACTIONS(1630), - [anon_sym_LT] = ACTIONS(1632), - [anon_sym_GT] = ACTIONS(1632), - [anon_sym_LT_EQ] = ACTIONS(1630), - [anon_sym_GT_EQ] = ACTIONS(1630), - [anon_sym_LT_LT] = ACTIONS(1632), - [anon_sym_GT_GT] = ACTIONS(1632), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1099), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1099), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1099), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1099), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1099), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1099), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1099), + [sym_preproc_directive] = ACTIONS(1101), + [anon_sym_extern] = ACTIONS(1099), + [anon_sym_typedef] = ACTIONS(1099), + [anon_sym_static] = ACTIONS(1099), + [anon_sym_auto] = ACTIONS(1099), + [anon_sym_register] = ACTIONS(1099), + [anon_sym_const] = ACTIONS(1099), + [anon_sym_restrict] = ACTIONS(1099), + [anon_sym_volatile] = ACTIONS(1099), + [sym_function_specifier] = ACTIONS(1099), + [anon_sym_unsigned] = ACTIONS(1099), + [anon_sym_long] = ACTIONS(1099), + [anon_sym_short] = ACTIONS(1099), + [anon_sym_enum] = ACTIONS(1099), + [anon_sym_struct] = ACTIONS(1099), + [anon_sym_union] = ACTIONS(1099), + [sym_identifier] = ACTIONS(1101), + [sym_comment] = ACTIONS(42), }, [688] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(1604), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1604), - [anon_sym_STAR_EQ] = ACTIONS(1604), - [anon_sym_SLASH_EQ] = ACTIONS(1604), - [anon_sym_PERCENT_EQ] = ACTIONS(1604), - [anon_sym_PLUS_EQ] = ACTIONS(1604), - [anon_sym_DASH_EQ] = ACTIONS(1604), - [anon_sym_LT_LT_EQ] = ACTIONS(1604), - [anon_sym_GT_GT_EQ] = ACTIONS(1604), - [anon_sym_AMP_EQ] = ACTIONS(1604), - [anon_sym_CARET_EQ] = ACTIONS(1604), - [anon_sym_PIPE_EQ] = ACTIONS(1604), - [anon_sym_AMP] = ACTIONS(1606), - [anon_sym_PIPE_PIPE] = ACTIONS(1604), - [anon_sym_AMP_AMP] = ACTIONS(1604), - [anon_sym_PIPE] = ACTIONS(1606), - [anon_sym_CARET] = ACTIONS(1606), - [anon_sym_EQ_EQ] = ACTIONS(1604), - [anon_sym_BANG_EQ] = ACTIONS(1604), - [anon_sym_LT] = ACTIONS(1606), - [anon_sym_GT] = ACTIONS(1606), - [anon_sym_LT_EQ] = ACTIONS(1604), - [anon_sym_GT_EQ] = ACTIONS(1604), - [anon_sym_LT_LT] = ACTIONS(1606), - [anon_sym_GT_GT] = ACTIONS(1606), - [anon_sym_PLUS] = ACTIONS(1606), - [anon_sym_DASH] = ACTIONS(1606), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LF] = ACTIONS(1887), + [sym_comment] = ACTIONS(52), }, [689] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1918), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1918), - [anon_sym_LPAREN] = ACTIONS(1920), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1918), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1918), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1918), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1918), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1918), - [sym_preproc_directive] = ACTIONS(1922), - [anon_sym_SEMI] = ACTIONS(1920), - [anon_sym_extern] = ACTIONS(1918), - [anon_sym_LBRACE] = ACTIONS(1920), - [anon_sym_RBRACE] = ACTIONS(1920), - [anon_sym_STAR] = ACTIONS(1920), - [anon_sym_typedef] = ACTIONS(1918), - [anon_sym_static] = ACTIONS(1918), - [anon_sym_auto] = ACTIONS(1918), - [anon_sym_register] = ACTIONS(1918), - [anon_sym_const] = ACTIONS(1918), - [anon_sym_restrict] = ACTIONS(1918), - [anon_sym_volatile] = ACTIONS(1918), - [sym_function_specifier] = ACTIONS(1918), - [anon_sym_unsigned] = ACTIONS(1918), - [anon_sym_long] = ACTIONS(1918), - [anon_sym_short] = ACTIONS(1918), - [anon_sym_enum] = ACTIONS(1918), - [anon_sym_struct] = ACTIONS(1918), - [anon_sym_union] = ACTIONS(1918), - [anon_sym_if] = ACTIONS(1918), - [anon_sym_else] = ACTIONS(1918), - [anon_sym_switch] = ACTIONS(1918), - [anon_sym_case] = ACTIONS(1918), - [anon_sym_default] = ACTIONS(1918), - [anon_sym_while] = ACTIONS(1918), - [anon_sym_do] = ACTIONS(1918), - [anon_sym_for] = ACTIONS(1918), - [anon_sym_return] = ACTIONS(1918), - [anon_sym_break] = ACTIONS(1918), - [anon_sym_continue] = ACTIONS(1918), - [anon_sym_goto] = ACTIONS(1918), - [anon_sym_AMP] = ACTIONS(1920), - [anon_sym_BANG] = ACTIONS(1920), - [anon_sym_TILDE] = ACTIONS(1920), - [anon_sym_PLUS] = ACTIONS(1918), - [anon_sym_DASH] = ACTIONS(1918), - [anon_sym_DASH_DASH] = ACTIONS(1920), - [anon_sym_PLUS_PLUS] = ACTIONS(1920), - [anon_sym_sizeof] = ACTIONS(1918), - [sym_number_literal] = ACTIONS(1918), - [sym_char_literal] = ACTIONS(1918), - [sym_string_literal] = ACTIONS(1920), - [sym_identifier] = ACTIONS(1922), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(588), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(588), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(588), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(588), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(588), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(588), + [sym_preproc_directive] = ACTIONS(590), + [anon_sym_extern] = ACTIONS(588), + [anon_sym_typedef] = ACTIONS(588), + [anon_sym_static] = ACTIONS(588), + [anon_sym_auto] = ACTIONS(588), + [anon_sym_register] = ACTIONS(588), + [anon_sym_const] = ACTIONS(588), + [anon_sym_restrict] = ACTIONS(588), + [anon_sym_volatile] = ACTIONS(588), + [sym_function_specifier] = ACTIONS(588), + [anon_sym_unsigned] = ACTIONS(588), + [anon_sym_long] = ACTIONS(588), + [anon_sym_short] = ACTIONS(588), + [anon_sym_enum] = ACTIONS(588), + [anon_sym_struct] = ACTIONS(588), + [anon_sym_union] = ACTIONS(588), + [sym_identifier] = ACTIONS(590), + [sym_comment] = ACTIONS(42), }, [690] = { - [sym__expression] = STATE(559), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(560), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_STAR] = ACTIONS(1924), - [anon_sym_LBRACK] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1806), - [anon_sym_COLON] = ACTIONS(1802), - [anon_sym_QMARK] = ACTIONS(1802), - [anon_sym_STAR_EQ] = ACTIONS(1802), - [anon_sym_SLASH_EQ] = ACTIONS(1802), - [anon_sym_PERCENT_EQ] = ACTIONS(1802), - [anon_sym_PLUS_EQ] = ACTIONS(1802), - [anon_sym_DASH_EQ] = ACTIONS(1802), - [anon_sym_LT_LT_EQ] = ACTIONS(1802), - [anon_sym_GT_GT_EQ] = ACTIONS(1802), - [anon_sym_AMP_EQ] = ACTIONS(1802), - [anon_sym_CARET_EQ] = ACTIONS(1802), - [anon_sym_PIPE_EQ] = ACTIONS(1802), - [anon_sym_AMP] = ACTIONS(1924), - [anon_sym_PIPE_PIPE] = ACTIONS(1802), - [anon_sym_AMP_AMP] = ACTIONS(1802), - [anon_sym_BANG] = ACTIONS(1926), - [anon_sym_PIPE] = ACTIONS(1806), - [anon_sym_CARET] = ACTIONS(1806), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_LT] = ACTIONS(1806), - [anon_sym_GT] = ACTIONS(1806), - [anon_sym_LT_EQ] = ACTIONS(1802), - [anon_sym_GT_EQ] = ACTIONS(1802), - [anon_sym_LT_LT] = ACTIONS(1806), - [anon_sym_GT_GT] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_SLASH] = ACTIONS(1806), - [anon_sym_PERCENT] = ACTIONS(1806), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_DASH_GT] = ACTIONS(1802), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LF] = ACTIONS(1889), + [sym_comment] = ACTIONS(52), }, [691] = { - [sym__expression] = STATE(737), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(628), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(628), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(628), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(628), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(628), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(628), + [sym_preproc_directive] = ACTIONS(630), + [anon_sym_extern] = ACTIONS(628), + [anon_sym_typedef] = ACTIONS(628), + [anon_sym_static] = ACTIONS(628), + [anon_sym_auto] = ACTIONS(628), + [anon_sym_register] = ACTIONS(628), + [anon_sym_const] = ACTIONS(628), + [anon_sym_restrict] = ACTIONS(628), + [anon_sym_volatile] = ACTIONS(628), + [sym_function_specifier] = ACTIONS(628), + [anon_sym_unsigned] = ACTIONS(628), + [anon_sym_long] = ACTIONS(628), + [anon_sym_short] = ACTIONS(628), + [anon_sym_enum] = ACTIONS(628), + [anon_sym_struct] = ACTIONS(628), + [anon_sym_union] = ACTIONS(628), + [sym_identifier] = ACTIONS(630), + [sym_comment] = ACTIONS(42), }, [692] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1928), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1928), - [anon_sym_LPAREN] = ACTIONS(1930), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1928), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1928), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1928), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1928), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1928), - [sym_preproc_directive] = ACTIONS(1932), - [anon_sym_SEMI] = ACTIONS(1930), - [anon_sym_extern] = ACTIONS(1928), - [anon_sym_LBRACE] = ACTIONS(1930), - [anon_sym_RBRACE] = ACTIONS(1930), - [anon_sym_STAR] = ACTIONS(1930), - [anon_sym_typedef] = ACTIONS(1928), - [anon_sym_static] = ACTIONS(1928), - [anon_sym_auto] = ACTIONS(1928), - [anon_sym_register] = ACTIONS(1928), - [anon_sym_const] = ACTIONS(1928), - [anon_sym_restrict] = ACTIONS(1928), - [anon_sym_volatile] = ACTIONS(1928), - [sym_function_specifier] = ACTIONS(1928), - [anon_sym_unsigned] = ACTIONS(1928), - [anon_sym_long] = ACTIONS(1928), - [anon_sym_short] = ACTIONS(1928), - [anon_sym_enum] = ACTIONS(1928), - [anon_sym_struct] = ACTIONS(1928), - [anon_sym_union] = ACTIONS(1928), - [anon_sym_if] = ACTIONS(1928), - [anon_sym_else] = ACTIONS(1928), - [anon_sym_switch] = ACTIONS(1928), - [anon_sym_case] = ACTIONS(1928), - [anon_sym_default] = ACTIONS(1928), - [anon_sym_while] = ACTIONS(1928), - [anon_sym_do] = ACTIONS(1928), - [anon_sym_for] = ACTIONS(1928), - [anon_sym_return] = ACTIONS(1928), - [anon_sym_break] = ACTIONS(1928), - [anon_sym_continue] = ACTIONS(1928), - [anon_sym_goto] = ACTIONS(1928), - [anon_sym_AMP] = ACTIONS(1930), - [anon_sym_BANG] = ACTIONS(1930), - [anon_sym_TILDE] = ACTIONS(1930), - [anon_sym_PLUS] = ACTIONS(1928), - [anon_sym_DASH] = ACTIONS(1928), - [anon_sym_DASH_DASH] = ACTIONS(1930), - [anon_sym_PLUS_PLUS] = ACTIONS(1930), - [anon_sym_sizeof] = ACTIONS(1928), - [sym_number_literal] = ACTIONS(1928), - [sym_char_literal] = ACTIONS(1928), - [sym_string_literal] = ACTIONS(1930), - [sym_identifier] = ACTIONS(1932), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1891), + [sym_comment] = ACTIONS(42), }, [693] = { - [sym_compound_statement] = STATE(745), - [sym_labeled_statement] = STATE(745), - [sym_expression_statement] = STATE(745), - [sym_if_statement] = STATE(745), - [sym_switch_statement] = STATE(745), - [sym_case_statement] = STATE(745), - [sym_while_statement] = STATE(745), - [sym_do_statement] = STATE(745), - [sym_for_statement] = STATE(745), - [sym_return_statement] = STATE(745), - [sym_break_statement] = STATE(745), - [sym_continue_statement] = STATE(745), - [sym_goto_statement] = STATE(745), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1934), - [anon_sym_switch] = ACTIONS(1936), - [anon_sym_case] = ACTIONS(1938), - [anon_sym_default] = ACTIONS(1940), - [anon_sym_while] = ACTIONS(1942), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1944), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1946), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(640), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(640), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(640), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(640), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(640), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(640), + [sym_preproc_directive] = ACTIONS(642), + [anon_sym_extern] = ACTIONS(640), + [anon_sym_typedef] = ACTIONS(640), + [anon_sym_static] = ACTIONS(640), + [anon_sym_auto] = ACTIONS(640), + [anon_sym_register] = ACTIONS(640), + [anon_sym_const] = ACTIONS(640), + [anon_sym_restrict] = ACTIONS(640), + [anon_sym_volatile] = ACTIONS(640), + [sym_function_specifier] = ACTIONS(640), + [anon_sym_unsigned] = ACTIONS(640), + [anon_sym_long] = ACTIONS(640), + [anon_sym_short] = ACTIONS(640), + [anon_sym_enum] = ACTIONS(640), + [anon_sym_struct] = ACTIONS(640), + [anon_sym_union] = ACTIONS(640), + [sym_identifier] = ACTIONS(642), + [sym_comment] = ACTIONS(42), }, [694] = { - [sym_compound_statement] = STATE(689), - [sym_labeled_statement] = STATE(689), - [sym_expression_statement] = STATE(689), - [sym_if_statement] = STATE(689), - [sym_switch_statement] = STATE(689), - [sym_case_statement] = STATE(689), - [sym_while_statement] = STATE(689), - [sym_do_statement] = STATE(689), - [sym_for_statement] = STATE(689), - [sym_return_statement] = STATE(689), - [sym_break_statement] = STATE(689), - [sym_continue_statement] = STATE(689), - [sym_goto_statement] = STATE(689), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(839), - [anon_sym_switch] = ACTIONS(841), - [anon_sym_case] = ACTIONS(843), - [anon_sym_default] = ACTIONS(845), - [anon_sym_while] = ACTIONS(847), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(849), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(851), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1893), + [sym_comment] = ACTIONS(42), }, [695] = { - [sym_compound_statement] = STATE(692), - [sym_labeled_statement] = STATE(692), - [sym_expression_statement] = STATE(692), - [sym_if_statement] = STATE(692), - [sym_switch_statement] = STATE(692), - [sym_case_statement] = STATE(692), - [sym_while_statement] = STATE(692), - [sym_do_statement] = STATE(692), - [sym_for_statement] = STATE(692), - [sym_return_statement] = STATE(692), - [sym_break_statement] = STATE(692), - [sym_continue_statement] = STATE(692), - [sym_goto_statement] = STATE(692), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(839), - [anon_sym_switch] = ACTIONS(841), - [anon_sym_case] = ACTIONS(843), - [anon_sym_default] = ACTIONS(845), - [anon_sym_while] = ACTIONS(847), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(849), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(851), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(648), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(648), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(648), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(648), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(648), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(648), + [sym_preproc_directive] = ACTIONS(650), + [anon_sym_extern] = ACTIONS(648), + [anon_sym_typedef] = ACTIONS(648), + [anon_sym_static] = ACTIONS(648), + [anon_sym_auto] = ACTIONS(648), + [anon_sym_register] = ACTIONS(648), + [anon_sym_const] = ACTIONS(648), + [anon_sym_restrict] = ACTIONS(648), + [anon_sym_volatile] = ACTIONS(648), + [sym_function_specifier] = ACTIONS(648), + [anon_sym_unsigned] = ACTIONS(648), + [anon_sym_long] = ACTIONS(648), + [anon_sym_short] = ACTIONS(648), + [anon_sym_enum] = ACTIONS(648), + [anon_sym_struct] = ACTIONS(648), + [anon_sym_union] = ACTIONS(648), + [sym_identifier] = ACTIONS(650), + [sym_comment] = ACTIONS(42), }, [696] = { - [sym__expression] = STATE(747), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(1948), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1895), + [sym_comment] = ACTIONS(42), }, [697] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(1950), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(656), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(656), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(656), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(656), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(656), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(656), + [sym_preproc_directive] = ACTIONS(658), + [anon_sym_extern] = ACTIONS(656), + [anon_sym_typedef] = ACTIONS(656), + [anon_sym_static] = ACTIONS(656), + [anon_sym_auto] = ACTIONS(656), + [anon_sym_register] = ACTIONS(656), + [anon_sym_const] = ACTIONS(656), + [anon_sym_restrict] = ACTIONS(656), + [anon_sym_volatile] = ACTIONS(656), + [sym_function_specifier] = ACTIONS(656), + [anon_sym_unsigned] = ACTIONS(656), + [anon_sym_long] = ACTIONS(656), + [anon_sym_short] = ACTIONS(656), + [anon_sym_enum] = ACTIONS(656), + [anon_sym_struct] = ACTIONS(656), + [anon_sym_union] = ACTIONS(656), + [sym_identifier] = ACTIONS(658), + [sym_comment] = ACTIONS(42), }, [698] = { - [sym__expression] = STATE(749), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(1950), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(51), + [sym_preproc_def] = STATE(51), + [sym_preproc_function_def] = STATE(51), + [sym_preproc_call] = STATE(51), + [sym_preproc_if] = STATE(51), + [sym_preproc_ifdef] = STATE(51), + [sym_function_definition] = STATE(51), + [sym_declaration] = STATE(51), + [sym__declaration_specifiers] = STATE(19), + [sym_linkage_specification] = STATE(51), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__empty_declaration] = STATE(51), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(12), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(14), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(16), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(18), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(20), + [sym_preproc_directive] = ACTIONS(22), + [anon_sym_extern] = ACTIONS(24), + [anon_sym_RBRACE] = ACTIONS(1897), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [sym_comment] = ACTIONS(42), }, [699] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(1952), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(814), + [sym_preproc_directive] = ACTIONS(816), + [anon_sym_extern] = ACTIONS(814), + [anon_sym_typedef] = ACTIONS(814), + [anon_sym_static] = ACTIONS(814), + [anon_sym_auto] = ACTIONS(814), + [anon_sym_register] = ACTIONS(814), + [anon_sym_const] = ACTIONS(814), + [anon_sym_restrict] = ACTIONS(814), + [anon_sym_volatile] = ACTIONS(814), + [sym_function_specifier] = ACTIONS(814), + [anon_sym_unsigned] = ACTIONS(814), + [anon_sym_long] = ACTIONS(814), + [anon_sym_short] = ACTIONS(814), + [anon_sym_enum] = ACTIONS(814), + [anon_sym_struct] = ACTIONS(814), + [anon_sym_union] = ACTIONS(814), + [sym_identifier] = ACTIONS(816), + [sym_comment] = ACTIONS(42), }, [700] = { - [sym_compound_statement] = STATE(751), - [sym_labeled_statement] = STATE(751), - [sym_expression_statement] = STATE(751), - [sym_if_statement] = STATE(751), - [sym_switch_statement] = STATE(751), - [sym_case_statement] = STATE(751), - [sym_while_statement] = STATE(751), - [sym_do_statement] = STATE(751), - [sym_for_statement] = STATE(751), - [sym_return_statement] = STATE(751), - [sym_break_statement] = STATE(751), - [sym_continue_statement] = STATE(751), - [sym_goto_statement] = STATE(751), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(543), - [anon_sym_switch] = ACTIONS(545), - [anon_sym_case] = ACTIONS(547), - [anon_sym_default] = ACTIONS(549), - [anon_sym_while] = ACTIONS(551), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(555), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1331), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(394), + [sym_preproc_def] = STATE(394), + [sym_preproc_function_def] = STATE(394), + [sym_preproc_call] = STATE(394), + [sym_preproc_if_in_compound_statement] = STATE(395), + [sym_preproc_ifdef_in_compound_statement] = STATE(396), + [sym_declaration] = STATE(394), + [sym__declaration_specifiers] = STATE(212), + [sym_compound_statement] = STATE(394), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(394), + [sym_expression_statement] = STATE(394), + [sym_if_statement] = STATE(394), + [sym_switch_statement] = STATE(394), + [sym_case_statement] = STATE(394), + [sym_while_statement] = STATE(394), + [sym_do_statement] = STATE(394), + [sym_for_statement] = STATE(394), + [sym_return_statement] = STATE(394), + [sym_break_statement] = STATE(394), + [sym_continue_statement] = STATE(394), + [sym_goto_statement] = STATE(394), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(394), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(470), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(472), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(476), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(478), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(480), + [sym_preproc_directive] = ACTIONS(482), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_RBRACE] = ACTIONS(1899), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(528), + [sym_comment] = ACTIONS(42), }, [701] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(753), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(1954), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1019), + [sym_preproc_directive] = ACTIONS(1021), + [anon_sym_extern] = ACTIONS(1019), + [anon_sym_typedef] = ACTIONS(1019), + [anon_sym_static] = ACTIONS(1019), + [anon_sym_auto] = ACTIONS(1019), + [anon_sym_register] = ACTIONS(1019), + [anon_sym_const] = ACTIONS(1019), + [anon_sym_restrict] = ACTIONS(1019), + [anon_sym_volatile] = ACTIONS(1019), + [sym_function_specifier] = ACTIONS(1019), + [anon_sym_unsigned] = ACTIONS(1019), + [anon_sym_long] = ACTIONS(1019), + [anon_sym_short] = ACTIONS(1019), + [anon_sym_enum] = ACTIONS(1019), + [anon_sym_struct] = ACTIONS(1019), + [anon_sym_union] = ACTIONS(1019), + [sym_identifier] = ACTIONS(1021), + [sym_comment] = ACTIONS(42), }, [702] = { - [sym__expression] = STATE(754), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(1954), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1105), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1105), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1105), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1105), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1105), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1105), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1105), + [sym_preproc_directive] = ACTIONS(1107), + [anon_sym_extern] = ACTIONS(1105), + [anon_sym_typedef] = ACTIONS(1105), + [anon_sym_static] = ACTIONS(1105), + [anon_sym_auto] = ACTIONS(1105), + [anon_sym_register] = ACTIONS(1105), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_restrict] = ACTIONS(1105), + [anon_sym_volatile] = ACTIONS(1105), + [sym_function_specifier] = ACTIONS(1105), + [anon_sym_unsigned] = ACTIONS(1105), + [anon_sym_long] = ACTIONS(1105), + [anon_sym_short] = ACTIONS(1105), + [anon_sym_enum] = ACTIONS(1105), + [anon_sym_struct] = ACTIONS(1105), + [anon_sym_union] = ACTIONS(1105), + [sym_identifier] = ACTIONS(1107), + [sym_comment] = ACTIONS(42), }, [703] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(1956), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1455), + [sym_preproc_directive] = ACTIONS(1457), + [anon_sym_extern] = ACTIONS(1455), + [anon_sym_typedef] = ACTIONS(1455), + [anon_sym_static] = ACTIONS(1455), + [anon_sym_auto] = ACTIONS(1455), + [anon_sym_register] = ACTIONS(1455), + [anon_sym_const] = ACTIONS(1455), + [anon_sym_restrict] = ACTIONS(1455), + [anon_sym_volatile] = ACTIONS(1455), + [sym_function_specifier] = ACTIONS(1455), + [anon_sym_unsigned] = ACTIONS(1455), + [anon_sym_long] = ACTIONS(1455), + [anon_sym_short] = ACTIONS(1455), + [anon_sym_enum] = ACTIONS(1455), + [anon_sym_struct] = ACTIONS(1455), + [anon_sym_union] = ACTIONS(1455), + [sym_identifier] = ACTIONS(1457), + [sym_comment] = ACTIONS(42), }, [704] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1958), - [anon_sym_RPAREN] = ACTIONS(1958), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(755), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_initializer_list] = STATE(756), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_LBRACE] = ACTIONS(556), + [anon_sym_STAR] = ACTIONS(670), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(672), + [anon_sym_TILDE] = ACTIONS(674), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_DASH_DASH] = ACTIONS(678), + [anon_sym_PLUS_PLUS] = ACTIONS(678), + [anon_sym_sizeof] = ACTIONS(680), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [705] = { - [sym__expression] = STATE(756), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_RPAREN] = ACTIONS(1901), + [sym_comment] = ACTIONS(42), }, [706] = { - [anon_sym_LPAREN] = ACTIONS(1960), - [anon_sym_COMMA] = ACTIONS(1960), - [anon_sym_RPAREN] = ACTIONS(1960), - [anon_sym_SEMI] = ACTIONS(1960), - [anon_sym_RBRACE] = ACTIONS(1960), - [anon_sym_STAR] = ACTIONS(1962), - [anon_sym_LBRACK] = ACTIONS(1960), - [anon_sym_RBRACK] = ACTIONS(1960), - [anon_sym_EQ] = ACTIONS(1962), - [anon_sym_COLON] = ACTIONS(1960), - [anon_sym_QMARK] = ACTIONS(1960), - [anon_sym_STAR_EQ] = ACTIONS(1960), - [anon_sym_SLASH_EQ] = ACTIONS(1960), - [anon_sym_PERCENT_EQ] = ACTIONS(1960), - [anon_sym_PLUS_EQ] = ACTIONS(1960), - [anon_sym_DASH_EQ] = ACTIONS(1960), - [anon_sym_LT_LT_EQ] = ACTIONS(1960), - [anon_sym_GT_GT_EQ] = ACTIONS(1960), - [anon_sym_AMP_EQ] = ACTIONS(1960), - [anon_sym_CARET_EQ] = ACTIONS(1960), - [anon_sym_PIPE_EQ] = ACTIONS(1960), - [anon_sym_AMP] = ACTIONS(1962), - [anon_sym_PIPE_PIPE] = ACTIONS(1960), - [anon_sym_AMP_AMP] = ACTIONS(1960), - [anon_sym_PIPE] = ACTIONS(1962), - [anon_sym_CARET] = ACTIONS(1962), - [anon_sym_EQ_EQ] = ACTIONS(1960), - [anon_sym_BANG_EQ] = ACTIONS(1960), - [anon_sym_LT] = ACTIONS(1962), - [anon_sym_GT] = ACTIONS(1962), - [anon_sym_LT_EQ] = ACTIONS(1960), - [anon_sym_GT_EQ] = ACTIONS(1960), - [anon_sym_LT_LT] = ACTIONS(1962), - [anon_sym_GT_GT] = ACTIONS(1962), - [anon_sym_PLUS] = ACTIONS(1962), - [anon_sym_DASH] = ACTIONS(1962), - [anon_sym_SLASH] = ACTIONS(1962), - [anon_sym_PERCENT] = ACTIONS(1962), - [anon_sym_DASH_DASH] = ACTIONS(1960), - [anon_sym_PLUS_PLUS] = ACTIONS(1960), - [anon_sym_DOT] = ACTIONS(1960), - [anon_sym_DASH_GT] = ACTIONS(1960), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1829), + [anon_sym_RBRACE] = ACTIONS(1829), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1115), + [anon_sym_QMARK] = ACTIONS(1829), + [anon_sym_STAR_EQ] = ACTIONS(1119), + [anon_sym_SLASH_EQ] = ACTIONS(1119), + [anon_sym_PERCENT_EQ] = ACTIONS(1119), + [anon_sym_PLUS_EQ] = ACTIONS(1119), + [anon_sym_DASH_EQ] = ACTIONS(1119), + [anon_sym_LT_LT_EQ] = ACTIONS(1119), + [anon_sym_GT_GT_EQ] = ACTIONS(1119), + [anon_sym_AMP_EQ] = ACTIONS(1119), + [anon_sym_CARET_EQ] = ACTIONS(1119), + [anon_sym_PIPE_EQ] = ACTIONS(1119), + [anon_sym_AMP] = ACTIONS(1121), + [anon_sym_PIPE_PIPE] = ACTIONS(1123), + [anon_sym_AMP_AMP] = ACTIONS(1125), + [anon_sym_PIPE] = ACTIONS(1127), + [anon_sym_CARET] = ACTIONS(1129), + [anon_sym_EQ_EQ] = ACTIONS(1131), + [anon_sym_BANG_EQ] = ACTIONS(1131), + [anon_sym_LT] = ACTIONS(1133), + [anon_sym_GT] = ACTIONS(1133), + [anon_sym_LT_EQ] = ACTIONS(1135), + [anon_sym_GT_EQ] = ACTIONS(1135), + [anon_sym_LT_LT] = ACTIONS(1137), + [anon_sym_GT_GT] = ACTIONS(1137), + [anon_sym_PLUS] = ACTIONS(1139), + [anon_sym_DASH] = ACTIONS(1139), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [707] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1964), - [anon_sym_SEMI] = ACTIONS(1964), - [anon_sym_STAR] = ACTIONS(907), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(911), - [anon_sym_QMARK] = ACTIONS(913), - [anon_sym_STAR_EQ] = ACTIONS(915), - [anon_sym_SLASH_EQ] = ACTIONS(915), - [anon_sym_PERCENT_EQ] = ACTIONS(915), - [anon_sym_PLUS_EQ] = ACTIONS(915), - [anon_sym_DASH_EQ] = ACTIONS(915), - [anon_sym_LT_LT_EQ] = ACTIONS(915), - [anon_sym_GT_GT_EQ] = ACTIONS(915), - [anon_sym_AMP_EQ] = ACTIONS(915), - [anon_sym_CARET_EQ] = ACTIONS(915), - [anon_sym_PIPE_EQ] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), - [anon_sym_PIPE_PIPE] = ACTIONS(919), - [anon_sym_AMP_AMP] = ACTIONS(921), - [anon_sym_PIPE] = ACTIONS(923), - [anon_sym_CARET] = ACTIONS(925), - [anon_sym_EQ_EQ] = ACTIONS(927), - [anon_sym_BANG_EQ] = ACTIONS(927), - [anon_sym_LT] = ACTIONS(929), - [anon_sym_GT] = ACTIONS(929), - [anon_sym_LT_EQ] = ACTIONS(931), - [anon_sym_GT_EQ] = ACTIONS(931), - [anon_sym_LT_LT] = ACTIONS(933), - [anon_sym_GT_GT] = ACTIONS(933), - [anon_sym_PLUS] = ACTIONS(935), - [anon_sym_DASH] = ACTIONS(935), - [anon_sym_SLASH] = ACTIONS(907), - [anon_sym_PERCENT] = ACTIONS(907), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1339), + [anon_sym_COLON] = ACTIONS(1903), + [anon_sym_QMARK] = ACTIONS(1343), + [anon_sym_STAR_EQ] = ACTIONS(1345), + [anon_sym_SLASH_EQ] = ACTIONS(1345), + [anon_sym_PERCENT_EQ] = ACTIONS(1345), + [anon_sym_PLUS_EQ] = ACTIONS(1345), + [anon_sym_DASH_EQ] = ACTIONS(1345), + [anon_sym_LT_LT_EQ] = ACTIONS(1345), + [anon_sym_GT_GT_EQ] = ACTIONS(1345), + [anon_sym_AMP_EQ] = ACTIONS(1345), + [anon_sym_CARET_EQ] = ACTIONS(1345), + [anon_sym_PIPE_EQ] = ACTIONS(1345), + [anon_sym_AMP] = ACTIONS(1347), + [anon_sym_PIPE_PIPE] = ACTIONS(1349), + [anon_sym_AMP_AMP] = ACTIONS(1351), + [anon_sym_PIPE] = ACTIONS(1353), + [anon_sym_CARET] = ACTIONS(1355), + [anon_sym_EQ_EQ] = ACTIONS(1357), + [anon_sym_BANG_EQ] = ACTIONS(1357), + [anon_sym_LT] = ACTIONS(1359), + [anon_sym_GT] = ACTIONS(1359), + [anon_sym_LT_EQ] = ACTIONS(1361), + [anon_sym_GT_EQ] = ACTIONS(1361), + [anon_sym_LT_LT] = ACTIONS(1363), + [anon_sym_GT_GT] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1365), + [anon_sym_SLASH] = ACTIONS(1337), + [anon_sym_PERCENT] = ACTIONS(1337), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [708] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(949), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(1964), - [anon_sym_EQ] = ACTIONS(951), - [anon_sym_QMARK] = ACTIONS(953), - [anon_sym_STAR_EQ] = ACTIONS(955), - [anon_sym_SLASH_EQ] = ACTIONS(955), - [anon_sym_PERCENT_EQ] = ACTIONS(955), - [anon_sym_PLUS_EQ] = ACTIONS(955), - [anon_sym_DASH_EQ] = ACTIONS(955), - [anon_sym_LT_LT_EQ] = ACTIONS(955), - [anon_sym_GT_GT_EQ] = ACTIONS(955), - [anon_sym_AMP_EQ] = ACTIONS(955), - [anon_sym_CARET_EQ] = ACTIONS(955), - [anon_sym_PIPE_EQ] = ACTIONS(955), - [anon_sym_AMP] = ACTIONS(957), - [anon_sym_PIPE_PIPE] = ACTIONS(959), - [anon_sym_AMP_AMP] = ACTIONS(961), - [anon_sym_PIPE] = ACTIONS(963), - [anon_sym_CARET] = ACTIONS(965), - [anon_sym_EQ_EQ] = ACTIONS(967), - [anon_sym_BANG_EQ] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(969), - [anon_sym_GT] = ACTIONS(969), - [anon_sym_LT_EQ] = ACTIONS(971), - [anon_sym_GT_EQ] = ACTIONS(971), - [anon_sym_LT_LT] = ACTIONS(973), - [anon_sym_GT_GT] = ACTIONS(973), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_SLASH] = ACTIONS(949), - [anon_sym_PERCENT] = ACTIONS(949), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1833), + [anon_sym_RBRACE] = ACTIONS(1833), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1835), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_STAR_EQ] = ACTIONS(1833), + [anon_sym_SLASH_EQ] = ACTIONS(1833), + [anon_sym_PERCENT_EQ] = ACTIONS(1833), + [anon_sym_PLUS_EQ] = ACTIONS(1833), + [anon_sym_DASH_EQ] = ACTIONS(1833), + [anon_sym_LT_LT_EQ] = ACTIONS(1833), + [anon_sym_GT_GT_EQ] = ACTIONS(1833), + [anon_sym_AMP_EQ] = ACTIONS(1833), + [anon_sym_CARET_EQ] = ACTIONS(1833), + [anon_sym_PIPE_EQ] = ACTIONS(1833), + [anon_sym_AMP] = ACTIONS(1835), + [anon_sym_PIPE_PIPE] = ACTIONS(1833), + [anon_sym_AMP_AMP] = ACTIONS(1833), + [anon_sym_PIPE] = ACTIONS(1835), + [anon_sym_CARET] = ACTIONS(1835), + [anon_sym_EQ_EQ] = ACTIONS(1131), + [anon_sym_BANG_EQ] = ACTIONS(1131), + [anon_sym_LT] = ACTIONS(1133), + [anon_sym_GT] = ACTIONS(1133), + [anon_sym_LT_EQ] = ACTIONS(1135), + [anon_sym_GT_EQ] = ACTIONS(1135), + [anon_sym_LT_LT] = ACTIONS(1137), + [anon_sym_GT_GT] = ACTIONS(1137), + [anon_sym_PLUS] = ACTIONS(1139), + [anon_sym_DASH] = ACTIONS(1139), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [709] = { - [sym__expression] = STATE(757), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(758), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_STAR] = ACTIONS(679), - [anon_sym_AMP] = ACTIONS(679), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_PLUS] = ACTIONS(685), - [anon_sym_DASH] = ACTIONS(685), - [anon_sym_DASH_DASH] = ACTIONS(687), - [anon_sym_PLUS_PLUS] = ACTIONS(687), - [anon_sym_sizeof] = ACTIONS(689), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1837), + [anon_sym_RBRACE] = ACTIONS(1837), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1839), + [anon_sym_QMARK] = ACTIONS(1837), + [anon_sym_STAR_EQ] = ACTIONS(1837), + [anon_sym_SLASH_EQ] = ACTIONS(1837), + [anon_sym_PERCENT_EQ] = ACTIONS(1837), + [anon_sym_PLUS_EQ] = ACTIONS(1837), + [anon_sym_DASH_EQ] = ACTIONS(1837), + [anon_sym_LT_LT_EQ] = ACTIONS(1837), + [anon_sym_GT_GT_EQ] = ACTIONS(1837), + [anon_sym_AMP_EQ] = ACTIONS(1837), + [anon_sym_CARET_EQ] = ACTIONS(1837), + [anon_sym_PIPE_EQ] = ACTIONS(1837), + [anon_sym_AMP] = ACTIONS(1121), + [anon_sym_PIPE_PIPE] = ACTIONS(1837), + [anon_sym_AMP_AMP] = ACTIONS(1125), + [anon_sym_PIPE] = ACTIONS(1127), + [anon_sym_CARET] = ACTIONS(1129), + [anon_sym_EQ_EQ] = ACTIONS(1131), + [anon_sym_BANG_EQ] = ACTIONS(1131), + [anon_sym_LT] = ACTIONS(1133), + [anon_sym_GT] = ACTIONS(1133), + [anon_sym_LT_EQ] = ACTIONS(1135), + [anon_sym_GT_EQ] = ACTIONS(1135), + [anon_sym_LT_LT] = ACTIONS(1137), + [anon_sym_GT_GT] = ACTIONS(1137), + [anon_sym_PLUS] = ACTIONS(1139), + [anon_sym_DASH] = ACTIONS(1139), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [710] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1964), - [anon_sym_RBRACE] = ACTIONS(1964), - [anon_sym_STAR] = ACTIONS(1041), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1043), - [anon_sym_QMARK] = ACTIONS(1045), - [anon_sym_STAR_EQ] = ACTIONS(1047), - [anon_sym_SLASH_EQ] = ACTIONS(1047), - [anon_sym_PERCENT_EQ] = ACTIONS(1047), - [anon_sym_PLUS_EQ] = ACTIONS(1047), - [anon_sym_DASH_EQ] = ACTIONS(1047), - [anon_sym_LT_LT_EQ] = ACTIONS(1047), - [anon_sym_GT_GT_EQ] = ACTIONS(1047), - [anon_sym_AMP_EQ] = ACTIONS(1047), - [anon_sym_CARET_EQ] = ACTIONS(1047), - [anon_sym_PIPE_EQ] = ACTIONS(1047), - [anon_sym_AMP] = ACTIONS(1049), - [anon_sym_PIPE_PIPE] = ACTIONS(1051), - [anon_sym_AMP_AMP] = ACTIONS(1053), - [anon_sym_PIPE] = ACTIONS(1055), - [anon_sym_CARET] = ACTIONS(1057), - [anon_sym_EQ_EQ] = ACTIONS(1059), - [anon_sym_BANG_EQ] = ACTIONS(1059), - [anon_sym_LT] = ACTIONS(1061), - [anon_sym_GT] = ACTIONS(1061), - [anon_sym_LT_EQ] = ACTIONS(1063), - [anon_sym_GT_EQ] = ACTIONS(1063), - [anon_sym_LT_LT] = ACTIONS(1065), - [anon_sym_GT_GT] = ACTIONS(1065), - [anon_sym_PLUS] = ACTIONS(1067), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_SLASH] = ACTIONS(1041), - [anon_sym_PERCENT] = ACTIONS(1041), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1837), + [anon_sym_RBRACE] = ACTIONS(1837), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1839), + [anon_sym_QMARK] = ACTIONS(1837), + [anon_sym_STAR_EQ] = ACTIONS(1837), + [anon_sym_SLASH_EQ] = ACTIONS(1837), + [anon_sym_PERCENT_EQ] = ACTIONS(1837), + [anon_sym_PLUS_EQ] = ACTIONS(1837), + [anon_sym_DASH_EQ] = ACTIONS(1837), + [anon_sym_LT_LT_EQ] = ACTIONS(1837), + [anon_sym_GT_GT_EQ] = ACTIONS(1837), + [anon_sym_AMP_EQ] = ACTIONS(1837), + [anon_sym_CARET_EQ] = ACTIONS(1837), + [anon_sym_PIPE_EQ] = ACTIONS(1837), + [anon_sym_AMP] = ACTIONS(1121), + [anon_sym_PIPE_PIPE] = ACTIONS(1837), + [anon_sym_AMP_AMP] = ACTIONS(1837), + [anon_sym_PIPE] = ACTIONS(1127), + [anon_sym_CARET] = ACTIONS(1129), + [anon_sym_EQ_EQ] = ACTIONS(1131), + [anon_sym_BANG_EQ] = ACTIONS(1131), + [anon_sym_LT] = ACTIONS(1133), + [anon_sym_GT] = ACTIONS(1133), + [anon_sym_LT_EQ] = ACTIONS(1135), + [anon_sym_GT_EQ] = ACTIONS(1135), + [anon_sym_LT_LT] = ACTIONS(1137), + [anon_sym_GT_GT] = ACTIONS(1137), + [anon_sym_PLUS] = ACTIONS(1139), + [anon_sym_DASH] = ACTIONS(1139), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [711] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(1964), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1833), + [anon_sym_RBRACE] = ACTIONS(1833), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1835), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_STAR_EQ] = ACTIONS(1833), + [anon_sym_SLASH_EQ] = ACTIONS(1833), + [anon_sym_PERCENT_EQ] = ACTIONS(1833), + [anon_sym_PLUS_EQ] = ACTIONS(1833), + [anon_sym_DASH_EQ] = ACTIONS(1833), + [anon_sym_LT_LT_EQ] = ACTIONS(1833), + [anon_sym_GT_GT_EQ] = ACTIONS(1833), + [anon_sym_AMP_EQ] = ACTIONS(1833), + [anon_sym_CARET_EQ] = ACTIONS(1833), + [anon_sym_PIPE_EQ] = ACTIONS(1833), + [anon_sym_AMP] = ACTIONS(1121), + [anon_sym_PIPE_PIPE] = ACTIONS(1833), + [anon_sym_AMP_AMP] = ACTIONS(1833), + [anon_sym_PIPE] = ACTIONS(1835), + [anon_sym_CARET] = ACTIONS(1129), + [anon_sym_EQ_EQ] = ACTIONS(1131), + [anon_sym_BANG_EQ] = ACTIONS(1131), + [anon_sym_LT] = ACTIONS(1133), + [anon_sym_GT] = ACTIONS(1133), + [anon_sym_LT_EQ] = ACTIONS(1135), + [anon_sym_GT_EQ] = ACTIONS(1135), + [anon_sym_LT_LT] = ACTIONS(1137), + [anon_sym_GT_GT] = ACTIONS(1137), + [anon_sym_PLUS] = ACTIONS(1139), + [anon_sym_DASH] = ACTIONS(1139), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [712] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1964), - [anon_sym_RPAREN] = ACTIONS(1964), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1833), + [anon_sym_RBRACE] = ACTIONS(1833), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1835), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_STAR_EQ] = ACTIONS(1833), + [anon_sym_SLASH_EQ] = ACTIONS(1833), + [anon_sym_PERCENT_EQ] = ACTIONS(1833), + [anon_sym_PLUS_EQ] = ACTIONS(1833), + [anon_sym_DASH_EQ] = ACTIONS(1833), + [anon_sym_LT_LT_EQ] = ACTIONS(1833), + [anon_sym_GT_GT_EQ] = ACTIONS(1833), + [anon_sym_AMP_EQ] = ACTIONS(1833), + [anon_sym_CARET_EQ] = ACTIONS(1833), + [anon_sym_PIPE_EQ] = ACTIONS(1833), + [anon_sym_AMP] = ACTIONS(1121), + [anon_sym_PIPE_PIPE] = ACTIONS(1833), + [anon_sym_AMP_AMP] = ACTIONS(1833), + [anon_sym_PIPE] = ACTIONS(1835), + [anon_sym_CARET] = ACTIONS(1835), + [anon_sym_EQ_EQ] = ACTIONS(1131), + [anon_sym_BANG_EQ] = ACTIONS(1131), + [anon_sym_LT] = ACTIONS(1133), + [anon_sym_GT] = ACTIONS(1133), + [anon_sym_LT_EQ] = ACTIONS(1135), + [anon_sym_GT_EQ] = ACTIONS(1135), + [anon_sym_LT_LT] = ACTIONS(1137), + [anon_sym_GT_GT] = ACTIONS(1137), + [anon_sym_PLUS] = ACTIONS(1139), + [anon_sym_DASH] = ACTIONS(1139), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [713] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(1966), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1841), + [anon_sym_RBRACE] = ACTIONS(1841), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1843), + [anon_sym_QMARK] = ACTIONS(1841), + [anon_sym_STAR_EQ] = ACTIONS(1841), + [anon_sym_SLASH_EQ] = ACTIONS(1841), + [anon_sym_PERCENT_EQ] = ACTIONS(1841), + [anon_sym_PLUS_EQ] = ACTIONS(1841), + [anon_sym_DASH_EQ] = ACTIONS(1841), + [anon_sym_LT_LT_EQ] = ACTIONS(1841), + [anon_sym_GT_GT_EQ] = ACTIONS(1841), + [anon_sym_AMP_EQ] = ACTIONS(1841), + [anon_sym_CARET_EQ] = ACTIONS(1841), + [anon_sym_PIPE_EQ] = ACTIONS(1841), + [anon_sym_AMP] = ACTIONS(1843), + [anon_sym_PIPE_PIPE] = ACTIONS(1841), + [anon_sym_AMP_AMP] = ACTIONS(1841), + [anon_sym_PIPE] = ACTIONS(1843), + [anon_sym_CARET] = ACTIONS(1843), + [anon_sym_EQ_EQ] = ACTIONS(1841), + [anon_sym_BANG_EQ] = ACTIONS(1841), + [anon_sym_LT] = ACTIONS(1133), + [anon_sym_GT] = ACTIONS(1133), + [anon_sym_LT_EQ] = ACTIONS(1135), + [anon_sym_GT_EQ] = ACTIONS(1135), + [anon_sym_LT_LT] = ACTIONS(1137), + [anon_sym_GT_GT] = ACTIONS(1137), + [anon_sym_PLUS] = ACTIONS(1139), + [anon_sym_DASH] = ACTIONS(1139), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [714] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(1968), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1845), + [anon_sym_RBRACE] = ACTIONS(1845), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1847), + [anon_sym_QMARK] = ACTIONS(1845), + [anon_sym_STAR_EQ] = ACTIONS(1845), + [anon_sym_SLASH_EQ] = ACTIONS(1845), + [anon_sym_PERCENT_EQ] = ACTIONS(1845), + [anon_sym_PLUS_EQ] = ACTIONS(1845), + [anon_sym_DASH_EQ] = ACTIONS(1845), + [anon_sym_LT_LT_EQ] = ACTIONS(1845), + [anon_sym_GT_GT_EQ] = ACTIONS(1845), + [anon_sym_AMP_EQ] = ACTIONS(1845), + [anon_sym_CARET_EQ] = ACTIONS(1845), + [anon_sym_PIPE_EQ] = ACTIONS(1845), + [anon_sym_AMP] = ACTIONS(1847), + [anon_sym_PIPE_PIPE] = ACTIONS(1845), + [anon_sym_AMP_AMP] = ACTIONS(1845), + [anon_sym_PIPE] = ACTIONS(1847), + [anon_sym_CARET] = ACTIONS(1847), + [anon_sym_EQ_EQ] = ACTIONS(1845), + [anon_sym_BANG_EQ] = ACTIONS(1845), + [anon_sym_LT] = ACTIONS(1847), + [anon_sym_GT] = ACTIONS(1847), + [anon_sym_LT_EQ] = ACTIONS(1845), + [anon_sym_GT_EQ] = ACTIONS(1845), + [anon_sym_LT_LT] = ACTIONS(1137), + [anon_sym_GT_GT] = ACTIONS(1137), + [anon_sym_PLUS] = ACTIONS(1139), + [anon_sym_DASH] = ACTIONS(1139), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [715] = { - [sym_declaration] = STATE(605), - [sym__declaration_specifiers] = STATE(453), - [sym_compound_statement] = STATE(605), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(605), - [sym_expression_statement] = STATE(605), - [sym_if_statement] = STATE(605), - [sym_switch_statement] = STATE(605), - [sym_case_statement] = STATE(605), - [sym_while_statement] = STATE(605), - [sym_do_statement] = STATE(605), - [sym_for_statement] = STATE(605), - [sym_return_statement] = STATE(605), - [sym_break_statement] = STATE(605), - [sym_continue_statement] = STATE(605), - [sym_goto_statement] = STATE(605), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(1464), - [anon_sym_switch] = ACTIONS(1466), - [anon_sym_case] = ACTIONS(1468), - [anon_sym_default] = ACTIONS(1470), - [anon_sym_while] = ACTIONS(1472), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1474), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1860), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1849), + [anon_sym_RBRACE] = ACTIONS(1849), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1851), + [anon_sym_QMARK] = ACTIONS(1849), + [anon_sym_STAR_EQ] = ACTIONS(1849), + [anon_sym_SLASH_EQ] = ACTIONS(1849), + [anon_sym_PERCENT_EQ] = ACTIONS(1849), + [anon_sym_PLUS_EQ] = ACTIONS(1849), + [anon_sym_DASH_EQ] = ACTIONS(1849), + [anon_sym_LT_LT_EQ] = ACTIONS(1849), + [anon_sym_GT_GT_EQ] = ACTIONS(1849), + [anon_sym_AMP_EQ] = ACTIONS(1849), + [anon_sym_CARET_EQ] = ACTIONS(1849), + [anon_sym_PIPE_EQ] = ACTIONS(1849), + [anon_sym_AMP] = ACTIONS(1851), + [anon_sym_PIPE_PIPE] = ACTIONS(1849), + [anon_sym_AMP_AMP] = ACTIONS(1849), + [anon_sym_PIPE] = ACTIONS(1851), + [anon_sym_CARET] = ACTIONS(1851), + [anon_sym_EQ_EQ] = ACTIONS(1849), + [anon_sym_BANG_EQ] = ACTIONS(1849), + [anon_sym_LT] = ACTIONS(1851), + [anon_sym_GT] = ACTIONS(1851), + [anon_sym_LT_EQ] = ACTIONS(1849), + [anon_sym_GT_EQ] = ACTIONS(1849), + [anon_sym_LT_LT] = ACTIONS(1851), + [anon_sym_GT_GT] = ACTIONS(1851), + [anon_sym_PLUS] = ACTIONS(1139), + [anon_sym_DASH] = ACTIONS(1139), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [716] = { - [anon_sym_LPAREN] = ACTIONS(871), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(865), - [anon_sym_extern] = ACTIONS(214), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_typedef] = ACTIONS(214), - [anon_sym_static] = ACTIONS(214), - [anon_sym_auto] = ACTIONS(214), - [anon_sym_register] = ACTIONS(214), - [anon_sym_const] = ACTIONS(214), - [anon_sym_restrict] = ACTIONS(214), - [anon_sym_volatile] = ACTIONS(214), - [sym_function_specifier] = ACTIONS(214), - [anon_sym_COLON] = ACTIONS(1708), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_identifier] = ACTIONS(216), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1823), + [anon_sym_RBRACE] = ACTIONS(1823), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1825), + [anon_sym_QMARK] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_LT_LT_EQ] = ACTIONS(1823), + [anon_sym_GT_GT_EQ] = ACTIONS(1823), + [anon_sym_AMP_EQ] = ACTIONS(1823), + [anon_sym_CARET_EQ] = ACTIONS(1823), + [anon_sym_PIPE_EQ] = ACTIONS(1823), + [anon_sym_AMP] = ACTIONS(1825), + [anon_sym_PIPE_PIPE] = ACTIONS(1823), + [anon_sym_AMP_AMP] = ACTIONS(1823), + [anon_sym_PIPE] = ACTIONS(1825), + [anon_sym_CARET] = ACTIONS(1825), + [anon_sym_EQ_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(1823), + [anon_sym_LT] = ACTIONS(1825), + [anon_sym_GT] = ACTIONS(1825), + [anon_sym_LT_EQ] = ACTIONS(1823), + [anon_sym_GT_EQ] = ACTIONS(1823), + [anon_sym_LT_LT] = ACTIONS(1825), + [anon_sym_GT_GT] = ACTIONS(1825), + [anon_sym_PLUS] = ACTIONS(1825), + [anon_sym_DASH] = ACTIONS(1825), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [717] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(1970), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(755), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_initializer_list] = STATE(756), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_LBRACE] = ACTIONS(556), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [718] = { - [sym__expression] = STATE(763), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(1972), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_RPAREN] = ACTIONS(1905), + [sym_comment] = ACTIONS(42), }, [719] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(1974), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(1829), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1829), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [720] = { - [anon_sym_LPAREN] = ACTIONS(865), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(865), - [anon_sym_STAR] = ACTIONS(867), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_COLON] = ACTIONS(1708), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1339), + [anon_sym_COLON] = ACTIONS(1907), + [anon_sym_QMARK] = ACTIONS(1343), + [anon_sym_STAR_EQ] = ACTIONS(1345), + [anon_sym_SLASH_EQ] = ACTIONS(1345), + [anon_sym_PERCENT_EQ] = ACTIONS(1345), + [anon_sym_PLUS_EQ] = ACTIONS(1345), + [anon_sym_DASH_EQ] = ACTIONS(1345), + [anon_sym_LT_LT_EQ] = ACTIONS(1345), + [anon_sym_GT_GT_EQ] = ACTIONS(1345), + [anon_sym_AMP_EQ] = ACTIONS(1345), + [anon_sym_CARET_EQ] = ACTIONS(1345), + [anon_sym_PIPE_EQ] = ACTIONS(1345), + [anon_sym_AMP] = ACTIONS(1347), + [anon_sym_PIPE_PIPE] = ACTIONS(1349), + [anon_sym_AMP_AMP] = ACTIONS(1351), + [anon_sym_PIPE] = ACTIONS(1353), + [anon_sym_CARET] = ACTIONS(1355), + [anon_sym_EQ_EQ] = ACTIONS(1357), + [anon_sym_BANG_EQ] = ACTIONS(1357), + [anon_sym_LT] = ACTIONS(1359), + [anon_sym_GT] = ACTIONS(1359), + [anon_sym_LT_EQ] = ACTIONS(1361), + [anon_sym_GT_EQ] = ACTIONS(1361), + [anon_sym_LT_LT] = ACTIONS(1363), + [anon_sym_GT_GT] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1365), + [anon_sym_SLASH] = ACTIONS(1337), + [anon_sym_PERCENT] = ACTIONS(1337), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [721] = { - [sym_compound_statement] = STATE(772), - [sym_labeled_statement] = STATE(772), - [sym_expression_statement] = STATE(772), - [sym_if_statement] = STATE(772), - [sym_switch_statement] = STATE(772), - [sym_case_statement] = STATE(772), - [sym_while_statement] = STATE(772), - [sym_do_statement] = STATE(772), - [sym_for_statement] = STATE(772), - [sym_return_statement] = STATE(772), - [sym_break_statement] = STATE(772), - [sym_continue_statement] = STATE(772), - [sym_goto_statement] = STATE(772), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1976), - [anon_sym_switch] = ACTIONS(1978), - [anon_sym_case] = ACTIONS(1980), - [anon_sym_default] = ACTIONS(1982), - [anon_sym_while] = ACTIONS(1984), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1986), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1988), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(1833), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1835), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_STAR_EQ] = ACTIONS(1833), + [anon_sym_SLASH_EQ] = ACTIONS(1833), + [anon_sym_PERCENT_EQ] = ACTIONS(1833), + [anon_sym_PLUS_EQ] = ACTIONS(1833), + [anon_sym_DASH_EQ] = ACTIONS(1833), + [anon_sym_LT_LT_EQ] = ACTIONS(1833), + [anon_sym_GT_GT_EQ] = ACTIONS(1833), + [anon_sym_AMP_EQ] = ACTIONS(1833), + [anon_sym_CARET_EQ] = ACTIONS(1833), + [anon_sym_PIPE_EQ] = ACTIONS(1833), + [anon_sym_AMP] = ACTIONS(1835), + [anon_sym_PIPE_PIPE] = ACTIONS(1833), + [anon_sym_AMP_AMP] = ACTIONS(1833), + [anon_sym_PIPE] = ACTIONS(1835), + [anon_sym_CARET] = ACTIONS(1835), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [722] = { - [sym_compound_statement] = STATE(689), - [sym_labeled_statement] = STATE(689), - [sym_expression_statement] = STATE(689), - [sym_if_statement] = STATE(689), - [sym_switch_statement] = STATE(689), - [sym_case_statement] = STATE(689), - [sym_while_statement] = STATE(689), - [sym_do_statement] = STATE(689), - [sym_for_statement] = STATE(689), - [sym_return_statement] = STATE(689), - [sym_break_statement] = STATE(689), - [sym_continue_statement] = STATE(689), - [sym_goto_statement] = STATE(689), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1195), - [anon_sym_switch] = ACTIONS(1197), - [anon_sym_case] = ACTIONS(1199), - [anon_sym_default] = ACTIONS(1201), - [anon_sym_while] = ACTIONS(1203), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1205), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1718), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(1837), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1839), + [anon_sym_QMARK] = ACTIONS(1837), + [anon_sym_STAR_EQ] = ACTIONS(1837), + [anon_sym_SLASH_EQ] = ACTIONS(1837), + [anon_sym_PERCENT_EQ] = ACTIONS(1837), + [anon_sym_PLUS_EQ] = ACTIONS(1837), + [anon_sym_DASH_EQ] = ACTIONS(1837), + [anon_sym_LT_LT_EQ] = ACTIONS(1837), + [anon_sym_GT_GT_EQ] = ACTIONS(1837), + [anon_sym_AMP_EQ] = ACTIONS(1837), + [anon_sym_CARET_EQ] = ACTIONS(1837), + [anon_sym_PIPE_EQ] = ACTIONS(1837), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1837), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [723] = { - [sym_compound_statement] = STATE(692), - [sym_labeled_statement] = STATE(692), - [sym_expression_statement] = STATE(692), - [sym_if_statement] = STATE(692), - [sym_switch_statement] = STATE(692), - [sym_case_statement] = STATE(692), - [sym_while_statement] = STATE(692), - [sym_do_statement] = STATE(692), - [sym_for_statement] = STATE(692), - [sym_return_statement] = STATE(692), - [sym_break_statement] = STATE(692), - [sym_continue_statement] = STATE(692), - [sym_goto_statement] = STATE(692), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1195), - [anon_sym_switch] = ACTIONS(1197), - [anon_sym_case] = ACTIONS(1199), - [anon_sym_default] = ACTIONS(1201), - [anon_sym_while] = ACTIONS(1203), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1205), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1718), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(1837), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1839), + [anon_sym_QMARK] = ACTIONS(1837), + [anon_sym_STAR_EQ] = ACTIONS(1837), + [anon_sym_SLASH_EQ] = ACTIONS(1837), + [anon_sym_PERCENT_EQ] = ACTIONS(1837), + [anon_sym_PLUS_EQ] = ACTIONS(1837), + [anon_sym_DASH_EQ] = ACTIONS(1837), + [anon_sym_LT_LT_EQ] = ACTIONS(1837), + [anon_sym_GT_GT_EQ] = ACTIONS(1837), + [anon_sym_AMP_EQ] = ACTIONS(1837), + [anon_sym_CARET_EQ] = ACTIONS(1837), + [anon_sym_PIPE_EQ] = ACTIONS(1837), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1837), + [anon_sym_AMP_AMP] = ACTIONS(1837), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [724] = { - [sym__expression] = STATE(774), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(1990), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(1833), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1835), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_STAR_EQ] = ACTIONS(1833), + [anon_sym_SLASH_EQ] = ACTIONS(1833), + [anon_sym_PERCENT_EQ] = ACTIONS(1833), + [anon_sym_PLUS_EQ] = ACTIONS(1833), + [anon_sym_DASH_EQ] = ACTIONS(1833), + [anon_sym_LT_LT_EQ] = ACTIONS(1833), + [anon_sym_GT_GT_EQ] = ACTIONS(1833), + [anon_sym_AMP_EQ] = ACTIONS(1833), + [anon_sym_CARET_EQ] = ACTIONS(1833), + [anon_sym_PIPE_EQ] = ACTIONS(1833), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1833), + [anon_sym_AMP_AMP] = ACTIONS(1833), + [anon_sym_PIPE] = ACTIONS(1835), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [725] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(1992), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(1833), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1835), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_STAR_EQ] = ACTIONS(1833), + [anon_sym_SLASH_EQ] = ACTIONS(1833), + [anon_sym_PERCENT_EQ] = ACTIONS(1833), + [anon_sym_PLUS_EQ] = ACTIONS(1833), + [anon_sym_DASH_EQ] = ACTIONS(1833), + [anon_sym_LT_LT_EQ] = ACTIONS(1833), + [anon_sym_GT_GT_EQ] = ACTIONS(1833), + [anon_sym_AMP_EQ] = ACTIONS(1833), + [anon_sym_CARET_EQ] = ACTIONS(1833), + [anon_sym_PIPE_EQ] = ACTIONS(1833), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1833), + [anon_sym_AMP_AMP] = ACTIONS(1833), + [anon_sym_PIPE] = ACTIONS(1835), + [anon_sym_CARET] = ACTIONS(1835), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [726] = { - [sym__expression] = STATE(776), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(1992), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(1841), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1843), + [anon_sym_QMARK] = ACTIONS(1841), + [anon_sym_STAR_EQ] = ACTIONS(1841), + [anon_sym_SLASH_EQ] = ACTIONS(1841), + [anon_sym_PERCENT_EQ] = ACTIONS(1841), + [anon_sym_PLUS_EQ] = ACTIONS(1841), + [anon_sym_DASH_EQ] = ACTIONS(1841), + [anon_sym_LT_LT_EQ] = ACTIONS(1841), + [anon_sym_GT_GT_EQ] = ACTIONS(1841), + [anon_sym_AMP_EQ] = ACTIONS(1841), + [anon_sym_CARET_EQ] = ACTIONS(1841), + [anon_sym_PIPE_EQ] = ACTIONS(1841), + [anon_sym_AMP] = ACTIONS(1843), + [anon_sym_PIPE_PIPE] = ACTIONS(1841), + [anon_sym_AMP_AMP] = ACTIONS(1841), + [anon_sym_PIPE] = ACTIONS(1843), + [anon_sym_CARET] = ACTIONS(1843), + [anon_sym_EQ_EQ] = ACTIONS(1841), + [anon_sym_BANG_EQ] = ACTIONS(1841), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [727] = { - [sym__expression] = STATE(559), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(560), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_RPAREN] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_STAR] = ACTIONS(1994), - [anon_sym_LBRACK] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1806), - [anon_sym_QMARK] = ACTIONS(1802), - [anon_sym_STAR_EQ] = ACTIONS(1802), - [anon_sym_SLASH_EQ] = ACTIONS(1802), - [anon_sym_PERCENT_EQ] = ACTIONS(1802), - [anon_sym_PLUS_EQ] = ACTIONS(1802), - [anon_sym_DASH_EQ] = ACTIONS(1802), - [anon_sym_LT_LT_EQ] = ACTIONS(1802), - [anon_sym_GT_GT_EQ] = ACTIONS(1802), - [anon_sym_AMP_EQ] = ACTIONS(1802), - [anon_sym_CARET_EQ] = ACTIONS(1802), - [anon_sym_PIPE_EQ] = ACTIONS(1802), - [anon_sym_AMP] = ACTIONS(1994), - [anon_sym_PIPE_PIPE] = ACTIONS(1802), - [anon_sym_AMP_AMP] = ACTIONS(1802), - [anon_sym_BANG] = ACTIONS(1996), - [anon_sym_PIPE] = ACTIONS(1806), - [anon_sym_CARET] = ACTIONS(1806), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_LT] = ACTIONS(1806), - [anon_sym_GT] = ACTIONS(1806), - [anon_sym_LT_EQ] = ACTIONS(1802), - [anon_sym_GT_EQ] = ACTIONS(1802), - [anon_sym_LT_LT] = ACTIONS(1806), - [anon_sym_GT_GT] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_SLASH] = ACTIONS(1806), - [anon_sym_PERCENT] = ACTIONS(1806), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_DASH_GT] = ACTIONS(1802), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(1845), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1847), + [anon_sym_QMARK] = ACTIONS(1845), + [anon_sym_STAR_EQ] = ACTIONS(1845), + [anon_sym_SLASH_EQ] = ACTIONS(1845), + [anon_sym_PERCENT_EQ] = ACTIONS(1845), + [anon_sym_PLUS_EQ] = ACTIONS(1845), + [anon_sym_DASH_EQ] = ACTIONS(1845), + [anon_sym_LT_LT_EQ] = ACTIONS(1845), + [anon_sym_GT_GT_EQ] = ACTIONS(1845), + [anon_sym_AMP_EQ] = ACTIONS(1845), + [anon_sym_CARET_EQ] = ACTIONS(1845), + [anon_sym_PIPE_EQ] = ACTIONS(1845), + [anon_sym_AMP] = ACTIONS(1847), + [anon_sym_PIPE_PIPE] = ACTIONS(1845), + [anon_sym_AMP_AMP] = ACTIONS(1845), + [anon_sym_PIPE] = ACTIONS(1847), + [anon_sym_CARET] = ACTIONS(1847), + [anon_sym_EQ_EQ] = ACTIONS(1845), + [anon_sym_BANG_EQ] = ACTIONS(1845), + [anon_sym_LT] = ACTIONS(1847), + [anon_sym_GT] = ACTIONS(1847), + [anon_sym_LT_EQ] = ACTIONS(1845), + [anon_sym_GT_EQ] = ACTIONS(1845), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [728] = { - [sym__expression] = STATE(777), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(1849), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1851), + [anon_sym_QMARK] = ACTIONS(1849), + [anon_sym_STAR_EQ] = ACTIONS(1849), + [anon_sym_SLASH_EQ] = ACTIONS(1849), + [anon_sym_PERCENT_EQ] = ACTIONS(1849), + [anon_sym_PLUS_EQ] = ACTIONS(1849), + [anon_sym_DASH_EQ] = ACTIONS(1849), + [anon_sym_LT_LT_EQ] = ACTIONS(1849), + [anon_sym_GT_GT_EQ] = ACTIONS(1849), + [anon_sym_AMP_EQ] = ACTIONS(1849), + [anon_sym_CARET_EQ] = ACTIONS(1849), + [anon_sym_PIPE_EQ] = ACTIONS(1849), + [anon_sym_AMP] = ACTIONS(1851), + [anon_sym_PIPE_PIPE] = ACTIONS(1849), + [anon_sym_AMP_AMP] = ACTIONS(1849), + [anon_sym_PIPE] = ACTIONS(1851), + [anon_sym_CARET] = ACTIONS(1851), + [anon_sym_EQ_EQ] = ACTIONS(1849), + [anon_sym_BANG_EQ] = ACTIONS(1849), + [anon_sym_LT] = ACTIONS(1851), + [anon_sym_GT] = ACTIONS(1851), + [anon_sym_LT_EQ] = ACTIONS(1849), + [anon_sym_GT_EQ] = ACTIONS(1849), + [anon_sym_LT_LT] = ACTIONS(1851), + [anon_sym_GT_GT] = ACTIONS(1851), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [729] = { - [sym__expression] = STATE(778), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(1823), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1825), + [anon_sym_QMARK] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_LT_LT_EQ] = ACTIONS(1823), + [anon_sym_GT_GT_EQ] = ACTIONS(1823), + [anon_sym_AMP_EQ] = ACTIONS(1823), + [anon_sym_CARET_EQ] = ACTIONS(1823), + [anon_sym_PIPE_EQ] = ACTIONS(1823), + [anon_sym_AMP] = ACTIONS(1825), + [anon_sym_PIPE_PIPE] = ACTIONS(1823), + [anon_sym_AMP_AMP] = ACTIONS(1823), + [anon_sym_PIPE] = ACTIONS(1825), + [anon_sym_CARET] = ACTIONS(1825), + [anon_sym_EQ_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(1823), + [anon_sym_LT] = ACTIONS(1825), + [anon_sym_GT] = ACTIONS(1825), + [anon_sym_LT_EQ] = ACTIONS(1823), + [anon_sym_GT_EQ] = ACTIONS(1823), + [anon_sym_LT_LT] = ACTIONS(1825), + [anon_sym_GT_GT] = ACTIONS(1825), + [anon_sym_PLUS] = ACTIONS(1825), + [anon_sym_DASH] = ACTIONS(1825), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [730] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_COLON] = ACTIONS(1998), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_STAR_EQ] = ACTIONS(1241), - [anon_sym_SLASH_EQ] = ACTIONS(1241), - [anon_sym_PERCENT_EQ] = ACTIONS(1241), - [anon_sym_PLUS_EQ] = ACTIONS(1241), - [anon_sym_DASH_EQ] = ACTIONS(1241), - [anon_sym_LT_LT_EQ] = ACTIONS(1241), - [anon_sym_GT_GT_EQ] = ACTIONS(1241), - [anon_sym_AMP_EQ] = ACTIONS(1241), - [anon_sym_CARET_EQ] = ACTIONS(1241), - [anon_sym_PIPE_EQ] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1245), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE] = ACTIONS(1249), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_EQ_EQ] = ACTIONS(1253), - [anon_sym_BANG_EQ] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1909), + [anon_sym_COMMA] = ACTIONS(1909), + [anon_sym_RPAREN] = ACTIONS(1909), + [anon_sym_SEMI] = ACTIONS(1909), + [anon_sym_LBRACK] = ACTIONS(1909), + [anon_sym_COLON] = ACTIONS(1909), + [sym_comment] = ACTIONS(42), }, [731] = { - [sym_declaration] = STATE(452), - [sym__declaration_specifiers] = STATE(453), - [sym_compound_statement] = STATE(452), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(452), - [sym_expression_statement] = STATE(452), - [sym_if_statement] = STATE(452), - [sym_switch_statement] = STATE(452), - [sym_case_statement] = STATE(452), - [sym_while_statement] = STATE(452), - [sym_do_statement] = STATE(452), - [sym_for_statement] = STATE(452), - [sym_return_statement] = STATE(452), - [sym_break_statement] = STATE(452), - [sym_continue_statement] = STATE(452), - [sym_goto_statement] = STATE(452), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_switch] = ACTIONS(1766), - [anon_sym_case] = ACTIONS(1768), - [anon_sym_default] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1772), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1774), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(2000), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_RBRACK] = ACTIONS(1911), + [anon_sym_EQ] = ACTIONS(976), + [anon_sym_QMARK] = ACTIONS(978), + [anon_sym_STAR_EQ] = ACTIONS(980), + [anon_sym_SLASH_EQ] = ACTIONS(980), + [anon_sym_PERCENT_EQ] = ACTIONS(980), + [anon_sym_PLUS_EQ] = ACTIONS(980), + [anon_sym_DASH_EQ] = ACTIONS(980), + [anon_sym_LT_LT_EQ] = ACTIONS(980), + [anon_sym_GT_GT_EQ] = ACTIONS(980), + [anon_sym_AMP_EQ] = ACTIONS(980), + [anon_sym_CARET_EQ] = ACTIONS(980), + [anon_sym_PIPE_EQ] = ACTIONS(980), + [anon_sym_AMP] = ACTIONS(982), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(986), + [anon_sym_PIPE] = ACTIONS(988), + [anon_sym_CARET] = ACTIONS(990), + [anon_sym_EQ_EQ] = ACTIONS(992), + [anon_sym_BANG_EQ] = ACTIONS(992), + [anon_sym_LT] = ACTIONS(994), + [anon_sym_GT] = ACTIONS(994), + [anon_sym_LT_EQ] = ACTIONS(996), + [anon_sym_GT_EQ] = ACTIONS(996), + [anon_sym_LT_LT] = ACTIONS(998), + [anon_sym_GT_GT] = ACTIONS(998), + [anon_sym_PLUS] = ACTIONS(1000), + [anon_sym_DASH] = ACTIONS(1000), + [anon_sym_SLASH] = ACTIONS(974), + [anon_sym_PERCENT] = ACTIONS(974), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [732] = { - [sym__expression] = STATE(781), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_extern] = ACTIONS(1913), + [anon_sym_RBRACE] = ACTIONS(1915), + [anon_sym_typedef] = ACTIONS(1913), + [anon_sym_static] = ACTIONS(1913), + [anon_sym_auto] = ACTIONS(1913), + [anon_sym_register] = ACTIONS(1913), + [anon_sym_const] = ACTIONS(1913), + [anon_sym_restrict] = ACTIONS(1913), + [anon_sym_volatile] = ACTIONS(1913), + [sym_function_specifier] = ACTIONS(1913), + [anon_sym_unsigned] = ACTIONS(1913), + [anon_sym_long] = ACTIONS(1913), + [anon_sym_short] = ACTIONS(1913), + [anon_sym_enum] = ACTIONS(1913), + [anon_sym_struct] = ACTIONS(1913), + [anon_sym_union] = ACTIONS(1913), + [sym_identifier] = ACTIONS(1917), + [sym_comment] = ACTIONS(42), }, [733] = { - [sym_declaration] = STATE(782), - [sym__declaration_specifiers] = STATE(453), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(783), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(2002), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1281), - [sym_comment] = ACTIONS(123), + [sym_parameter_list] = STATE(302), + [anon_sym_LPAREN] = ACTIONS(244), + [anon_sym_COMMA] = ACTIONS(1919), + [anon_sym_SEMI] = ACTIONS(1919), + [anon_sym_LBRACK] = ACTIONS(714), + [anon_sym_COLON] = ACTIONS(1919), + [sym_comment] = ACTIONS(42), }, [734] = { - [sym_compound_statement] = STATE(471), - [sym_labeled_statement] = STATE(471), - [sym_expression_statement] = STATE(471), - [sym_if_statement] = STATE(471), - [sym_switch_statement] = STATE(471), - [sym_case_statement] = STATE(471), - [sym_while_statement] = STATE(471), - [sym_do_statement] = STATE(471), - [sym_for_statement] = STATE(471), - [sym_return_statement] = STATE(471), - [sym_break_statement] = STATE(471), - [sym_continue_statement] = STATE(471), - [sym_goto_statement] = STATE(471), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_switch] = ACTIONS(1766), - [anon_sym_case] = ACTIONS(1768), - [anon_sym_default] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1772), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1774), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1776), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(1921), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [735] = { - [sym_compound_statement] = STATE(784), - [sym_labeled_statement] = STATE(784), - [sym_expression_statement] = STATE(784), - [sym_if_statement] = STATE(784), - [sym_switch_statement] = STATE(784), - [sym_case_statement] = STATE(784), - [sym_while_statement] = STATE(784), - [sym_do_statement] = STATE(784), - [sym_for_statement] = STATE(784), - [sym_return_statement] = STATE(784), - [sym_break_statement] = STATE(784), - [sym_continue_statement] = STATE(784), - [sym_goto_statement] = STATE(784), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(543), - [anon_sym_switch] = ACTIONS(545), - [anon_sym_case] = ACTIONS(547), - [anon_sym_default] = ACTIONS(549), - [anon_sym_while] = ACTIONS(551), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(555), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1331), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1923), + [anon_sym_COMMA] = ACTIONS(1923), + [anon_sym_RPAREN] = ACTIONS(1923), + [anon_sym_LBRACK] = ACTIONS(1923), + [sym_comment] = ACTIONS(42), }, [736] = { - [sym__expression] = STATE(785), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_RBRACK] = ACTIONS(1925), + [anon_sym_EQ] = ACTIONS(976), + [anon_sym_QMARK] = ACTIONS(978), + [anon_sym_STAR_EQ] = ACTIONS(980), + [anon_sym_SLASH_EQ] = ACTIONS(980), + [anon_sym_PERCENT_EQ] = ACTIONS(980), + [anon_sym_PLUS_EQ] = ACTIONS(980), + [anon_sym_DASH_EQ] = ACTIONS(980), + [anon_sym_LT_LT_EQ] = ACTIONS(980), + [anon_sym_GT_GT_EQ] = ACTIONS(980), + [anon_sym_AMP_EQ] = ACTIONS(980), + [anon_sym_CARET_EQ] = ACTIONS(980), + [anon_sym_PIPE_EQ] = ACTIONS(980), + [anon_sym_AMP] = ACTIONS(982), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(986), + [anon_sym_PIPE] = ACTIONS(988), + [anon_sym_CARET] = ACTIONS(990), + [anon_sym_EQ_EQ] = ACTIONS(992), + [anon_sym_BANG_EQ] = ACTIONS(992), + [anon_sym_LT] = ACTIONS(994), + [anon_sym_GT] = ACTIONS(994), + [anon_sym_LT_EQ] = ACTIONS(996), + [anon_sym_GT_EQ] = ACTIONS(996), + [anon_sym_LT_LT] = ACTIONS(998), + [anon_sym_GT_GT] = ACTIONS(998), + [anon_sym_PLUS] = ACTIONS(1000), + [anon_sym_DASH] = ACTIONS(1000), + [anon_sym_SLASH] = ACTIONS(974), + [anon_sym_PERCENT] = ACTIONS(974), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [737] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_COLON] = ACTIONS(1964), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_STAR_EQ] = ACTIONS(1241), - [anon_sym_SLASH_EQ] = ACTIONS(1241), - [anon_sym_PERCENT_EQ] = ACTIONS(1241), - [anon_sym_PLUS_EQ] = ACTIONS(1241), - [anon_sym_DASH_EQ] = ACTIONS(1241), - [anon_sym_LT_LT_EQ] = ACTIONS(1241), - [anon_sym_GT_GT_EQ] = ACTIONS(1241), - [anon_sym_AMP_EQ] = ACTIONS(1241), - [anon_sym_CARET_EQ] = ACTIONS(1241), - [anon_sym_PIPE_EQ] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1245), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE] = ACTIONS(1249), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_EQ_EQ] = ACTIONS(1253), - [anon_sym_BANG_EQ] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(1927), + [anon_sym_RPAREN] = ACTIONS(1927), + [sym_comment] = ACTIONS(42), }, [738] = { - [anon_sym_LPAREN] = ACTIONS(2004), - [sym_comment] = ACTIONS(123), + [anon_sym_LF] = ACTIONS(1929), + [sym_comment] = ACTIONS(52), }, [739] = { - [anon_sym_LPAREN] = ACTIONS(2006), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(588), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(588), + [anon_sym_LPAREN] = ACTIONS(586), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(588), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(588), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(588), + [sym_preproc_directive] = ACTIONS(590), + [anon_sym_SEMI] = ACTIONS(586), + [anon_sym_extern] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(586), + [anon_sym_RBRACE] = ACTIONS(586), + [anon_sym_STAR] = ACTIONS(586), + [anon_sym_typedef] = ACTIONS(588), + [anon_sym_static] = ACTIONS(588), + [anon_sym_auto] = ACTIONS(588), + [anon_sym_register] = ACTIONS(588), + [anon_sym_const] = ACTIONS(588), + [anon_sym_restrict] = ACTIONS(588), + [anon_sym_volatile] = ACTIONS(588), + [sym_function_specifier] = ACTIONS(588), + [anon_sym_unsigned] = ACTIONS(588), + [anon_sym_long] = ACTIONS(588), + [anon_sym_short] = ACTIONS(588), + [anon_sym_enum] = ACTIONS(588), + [anon_sym_struct] = ACTIONS(588), + [anon_sym_union] = ACTIONS(588), + [anon_sym_if] = ACTIONS(588), + [anon_sym_switch] = ACTIONS(588), + [anon_sym_case] = ACTIONS(588), + [anon_sym_default] = ACTIONS(588), + [anon_sym_while] = ACTIONS(588), + [anon_sym_do] = ACTIONS(588), + [anon_sym_for] = ACTIONS(588), + [anon_sym_return] = ACTIONS(588), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(588), + [anon_sym_goto] = ACTIONS(588), + [anon_sym_AMP] = ACTIONS(586), + [anon_sym_BANG] = ACTIONS(586), + [anon_sym_TILDE] = ACTIONS(586), + [anon_sym_PLUS] = ACTIONS(588), + [anon_sym_DASH] = ACTIONS(588), + [anon_sym_DASH_DASH] = ACTIONS(586), + [anon_sym_PLUS_PLUS] = ACTIONS(586), + [anon_sym_sizeof] = ACTIONS(588), + [sym_number_literal] = ACTIONS(588), + [sym_char_literal] = ACTIONS(588), + [sym_string_literal] = ACTIONS(586), + [sym_identifier] = ACTIONS(590), + [sym_comment] = ACTIONS(42), }, [740] = { - [sym__expression] = STATE(788), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LF] = ACTIONS(1931), + [sym_comment] = ACTIONS(52), }, [741] = { - [anon_sym_COLON] = ACTIONS(2008), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(755), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_initializer_list] = STATE(756), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_LBRACE] = ACTIONS(556), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [742] = { - [anon_sym_LPAREN] = ACTIONS(2010), - [sym_comment] = ACTIONS(123), + [anon_sym_RPAREN] = ACTIONS(1933), + [sym_comment] = ACTIONS(42), }, [743] = { - [anon_sym_LPAREN] = ACTIONS(2012), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1233), + [anon_sym_RPAREN] = ACTIONS(1821), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [744] = { - [anon_sym_LPAREN] = ACTIONS(865), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(865), - [anon_sym_STAR] = ACTIONS(867), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_COLON] = ACTIONS(2014), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1829), + [anon_sym_RPAREN] = ACTIONS(1829), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1829), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [745] = { - [anon_sym_else] = ACTIONS(2016), - [anon_sym_while] = ACTIONS(1910), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1339), + [anon_sym_COLON] = ACTIONS(1935), + [anon_sym_QMARK] = ACTIONS(1343), + [anon_sym_STAR_EQ] = ACTIONS(1345), + [anon_sym_SLASH_EQ] = ACTIONS(1345), + [anon_sym_PERCENT_EQ] = ACTIONS(1345), + [anon_sym_PLUS_EQ] = ACTIONS(1345), + [anon_sym_DASH_EQ] = ACTIONS(1345), + [anon_sym_LT_LT_EQ] = ACTIONS(1345), + [anon_sym_GT_GT_EQ] = ACTIONS(1345), + [anon_sym_AMP_EQ] = ACTIONS(1345), + [anon_sym_CARET_EQ] = ACTIONS(1345), + [anon_sym_PIPE_EQ] = ACTIONS(1345), + [anon_sym_AMP] = ACTIONS(1347), + [anon_sym_PIPE_PIPE] = ACTIONS(1349), + [anon_sym_AMP_AMP] = ACTIONS(1351), + [anon_sym_PIPE] = ACTIONS(1353), + [anon_sym_CARET] = ACTIONS(1355), + [anon_sym_EQ_EQ] = ACTIONS(1357), + [anon_sym_BANG_EQ] = ACTIONS(1357), + [anon_sym_LT] = ACTIONS(1359), + [anon_sym_GT] = ACTIONS(1359), + [anon_sym_LT_EQ] = ACTIONS(1361), + [anon_sym_GT_EQ] = ACTIONS(1361), + [anon_sym_LT_LT] = ACTIONS(1363), + [anon_sym_GT_GT] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1365), + [anon_sym_SLASH] = ACTIONS(1337), + [anon_sym_PERCENT] = ACTIONS(1337), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [746] = { - [sym_compound_statement] = STATE(751), - [sym_labeled_statement] = STATE(751), - [sym_expression_statement] = STATE(751), - [sym_if_statement] = STATE(751), - [sym_switch_statement] = STATE(751), - [sym_case_statement] = STATE(751), - [sym_while_statement] = STATE(751), - [sym_do_statement] = STATE(751), - [sym_for_statement] = STATE(751), - [sym_return_statement] = STATE(751), - [sym_break_statement] = STATE(751), - [sym_continue_statement] = STATE(751), - [sym_goto_statement] = STATE(751), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(839), - [anon_sym_switch] = ACTIONS(841), - [anon_sym_case] = ACTIONS(843), - [anon_sym_default] = ACTIONS(845), - [anon_sym_while] = ACTIONS(847), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(849), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(851), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1833), + [anon_sym_RPAREN] = ACTIONS(1833), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1835), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_STAR_EQ] = ACTIONS(1833), + [anon_sym_SLASH_EQ] = ACTIONS(1833), + [anon_sym_PERCENT_EQ] = ACTIONS(1833), + [anon_sym_PLUS_EQ] = ACTIONS(1833), + [anon_sym_DASH_EQ] = ACTIONS(1833), + [anon_sym_LT_LT_EQ] = ACTIONS(1833), + [anon_sym_GT_GT_EQ] = ACTIONS(1833), + [anon_sym_AMP_EQ] = ACTIONS(1833), + [anon_sym_CARET_EQ] = ACTIONS(1833), + [anon_sym_PIPE_EQ] = ACTIONS(1833), + [anon_sym_AMP] = ACTIONS(1835), + [anon_sym_PIPE_PIPE] = ACTIONS(1833), + [anon_sym_AMP_AMP] = ACTIONS(1833), + [anon_sym_PIPE] = ACTIONS(1835), + [anon_sym_CARET] = ACTIONS(1835), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [747] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(795), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(2018), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1837), + [anon_sym_RPAREN] = ACTIONS(1837), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1839), + [anon_sym_QMARK] = ACTIONS(1837), + [anon_sym_STAR_EQ] = ACTIONS(1837), + [anon_sym_SLASH_EQ] = ACTIONS(1837), + [anon_sym_PERCENT_EQ] = ACTIONS(1837), + [anon_sym_PLUS_EQ] = ACTIONS(1837), + [anon_sym_DASH_EQ] = ACTIONS(1837), + [anon_sym_LT_LT_EQ] = ACTIONS(1837), + [anon_sym_GT_GT_EQ] = ACTIONS(1837), + [anon_sym_AMP_EQ] = ACTIONS(1837), + [anon_sym_CARET_EQ] = ACTIONS(1837), + [anon_sym_PIPE_EQ] = ACTIONS(1837), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1837), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [748] = { - [sym__expression] = STATE(796), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(2018), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1837), + [anon_sym_RPAREN] = ACTIONS(1837), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1839), + [anon_sym_QMARK] = ACTIONS(1837), + [anon_sym_STAR_EQ] = ACTIONS(1837), + [anon_sym_SLASH_EQ] = ACTIONS(1837), + [anon_sym_PERCENT_EQ] = ACTIONS(1837), + [anon_sym_PLUS_EQ] = ACTIONS(1837), + [anon_sym_DASH_EQ] = ACTIONS(1837), + [anon_sym_LT_LT_EQ] = ACTIONS(1837), + [anon_sym_GT_GT_EQ] = ACTIONS(1837), + [anon_sym_AMP_EQ] = ACTIONS(1837), + [anon_sym_CARET_EQ] = ACTIONS(1837), + [anon_sym_PIPE_EQ] = ACTIONS(1837), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1837), + [anon_sym_AMP_AMP] = ACTIONS(1837), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [749] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(2020), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1833), + [anon_sym_RPAREN] = ACTIONS(1833), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1835), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_STAR_EQ] = ACTIONS(1833), + [anon_sym_SLASH_EQ] = ACTIONS(1833), + [anon_sym_PERCENT_EQ] = ACTIONS(1833), + [anon_sym_PLUS_EQ] = ACTIONS(1833), + [anon_sym_DASH_EQ] = ACTIONS(1833), + [anon_sym_LT_LT_EQ] = ACTIONS(1833), + [anon_sym_GT_GT_EQ] = ACTIONS(1833), + [anon_sym_AMP_EQ] = ACTIONS(1833), + [anon_sym_CARET_EQ] = ACTIONS(1833), + [anon_sym_PIPE_EQ] = ACTIONS(1833), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1833), + [anon_sym_AMP_AMP] = ACTIONS(1833), + [anon_sym_PIPE] = ACTIONS(1835), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [750] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2022), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2022), - [anon_sym_LPAREN] = ACTIONS(2024), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2022), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2022), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2022), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2022), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2022), - [sym_preproc_directive] = ACTIONS(2026), - [anon_sym_SEMI] = ACTIONS(2024), - [anon_sym_extern] = ACTIONS(2022), - [anon_sym_LBRACE] = ACTIONS(2024), - [anon_sym_RBRACE] = ACTIONS(2024), - [anon_sym_STAR] = ACTIONS(2024), - [anon_sym_typedef] = ACTIONS(2022), - [anon_sym_static] = ACTIONS(2022), - [anon_sym_auto] = ACTIONS(2022), - [anon_sym_register] = ACTIONS(2022), - [anon_sym_const] = ACTIONS(2022), - [anon_sym_restrict] = ACTIONS(2022), - [anon_sym_volatile] = ACTIONS(2022), - [sym_function_specifier] = ACTIONS(2022), - [anon_sym_unsigned] = ACTIONS(2022), - [anon_sym_long] = ACTIONS(2022), - [anon_sym_short] = ACTIONS(2022), - [anon_sym_enum] = ACTIONS(2022), - [anon_sym_struct] = ACTIONS(2022), - [anon_sym_union] = ACTIONS(2022), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_else] = ACTIONS(2022), - [anon_sym_switch] = ACTIONS(2022), - [anon_sym_case] = ACTIONS(2022), - [anon_sym_default] = ACTIONS(2022), - [anon_sym_while] = ACTIONS(2022), - [anon_sym_do] = ACTIONS(2022), - [anon_sym_for] = ACTIONS(2022), - [anon_sym_return] = ACTIONS(2022), - [anon_sym_break] = ACTIONS(2022), - [anon_sym_continue] = ACTIONS(2022), - [anon_sym_goto] = ACTIONS(2022), - [anon_sym_AMP] = ACTIONS(2024), - [anon_sym_BANG] = ACTIONS(2024), - [anon_sym_TILDE] = ACTIONS(2024), - [anon_sym_PLUS] = ACTIONS(2022), - [anon_sym_DASH] = ACTIONS(2022), - [anon_sym_DASH_DASH] = ACTIONS(2024), - [anon_sym_PLUS_PLUS] = ACTIONS(2024), - [anon_sym_sizeof] = ACTIONS(2022), - [sym_number_literal] = ACTIONS(2022), - [sym_char_literal] = ACTIONS(2022), - [sym_string_literal] = ACTIONS(2024), - [sym_identifier] = ACTIONS(2026), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1833), + [anon_sym_RPAREN] = ACTIONS(1833), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1835), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_STAR_EQ] = ACTIONS(1833), + [anon_sym_SLASH_EQ] = ACTIONS(1833), + [anon_sym_PERCENT_EQ] = ACTIONS(1833), + [anon_sym_PLUS_EQ] = ACTIONS(1833), + [anon_sym_DASH_EQ] = ACTIONS(1833), + [anon_sym_LT_LT_EQ] = ACTIONS(1833), + [anon_sym_GT_GT_EQ] = ACTIONS(1833), + [anon_sym_AMP_EQ] = ACTIONS(1833), + [anon_sym_CARET_EQ] = ACTIONS(1833), + [anon_sym_PIPE_EQ] = ACTIONS(1833), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1833), + [anon_sym_AMP_AMP] = ACTIONS(1833), + [anon_sym_PIPE] = ACTIONS(1835), + [anon_sym_CARET] = ACTIONS(1835), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [751] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2028), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2028), - [anon_sym_LPAREN] = ACTIONS(2030), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2028), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2028), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2028), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2028), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2028), - [sym_preproc_directive] = ACTIONS(2032), - [anon_sym_SEMI] = ACTIONS(2030), - [anon_sym_extern] = ACTIONS(2028), - [anon_sym_LBRACE] = ACTIONS(2030), - [anon_sym_RBRACE] = ACTIONS(2030), - [anon_sym_STAR] = ACTIONS(2030), - [anon_sym_typedef] = ACTIONS(2028), - [anon_sym_static] = ACTIONS(2028), - [anon_sym_auto] = ACTIONS(2028), - [anon_sym_register] = ACTIONS(2028), - [anon_sym_const] = ACTIONS(2028), - [anon_sym_restrict] = ACTIONS(2028), - [anon_sym_volatile] = ACTIONS(2028), - [sym_function_specifier] = ACTIONS(2028), - [anon_sym_unsigned] = ACTIONS(2028), - [anon_sym_long] = ACTIONS(2028), - [anon_sym_short] = ACTIONS(2028), - [anon_sym_enum] = ACTIONS(2028), - [anon_sym_struct] = ACTIONS(2028), - [anon_sym_union] = ACTIONS(2028), - [anon_sym_if] = ACTIONS(2028), - [anon_sym_else] = ACTIONS(2028), - [anon_sym_switch] = ACTIONS(2028), - [anon_sym_case] = ACTIONS(2028), - [anon_sym_default] = ACTIONS(2028), - [anon_sym_while] = ACTIONS(2028), - [anon_sym_do] = ACTIONS(2028), - [anon_sym_for] = ACTIONS(2028), - [anon_sym_return] = ACTIONS(2028), - [anon_sym_break] = ACTIONS(2028), - [anon_sym_continue] = ACTIONS(2028), - [anon_sym_goto] = ACTIONS(2028), - [anon_sym_AMP] = ACTIONS(2030), - [anon_sym_BANG] = ACTIONS(2030), - [anon_sym_TILDE] = ACTIONS(2030), - [anon_sym_PLUS] = ACTIONS(2028), - [anon_sym_DASH] = ACTIONS(2028), - [anon_sym_DASH_DASH] = ACTIONS(2030), - [anon_sym_PLUS_PLUS] = ACTIONS(2030), - [anon_sym_sizeof] = ACTIONS(2028), - [sym_number_literal] = ACTIONS(2028), - [sym_char_literal] = ACTIONS(2028), - [sym_string_literal] = ACTIONS(2030), - [sym_identifier] = ACTIONS(2032), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1841), + [anon_sym_RPAREN] = ACTIONS(1841), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1843), + [anon_sym_QMARK] = ACTIONS(1841), + [anon_sym_STAR_EQ] = ACTIONS(1841), + [anon_sym_SLASH_EQ] = ACTIONS(1841), + [anon_sym_PERCENT_EQ] = ACTIONS(1841), + [anon_sym_PLUS_EQ] = ACTIONS(1841), + [anon_sym_DASH_EQ] = ACTIONS(1841), + [anon_sym_LT_LT_EQ] = ACTIONS(1841), + [anon_sym_GT_GT_EQ] = ACTIONS(1841), + [anon_sym_AMP_EQ] = ACTIONS(1841), + [anon_sym_CARET_EQ] = ACTIONS(1841), + [anon_sym_PIPE_EQ] = ACTIONS(1841), + [anon_sym_AMP] = ACTIONS(1843), + [anon_sym_PIPE_PIPE] = ACTIONS(1841), + [anon_sym_AMP_AMP] = ACTIONS(1841), + [anon_sym_PIPE] = ACTIONS(1843), + [anon_sym_CARET] = ACTIONS(1843), + [anon_sym_EQ_EQ] = ACTIONS(1841), + [anon_sym_BANG_EQ] = ACTIONS(1841), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [752] = { - [sym_compound_statement] = STATE(798), - [sym_labeled_statement] = STATE(798), - [sym_expression_statement] = STATE(798), - [sym_if_statement] = STATE(798), - [sym_switch_statement] = STATE(798), - [sym_case_statement] = STATE(798), - [sym_while_statement] = STATE(798), - [sym_do_statement] = STATE(798), - [sym_for_statement] = STATE(798), - [sym_return_statement] = STATE(798), - [sym_break_statement] = STATE(798), - [sym_continue_statement] = STATE(798), - [sym_goto_statement] = STATE(798), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(543), - [anon_sym_switch] = ACTIONS(545), - [anon_sym_case] = ACTIONS(547), - [anon_sym_default] = ACTIONS(549), - [anon_sym_while] = ACTIONS(551), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(555), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1331), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1845), + [anon_sym_RPAREN] = ACTIONS(1845), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1847), + [anon_sym_QMARK] = ACTIONS(1845), + [anon_sym_STAR_EQ] = ACTIONS(1845), + [anon_sym_SLASH_EQ] = ACTIONS(1845), + [anon_sym_PERCENT_EQ] = ACTIONS(1845), + [anon_sym_PLUS_EQ] = ACTIONS(1845), + [anon_sym_DASH_EQ] = ACTIONS(1845), + [anon_sym_LT_LT_EQ] = ACTIONS(1845), + [anon_sym_GT_GT_EQ] = ACTIONS(1845), + [anon_sym_AMP_EQ] = ACTIONS(1845), + [anon_sym_CARET_EQ] = ACTIONS(1845), + [anon_sym_PIPE_EQ] = ACTIONS(1845), + [anon_sym_AMP] = ACTIONS(1847), + [anon_sym_PIPE_PIPE] = ACTIONS(1845), + [anon_sym_AMP_AMP] = ACTIONS(1845), + [anon_sym_PIPE] = ACTIONS(1847), + [anon_sym_CARET] = ACTIONS(1847), + [anon_sym_EQ_EQ] = ACTIONS(1845), + [anon_sym_BANG_EQ] = ACTIONS(1845), + [anon_sym_LT] = ACTIONS(1847), + [anon_sym_GT] = ACTIONS(1847), + [anon_sym_LT_EQ] = ACTIONS(1845), + [anon_sym_GT_EQ] = ACTIONS(1845), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [753] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(2034), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1849), + [anon_sym_RPAREN] = ACTIONS(1849), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1851), + [anon_sym_QMARK] = ACTIONS(1849), + [anon_sym_STAR_EQ] = ACTIONS(1849), + [anon_sym_SLASH_EQ] = ACTIONS(1849), + [anon_sym_PERCENT_EQ] = ACTIONS(1849), + [anon_sym_PLUS_EQ] = ACTIONS(1849), + [anon_sym_DASH_EQ] = ACTIONS(1849), + [anon_sym_LT_LT_EQ] = ACTIONS(1849), + [anon_sym_GT_GT_EQ] = ACTIONS(1849), + [anon_sym_AMP_EQ] = ACTIONS(1849), + [anon_sym_CARET_EQ] = ACTIONS(1849), + [anon_sym_PIPE_EQ] = ACTIONS(1849), + [anon_sym_AMP] = ACTIONS(1851), + [anon_sym_PIPE_PIPE] = ACTIONS(1849), + [anon_sym_AMP_AMP] = ACTIONS(1849), + [anon_sym_PIPE] = ACTIONS(1851), + [anon_sym_CARET] = ACTIONS(1851), + [anon_sym_EQ_EQ] = ACTIONS(1849), + [anon_sym_BANG_EQ] = ACTIONS(1849), + [anon_sym_LT] = ACTIONS(1851), + [anon_sym_GT] = ACTIONS(1851), + [anon_sym_LT_EQ] = ACTIONS(1849), + [anon_sym_GT_EQ] = ACTIONS(1849), + [anon_sym_LT_LT] = ACTIONS(1851), + [anon_sym_GT_GT] = ACTIONS(1851), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [754] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(800), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(2034), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1823), + [anon_sym_RPAREN] = ACTIONS(1823), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1825), + [anon_sym_QMARK] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_LT_LT_EQ] = ACTIONS(1823), + [anon_sym_GT_GT_EQ] = ACTIONS(1823), + [anon_sym_AMP_EQ] = ACTIONS(1823), + [anon_sym_CARET_EQ] = ACTIONS(1823), + [anon_sym_PIPE_EQ] = ACTIONS(1823), + [anon_sym_AMP] = ACTIONS(1825), + [anon_sym_PIPE_PIPE] = ACTIONS(1823), + [anon_sym_AMP_AMP] = ACTIONS(1823), + [anon_sym_PIPE] = ACTIONS(1825), + [anon_sym_CARET] = ACTIONS(1825), + [anon_sym_EQ_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(1823), + [anon_sym_LT] = ACTIONS(1825), + [anon_sym_GT] = ACTIONS(1825), + [anon_sym_LT_EQ] = ACTIONS(1823), + [anon_sym_GT_EQ] = ACTIONS(1823), + [anon_sym_LT_LT] = ACTIONS(1825), + [anon_sym_GT_GT] = ACTIONS(1825), + [anon_sym_PLUS] = ACTIONS(1825), + [anon_sym_DASH] = ACTIONS(1825), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [755] = { - [sym__expression] = STATE(801), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(2034), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1937), + [anon_sym_RPAREN] = ACTIONS(1937), + [anon_sym_SEMI] = ACTIONS(1937), + [anon_sym_RBRACE] = ACTIONS(1937), + [anon_sym_STAR] = ACTIONS(1939), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_RBRACK] = ACTIONS(1937), + [anon_sym_EQ] = ACTIONS(1939), + [anon_sym_COLON] = ACTIONS(1937), + [anon_sym_QMARK] = ACTIONS(1937), + [anon_sym_STAR_EQ] = ACTIONS(1937), + [anon_sym_SLASH_EQ] = ACTIONS(1937), + [anon_sym_PERCENT_EQ] = ACTIONS(1937), + [anon_sym_PLUS_EQ] = ACTIONS(1937), + [anon_sym_DASH_EQ] = ACTIONS(1937), + [anon_sym_LT_LT_EQ] = ACTIONS(1937), + [anon_sym_GT_GT_EQ] = ACTIONS(1937), + [anon_sym_AMP_EQ] = ACTIONS(1937), + [anon_sym_CARET_EQ] = ACTIONS(1937), + [anon_sym_PIPE_EQ] = ACTIONS(1937), + [anon_sym_AMP] = ACTIONS(1939), + [anon_sym_PIPE_PIPE] = ACTIONS(1937), + [anon_sym_AMP_AMP] = ACTIONS(1937), + [anon_sym_PIPE] = ACTIONS(1939), + [anon_sym_CARET] = ACTIONS(1939), + [anon_sym_EQ_EQ] = ACTIONS(1937), + [anon_sym_BANG_EQ] = ACTIONS(1937), + [anon_sym_LT] = ACTIONS(1939), + [anon_sym_GT] = ACTIONS(1939), + [anon_sym_LT_EQ] = ACTIONS(1937), + [anon_sym_GT_EQ] = ACTIONS(1937), + [anon_sym_LT_LT] = ACTIONS(1939), + [anon_sym_GT_GT] = ACTIONS(1939), + [anon_sym_PLUS] = ACTIONS(1939), + [anon_sym_DASH] = ACTIONS(1939), + [anon_sym_SLASH] = ACTIONS(1939), + [anon_sym_PERCENT] = ACTIONS(1939), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [756] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(2036), - [anon_sym_RPAREN] = ACTIONS(2036), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1941), + [anon_sym_COMMA] = ACTIONS(1941), + [anon_sym_RPAREN] = ACTIONS(1941), + [anon_sym_SEMI] = ACTIONS(1941), + [anon_sym_RBRACE] = ACTIONS(1941), + [anon_sym_STAR] = ACTIONS(1943), + [anon_sym_LBRACK] = ACTIONS(1941), + [anon_sym_RBRACK] = ACTIONS(1941), + [anon_sym_EQ] = ACTIONS(1943), + [anon_sym_COLON] = ACTIONS(1941), + [anon_sym_QMARK] = ACTIONS(1941), + [anon_sym_STAR_EQ] = ACTIONS(1941), + [anon_sym_SLASH_EQ] = ACTIONS(1941), + [anon_sym_PERCENT_EQ] = ACTIONS(1941), + [anon_sym_PLUS_EQ] = ACTIONS(1941), + [anon_sym_DASH_EQ] = ACTIONS(1941), + [anon_sym_LT_LT_EQ] = ACTIONS(1941), + [anon_sym_GT_GT_EQ] = ACTIONS(1941), + [anon_sym_AMP_EQ] = ACTIONS(1941), + [anon_sym_CARET_EQ] = ACTIONS(1941), + [anon_sym_PIPE_EQ] = ACTIONS(1941), + [anon_sym_AMP] = ACTIONS(1943), + [anon_sym_PIPE_PIPE] = ACTIONS(1941), + [anon_sym_AMP_AMP] = ACTIONS(1941), + [anon_sym_PIPE] = ACTIONS(1943), + [anon_sym_CARET] = ACTIONS(1943), + [anon_sym_EQ_EQ] = ACTIONS(1941), + [anon_sym_BANG_EQ] = ACTIONS(1941), + [anon_sym_LT] = ACTIONS(1943), + [anon_sym_GT] = ACTIONS(1943), + [anon_sym_LT_EQ] = ACTIONS(1941), + [anon_sym_GT_EQ] = ACTIONS(1941), + [anon_sym_LT_LT] = ACTIONS(1943), + [anon_sym_GT_GT] = ACTIONS(1943), + [anon_sym_PLUS] = ACTIONS(1943), + [anon_sym_DASH] = ACTIONS(1943), + [anon_sym_SLASH] = ACTIONS(1943), + [anon_sym_PERCENT] = ACTIONS(1943), + [anon_sym_DASH_DASH] = ACTIONS(1941), + [anon_sym_PLUS_PLUS] = ACTIONS(1941), + [anon_sym_DOT] = ACTIONS(1941), + [anon_sym_DASH_GT] = ACTIONS(1941), + [sym_comment] = ACTIONS(42), }, [757] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(2038), - [anon_sym_RBRACE] = ACTIONS(2038), - [anon_sym_STAR] = ACTIONS(1041), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1043), - [anon_sym_QMARK] = ACTIONS(1045), - [anon_sym_STAR_EQ] = ACTIONS(1047), - [anon_sym_SLASH_EQ] = ACTIONS(1047), - [anon_sym_PERCENT_EQ] = ACTIONS(1047), - [anon_sym_PLUS_EQ] = ACTIONS(1047), - [anon_sym_DASH_EQ] = ACTIONS(1047), - [anon_sym_LT_LT_EQ] = ACTIONS(1047), - [anon_sym_GT_GT_EQ] = ACTIONS(1047), - [anon_sym_AMP_EQ] = ACTIONS(1047), - [anon_sym_CARET_EQ] = ACTIONS(1047), - [anon_sym_PIPE_EQ] = ACTIONS(1047), - [anon_sym_AMP] = ACTIONS(1049), - [anon_sym_PIPE_PIPE] = ACTIONS(1051), - [anon_sym_AMP_AMP] = ACTIONS(1053), - [anon_sym_PIPE] = ACTIONS(1055), - [anon_sym_CARET] = ACTIONS(1057), - [anon_sym_EQ_EQ] = ACTIONS(1059), - [anon_sym_BANG_EQ] = ACTIONS(1059), - [anon_sym_LT] = ACTIONS(1061), - [anon_sym_GT] = ACTIONS(1061), - [anon_sym_LT_EQ] = ACTIONS(1063), - [anon_sym_GT_EQ] = ACTIONS(1063), - [anon_sym_LT_LT] = ACTIONS(1065), - [anon_sym_GT_GT] = ACTIONS(1065), - [anon_sym_PLUS] = ACTIONS(1067), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_SLASH] = ACTIONS(1041), - [anon_sym_PERCENT] = ACTIONS(1041), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(146), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(146), + [anon_sym_LPAREN] = ACTIONS(144), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(146), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(146), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(146), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(146), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(146), + [sym_preproc_directive] = ACTIONS(148), + [anon_sym_SEMI] = ACTIONS(144), + [anon_sym_extern] = ACTIONS(146), + [anon_sym_LBRACE] = ACTIONS(144), + [anon_sym_STAR] = ACTIONS(144), + [anon_sym_typedef] = ACTIONS(146), + [anon_sym_static] = ACTIONS(146), + [anon_sym_auto] = ACTIONS(146), + [anon_sym_register] = ACTIONS(146), + [anon_sym_const] = ACTIONS(146), + [anon_sym_restrict] = ACTIONS(146), + [anon_sym_volatile] = ACTIONS(146), + [sym_function_specifier] = ACTIONS(146), + [anon_sym_unsigned] = ACTIONS(146), + [anon_sym_long] = ACTIONS(146), + [anon_sym_short] = ACTIONS(146), + [anon_sym_enum] = ACTIONS(146), + [anon_sym_struct] = ACTIONS(146), + [anon_sym_union] = ACTIONS(146), + [anon_sym_if] = ACTIONS(146), + [anon_sym_switch] = ACTIONS(146), + [anon_sym_case] = ACTIONS(146), + [anon_sym_default] = ACTIONS(146), + [anon_sym_while] = ACTIONS(146), + [anon_sym_do] = ACTIONS(146), + [anon_sym_for] = ACTIONS(146), + [anon_sym_return] = ACTIONS(146), + [anon_sym_break] = ACTIONS(146), + [anon_sym_continue] = ACTIONS(146), + [anon_sym_goto] = ACTIONS(146), + [anon_sym_AMP] = ACTIONS(144), + [anon_sym_BANG] = ACTIONS(144), + [anon_sym_TILDE] = ACTIONS(144), + [anon_sym_PLUS] = ACTIONS(146), + [anon_sym_DASH] = ACTIONS(146), + [anon_sym_DASH_DASH] = ACTIONS(144), + [anon_sym_PLUS_PLUS] = ACTIONS(144), + [anon_sym_sizeof] = ACTIONS(146), + [sym_number_literal] = ACTIONS(146), + [sym_char_literal] = ACTIONS(146), + [sym_string_literal] = ACTIONS(144), + [sym_identifier] = ACTIONS(148), + [sym_comment] = ACTIONS(42), }, [758] = { - [anon_sym_COMMA] = ACTIONS(2038), - [anon_sym_RBRACE] = ACTIONS(2038), - [sym_comment] = ACTIONS(123), + [sym_preproc_params] = STATE(905), + [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(1945), + [anon_sym_LF] = ACTIONS(1947), + [anon_sym_LPAREN] = ACTIONS(154), + [sym_comment] = ACTIONS(52), }, [759] = { - [sym_compound_statement] = STATE(809), - [sym_labeled_statement] = STATE(809), - [sym_expression_statement] = STATE(809), - [sym_if_statement] = STATE(809), - [sym_switch_statement] = STATE(809), - [sym_case_statement] = STATE(809), - [sym_while_statement] = STATE(809), - [sym_do_statement] = STATE(809), - [sym_for_statement] = STATE(809), - [sym_return_statement] = STATE(809), - [sym_break_statement] = STATE(809), - [sym_continue_statement] = STATE(809), - [sym_goto_statement] = STATE(809), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(2040), - [anon_sym_switch] = ACTIONS(2042), - [anon_sym_case] = ACTIONS(2044), - [anon_sym_default] = ACTIONS(2046), - [anon_sym_while] = ACTIONS(2048), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(2050), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(2052), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(570), + [sym_preproc_def] = STATE(570), + [sym_preproc_function_def] = STATE(570), + [sym_preproc_call] = STATE(570), + [sym_preproc_if_in_compound_statement] = STATE(571), + [sym_preproc_ifdef_in_compound_statement] = STATE(572), + [sym_preproc_else_in_compound_statement] = STATE(907), + [sym_declaration] = STATE(570), + [sym__declaration_specifiers] = STATE(574), + [sym_compound_statement] = STATE(570), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(570), + [sym_expression_statement] = STATE(570), + [sym_if_statement] = STATE(570), + [sym_switch_statement] = STATE(570), + [sym_case_statement] = STATE(570), + [sym_while_statement] = STATE(570), + [sym_do_statement] = STATE(570), + [sym_for_statement] = STATE(570), + [sym_return_statement] = STATE(570), + [sym_break_statement] = STATE(570), + [sym_continue_statement] = STATE(570), + [sym_goto_statement] = STATE(570), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(570), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(908), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1267), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1269), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1271), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1949), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1277), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1279), + [sym_preproc_directive] = ACTIONS(1281), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1309), + [sym_comment] = ACTIONS(42), }, [760] = { - [sym_compound_statement] = STATE(689), - [sym_labeled_statement] = STATE(689), - [sym_expression_statement] = STATE(689), - [sym_if_statement] = STATE(689), - [sym_switch_statement] = STATE(689), - [sym_case_statement] = STATE(689), - [sym_while_statement] = STATE(689), - [sym_do_statement] = STATE(689), - [sym_for_statement] = STATE(689), - [sym_return_statement] = STATE(689), - [sym_break_statement] = STATE(689), - [sym_continue_statement] = STATE(689), - [sym_goto_statement] = STATE(689), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1464), - [anon_sym_switch] = ACTIONS(1466), - [anon_sym_case] = ACTIONS(1468), - [anon_sym_default] = ACTIONS(1470), - [anon_sym_while] = ACTIONS(1472), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1474), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1864), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(570), + [sym_preproc_def] = STATE(570), + [sym_preproc_function_def] = STATE(570), + [sym_preproc_call] = STATE(570), + [sym_preproc_if_in_compound_statement] = STATE(571), + [sym_preproc_ifdef_in_compound_statement] = STATE(572), + [sym_preproc_else_in_compound_statement] = STATE(910), + [sym_declaration] = STATE(570), + [sym__declaration_specifiers] = STATE(574), + [sym_compound_statement] = STATE(570), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(570), + [sym_expression_statement] = STATE(570), + [sym_if_statement] = STATE(570), + [sym_switch_statement] = STATE(570), + [sym_case_statement] = STATE(570), + [sym_while_statement] = STATE(570), + [sym_do_statement] = STATE(570), + [sym_for_statement] = STATE(570), + [sym_return_statement] = STATE(570), + [sym_break_statement] = STATE(570), + [sym_continue_statement] = STATE(570), + [sym_goto_statement] = STATE(570), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(570), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(911), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1267), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1269), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1271), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1951), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1277), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1279), + [sym_preproc_directive] = ACTIONS(1281), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1309), + [sym_comment] = ACTIONS(42), }, [761] = { - [sym_compound_statement] = STATE(692), - [sym_labeled_statement] = STATE(692), - [sym_expression_statement] = STATE(692), - [sym_if_statement] = STATE(692), - [sym_switch_statement] = STATE(692), - [sym_case_statement] = STATE(692), - [sym_while_statement] = STATE(692), - [sym_do_statement] = STATE(692), - [sym_for_statement] = STATE(692), - [sym_return_statement] = STATE(692), - [sym_break_statement] = STATE(692), - [sym_continue_statement] = STATE(692), - [sym_goto_statement] = STATE(692), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1464), - [anon_sym_switch] = ACTIONS(1466), - [anon_sym_case] = ACTIONS(1468), - [anon_sym_default] = ACTIONS(1470), - [anon_sym_while] = ACTIONS(1472), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1474), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1864), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(570), + [sym_preproc_def] = STATE(570), + [sym_preproc_function_def] = STATE(570), + [sym_preproc_call] = STATE(570), + [sym_preproc_if_in_compound_statement] = STATE(571), + [sym_preproc_ifdef_in_compound_statement] = STATE(572), + [sym_preproc_else_in_compound_statement] = STATE(913), + [sym_declaration] = STATE(570), + [sym__declaration_specifiers] = STATE(574), + [sym_compound_statement] = STATE(570), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(570), + [sym_expression_statement] = STATE(570), + [sym_if_statement] = STATE(570), + [sym_switch_statement] = STATE(570), + [sym_case_statement] = STATE(570), + [sym_while_statement] = STATE(570), + [sym_do_statement] = STATE(570), + [sym_for_statement] = STATE(570), + [sym_return_statement] = STATE(570), + [sym_break_statement] = STATE(570), + [sym_continue_statement] = STATE(570), + [sym_goto_statement] = STATE(570), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(570), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(914), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1267), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1269), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1271), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1953), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1277), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1279), + [sym_preproc_directive] = ACTIONS(1281), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1309), + [sym_comment] = ACTIONS(42), }, [762] = { - [sym__expression] = STATE(811), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(2054), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_string_literal] = ACTIONS(1955), + [sym_system_lib_string] = ACTIONS(1957), + [sym_comment] = ACTIONS(42), }, [763] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(2056), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_identifier] = ACTIONS(1959), + [sym_comment] = ACTIONS(42), }, [764] = { - [sym__expression] = STATE(813), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(2056), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_preproc_arg] = ACTIONS(1961), + [sym_comment] = ACTIONS(52), }, [765] = { - [anon_sym_LPAREN] = ACTIONS(2058), - [sym_comment] = ACTIONS(123), + [sym_identifier] = ACTIONS(1963), + [sym_comment] = ACTIONS(42), }, [766] = { - [anon_sym_LPAREN] = ACTIONS(2060), - [sym_comment] = ACTIONS(123), + [sym_identifier] = ACTIONS(1965), + [sym_comment] = ACTIONS(42), }, [767] = { - [sym__expression] = STATE(816), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_preproc_arg] = ACTIONS(1967), + [sym_comment] = ACTIONS(52), }, [768] = { - [anon_sym_COLON] = ACTIONS(2062), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(804), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(804), + [anon_sym_LPAREN] = ACTIONS(806), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(804), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(804), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(804), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(804), + [sym_preproc_directive] = ACTIONS(808), + [anon_sym_SEMI] = ACTIONS(806), + [anon_sym_extern] = ACTIONS(804), + [anon_sym_LBRACE] = ACTIONS(806), + [anon_sym_STAR] = ACTIONS(806), + [anon_sym_typedef] = ACTIONS(804), + [anon_sym_static] = ACTIONS(804), + [anon_sym_auto] = ACTIONS(804), + [anon_sym_register] = ACTIONS(804), + [anon_sym_const] = ACTIONS(804), + [anon_sym_restrict] = ACTIONS(804), + [anon_sym_volatile] = ACTIONS(804), + [sym_function_specifier] = ACTIONS(804), + [anon_sym_unsigned] = ACTIONS(804), + [anon_sym_long] = ACTIONS(804), + [anon_sym_short] = ACTIONS(804), + [anon_sym_enum] = ACTIONS(804), + [anon_sym_struct] = ACTIONS(804), + [anon_sym_union] = ACTIONS(804), + [anon_sym_if] = ACTIONS(804), + [anon_sym_switch] = ACTIONS(804), + [anon_sym_case] = ACTIONS(804), + [anon_sym_default] = ACTIONS(804), + [anon_sym_while] = ACTIONS(804), + [anon_sym_do] = ACTIONS(804), + [anon_sym_for] = ACTIONS(804), + [anon_sym_return] = ACTIONS(804), + [anon_sym_break] = ACTIONS(804), + [anon_sym_continue] = ACTIONS(804), + [anon_sym_goto] = ACTIONS(804), + [anon_sym_AMP] = ACTIONS(806), + [anon_sym_BANG] = ACTIONS(806), + [anon_sym_TILDE] = ACTIONS(806), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_DASH_DASH] = ACTIONS(806), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_sizeof] = ACTIONS(804), + [sym_number_literal] = ACTIONS(804), + [sym_char_literal] = ACTIONS(804), + [sym_string_literal] = ACTIONS(806), + [sym_identifier] = ACTIONS(808), + [sym_comment] = ACTIONS(42), }, [769] = { - [anon_sym_LPAREN] = ACTIONS(2064), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(209), + [sym_preproc_def] = STATE(209), + [sym_preproc_function_def] = STATE(209), + [sym_preproc_call] = STATE(209), + [sym_preproc_if_in_compound_statement] = STATE(210), + [sym_preproc_ifdef_in_compound_statement] = STATE(211), + [sym_declaration] = STATE(209), + [sym__declaration_specifiers] = STATE(212), + [sym_compound_statement] = STATE(209), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(209), + [sym_expression_statement] = STATE(209), + [sym_if_statement] = STATE(209), + [sym_switch_statement] = STATE(209), + [sym_case_statement] = STATE(209), + [sym_while_statement] = STATE(209), + [sym_do_statement] = STATE(209), + [sym_for_statement] = STATE(209), + [sym_return_statement] = STATE(209), + [sym_break_statement] = STATE(209), + [sym_continue_statement] = STATE(209), + [sym_goto_statement] = STATE(209), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(209), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(922), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(470), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(472), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(476), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(478), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(480), + [sym_preproc_directive] = ACTIONS(482), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_RBRACE] = ACTIONS(1969), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(528), + [sym_comment] = ACTIONS(42), }, [770] = { - [anon_sym_LPAREN] = ACTIONS(2066), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1971), + [sym_comment] = ACTIONS(42), }, [771] = { - [anon_sym_LPAREN] = ACTIONS(865), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(865), - [anon_sym_STAR] = ACTIONS(867), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_COLON] = ACTIONS(2068), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1973), + [sym_comment] = ACTIONS(42), }, [772] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1908), - [anon_sym_LPAREN] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1908), - [sym_preproc_directive] = ACTIONS(1912), - [anon_sym_SEMI] = ACTIONS(1910), - [anon_sym_extern] = ACTIONS(1908), - [anon_sym_LBRACE] = ACTIONS(1910), - [anon_sym_STAR] = ACTIONS(1910), - [anon_sym_typedef] = ACTIONS(1908), - [anon_sym_static] = ACTIONS(1908), - [anon_sym_auto] = ACTIONS(1908), - [anon_sym_register] = ACTIONS(1908), - [anon_sym_const] = ACTIONS(1908), - [anon_sym_restrict] = ACTIONS(1908), - [anon_sym_volatile] = ACTIONS(1908), - [sym_function_specifier] = ACTIONS(1908), - [anon_sym_unsigned] = ACTIONS(1908), - [anon_sym_long] = ACTIONS(1908), - [anon_sym_short] = ACTIONS(1908), - [anon_sym_enum] = ACTIONS(1908), - [anon_sym_struct] = ACTIONS(1908), - [anon_sym_union] = ACTIONS(1908), - [anon_sym_if] = ACTIONS(1908), - [anon_sym_else] = ACTIONS(2070), - [anon_sym_switch] = ACTIONS(1908), - [anon_sym_case] = ACTIONS(1908), - [anon_sym_default] = ACTIONS(1908), - [anon_sym_while] = ACTIONS(1908), - [anon_sym_do] = ACTIONS(1908), - [anon_sym_for] = ACTIONS(1908), - [anon_sym_return] = ACTIONS(1908), - [anon_sym_break] = ACTIONS(1908), - [anon_sym_continue] = ACTIONS(1908), - [anon_sym_goto] = ACTIONS(1908), - [anon_sym_AMP] = ACTIONS(1910), - [anon_sym_BANG] = ACTIONS(1910), - [anon_sym_TILDE] = ACTIONS(1910), - [anon_sym_PLUS] = ACTIONS(1908), - [anon_sym_DASH] = ACTIONS(1908), - [anon_sym_DASH_DASH] = ACTIONS(1910), - [anon_sym_PLUS_PLUS] = ACTIONS(1910), - [anon_sym_sizeof] = ACTIONS(1908), - [sym_number_literal] = ACTIONS(1908), - [sym_char_literal] = ACTIONS(1908), - [sym_string_literal] = ACTIONS(1910), - [sym_identifier] = ACTIONS(1912), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(925), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [773] = { - [sym_compound_statement] = STATE(751), - [sym_labeled_statement] = STATE(751), - [sym_expression_statement] = STATE(751), - [sym_if_statement] = STATE(751), - [sym_switch_statement] = STATE(751), - [sym_case_statement] = STATE(751), - [sym_while_statement] = STATE(751), - [sym_do_statement] = STATE(751), - [sym_for_statement] = STATE(751), - [sym_return_statement] = STATE(751), - [sym_break_statement] = STATE(751), - [sym_continue_statement] = STATE(751), - [sym_goto_statement] = STATE(751), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1195), - [anon_sym_switch] = ACTIONS(1197), - [anon_sym_case] = ACTIONS(1199), - [anon_sym_default] = ACTIONS(1201), - [anon_sym_while] = ACTIONS(1203), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1205), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1718), - [sym_comment] = ACTIONS(123), + [anon_sym_COLON] = ACTIONS(1975), + [sym_comment] = ACTIONS(42), }, [774] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(823), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(2072), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1977), + [sym_comment] = ACTIONS(42), }, [775] = { - [sym__expression] = STATE(824), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(2072), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(928), + [sym_labeled_statement] = STATE(928), + [sym_expression_statement] = STATE(928), + [sym_if_statement] = STATE(928), + [sym_switch_statement] = STATE(928), + [sym_case_statement] = STATE(928), + [sym_while_statement] = STATE(928), + [sym_do_statement] = STATE(928), + [sym_for_statement] = STATE(928), + [sym_return_statement] = STATE(928), + [sym_break_statement] = STATE(928), + [sym_continue_statement] = STATE(928), + [sym_goto_statement] = STATE(928), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(840), + [anon_sym_switch] = ACTIONS(842), + [anon_sym_case] = ACTIONS(844), + [anon_sym_default] = ACTIONS(846), + [anon_sym_while] = ACTIONS(848), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(850), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(852), + [sym_comment] = ACTIONS(42), }, [776] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(2074), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1979), + [sym_comment] = ACTIONS(42), }, [777] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(2076), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(931), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(1981), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [778] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(2078), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_SEMI] = ACTIONS(1983), + [sym_comment] = ACTIONS(42), }, [779] = { - [sym_declaration] = STATE(605), - [sym__declaration_specifiers] = STATE(453), - [sym_compound_statement] = STATE(605), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(605), - [sym_expression_statement] = STATE(605), - [sym_if_statement] = STATE(605), - [sym_switch_statement] = STATE(605), - [sym_case_statement] = STATE(605), - [sym_while_statement] = STATE(605), - [sym_do_statement] = STATE(605), - [sym_for_statement] = STATE(605), - [sym_return_statement] = STATE(605), - [sym_break_statement] = STATE(605), - [sym_continue_statement] = STATE(605), - [sym_goto_statement] = STATE(605), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_switch] = ACTIONS(1766), - [anon_sym_case] = ACTIONS(1768), - [anon_sym_default] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1772), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1774), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(2000), - [sym_comment] = ACTIONS(123), + [anon_sym_SEMI] = ACTIONS(1985), + [sym_comment] = ACTIONS(42), }, [780] = { - [anon_sym_LPAREN] = ACTIONS(871), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(865), - [anon_sym_extern] = ACTIONS(214), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_typedef] = ACTIONS(214), - [anon_sym_static] = ACTIONS(214), - [anon_sym_auto] = ACTIONS(214), - [anon_sym_register] = ACTIONS(214), - [anon_sym_const] = ACTIONS(214), - [anon_sym_restrict] = ACTIONS(214), - [anon_sym_volatile] = ACTIONS(214), - [sym_function_specifier] = ACTIONS(214), - [anon_sym_COLON] = ACTIONS(1906), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_identifier] = ACTIONS(216), - [sym_comment] = ACTIONS(123), + [sym_identifier] = ACTIONS(1987), + [sym_comment] = ACTIONS(42), }, [781] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(2080), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(872), + [anon_sym_COMMA] = ACTIONS(866), + [anon_sym_SEMI] = ACTIONS(876), + [anon_sym_extern] = ACTIONS(95), + [anon_sym_STAR] = ACTIONS(879), + [anon_sym_LBRACK] = ACTIONS(866), + [anon_sym_EQ] = ACTIONS(868), + [anon_sym_typedef] = ACTIONS(95), + [anon_sym_static] = ACTIONS(95), + [anon_sym_auto] = ACTIONS(95), + [anon_sym_register] = ACTIONS(95), + [anon_sym_const] = ACTIONS(95), + [anon_sym_restrict] = ACTIONS(95), + [anon_sym_volatile] = ACTIONS(95), + [sym_function_specifier] = ACTIONS(95), + [anon_sym_COLON] = ACTIONS(1989), + [anon_sym_QMARK] = ACTIONS(866), + [anon_sym_STAR_EQ] = ACTIONS(866), + [anon_sym_SLASH_EQ] = ACTIONS(866), + [anon_sym_PERCENT_EQ] = ACTIONS(866), + [anon_sym_PLUS_EQ] = ACTIONS(866), + [anon_sym_DASH_EQ] = ACTIONS(866), + [anon_sym_LT_LT_EQ] = ACTIONS(866), + [anon_sym_GT_GT_EQ] = ACTIONS(866), + [anon_sym_AMP_EQ] = ACTIONS(866), + [anon_sym_CARET_EQ] = ACTIONS(866), + [anon_sym_PIPE_EQ] = ACTIONS(866), + [anon_sym_AMP] = ACTIONS(868), + [anon_sym_PIPE_PIPE] = ACTIONS(866), + [anon_sym_AMP_AMP] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_LT] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_LT_LT] = ACTIONS(868), + [anon_sym_GT_GT] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_PERCENT] = ACTIONS(868), + [anon_sym_DASH_DASH] = ACTIONS(866), + [anon_sym_PLUS_PLUS] = ACTIONS(866), + [anon_sym_DOT] = ACTIONS(866), + [anon_sym_DASH_GT] = ACTIONS(866), + [sym_identifier] = ACTIONS(97), + [sym_comment] = ACTIONS(42), }, [782] = { - [sym__expression] = STATE(830), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(2082), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(884), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(884), + [anon_sym_LPAREN] = ACTIONS(886), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(884), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(884), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(884), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(884), + [sym_preproc_directive] = ACTIONS(888), + [anon_sym_SEMI] = ACTIONS(886), + [anon_sym_extern] = ACTIONS(884), + [anon_sym_LBRACE] = ACTIONS(886), + [anon_sym_STAR] = ACTIONS(886), + [anon_sym_typedef] = ACTIONS(884), + [anon_sym_static] = ACTIONS(884), + [anon_sym_auto] = ACTIONS(884), + [anon_sym_register] = ACTIONS(884), + [anon_sym_const] = ACTIONS(884), + [anon_sym_restrict] = ACTIONS(884), + [anon_sym_volatile] = ACTIONS(884), + [sym_function_specifier] = ACTIONS(884), + [anon_sym_unsigned] = ACTIONS(884), + [anon_sym_long] = ACTIONS(884), + [anon_sym_short] = ACTIONS(884), + [anon_sym_enum] = ACTIONS(884), + [anon_sym_struct] = ACTIONS(884), + [anon_sym_union] = ACTIONS(884), + [anon_sym_if] = ACTIONS(884), + [anon_sym_switch] = ACTIONS(884), + [anon_sym_case] = ACTIONS(884), + [anon_sym_default] = ACTIONS(884), + [anon_sym_while] = ACTIONS(884), + [anon_sym_do] = ACTIONS(884), + [anon_sym_for] = ACTIONS(884), + [anon_sym_return] = ACTIONS(884), + [anon_sym_break] = ACTIONS(884), + [anon_sym_continue] = ACTIONS(884), + [anon_sym_goto] = ACTIONS(884), + [anon_sym_AMP] = ACTIONS(886), + [anon_sym_BANG] = ACTIONS(886), + [anon_sym_TILDE] = ACTIONS(886), + [anon_sym_PLUS] = ACTIONS(884), + [anon_sym_DASH] = ACTIONS(884), + [anon_sym_DASH_DASH] = ACTIONS(886), + [anon_sym_PLUS_PLUS] = ACTIONS(886), + [anon_sym_sizeof] = ACTIONS(884), + [sym_number_literal] = ACTIONS(884), + [sym_char_literal] = ACTIONS(884), + [sym_string_literal] = ACTIONS(886), + [sym_identifier] = ACTIONS(888), + [sym_comment] = ACTIONS(42), }, [783] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(2084), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(890), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(890), + [anon_sym_LPAREN] = ACTIONS(892), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(890), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(890), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(890), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(890), + [sym_preproc_directive] = ACTIONS(894), + [anon_sym_SEMI] = ACTIONS(892), + [anon_sym_extern] = ACTIONS(890), + [anon_sym_LBRACE] = ACTIONS(892), + [anon_sym_STAR] = ACTIONS(892), + [anon_sym_typedef] = ACTIONS(890), + [anon_sym_static] = ACTIONS(890), + [anon_sym_auto] = ACTIONS(890), + [anon_sym_register] = ACTIONS(890), + [anon_sym_const] = ACTIONS(890), + [anon_sym_restrict] = ACTIONS(890), + [anon_sym_volatile] = ACTIONS(890), + [sym_function_specifier] = ACTIONS(890), + [anon_sym_unsigned] = ACTIONS(890), + [anon_sym_long] = ACTIONS(890), + [anon_sym_short] = ACTIONS(890), + [anon_sym_enum] = ACTIONS(890), + [anon_sym_struct] = ACTIONS(890), + [anon_sym_union] = ACTIONS(890), + [anon_sym_if] = 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_AMP] = ACTIONS(892), + [anon_sym_BANG] = ACTIONS(892), + [anon_sym_TILDE] = ACTIONS(892), + [anon_sym_PLUS] = ACTIONS(890), + [anon_sym_DASH] = ACTIONS(890), + [anon_sym_DASH_DASH] = ACTIONS(892), + [anon_sym_PLUS_PLUS] = ACTIONS(892), + [anon_sym_sizeof] = ACTIONS(890), + [sym_number_literal] = ACTIONS(890), + [sym_char_literal] = ACTIONS(890), + [sym_string_literal] = ACTIONS(892), + [sym_identifier] = ACTIONS(894), + [sym_comment] = ACTIONS(42), }, [784] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2086), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2086), - [anon_sym_LPAREN] = ACTIONS(2088), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2086), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2086), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2086), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2086), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2086), - [sym_preproc_directive] = ACTIONS(2090), - [anon_sym_SEMI] = ACTIONS(2088), - [anon_sym_extern] = ACTIONS(2086), - [anon_sym_LBRACE] = ACTIONS(2088), - [anon_sym_RBRACE] = ACTIONS(2088), - [anon_sym_STAR] = ACTIONS(2088), - [anon_sym_typedef] = ACTIONS(2086), - [anon_sym_static] = ACTIONS(2086), - [anon_sym_auto] = ACTIONS(2086), - [anon_sym_register] = ACTIONS(2086), - [anon_sym_const] = ACTIONS(2086), - [anon_sym_restrict] = ACTIONS(2086), - [anon_sym_volatile] = ACTIONS(2086), - [sym_function_specifier] = ACTIONS(2086), - [anon_sym_unsigned] = ACTIONS(2086), - [anon_sym_long] = ACTIONS(2086), - [anon_sym_short] = ACTIONS(2086), - [anon_sym_enum] = ACTIONS(2086), - [anon_sym_struct] = ACTIONS(2086), - [anon_sym_union] = ACTIONS(2086), - [anon_sym_if] = ACTIONS(2086), - [anon_sym_else] = ACTIONS(2086), - [anon_sym_switch] = ACTIONS(2086), - [anon_sym_case] = ACTIONS(2086), - [anon_sym_default] = ACTIONS(2086), - [anon_sym_while] = ACTIONS(2086), - [anon_sym_do] = ACTIONS(2086), - [anon_sym_for] = ACTIONS(2086), - [anon_sym_return] = ACTIONS(2086), - [anon_sym_break] = ACTIONS(2086), - [anon_sym_continue] = ACTIONS(2086), - [anon_sym_goto] = ACTIONS(2086), - [anon_sym_AMP] = ACTIONS(2088), - [anon_sym_BANG] = ACTIONS(2088), - [anon_sym_TILDE] = ACTIONS(2088), - [anon_sym_PLUS] = ACTIONS(2086), - [anon_sym_DASH] = ACTIONS(2086), - [anon_sym_DASH_DASH] = ACTIONS(2088), - [anon_sym_PLUS_PLUS] = ACTIONS(2088), - [anon_sym_sizeof] = ACTIONS(2086), - [sym_number_literal] = ACTIONS(2086), - [sym_char_literal] = ACTIONS(2086), - [sym_string_literal] = ACTIONS(2088), - [sym_identifier] = ACTIONS(2090), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(896), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(896), + [anon_sym_LPAREN] = ACTIONS(898), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(896), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(896), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(896), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(896), + [sym_preproc_directive] = ACTIONS(900), + [anon_sym_SEMI] = ACTIONS(898), + [anon_sym_extern] = ACTIONS(896), + [anon_sym_LBRACE] = ACTIONS(898), + [anon_sym_STAR] = ACTIONS(898), + [anon_sym_typedef] = ACTIONS(896), + [anon_sym_static] = ACTIONS(896), + [anon_sym_auto] = ACTIONS(896), + [anon_sym_register] = ACTIONS(896), + [anon_sym_const] = ACTIONS(896), + [anon_sym_restrict] = ACTIONS(896), + [anon_sym_volatile] = ACTIONS(896), + [sym_function_specifier] = ACTIONS(896), + [anon_sym_unsigned] = ACTIONS(896), + [anon_sym_long] = ACTIONS(896), + [anon_sym_short] = ACTIONS(896), + [anon_sym_enum] = ACTIONS(896), + [anon_sym_struct] = ACTIONS(896), + [anon_sym_union] = ACTIONS(896), + [anon_sym_if] = ACTIONS(896), + [anon_sym_switch] = ACTIONS(896), + [anon_sym_case] = ACTIONS(896), + [anon_sym_default] = ACTIONS(896), + [anon_sym_while] = ACTIONS(896), + [anon_sym_do] = ACTIONS(896), + [anon_sym_for] = ACTIONS(896), + [anon_sym_return] = ACTIONS(896), + [anon_sym_break] = ACTIONS(896), + [anon_sym_continue] = ACTIONS(896), + [anon_sym_goto] = ACTIONS(896), + [anon_sym_AMP] = ACTIONS(898), + [anon_sym_BANG] = ACTIONS(898), + [anon_sym_TILDE] = ACTIONS(898), + [anon_sym_PLUS] = ACTIONS(896), + [anon_sym_DASH] = ACTIONS(896), + [anon_sym_DASH_DASH] = ACTIONS(898), + [anon_sym_PLUS_PLUS] = ACTIONS(898), + [anon_sym_sizeof] = ACTIONS(896), + [sym_number_literal] = ACTIONS(896), + [sym_char_literal] = ACTIONS(896), + [sym_string_literal] = ACTIONS(898), + [sym_identifier] = ACTIONS(900), + [sym_comment] = ACTIONS(42), }, [785] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(1964), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__declarator] = STATE(937), + [sym_pointer_declarator] = STATE(44), + [sym_function_declarator] = STATE(44), + [sym_array_declarator] = STATE(44), + [sym_init_declarator] = STATE(938), + [anon_sym_LPAREN] = ACTIONS(107), + [anon_sym_SEMI] = ACTIONS(1991), + [anon_sym_STAR] = ACTIONS(462), + [sym_identifier] = ACTIONS(113), + [sym_comment] = ACTIONS(42), }, [786] = { - [sym__expression] = STATE(832), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(906), + [anon_sym_SEMI] = ACTIONS(1993), + [anon_sym_STAR] = ACTIONS(910), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(914), + [anon_sym_QMARK] = ACTIONS(916), + [anon_sym_STAR_EQ] = ACTIONS(918), + [anon_sym_SLASH_EQ] = ACTIONS(918), + [anon_sym_PERCENT_EQ] = ACTIONS(918), + [anon_sym_PLUS_EQ] = ACTIONS(918), + [anon_sym_DASH_EQ] = ACTIONS(918), + [anon_sym_LT_LT_EQ] = ACTIONS(918), + [anon_sym_GT_GT_EQ] = ACTIONS(918), + [anon_sym_AMP_EQ] = ACTIONS(918), + [anon_sym_CARET_EQ] = ACTIONS(918), + [anon_sym_PIPE_EQ] = ACTIONS(918), + [anon_sym_AMP] = ACTIONS(920), + [anon_sym_PIPE_PIPE] = ACTIONS(922), + [anon_sym_AMP_AMP] = ACTIONS(924), + [anon_sym_PIPE] = ACTIONS(926), + [anon_sym_CARET] = ACTIONS(928), + [anon_sym_EQ_EQ] = ACTIONS(930), + [anon_sym_BANG_EQ] = ACTIONS(930), + [anon_sym_LT] = ACTIONS(932), + [anon_sym_GT] = ACTIONS(932), + [anon_sym_LT_EQ] = ACTIONS(934), + [anon_sym_GT_EQ] = ACTIONS(934), + [anon_sym_LT_LT] = ACTIONS(936), + [anon_sym_GT_GT] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_SLASH] = ACTIONS(910), + [anon_sym_PERCENT] = ACTIONS(910), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [787] = { - [sym__expression] = STATE(833), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_SEMI] = ACTIONS(1993), + [sym_comment] = ACTIONS(42), }, [788] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_COLON] = ACTIONS(2092), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_STAR_EQ] = ACTIONS(1241), - [anon_sym_SLASH_EQ] = ACTIONS(1241), - [anon_sym_PERCENT_EQ] = ACTIONS(1241), - [anon_sym_PLUS_EQ] = ACTIONS(1241), - [anon_sym_DASH_EQ] = ACTIONS(1241), - [anon_sym_LT_LT_EQ] = ACTIONS(1241), - [anon_sym_GT_GT_EQ] = ACTIONS(1241), - [anon_sym_AMP_EQ] = ACTIONS(1241), - [anon_sym_CARET_EQ] = ACTIONS(1241), - [anon_sym_PIPE_EQ] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1245), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE] = ACTIONS(1249), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_EQ_EQ] = ACTIONS(1253), - [anon_sym_BANG_EQ] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), - }, - [789] = { - [sym_declaration] = STATE(452), - [sym__declaration_specifiers] = STATE(453), - [sym_compound_statement] = STATE(452), + [sym_preproc_include] = STATE(940), + [sym_preproc_def] = STATE(940), + [sym_preproc_function_def] = STATE(940), + [sym_preproc_call] = STATE(940), + [sym_preproc_if_in_compound_statement] = STATE(941), + [sym_preproc_ifdef_in_compound_statement] = STATE(942), + [sym_declaration] = STATE(940), + [sym__declaration_specifiers] = STATE(785), + [sym_compound_statement] = STATE(940), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -41733,122 +29810,208 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(452), - [sym_expression_statement] = STATE(452), - [sym_if_statement] = STATE(452), - [sym_switch_statement] = STATE(452), - [sym_case_statement] = STATE(452), - [sym_while_statement] = STATE(452), - [sym_do_statement] = STATE(452), - [sym_for_statement] = STATE(452), - [sym_return_statement] = STATE(452), - [sym_break_statement] = STATE(452), - [sym_continue_statement] = STATE(452), - [sym_goto_statement] = STATE(452), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), + [sym_labeled_statement] = STATE(940), + [sym_expression_statement] = STATE(940), + [sym_if_statement] = STATE(940), + [sym_switch_statement] = STATE(940), + [sym_case_statement] = STATE(940), + [sym_while_statement] = STATE(940), + [sym_do_statement] = STATE(940), + [sym_for_statement] = STATE(940), + [sym_return_statement] = STATE(940), + [sym_break_statement] = STATE(940), + [sym_continue_statement] = STATE(940), + [sym_goto_statement] = STATE(940), + [sym__expression] = STATE(786), + [sym_comma_expression] = STATE(787), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(940), [sym_macro_type_specifier] = STATE(21), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(1934), - [anon_sym_switch] = ACTIONS(1936), - [anon_sym_case] = ACTIONS(1938), - [anon_sym_default] = ACTIONS(1940), - [anon_sym_while] = ACTIONS(1942), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1944), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(2094), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1637), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1639), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1641), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1995), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1645), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1647), + [sym_preproc_directive] = ACTIONS(1649), + [anon_sym_SEMI] = ACTIONS(1651), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(1653), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(1655), + [anon_sym_switch] = ACTIONS(1657), + [anon_sym_case] = ACTIONS(1659), + [anon_sym_default] = ACTIONS(1661), + [anon_sym_while] = ACTIONS(1663), + [anon_sym_do] = ACTIONS(1665), + [anon_sym_for] = ACTIONS(1667), + [anon_sym_return] = ACTIONS(1669), + [anon_sym_break] = ACTIONS(1671), + [anon_sym_continue] = ACTIONS(1673), + [anon_sym_goto] = ACTIONS(1675), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1677), + [sym_comment] = ACTIONS(42), + }, + [789] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(180), + [anon_sym_LPAREN] = ACTIONS(178), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(180), + [sym_preproc_directive] = ACTIONS(182), + [anon_sym_SEMI] = ACTIONS(178), + [anon_sym_extern] = ACTIONS(180), + [anon_sym_LBRACE] = ACTIONS(178), + [anon_sym_STAR] = ACTIONS(178), + [anon_sym_typedef] = ACTIONS(180), + [anon_sym_static] = ACTIONS(180), + [anon_sym_auto] = ACTIONS(180), + [anon_sym_register] = ACTIONS(180), + [anon_sym_const] = ACTIONS(180), + [anon_sym_restrict] = ACTIONS(180), + [anon_sym_volatile] = ACTIONS(180), + [sym_function_specifier] = ACTIONS(180), + [anon_sym_unsigned] = ACTIONS(180), + [anon_sym_long] = ACTIONS(180), + [anon_sym_short] = ACTIONS(180), + [anon_sym_enum] = ACTIONS(180), + [anon_sym_struct] = ACTIONS(180), + [anon_sym_union] = ACTIONS(180), + [anon_sym_if] = ACTIONS(180), + [anon_sym_switch] = ACTIONS(180), + [anon_sym_case] = ACTIONS(180), + [anon_sym_default] = ACTIONS(180), + [anon_sym_while] = ACTIONS(180), + [anon_sym_do] = ACTIONS(180), + [anon_sym_for] = ACTIONS(180), + [anon_sym_return] = ACTIONS(180), + [anon_sym_break] = ACTIONS(180), + [anon_sym_continue] = ACTIONS(180), + [anon_sym_goto] = ACTIONS(180), + [anon_sym_AMP] = ACTIONS(178), + [anon_sym_BANG] = ACTIONS(178), + [anon_sym_TILDE] = ACTIONS(178), + [anon_sym_PLUS] = ACTIONS(180), + [anon_sym_DASH] = ACTIONS(180), + [anon_sym_DASH_DASH] = ACTIONS(178), + [anon_sym_PLUS_PLUS] = ACTIONS(178), + [anon_sym_sizeof] = ACTIONS(180), + [sym_number_literal] = ACTIONS(180), + [sym_char_literal] = ACTIONS(180), + [sym_string_literal] = ACTIONS(178), + [sym_identifier] = ACTIONS(182), + [sym_comment] = ACTIONS(42), }, [790] = { - [sym__expression] = STATE(836), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(814), + [anon_sym_LPAREN] = ACTIONS(812), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(814), + [sym_preproc_directive] = ACTIONS(816), + [anon_sym_SEMI] = ACTIONS(812), + [anon_sym_extern] = ACTIONS(814), + [anon_sym_LBRACE] = ACTIONS(812), + [anon_sym_STAR] = ACTIONS(812), + [anon_sym_typedef] = ACTIONS(814), + [anon_sym_static] = ACTIONS(814), + [anon_sym_auto] = ACTIONS(814), + [anon_sym_register] = ACTIONS(814), + [anon_sym_const] = ACTIONS(814), + [anon_sym_restrict] = ACTIONS(814), + [anon_sym_volatile] = ACTIONS(814), + [sym_function_specifier] = ACTIONS(814), + [anon_sym_unsigned] = ACTIONS(814), + [anon_sym_long] = ACTIONS(814), + [anon_sym_short] = ACTIONS(814), + [anon_sym_enum] = ACTIONS(814), + [anon_sym_struct] = ACTIONS(814), + [anon_sym_union] = ACTIONS(814), + [anon_sym_if] = ACTIONS(814), + [anon_sym_switch] = ACTIONS(814), + [anon_sym_case] = ACTIONS(814), + [anon_sym_default] = ACTIONS(814), + [anon_sym_while] = ACTIONS(814), + [anon_sym_do] = ACTIONS(814), + [anon_sym_for] = ACTIONS(814), + [anon_sym_return] = ACTIONS(814), + [anon_sym_break] = ACTIONS(814), + [anon_sym_continue] = ACTIONS(814), + [anon_sym_goto] = ACTIONS(814), + [anon_sym_AMP] = ACTIONS(812), + [anon_sym_BANG] = ACTIONS(812), + [anon_sym_TILDE] = ACTIONS(812), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_DASH_DASH] = ACTIONS(812), + [anon_sym_PLUS_PLUS] = ACTIONS(812), + [anon_sym_sizeof] = ACTIONS(814), + [sym_number_literal] = ACTIONS(814), + [sym_char_literal] = ACTIONS(814), + [sym_string_literal] = ACTIONS(812), + [sym_identifier] = ACTIONS(816), + [sym_comment] = ACTIONS(42), }, [791] = { - [sym_declaration] = STATE(837), - [sym__declaration_specifiers] = STATE(453), + [sym_preproc_include] = STATE(394), + [sym_preproc_def] = STATE(394), + [sym_preproc_function_def] = STATE(394), + [sym_preproc_call] = STATE(394), + [sym_preproc_if_in_compound_statement] = STATE(395), + [sym_preproc_ifdef_in_compound_statement] = STATE(396), + [sym_declaration] = STATE(394), + [sym__declaration_specifiers] = STATE(212), + [sym_compound_statement] = STATE(394), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -41856,2920 +30019,2601 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(838), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), + [sym_labeled_statement] = STATE(394), + [sym_expression_statement] = STATE(394), + [sym_if_statement] = STATE(394), + [sym_switch_statement] = STATE(394), + [sym_case_statement] = STATE(394), + [sym_while_statement] = STATE(394), + [sym_do_statement] = STATE(394), + [sym_for_statement] = STATE(394), + [sym_return_statement] = STATE(394), + [sym_break_statement] = STATE(394), + [sym_continue_statement] = STATE(394), + [sym_goto_statement] = STATE(394), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(394), [sym_macro_type_specifier] = STATE(21), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(2096), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1281), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(470), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(472), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(476), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(478), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(480), + [sym_preproc_directive] = ACTIONS(482), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_RBRACE] = ACTIONS(1997), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(528), + [sym_comment] = ACTIONS(42), }, [792] = { - [sym_compound_statement] = STATE(471), - [sym_labeled_statement] = STATE(471), - [sym_expression_statement] = STATE(471), - [sym_if_statement] = STATE(471), - [sym_switch_statement] = STATE(471), - [sym_case_statement] = STATE(471), - [sym_while_statement] = STATE(471), - [sym_do_statement] = STATE(471), - [sym_for_statement] = STATE(471), - [sym_return_statement] = STATE(471), - [sym_break_statement] = STATE(471), - [sym_continue_statement] = STATE(471), - [sym_goto_statement] = STATE(471), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1934), - [anon_sym_switch] = ACTIONS(1936), - [anon_sym_case] = ACTIONS(1938), - [anon_sym_default] = ACTIONS(1940), - [anon_sym_while] = ACTIONS(1942), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1944), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1946), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(944), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [793] = { - [sym_compound_statement] = STATE(784), - [sym_labeled_statement] = STATE(784), - [sym_expression_statement] = STATE(784), - [sym_if_statement] = STATE(784), - [sym_switch_statement] = STATE(784), - [sym_case_statement] = STATE(784), - [sym_while_statement] = STATE(784), - [sym_do_statement] = STATE(784), - [sym_for_statement] = STATE(784), - [sym_return_statement] = STATE(784), - [sym_break_statement] = STATE(784), - [sym_continue_statement] = STATE(784), - [sym_goto_statement] = STATE(784), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(839), - [anon_sym_switch] = ACTIONS(841), - [anon_sym_case] = ACTIONS(843), - [anon_sym_default] = ACTIONS(845), - [anon_sym_while] = ACTIONS(847), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(849), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(851), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(945), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [794] = { - [sym_compound_statement] = STATE(798), - [sym_labeled_statement] = STATE(798), - [sym_expression_statement] = STATE(798), - [sym_if_statement] = STATE(798), - [sym_switch_statement] = STATE(798), - [sym_case_statement] = STATE(798), - [sym_while_statement] = STATE(798), - [sym_do_statement] = STATE(798), - [sym_for_statement] = STATE(798), - [sym_return_statement] = STATE(798), - [sym_break_statement] = STATE(798), - [sym_continue_statement] = STATE(798), - [sym_goto_statement] = STATE(798), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(839), - [anon_sym_switch] = ACTIONS(841), - [anon_sym_case] = ACTIONS(843), - [anon_sym_default] = ACTIONS(845), - [anon_sym_while] = ACTIONS(847), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(849), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(851), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1339), + [anon_sym_COLON] = ACTIONS(1999), + [anon_sym_QMARK] = ACTIONS(1343), + [anon_sym_STAR_EQ] = ACTIONS(1345), + [anon_sym_SLASH_EQ] = ACTIONS(1345), + [anon_sym_PERCENT_EQ] = ACTIONS(1345), + [anon_sym_PLUS_EQ] = ACTIONS(1345), + [anon_sym_DASH_EQ] = ACTIONS(1345), + [anon_sym_LT_LT_EQ] = ACTIONS(1345), + [anon_sym_GT_GT_EQ] = ACTIONS(1345), + [anon_sym_AMP_EQ] = ACTIONS(1345), + [anon_sym_CARET_EQ] = ACTIONS(1345), + [anon_sym_PIPE_EQ] = ACTIONS(1345), + [anon_sym_AMP] = ACTIONS(1347), + [anon_sym_PIPE_PIPE] = ACTIONS(1349), + [anon_sym_AMP_AMP] = ACTIONS(1351), + [anon_sym_PIPE] = ACTIONS(1353), + [anon_sym_CARET] = ACTIONS(1355), + [anon_sym_EQ_EQ] = ACTIONS(1357), + [anon_sym_BANG_EQ] = ACTIONS(1357), + [anon_sym_LT] = ACTIONS(1359), + [anon_sym_GT] = ACTIONS(1359), + [anon_sym_LT_EQ] = ACTIONS(1361), + [anon_sym_GT_EQ] = ACTIONS(1361), + [anon_sym_LT_LT] = ACTIONS(1363), + [anon_sym_GT_GT] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1365), + [anon_sym_SLASH] = ACTIONS(1337), + [anon_sym_PERCENT] = ACTIONS(1337), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [795] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(2098), - [sym_comment] = ACTIONS(123), + [sym_declaration] = STATE(948), + [sym__declaration_specifiers] = STATE(949), + [sym_compound_statement] = STATE(948), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(948), + [sym_expression_statement] = STATE(948), + [sym_if_statement] = STATE(948), + [sym_switch_statement] = STATE(948), + [sym_case_statement] = STATE(948), + [sym_while_statement] = STATE(948), + [sym_do_statement] = STATE(948), + [sym_for_statement] = STATE(948), + [sym_return_statement] = STATE(948), + [sym_break_statement] = STATE(948), + [sym_continue_statement] = STATE(948), + [sym_goto_statement] = STATE(948), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2001), + [sym_comment] = ACTIONS(42), }, [796] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(840), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(2098), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(950), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [797] = { - [sym__expression] = STATE(841), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(2098), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_while] = ACTIONS(2003), + [sym_comment] = ACTIONS(42), }, [798] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2100), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2100), - [anon_sym_LPAREN] = ACTIONS(2102), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2100), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2100), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2100), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2100), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2100), - [sym_preproc_directive] = ACTIONS(2104), - [anon_sym_SEMI] = ACTIONS(2102), - [anon_sym_extern] = ACTIONS(2100), - [anon_sym_LBRACE] = ACTIONS(2102), - [anon_sym_RBRACE] = ACTIONS(2102), - [anon_sym_STAR] = ACTIONS(2102), - [anon_sym_typedef] = ACTIONS(2100), - [anon_sym_static] = ACTIONS(2100), - [anon_sym_auto] = ACTIONS(2100), - [anon_sym_register] = ACTIONS(2100), - [anon_sym_const] = ACTIONS(2100), - [anon_sym_restrict] = ACTIONS(2100), - [anon_sym_volatile] = ACTIONS(2100), - [sym_function_specifier] = ACTIONS(2100), - [anon_sym_unsigned] = ACTIONS(2100), - [anon_sym_long] = ACTIONS(2100), - [anon_sym_short] = ACTIONS(2100), - [anon_sym_enum] = ACTIONS(2100), - [anon_sym_struct] = ACTIONS(2100), - [anon_sym_union] = ACTIONS(2100), - [anon_sym_if] = ACTIONS(2100), - [anon_sym_else] = ACTIONS(2100), - [anon_sym_switch] = ACTIONS(2100), - [anon_sym_case] = ACTIONS(2100), - [anon_sym_default] = ACTIONS(2100), - [anon_sym_while] = ACTIONS(2100), - [anon_sym_do] = ACTIONS(2100), - [anon_sym_for] = ACTIONS(2100), - [anon_sym_return] = ACTIONS(2100), - [anon_sym_break] = ACTIONS(2100), - [anon_sym_continue] = ACTIONS(2100), - [anon_sym_goto] = ACTIONS(2100), - [anon_sym_AMP] = ACTIONS(2102), - [anon_sym_BANG] = ACTIONS(2102), - [anon_sym_TILDE] = ACTIONS(2102), - [anon_sym_PLUS] = ACTIONS(2100), - [anon_sym_DASH] = ACTIONS(2100), - [anon_sym_DASH_DASH] = ACTIONS(2102), - [anon_sym_PLUS_PLUS] = ACTIONS(2102), - [anon_sym_sizeof] = ACTIONS(2100), - [sym_number_literal] = ACTIONS(2100), - [sym_char_literal] = ACTIONS(2100), - [sym_string_literal] = ACTIONS(2102), - [sym_identifier] = ACTIONS(2104), - [sym_comment] = ACTIONS(123), + [sym_declaration] = STATE(952), + [sym__declaration_specifiers] = STATE(623), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__expression] = STATE(953), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(2005), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1385), + [sym_comment] = ACTIONS(42), }, [799] = { - [sym_compound_statement] = STATE(842), - [sym_labeled_statement] = STATE(842), - [sym_expression_statement] = STATE(842), - [sym_if_statement] = STATE(842), - [sym_switch_statement] = STATE(842), - [sym_case_statement] = STATE(842), - [sym_while_statement] = STATE(842), - [sym_do_statement] = STATE(842), - [sym_for_statement] = STATE(842), - [sym_return_statement] = STATE(842), - [sym_break_statement] = STATE(842), - [sym_continue_statement] = STATE(842), - [sym_goto_statement] = STATE(842), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(543), - [anon_sym_switch] = ACTIONS(545), - [anon_sym_case] = ACTIONS(547), - [anon_sym_default] = ACTIONS(549), - [anon_sym_while] = ACTIONS(551), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(555), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1331), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1387), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1387), + [anon_sym_LPAREN] = ACTIONS(1389), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1387), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1387), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1387), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1387), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1387), + [sym_preproc_directive] = ACTIONS(1391), + [anon_sym_SEMI] = ACTIONS(1389), + [anon_sym_extern] = ACTIONS(1387), + [anon_sym_LBRACE] = ACTIONS(1389), + [anon_sym_STAR] = ACTIONS(1389), + [anon_sym_typedef] = ACTIONS(1387), + [anon_sym_static] = ACTIONS(1387), + [anon_sym_auto] = ACTIONS(1387), + [anon_sym_register] = ACTIONS(1387), + [anon_sym_const] = ACTIONS(1387), + [anon_sym_restrict] = ACTIONS(1387), + [anon_sym_volatile] = ACTIONS(1387), + [sym_function_specifier] = ACTIONS(1387), + [anon_sym_unsigned] = ACTIONS(1387), + [anon_sym_long] = ACTIONS(1387), + [anon_sym_short] = ACTIONS(1387), + [anon_sym_enum] = ACTIONS(1387), + [anon_sym_struct] = ACTIONS(1387), + [anon_sym_union] = ACTIONS(1387), + [anon_sym_if] = ACTIONS(1387), + [anon_sym_switch] = ACTIONS(1387), + [anon_sym_case] = ACTIONS(1387), + [anon_sym_default] = ACTIONS(1387), + [anon_sym_while] = ACTIONS(1387), + [anon_sym_do] = ACTIONS(1387), + [anon_sym_for] = ACTIONS(1387), + [anon_sym_return] = ACTIONS(1387), + [anon_sym_break] = ACTIONS(1387), + [anon_sym_continue] = ACTIONS(1387), + [anon_sym_goto] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_BANG] = ACTIONS(1389), + [anon_sym_TILDE] = ACTIONS(1389), + [anon_sym_PLUS] = ACTIONS(1387), + [anon_sym_DASH] = ACTIONS(1387), + [anon_sym_DASH_DASH] = ACTIONS(1389), + [anon_sym_PLUS_PLUS] = ACTIONS(1389), + [anon_sym_sizeof] = ACTIONS(1387), + [sym_number_literal] = ACTIONS(1387), + [sym_char_literal] = ACTIONS(1387), + [sym_string_literal] = ACTIONS(1389), + [sym_identifier] = ACTIONS(1391), + [sym_comment] = ACTIONS(42), }, [800] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(2106), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2007), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [801] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(844), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(2106), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1395), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1395), + [anon_sym_LPAREN] = ACTIONS(1397), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1395), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1395), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1395), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1395), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1395), + [sym_preproc_directive] = ACTIONS(1399), + [anon_sym_SEMI] = ACTIONS(1397), + [anon_sym_extern] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1397), + [anon_sym_STAR] = ACTIONS(1397), + [anon_sym_typedef] = ACTIONS(1395), + [anon_sym_static] = ACTIONS(1395), + [anon_sym_auto] = ACTIONS(1395), + [anon_sym_register] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [anon_sym_restrict] = ACTIONS(1395), + [anon_sym_volatile] = ACTIONS(1395), + [sym_function_specifier] = ACTIONS(1395), + [anon_sym_unsigned] = ACTIONS(1395), + [anon_sym_long] = ACTIONS(1395), + [anon_sym_short] = ACTIONS(1395), + [anon_sym_enum] = ACTIONS(1395), + [anon_sym_struct] = ACTIONS(1395), + [anon_sym_union] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_switch] = ACTIONS(1395), + [anon_sym_case] = ACTIONS(1395), + [anon_sym_default] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_goto] = ACTIONS(1395), + [anon_sym_AMP] = ACTIONS(1397), + [anon_sym_BANG] = ACTIONS(1397), + [anon_sym_TILDE] = ACTIONS(1397), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_DASH_DASH] = ACTIONS(1397), + [anon_sym_PLUS_PLUS] = ACTIONS(1397), + [anon_sym_sizeof] = ACTIONS(1395), + [sym_number_literal] = ACTIONS(1395), + [sym_char_literal] = ACTIONS(1395), + [sym_string_literal] = ACTIONS(1397), + [sym_identifier] = ACTIONS(1399), + [sym_comment] = ACTIONS(42), }, [802] = { - [anon_sym_LPAREN] = ACTIONS(2108), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1401), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1401), + [anon_sym_LPAREN] = ACTIONS(1403), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1401), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1401), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1401), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1401), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1401), + [sym_preproc_directive] = ACTIONS(1405), + [anon_sym_SEMI] = ACTIONS(1403), + [anon_sym_extern] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_STAR] = ACTIONS(1403), + [anon_sym_typedef] = ACTIONS(1401), + [anon_sym_static] = ACTIONS(1401), + [anon_sym_auto] = ACTIONS(1401), + [anon_sym_register] = ACTIONS(1401), + [anon_sym_const] = ACTIONS(1401), + [anon_sym_restrict] = ACTIONS(1401), + [anon_sym_volatile] = ACTIONS(1401), + [sym_function_specifier] = ACTIONS(1401), + [anon_sym_unsigned] = ACTIONS(1401), + [anon_sym_long] = ACTIONS(1401), + [anon_sym_short] = ACTIONS(1401), + [anon_sym_enum] = ACTIONS(1401), + [anon_sym_struct] = ACTIONS(1401), + [anon_sym_union] = ACTIONS(1401), + [anon_sym_if] = ACTIONS(1401), + [anon_sym_switch] = ACTIONS(1401), + [anon_sym_case] = ACTIONS(1401), + [anon_sym_default] = ACTIONS(1401), + [anon_sym_while] = ACTIONS(1401), + [anon_sym_do] = ACTIONS(1401), + [anon_sym_for] = ACTIONS(1401), + [anon_sym_return] = ACTIONS(1401), + [anon_sym_break] = ACTIONS(1401), + [anon_sym_continue] = ACTIONS(1401), + [anon_sym_goto] = ACTIONS(1401), + [anon_sym_AMP] = ACTIONS(1403), + [anon_sym_BANG] = ACTIONS(1403), + [anon_sym_TILDE] = ACTIONS(1403), + [anon_sym_PLUS] = ACTIONS(1401), + [anon_sym_DASH] = ACTIONS(1401), + [anon_sym_DASH_DASH] = ACTIONS(1403), + [anon_sym_PLUS_PLUS] = ACTIONS(1403), + [anon_sym_sizeof] = ACTIONS(1401), + [sym_number_literal] = ACTIONS(1401), + [sym_char_literal] = ACTIONS(1401), + [sym_string_literal] = ACTIONS(1403), + [sym_identifier] = ACTIONS(1405), + [sym_comment] = ACTIONS(42), }, [803] = { - [anon_sym_LPAREN] = ACTIONS(2110), - [sym_comment] = ACTIONS(123), + [anon_sym_SEMI] = ACTIONS(2009), + [sym_comment] = ACTIONS(42), }, [804] = { - [sym__expression] = STATE(847), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(957), + [sym_labeled_statement] = STATE(957), + [sym_expression_statement] = STATE(957), + [sym_if_statement] = STATE(957), + [sym_switch_statement] = STATE(957), + [sym_case_statement] = STATE(957), + [sym_while_statement] = STATE(957), + [sym_do_statement] = STATE(957), + [sym_for_statement] = STATE(957), + [sym_return_statement] = STATE(957), + [sym_break_statement] = STATE(957), + [sym_continue_statement] = STATE(957), + [sym_goto_statement] = STATE(957), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2011), + [sym_comment] = ACTIONS(42), }, [805] = { - [anon_sym_COLON] = ACTIONS(2112), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2013), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2013), + [anon_sym_LPAREN] = ACTIONS(2015), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2013), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2013), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2013), + [sym_preproc_directive] = ACTIONS(2017), + [anon_sym_SEMI] = ACTIONS(2015), + [anon_sym_extern] = ACTIONS(2013), + [anon_sym_LBRACE] = ACTIONS(2015), + [anon_sym_RBRACE] = ACTIONS(2015), + [anon_sym_STAR] = ACTIONS(2015), + [anon_sym_typedef] = ACTIONS(2013), + [anon_sym_static] = ACTIONS(2013), + [anon_sym_auto] = ACTIONS(2013), + [anon_sym_register] = ACTIONS(2013), + [anon_sym_const] = ACTIONS(2013), + [anon_sym_restrict] = ACTIONS(2013), + [anon_sym_volatile] = ACTIONS(2013), + [sym_function_specifier] = ACTIONS(2013), + [anon_sym_unsigned] = ACTIONS(2013), + [anon_sym_long] = ACTIONS(2013), + [anon_sym_short] = ACTIONS(2013), + [anon_sym_enum] = ACTIONS(2013), + [anon_sym_struct] = ACTIONS(2013), + [anon_sym_union] = ACTIONS(2013), + [anon_sym_if] = ACTIONS(2013), + [anon_sym_switch] = ACTIONS(2013), + [anon_sym_case] = ACTIONS(2013), + [anon_sym_default] = ACTIONS(2013), + [anon_sym_while] = ACTIONS(2013), + [anon_sym_do] = ACTIONS(2013), + [anon_sym_for] = ACTIONS(2013), + [anon_sym_return] = ACTIONS(2013), + [anon_sym_break] = ACTIONS(2013), + [anon_sym_continue] = ACTIONS(2013), + [anon_sym_goto] = ACTIONS(2013), + [anon_sym_AMP] = ACTIONS(2015), + [anon_sym_BANG] = ACTIONS(2015), + [anon_sym_TILDE] = ACTIONS(2015), + [anon_sym_PLUS] = ACTIONS(2013), + [anon_sym_DASH] = ACTIONS(2013), + [anon_sym_DASH_DASH] = ACTIONS(2015), + [anon_sym_PLUS_PLUS] = ACTIONS(2015), + [anon_sym_sizeof] = ACTIONS(2013), + [sym_number_literal] = ACTIONS(2013), + [sym_char_literal] = ACTIONS(2013), + [sym_string_literal] = ACTIONS(2015), + [sym_identifier] = ACTIONS(2017), + [sym_comment] = ACTIONS(42), }, [806] = { - [anon_sym_LPAREN] = ACTIONS(2114), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(238), + [anon_sym_LPAREN] = ACTIONS(236), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(238), + [sym_preproc_directive] = ACTIONS(240), + [anon_sym_SEMI] = ACTIONS(236), + [anon_sym_extern] = ACTIONS(238), + [anon_sym_LBRACE] = ACTIONS(236), + [anon_sym_STAR] = ACTIONS(236), + [anon_sym_typedef] = ACTIONS(238), + [anon_sym_static] = ACTIONS(238), + [anon_sym_auto] = ACTIONS(238), + [anon_sym_register] = ACTIONS(238), + [anon_sym_const] = ACTIONS(238), + [anon_sym_restrict] = ACTIONS(238), + [anon_sym_volatile] = ACTIONS(238), + [sym_function_specifier] = ACTIONS(238), + [anon_sym_unsigned] = ACTIONS(238), + [anon_sym_long] = ACTIONS(238), + [anon_sym_short] = ACTIONS(238), + [anon_sym_enum] = ACTIONS(238), + [anon_sym_struct] = ACTIONS(238), + [anon_sym_union] = ACTIONS(238), + [anon_sym_if] = ACTIONS(238), + [anon_sym_switch] = ACTIONS(238), + [anon_sym_case] = ACTIONS(238), + [anon_sym_default] = ACTIONS(238), + [anon_sym_while] = ACTIONS(238), + [anon_sym_do] = ACTIONS(238), + [anon_sym_for] = ACTIONS(238), + [anon_sym_return] = ACTIONS(238), + [anon_sym_break] = ACTIONS(238), + [anon_sym_continue] = ACTIONS(238), + [anon_sym_goto] = ACTIONS(238), + [anon_sym_AMP] = ACTIONS(236), + [anon_sym_BANG] = ACTIONS(236), + [anon_sym_TILDE] = ACTIONS(236), + [anon_sym_PLUS] = ACTIONS(238), + [anon_sym_DASH] = ACTIONS(238), + [anon_sym_DASH_DASH] = ACTIONS(236), + [anon_sym_PLUS_PLUS] = ACTIONS(236), + [anon_sym_sizeof] = ACTIONS(238), + [sym_number_literal] = ACTIONS(238), + [sym_char_literal] = ACTIONS(238), + [sym_string_literal] = ACTIONS(236), + [sym_identifier] = ACTIONS(240), + [sym_comment] = ACTIONS(42), }, [807] = { - [anon_sym_LPAREN] = ACTIONS(2116), - [sym_comment] = ACTIONS(123), + [sym_parameter_list] = STATE(110), + [aux_sym_declaration_repeat1] = STATE(959), + [anon_sym_LPAREN] = ACTIONS(244), + [anon_sym_COMMA] = ACTIONS(246), + [anon_sym_SEMI] = ACTIONS(2019), + [anon_sym_LBRACK] = ACTIONS(252), + [anon_sym_EQ] = ACTIONS(254), + [sym_comment] = ACTIONS(42), }, [808] = { - [anon_sym_LPAREN] = ACTIONS(865), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(865), - [anon_sym_STAR] = ACTIONS(867), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_COLON] = ACTIONS(2118), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_comment] = ACTIONS(123), + [aux_sym_declaration_repeat1] = STATE(959), + [anon_sym_COMMA] = ACTIONS(246), + [anon_sym_SEMI] = ACTIONS(2019), + [sym_comment] = ACTIONS(42), }, [809] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1908), - [anon_sym_LPAREN] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1908), - [sym_preproc_directive] = ACTIONS(1912), - [anon_sym_SEMI] = ACTIONS(1910), - [anon_sym_extern] = ACTIONS(1908), - [anon_sym_LBRACE] = ACTIONS(1910), - [anon_sym_STAR] = ACTIONS(1910), - [anon_sym_typedef] = ACTIONS(1908), - [anon_sym_static] = ACTIONS(1908), - [anon_sym_auto] = ACTIONS(1908), - [anon_sym_register] = ACTIONS(1908), - [anon_sym_const] = ACTIONS(1908), - [anon_sym_restrict] = ACTIONS(1908), - [anon_sym_volatile] = ACTIONS(1908), - [sym_function_specifier] = ACTIONS(1908), - [anon_sym_unsigned] = ACTIONS(1908), - [anon_sym_long] = ACTIONS(1908), - [anon_sym_short] = ACTIONS(1908), - [anon_sym_enum] = ACTIONS(1908), - [anon_sym_struct] = ACTIONS(1908), - [anon_sym_union] = ACTIONS(1908), - [anon_sym_if] = ACTIONS(1908), - [anon_sym_else] = ACTIONS(2120), - [anon_sym_switch] = ACTIONS(1908), - [anon_sym_case] = ACTIONS(1908), - [anon_sym_default] = ACTIONS(1908), - [anon_sym_while] = ACTIONS(1908), - [anon_sym_do] = ACTIONS(1908), - [anon_sym_for] = ACTIONS(1908), - [anon_sym_return] = ACTIONS(1908), - [anon_sym_break] = ACTIONS(1908), - [anon_sym_continue] = ACTIONS(1908), - [anon_sym_goto] = ACTIONS(1908), - [anon_sym_AMP] = ACTIONS(1910), - [anon_sym_BANG] = ACTIONS(1910), - [anon_sym_TILDE] = ACTIONS(1910), - [anon_sym_PLUS] = ACTIONS(1908), - [anon_sym_DASH] = ACTIONS(1908), - [anon_sym_DASH_DASH] = ACTIONS(1910), - [anon_sym_PLUS_PLUS] = ACTIONS(1910), - [anon_sym_sizeof] = ACTIONS(1908), - [sym_number_literal] = ACTIONS(1908), - [sym_char_literal] = ACTIONS(1908), - [sym_string_literal] = ACTIONS(1910), - [sym_identifier] = ACTIONS(1912), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1441), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1441), + [anon_sym_LPAREN] = ACTIONS(1443), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1441), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1441), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1441), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1441), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1441), + [sym_preproc_directive] = ACTIONS(1445), + [anon_sym_SEMI] = ACTIONS(1443), + [anon_sym_extern] = ACTIONS(1441), + [anon_sym_LBRACE] = ACTIONS(1443), + [anon_sym_STAR] = ACTIONS(1443), + [anon_sym_typedef] = ACTIONS(1441), + [anon_sym_static] = ACTIONS(1441), + [anon_sym_auto] = ACTIONS(1441), + [anon_sym_register] = ACTIONS(1441), + [anon_sym_const] = ACTIONS(1441), + [anon_sym_restrict] = ACTIONS(1441), + [anon_sym_volatile] = ACTIONS(1441), + [sym_function_specifier] = ACTIONS(1441), + [anon_sym_unsigned] = ACTIONS(1441), + [anon_sym_long] = ACTIONS(1441), + [anon_sym_short] = ACTIONS(1441), + [anon_sym_enum] = ACTIONS(1441), + [anon_sym_struct] = ACTIONS(1441), + [anon_sym_union] = ACTIONS(1441), + [anon_sym_if] = ACTIONS(1441), + [anon_sym_switch] = ACTIONS(1441), + [anon_sym_case] = ACTIONS(1441), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1441), + [anon_sym_do] = ACTIONS(1441), + [anon_sym_for] = ACTIONS(1441), + [anon_sym_return] = ACTIONS(1441), + [anon_sym_break] = ACTIONS(1441), + [anon_sym_continue] = ACTIONS(1441), + [anon_sym_goto] = ACTIONS(1441), + [anon_sym_AMP] = ACTIONS(1443), + [anon_sym_BANG] = ACTIONS(1443), + [anon_sym_TILDE] = ACTIONS(1443), + [anon_sym_PLUS] = ACTIONS(1441), + [anon_sym_DASH] = ACTIONS(1441), + [anon_sym_DASH_DASH] = ACTIONS(1443), + [anon_sym_PLUS_PLUS] = ACTIONS(1443), + [anon_sym_sizeof] = ACTIONS(1441), + [sym_number_literal] = ACTIONS(1441), + [sym_char_literal] = ACTIONS(1441), + [sym_string_literal] = ACTIONS(1443), + [sym_identifier] = ACTIONS(1445), + [sym_comment] = ACTIONS(42), }, [810] = { - [sym_compound_statement] = STATE(751), - [sym_labeled_statement] = STATE(751), - [sym_expression_statement] = STATE(751), - [sym_if_statement] = STATE(751), - [sym_switch_statement] = STATE(751), - [sym_case_statement] = STATE(751), - [sym_while_statement] = STATE(751), - [sym_do_statement] = STATE(751), - [sym_for_statement] = STATE(751), - [sym_return_statement] = STATE(751), - [sym_break_statement] = STATE(751), - [sym_continue_statement] = STATE(751), - [sym_goto_statement] = STATE(751), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1464), - [anon_sym_switch] = ACTIONS(1466), - [anon_sym_case] = ACTIONS(1468), - [anon_sym_default] = ACTIONS(1470), - [anon_sym_while] = ACTIONS(1472), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1474), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1864), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2021), + [anon_sym_LPAREN] = ACTIONS(2023), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2021), + [sym_preproc_directive] = ACTIONS(2025), + [anon_sym_SEMI] = ACTIONS(2023), + [anon_sym_extern] = ACTIONS(2021), + [anon_sym_LBRACE] = ACTIONS(2023), + [anon_sym_RBRACE] = ACTIONS(2023), + [anon_sym_STAR] = ACTIONS(2023), + [anon_sym_typedef] = ACTIONS(2021), + [anon_sym_static] = ACTIONS(2021), + [anon_sym_auto] = ACTIONS(2021), + [anon_sym_register] = ACTIONS(2021), + [anon_sym_const] = ACTIONS(2021), + [anon_sym_restrict] = ACTIONS(2021), + [anon_sym_volatile] = ACTIONS(2021), + [sym_function_specifier] = ACTIONS(2021), + [anon_sym_unsigned] = ACTIONS(2021), + [anon_sym_long] = ACTIONS(2021), + [anon_sym_short] = ACTIONS(2021), + [anon_sym_enum] = ACTIONS(2021), + [anon_sym_struct] = ACTIONS(2021), + [anon_sym_union] = ACTIONS(2021), + [anon_sym_if] = ACTIONS(2021), + [anon_sym_switch] = ACTIONS(2021), + [anon_sym_case] = ACTIONS(2021), + [anon_sym_default] = ACTIONS(2021), + [anon_sym_while] = ACTIONS(2021), + [anon_sym_do] = ACTIONS(2021), + [anon_sym_for] = ACTIONS(2021), + [anon_sym_return] = ACTIONS(2021), + [anon_sym_break] = ACTIONS(2021), + [anon_sym_continue] = ACTIONS(2021), + [anon_sym_goto] = ACTIONS(2021), + [anon_sym_AMP] = ACTIONS(2023), + [anon_sym_BANG] = ACTIONS(2023), + [anon_sym_TILDE] = ACTIONS(2023), + [anon_sym_PLUS] = ACTIONS(2021), + [anon_sym_DASH] = ACTIONS(2021), + [anon_sym_DASH_DASH] = ACTIONS(2023), + [anon_sym_PLUS_PLUS] = ACTIONS(2023), + [anon_sym_sizeof] = ACTIONS(2021), + [sym_number_literal] = ACTIONS(2021), + [sym_char_literal] = ACTIONS(2021), + [sym_string_literal] = ACTIONS(2023), + [sym_identifier] = ACTIONS(2025), + [sym_comment] = ACTIONS(42), }, [811] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(854), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(2122), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1459), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1459), + [anon_sym_LPAREN] = ACTIONS(1461), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1459), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1459), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1459), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1459), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1459), + [sym_preproc_directive] = ACTIONS(1463), + [anon_sym_SEMI] = ACTIONS(1461), + [anon_sym_extern] = ACTIONS(1459), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_STAR] = ACTIONS(1461), + [anon_sym_typedef] = ACTIONS(1459), + [anon_sym_static] = ACTIONS(1459), + [anon_sym_auto] = ACTIONS(1459), + [anon_sym_register] = ACTIONS(1459), + [anon_sym_const] = ACTIONS(1459), + [anon_sym_restrict] = ACTIONS(1459), + [anon_sym_volatile] = ACTIONS(1459), + [sym_function_specifier] = ACTIONS(1459), + [anon_sym_unsigned] = ACTIONS(1459), + [anon_sym_long] = ACTIONS(1459), + [anon_sym_short] = ACTIONS(1459), + [anon_sym_enum] = ACTIONS(1459), + [anon_sym_struct] = ACTIONS(1459), + [anon_sym_union] = ACTIONS(1459), + [anon_sym_if] = ACTIONS(1459), + [anon_sym_switch] = ACTIONS(1459), + [anon_sym_case] = ACTIONS(1459), + [anon_sym_default] = ACTIONS(1459), + [anon_sym_while] = ACTIONS(1459), + [anon_sym_do] = ACTIONS(1459), + [anon_sym_for] = ACTIONS(1459), + [anon_sym_return] = ACTIONS(1459), + [anon_sym_break] = ACTIONS(1459), + [anon_sym_continue] = ACTIONS(1459), + [anon_sym_goto] = ACTIONS(1459), + [anon_sym_AMP] = ACTIONS(1461), + [anon_sym_BANG] = ACTIONS(1461), + [anon_sym_TILDE] = ACTIONS(1461), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_DASH_DASH] = ACTIONS(1461), + [anon_sym_PLUS_PLUS] = ACTIONS(1461), + [anon_sym_sizeof] = ACTIONS(1459), + [sym_number_literal] = ACTIONS(1459), + [sym_char_literal] = ACTIONS(1459), + [sym_string_literal] = ACTIONS(1461), + [sym_identifier] = ACTIONS(1463), + [sym_comment] = ACTIONS(42), }, [812] = { - [sym__expression] = STATE(855), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(2122), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1465), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1465), + [anon_sym_LPAREN] = ACTIONS(1467), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1465), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1465), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1465), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1465), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1465), + [sym_preproc_directive] = ACTIONS(1469), + [anon_sym_SEMI] = ACTIONS(1467), + [anon_sym_extern] = ACTIONS(1465), + [anon_sym_LBRACE] = ACTIONS(1467), + [anon_sym_STAR] = ACTIONS(1467), + [anon_sym_typedef] = ACTIONS(1465), + [anon_sym_static] = ACTIONS(1465), + [anon_sym_auto] = ACTIONS(1465), + [anon_sym_register] = ACTIONS(1465), + [anon_sym_const] = ACTIONS(1465), + [anon_sym_restrict] = ACTIONS(1465), + [anon_sym_volatile] = ACTIONS(1465), + [sym_function_specifier] = ACTIONS(1465), + [anon_sym_unsigned] = ACTIONS(1465), + [anon_sym_long] = ACTIONS(1465), + [anon_sym_short] = ACTIONS(1465), + [anon_sym_enum] = ACTIONS(1465), + [anon_sym_struct] = ACTIONS(1465), + [anon_sym_union] = ACTIONS(1465), + [anon_sym_if] = ACTIONS(1465), + [anon_sym_switch] = ACTIONS(1465), + [anon_sym_case] = ACTIONS(1465), + [anon_sym_default] = ACTIONS(1465), + [anon_sym_while] = ACTIONS(1465), + [anon_sym_do] = ACTIONS(1465), + [anon_sym_for] = ACTIONS(1465), + [anon_sym_return] = ACTIONS(1465), + [anon_sym_break] = ACTIONS(1465), + [anon_sym_continue] = ACTIONS(1465), + [anon_sym_goto] = ACTIONS(1465), + [anon_sym_AMP] = ACTIONS(1467), + [anon_sym_BANG] = ACTIONS(1467), + [anon_sym_TILDE] = ACTIONS(1467), + [anon_sym_PLUS] = ACTIONS(1465), + [anon_sym_DASH] = ACTIONS(1465), + [anon_sym_DASH_DASH] = ACTIONS(1467), + [anon_sym_PLUS_PLUS] = ACTIONS(1467), + [anon_sym_sizeof] = ACTIONS(1465), + [sym_number_literal] = ACTIONS(1465), + [sym_char_literal] = ACTIONS(1465), + [sym_string_literal] = ACTIONS(1467), + [sym_identifier] = ACTIONS(1469), + [sym_comment] = ACTIONS(42), }, [813] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(2124), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1471), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1471), + [anon_sym_LPAREN] = ACTIONS(1473), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1471), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1471), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1471), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1471), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1471), + [sym_preproc_directive] = ACTIONS(1475), + [anon_sym_SEMI] = ACTIONS(1473), + [anon_sym_extern] = ACTIONS(1471), + [anon_sym_LBRACE] = ACTIONS(1473), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_typedef] = ACTIONS(1471), + [anon_sym_static] = ACTIONS(1471), + [anon_sym_auto] = ACTIONS(1471), + [anon_sym_register] = ACTIONS(1471), + [anon_sym_const] = ACTIONS(1471), + [anon_sym_restrict] = ACTIONS(1471), + [anon_sym_volatile] = ACTIONS(1471), + [sym_function_specifier] = ACTIONS(1471), + [anon_sym_unsigned] = ACTIONS(1471), + [anon_sym_long] = ACTIONS(1471), + [anon_sym_short] = ACTIONS(1471), + [anon_sym_enum] = ACTIONS(1471), + [anon_sym_struct] = ACTIONS(1471), + [anon_sym_union] = ACTIONS(1471), + [anon_sym_if] = ACTIONS(1471), + [anon_sym_switch] = ACTIONS(1471), + [anon_sym_case] = ACTIONS(1471), + [anon_sym_default] = ACTIONS(1471), + [anon_sym_while] = ACTIONS(1471), + [anon_sym_do] = ACTIONS(1471), + [anon_sym_for] = ACTIONS(1471), + [anon_sym_return] = ACTIONS(1471), + [anon_sym_break] = ACTIONS(1471), + [anon_sym_continue] = ACTIONS(1471), + [anon_sym_goto] = ACTIONS(1471), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1473), + [anon_sym_TILDE] = ACTIONS(1473), + [anon_sym_PLUS] = ACTIONS(1471), + [anon_sym_DASH] = ACTIONS(1471), + [anon_sym_DASH_DASH] = ACTIONS(1473), + [anon_sym_PLUS_PLUS] = ACTIONS(1473), + [anon_sym_sizeof] = ACTIONS(1471), + [sym_number_literal] = ACTIONS(1471), + [sym_char_literal] = ACTIONS(1471), + [sym_string_literal] = ACTIONS(1473), + [sym_identifier] = ACTIONS(1475), + [sym_comment] = ACTIONS(42), }, [814] = { - [sym__expression] = STATE(857), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2027), + [sym_comment] = ACTIONS(42), }, [815] = { - [sym__expression] = STATE(858), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2029), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2029), + [anon_sym_LPAREN] = ACTIONS(2031), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2029), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2029), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2029), + [sym_preproc_directive] = ACTIONS(2033), + [anon_sym_SEMI] = ACTIONS(2031), + [anon_sym_extern] = ACTIONS(2029), + [anon_sym_LBRACE] = ACTIONS(2031), + [anon_sym_RBRACE] = ACTIONS(2031), + [anon_sym_STAR] = ACTIONS(2031), + [anon_sym_typedef] = ACTIONS(2029), + [anon_sym_static] = ACTIONS(2029), + [anon_sym_auto] = ACTIONS(2029), + [anon_sym_register] = ACTIONS(2029), + [anon_sym_const] = ACTIONS(2029), + [anon_sym_restrict] = ACTIONS(2029), + [anon_sym_volatile] = ACTIONS(2029), + [sym_function_specifier] = ACTIONS(2029), + [anon_sym_unsigned] = ACTIONS(2029), + [anon_sym_long] = ACTIONS(2029), + [anon_sym_short] = ACTIONS(2029), + [anon_sym_enum] = ACTIONS(2029), + [anon_sym_struct] = ACTIONS(2029), + [anon_sym_union] = ACTIONS(2029), + [anon_sym_if] = ACTIONS(2029), + [anon_sym_switch] = ACTIONS(2029), + [anon_sym_case] = ACTIONS(2029), + [anon_sym_default] = ACTIONS(2029), + [anon_sym_while] = ACTIONS(2029), + [anon_sym_do] = ACTIONS(2029), + [anon_sym_for] = ACTIONS(2029), + [anon_sym_return] = ACTIONS(2029), + [anon_sym_break] = ACTIONS(2029), + [anon_sym_continue] = ACTIONS(2029), + [anon_sym_goto] = ACTIONS(2029), + [anon_sym_AMP] = ACTIONS(2031), + [anon_sym_BANG] = ACTIONS(2031), + [anon_sym_TILDE] = ACTIONS(2031), + [anon_sym_PLUS] = ACTIONS(2029), + [anon_sym_DASH] = ACTIONS(2029), + [anon_sym_DASH_DASH] = ACTIONS(2031), + [anon_sym_PLUS_PLUS] = ACTIONS(2031), + [anon_sym_sizeof] = ACTIONS(2029), + [sym_number_literal] = ACTIONS(2029), + [sym_char_literal] = ACTIONS(2029), + [sym_string_literal] = ACTIONS(2031), + [sym_identifier] = ACTIONS(2033), + [sym_comment] = ACTIONS(42), }, [816] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_COLON] = ACTIONS(2126), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_STAR_EQ] = ACTIONS(1241), - [anon_sym_SLASH_EQ] = ACTIONS(1241), - [anon_sym_PERCENT_EQ] = ACTIONS(1241), - [anon_sym_PLUS_EQ] = ACTIONS(1241), - [anon_sym_DASH_EQ] = ACTIONS(1241), - [anon_sym_LT_LT_EQ] = ACTIONS(1241), - [anon_sym_GT_GT_EQ] = ACTIONS(1241), - [anon_sym_AMP_EQ] = ACTIONS(1241), - [anon_sym_CARET_EQ] = ACTIONS(1241), - [anon_sym_PIPE_EQ] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1245), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE] = ACTIONS(1249), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_EQ_EQ] = ACTIONS(1253), - [anon_sym_BANG_EQ] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2035), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2035), + [anon_sym_LPAREN] = ACTIONS(2037), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2035), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2035), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2035), + [sym_preproc_directive] = ACTIONS(2039), + [anon_sym_SEMI] = ACTIONS(2037), + [anon_sym_extern] = ACTIONS(2035), + [anon_sym_LBRACE] = ACTIONS(2037), + [anon_sym_RBRACE] = ACTIONS(2037), + [anon_sym_STAR] = ACTIONS(2037), + [anon_sym_typedef] = ACTIONS(2035), + [anon_sym_static] = ACTIONS(2035), + [anon_sym_auto] = ACTIONS(2035), + [anon_sym_register] = ACTIONS(2035), + [anon_sym_const] = ACTIONS(2035), + [anon_sym_restrict] = ACTIONS(2035), + [anon_sym_volatile] = ACTIONS(2035), + [sym_function_specifier] = ACTIONS(2035), + [anon_sym_unsigned] = ACTIONS(2035), + [anon_sym_long] = ACTIONS(2035), + [anon_sym_short] = ACTIONS(2035), + [anon_sym_enum] = ACTIONS(2035), + [anon_sym_struct] = ACTIONS(2035), + [anon_sym_union] = ACTIONS(2035), + [anon_sym_if] = ACTIONS(2035), + [anon_sym_switch] = ACTIONS(2035), + [anon_sym_case] = ACTIONS(2035), + [anon_sym_default] = ACTIONS(2035), + [anon_sym_while] = ACTIONS(2035), + [anon_sym_do] = ACTIONS(2035), + [anon_sym_for] = ACTIONS(2035), + [anon_sym_return] = ACTIONS(2035), + [anon_sym_break] = ACTIONS(2035), + [anon_sym_continue] = ACTIONS(2035), + [anon_sym_goto] = ACTIONS(2035), + [anon_sym_AMP] = ACTIONS(2037), + [anon_sym_BANG] = ACTIONS(2037), + [anon_sym_TILDE] = ACTIONS(2037), + [anon_sym_PLUS] = ACTIONS(2035), + [anon_sym_DASH] = ACTIONS(2035), + [anon_sym_DASH_DASH] = ACTIONS(2037), + [anon_sym_PLUS_PLUS] = ACTIONS(2037), + [anon_sym_sizeof] = ACTIONS(2035), + [sym_number_literal] = ACTIONS(2035), + [sym_char_literal] = ACTIONS(2035), + [sym_string_literal] = ACTIONS(2037), + [sym_identifier] = ACTIONS(2039), + [sym_comment] = ACTIONS(42), }, [817] = { - [sym_declaration] = STATE(452), - [sym__declaration_specifiers] = STATE(453), - [sym_compound_statement] = STATE(452), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(452), - [sym_expression_statement] = STATE(452), - [sym_if_statement] = STATE(452), - [sym_switch_statement] = STATE(452), - [sym_case_statement] = STATE(452), - [sym_while_statement] = STATE(452), - [sym_do_statement] = STATE(452), - [sym_for_statement] = STATE(452), - [sym_return_statement] = STATE(452), - [sym_break_statement] = STATE(452), - [sym_continue_statement] = STATE(452), - [sym_goto_statement] = STATE(452), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(1976), - [anon_sym_switch] = ACTIONS(1978), - [anon_sym_case] = ACTIONS(1980), - [anon_sym_default] = ACTIONS(1982), - [anon_sym_while] = ACTIONS(1984), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1986), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(2128), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2041), + [sym_comment] = ACTIONS(42), }, [818] = { - [sym__expression] = STATE(861), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2043), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2043), + [anon_sym_LPAREN] = ACTIONS(2045), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2043), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2043), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2043), + [sym_preproc_directive] = ACTIONS(2047), + [anon_sym_SEMI] = ACTIONS(2045), + [anon_sym_extern] = ACTIONS(2043), + [anon_sym_LBRACE] = ACTIONS(2045), + [anon_sym_RBRACE] = ACTIONS(2045), + [anon_sym_STAR] = ACTIONS(2045), + [anon_sym_typedef] = ACTIONS(2043), + [anon_sym_static] = ACTIONS(2043), + [anon_sym_auto] = ACTIONS(2043), + [anon_sym_register] = ACTIONS(2043), + [anon_sym_const] = ACTIONS(2043), + [anon_sym_restrict] = ACTIONS(2043), + [anon_sym_volatile] = ACTIONS(2043), + [sym_function_specifier] = ACTIONS(2043), + [anon_sym_unsigned] = ACTIONS(2043), + [anon_sym_long] = ACTIONS(2043), + [anon_sym_short] = ACTIONS(2043), + [anon_sym_enum] = ACTIONS(2043), + [anon_sym_struct] = ACTIONS(2043), + [anon_sym_union] = ACTIONS(2043), + [anon_sym_if] = ACTIONS(2043), + [anon_sym_switch] = ACTIONS(2043), + [anon_sym_case] = ACTIONS(2043), + [anon_sym_default] = ACTIONS(2043), + [anon_sym_while] = ACTIONS(2043), + [anon_sym_do] = ACTIONS(2043), + [anon_sym_for] = ACTIONS(2043), + [anon_sym_return] = ACTIONS(2043), + [anon_sym_break] = ACTIONS(2043), + [anon_sym_continue] = ACTIONS(2043), + [anon_sym_goto] = ACTIONS(2043), + [anon_sym_AMP] = ACTIONS(2045), + [anon_sym_BANG] = ACTIONS(2045), + [anon_sym_TILDE] = ACTIONS(2045), + [anon_sym_PLUS] = ACTIONS(2043), + [anon_sym_DASH] = ACTIONS(2043), + [anon_sym_DASH_DASH] = ACTIONS(2045), + [anon_sym_PLUS_PLUS] = ACTIONS(2045), + [anon_sym_sizeof] = ACTIONS(2043), + [sym_number_literal] = ACTIONS(2043), + [sym_char_literal] = ACTIONS(2043), + [sym_string_literal] = ACTIONS(2045), + [sym_identifier] = ACTIONS(2047), + [sym_comment] = ACTIONS(42), }, [819] = { - [sym_declaration] = STATE(862), - [sym__declaration_specifiers] = STATE(453), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(863), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(2130), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1281), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2049), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2049), + [anon_sym_LPAREN] = ACTIONS(2051), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2049), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2049), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2049), + [sym_preproc_directive] = ACTIONS(2053), + [anon_sym_SEMI] = ACTIONS(2051), + [anon_sym_extern] = ACTIONS(2049), + [anon_sym_LBRACE] = ACTIONS(2051), + [anon_sym_RBRACE] = ACTIONS(2051), + [anon_sym_STAR] = ACTIONS(2051), + [anon_sym_typedef] = ACTIONS(2049), + [anon_sym_static] = ACTIONS(2049), + [anon_sym_auto] = ACTIONS(2049), + [anon_sym_register] = ACTIONS(2049), + [anon_sym_const] = ACTIONS(2049), + [anon_sym_restrict] = ACTIONS(2049), + [anon_sym_volatile] = ACTIONS(2049), + [sym_function_specifier] = ACTIONS(2049), + [anon_sym_unsigned] = ACTIONS(2049), + [anon_sym_long] = ACTIONS(2049), + [anon_sym_short] = ACTIONS(2049), + [anon_sym_enum] = ACTIONS(2049), + [anon_sym_struct] = ACTIONS(2049), + [anon_sym_union] = ACTIONS(2049), + [anon_sym_if] = ACTIONS(2049), + [anon_sym_switch] = ACTIONS(2049), + [anon_sym_case] = ACTIONS(2049), + [anon_sym_default] = ACTIONS(2049), + [anon_sym_while] = ACTIONS(2049), + [anon_sym_do] = ACTIONS(2049), + [anon_sym_for] = ACTIONS(2049), + [anon_sym_return] = ACTIONS(2049), + [anon_sym_break] = ACTIONS(2049), + [anon_sym_continue] = ACTIONS(2049), + [anon_sym_goto] = ACTIONS(2049), + [anon_sym_AMP] = ACTIONS(2051), + [anon_sym_BANG] = ACTIONS(2051), + [anon_sym_TILDE] = ACTIONS(2051), + [anon_sym_PLUS] = ACTIONS(2049), + [anon_sym_DASH] = ACTIONS(2049), + [anon_sym_DASH_DASH] = ACTIONS(2051), + [anon_sym_PLUS_PLUS] = ACTIONS(2051), + [anon_sym_sizeof] = ACTIONS(2049), + [sym_number_literal] = ACTIONS(2049), + [sym_char_literal] = ACTIONS(2049), + [sym_string_literal] = ACTIONS(2051), + [sym_identifier] = ACTIONS(2053), + [sym_comment] = ACTIONS(42), }, [820] = { - [sym_compound_statement] = STATE(471), - [sym_labeled_statement] = STATE(471), - [sym_expression_statement] = STATE(471), - [sym_if_statement] = STATE(471), - [sym_switch_statement] = STATE(471), - [sym_case_statement] = STATE(471), - [sym_while_statement] = STATE(471), - [sym_do_statement] = STATE(471), - [sym_for_statement] = STATE(471), - [sym_return_statement] = STATE(471), - [sym_break_statement] = STATE(471), - [sym_continue_statement] = STATE(471), - [sym_goto_statement] = STATE(471), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1976), - [anon_sym_switch] = ACTIONS(1978), - [anon_sym_case] = ACTIONS(1980), - [anon_sym_default] = ACTIONS(1982), - [anon_sym_while] = ACTIONS(1984), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1986), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1988), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2055), + [sym_comment] = ACTIONS(42), }, [821] = { - [sym_compound_statement] = STATE(784), - [sym_labeled_statement] = STATE(784), - [sym_expression_statement] = STATE(784), - [sym_if_statement] = STATE(784), - [sym_switch_statement] = STATE(784), - [sym_case_statement] = STATE(784), - [sym_while_statement] = STATE(784), - [sym_do_statement] = STATE(784), - [sym_for_statement] = STATE(784), - [sym_return_statement] = STATE(784), - [sym_break_statement] = STATE(784), - [sym_continue_statement] = STATE(784), - [sym_goto_statement] = STATE(784), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1195), - [anon_sym_switch] = ACTIONS(1197), - [anon_sym_case] = ACTIONS(1199), - [anon_sym_default] = ACTIONS(1201), - [anon_sym_while] = ACTIONS(1203), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1205), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1718), - [sym_comment] = ACTIONS(123), + [anon_sym_RPAREN] = ACTIONS(2057), + [sym_comment] = ACTIONS(42), }, [822] = { - [sym_compound_statement] = STATE(798), - [sym_labeled_statement] = STATE(798), - [sym_expression_statement] = STATE(798), - [sym_if_statement] = STATE(798), - [sym_switch_statement] = STATE(798), - [sym_case_statement] = STATE(798), - [sym_while_statement] = STATE(798), - [sym_do_statement] = STATE(798), - [sym_for_statement] = STATE(798), - [sym_return_statement] = STATE(798), - [sym_break_statement] = STATE(798), - [sym_continue_statement] = STATE(798), - [sym_goto_statement] = STATE(798), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1195), - [anon_sym_switch] = ACTIONS(1197), - [anon_sym_case] = ACTIONS(1199), - [anon_sym_default] = ACTIONS(1201), - [anon_sym_while] = ACTIONS(1203), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1205), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1718), - [sym_comment] = ACTIONS(123), + [sym_type_qualifier] = STATE(95), + [sym__type_specifier] = STATE(96), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__expression] = STATE(328), + [sym_comma_expression] = STATE(329), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_type_descriptor] = STATE(964), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_sized_type_specifier_repeat1] = STATE(98), + [aux_sym_type_descriptor_repeat1] = STATE(99), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_const] = ACTIONS(230), + [anon_sym_restrict] = ACTIONS(230), + [anon_sym_volatile] = ACTIONS(230), + [anon_sym_unsigned] = ACTIONS(232), + [anon_sym_long] = ACTIONS(232), + [anon_sym_short] = ACTIONS(232), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(794), + [sym_comment] = ACTIONS(42), }, [823] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(2132), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(1421), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1423), + [anon_sym_QMARK] = ACTIONS(1421), + [anon_sym_STAR_EQ] = ACTIONS(1421), + [anon_sym_SLASH_EQ] = ACTIONS(1421), + [anon_sym_PERCENT_EQ] = ACTIONS(1421), + [anon_sym_PLUS_EQ] = ACTIONS(1421), + [anon_sym_DASH_EQ] = ACTIONS(1421), + [anon_sym_LT_LT_EQ] = ACTIONS(1421), + [anon_sym_GT_GT_EQ] = ACTIONS(1421), + [anon_sym_AMP_EQ] = ACTIONS(1421), + [anon_sym_CARET_EQ] = ACTIONS(1421), + [anon_sym_PIPE_EQ] = ACTIONS(1421), + [anon_sym_AMP] = ACTIONS(1423), + [anon_sym_PIPE_PIPE] = ACTIONS(1421), + [anon_sym_AMP_AMP] = ACTIONS(1421), + [anon_sym_PIPE] = ACTIONS(1423), + [anon_sym_CARET] = ACTIONS(1423), + [anon_sym_EQ_EQ] = ACTIONS(1421), + [anon_sym_BANG_EQ] = ACTIONS(1421), + [anon_sym_LT] = ACTIONS(1423), + [anon_sym_GT] = ACTIONS(1423), + [anon_sym_LT_EQ] = ACTIONS(1421), + [anon_sym_GT_EQ] = ACTIONS(1421), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [824] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(865), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(2132), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(979), + [sym_labeled_statement] = STATE(979), + [sym_expression_statement] = STATE(979), + [sym_if_statement] = STATE(979), + [sym_switch_statement] = STATE(979), + [sym_case_statement] = STATE(979), + [sym_while_statement] = STATE(979), + [sym_do_statement] = STATE(979), + [sym_for_statement] = STATE(979), + [sym_return_statement] = STATE(979), + [sym_break_statement] = STATE(979), + [sym_continue_statement] = STATE(979), + [sym_goto_statement] = STATE(979), + [sym__expression] = STATE(980), + [sym_comma_expression] = STATE(981), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2059), + [anon_sym_LBRACE] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2063), + [anon_sym_switch] = ACTIONS(2065), + [anon_sym_case] = ACTIONS(2067), + [anon_sym_default] = ACTIONS(2069), + [anon_sym_while] = ACTIONS(2071), + [anon_sym_do] = ACTIONS(2073), + [anon_sym_for] = ACTIONS(2075), + [anon_sym_return] = ACTIONS(2077), + [anon_sym_break] = ACTIONS(2079), + [anon_sym_continue] = ACTIONS(2081), + [anon_sym_goto] = ACTIONS(2083), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2085), + [sym_comment] = ACTIONS(42), }, [825] = { - [sym__expression] = STATE(866), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(2132), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(637), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [826] = { - [sym_compound_statement] = STATE(867), - [sym_labeled_statement] = STATE(867), - [sym_expression_statement] = STATE(867), - [sym_if_statement] = STATE(867), - [sym_switch_statement] = STATE(867), - [sym_case_statement] = STATE(867), - [sym_while_statement] = STATE(867), - [sym_do_statement] = STATE(867), - [sym_for_statement] = STATE(867), - [sym_return_statement] = STATE(867), - [sym_break_statement] = STATE(867), - [sym_continue_statement] = STATE(867), - [sym_goto_statement] = STATE(867), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_switch] = ACTIONS(1766), - [anon_sym_case] = ACTIONS(1768), - [anon_sym_default] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1772), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1774), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1776), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(982), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [827] = { - [sym_compound_statement] = STATE(689), - [sym_labeled_statement] = STATE(689), - [sym_expression_statement] = STATE(689), - [sym_if_statement] = STATE(689), - [sym_switch_statement] = STATE(689), - [sym_case_statement] = STATE(689), - [sym_while_statement] = STATE(689), - [sym_do_statement] = STATE(689), - [sym_for_statement] = STATE(689), - [sym_return_statement] = STATE(689), - [sym_break_statement] = STATE(689), - [sym_continue_statement] = STATE(689), - [sym_goto_statement] = STATE(689), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_switch] = ACTIONS(1766), - [anon_sym_case] = ACTIONS(1768), - [anon_sym_default] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1772), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1774), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1776), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(983), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [828] = { - [sym_compound_statement] = STATE(692), - [sym_labeled_statement] = STATE(692), - [sym_expression_statement] = STATE(692), - [sym_if_statement] = STATE(692), - [sym_switch_statement] = STATE(692), - [sym_case_statement] = STATE(692), - [sym_while_statement] = STATE(692), - [sym_do_statement] = STATE(692), - [sym_for_statement] = STATE(692), - [sym_return_statement] = STATE(692), - [sym_break_statement] = STATE(692), - [sym_continue_statement] = STATE(692), - [sym_goto_statement] = STATE(692), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_switch] = ACTIONS(1766), - [anon_sym_case] = ACTIONS(1768), - [anon_sym_default] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1772), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1774), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1776), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(984), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [829] = { - [sym__expression] = STATE(869), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(2134), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(985), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [830] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(2136), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(986), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [831] = { - [sym__expression] = STATE(871), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(2136), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(987), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [832] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(2138), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(988), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [833] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(2140), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(989), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [834] = { - [sym_declaration] = STATE(605), - [sym__declaration_specifiers] = STATE(453), - [sym_compound_statement] = STATE(605), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(605), - [sym_expression_statement] = STATE(605), - [sym_if_statement] = STATE(605), - [sym_switch_statement] = STATE(605), - [sym_case_statement] = STATE(605), - [sym_while_statement] = STATE(605), - [sym_do_statement] = STATE(605), - [sym_for_statement] = STATE(605), - [sym_return_statement] = STATE(605), - [sym_break_statement] = STATE(605), - [sym_continue_statement] = STATE(605), - [sym_goto_statement] = STATE(605), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(1934), - [anon_sym_switch] = ACTIONS(1936), - [anon_sym_case] = ACTIONS(1938), - [anon_sym_default] = ACTIONS(1940), - [anon_sym_while] = ACTIONS(1942), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1944), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(2094), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(990), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [835] = { - [anon_sym_LPAREN] = ACTIONS(871), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(865), - [anon_sym_extern] = ACTIONS(214), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_typedef] = ACTIONS(214), - [anon_sym_static] = ACTIONS(214), - [anon_sym_auto] = ACTIONS(214), - [anon_sym_register] = ACTIONS(214), - [anon_sym_const] = ACTIONS(214), - [anon_sym_restrict] = ACTIONS(214), - [anon_sym_volatile] = ACTIONS(214), - [sym_function_specifier] = ACTIONS(214), - [anon_sym_COLON] = ACTIONS(2014), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_identifier] = ACTIONS(216), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(991), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [836] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(2142), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(992), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [837] = { - [sym__expression] = STATE(876), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(2144), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(993), + [sym_labeled_statement] = STATE(993), + [sym_expression_statement] = STATE(993), + [sym_if_statement] = STATE(993), + [sym_switch_statement] = STATE(993), + [sym_case_statement] = STATE(993), + [sym_while_statement] = STATE(993), + [sym_do_statement] = STATE(993), + [sym_for_statement] = STATE(993), + [sym_return_statement] = STATE(993), + [sym_break_statement] = STATE(993), + [sym_continue_statement] = STATE(993), + [sym_goto_statement] = STATE(993), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1435), + [sym_comment] = ACTIONS(42), }, [838] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(2146), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(755), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_initializer_list] = STATE(756), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_LBRACE] = ACTIONS(556), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [839] = { - [sym_compound_statement] = STATE(842), - [sym_labeled_statement] = STATE(842), - [sym_expression_statement] = STATE(842), - [sym_if_statement] = STATE(842), - [sym_switch_statement] = STATE(842), - [sym_case_statement] = STATE(842), - [sym_while_statement] = STATE(842), - [sym_do_statement] = STATE(842), - [sym_for_statement] = STATE(842), - [sym_return_statement] = STATE(842), - [sym_break_statement] = STATE(842), - [sym_continue_statement] = STATE(842), - [sym_goto_statement] = STATE(842), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(839), - [anon_sym_switch] = ACTIONS(841), - [anon_sym_case] = ACTIONS(843), - [anon_sym_default] = ACTIONS(845), - [anon_sym_while] = ACTIONS(847), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(849), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(851), - [sym_comment] = ACTIONS(123), + [anon_sym_RPAREN] = ACTIONS(2087), + [sym_comment] = ACTIONS(42), }, [840] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(2148), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1339), + [anon_sym_COLON] = ACTIONS(1829), + [anon_sym_QMARK] = ACTIONS(1829), + [anon_sym_STAR_EQ] = ACTIONS(1345), + [anon_sym_SLASH_EQ] = ACTIONS(1345), + [anon_sym_PERCENT_EQ] = ACTIONS(1345), + [anon_sym_PLUS_EQ] = ACTIONS(1345), + [anon_sym_DASH_EQ] = ACTIONS(1345), + [anon_sym_LT_LT_EQ] = ACTIONS(1345), + [anon_sym_GT_GT_EQ] = ACTIONS(1345), + [anon_sym_AMP_EQ] = ACTIONS(1345), + [anon_sym_CARET_EQ] = ACTIONS(1345), + [anon_sym_PIPE_EQ] = ACTIONS(1345), + [anon_sym_AMP] = ACTIONS(1347), + [anon_sym_PIPE_PIPE] = ACTIONS(1349), + [anon_sym_AMP_AMP] = ACTIONS(1351), + [anon_sym_PIPE] = ACTIONS(1353), + [anon_sym_CARET] = ACTIONS(1355), + [anon_sym_EQ_EQ] = ACTIONS(1357), + [anon_sym_BANG_EQ] = ACTIONS(1357), + [anon_sym_LT] = ACTIONS(1359), + [anon_sym_GT] = ACTIONS(1359), + [anon_sym_LT_EQ] = ACTIONS(1361), + [anon_sym_GT_EQ] = ACTIONS(1361), + [anon_sym_LT_LT] = ACTIONS(1363), + [anon_sym_GT_GT] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1365), + [anon_sym_SLASH] = ACTIONS(1337), + [anon_sym_PERCENT] = ACTIONS(1337), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [841] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(879), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(2148), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2089), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2089), + [anon_sym_LPAREN] = ACTIONS(2091), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2089), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2089), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2089), + [sym_preproc_directive] = ACTIONS(2093), + [anon_sym_SEMI] = ACTIONS(2091), + [anon_sym_extern] = ACTIONS(2089), + [anon_sym_LBRACE] = ACTIONS(2091), + [anon_sym_RBRACE] = ACTIONS(2091), + [anon_sym_STAR] = ACTIONS(2091), + [anon_sym_typedef] = ACTIONS(2089), + [anon_sym_static] = ACTIONS(2089), + [anon_sym_auto] = ACTIONS(2089), + [anon_sym_register] = ACTIONS(2089), + [anon_sym_const] = ACTIONS(2089), + [anon_sym_restrict] = ACTIONS(2089), + [anon_sym_volatile] = ACTIONS(2089), + [sym_function_specifier] = ACTIONS(2089), + [anon_sym_unsigned] = ACTIONS(2089), + [anon_sym_long] = ACTIONS(2089), + [anon_sym_short] = ACTIONS(2089), + [anon_sym_enum] = ACTIONS(2089), + [anon_sym_struct] = ACTIONS(2089), + [anon_sym_union] = ACTIONS(2089), + [anon_sym_if] = ACTIONS(2089), + [anon_sym_switch] = ACTIONS(2089), + [anon_sym_case] = ACTIONS(2089), + [anon_sym_default] = ACTIONS(2089), + [anon_sym_while] = ACTIONS(2089), + [anon_sym_do] = ACTIONS(2089), + [anon_sym_for] = ACTIONS(2089), + [anon_sym_return] = ACTIONS(2089), + [anon_sym_break] = ACTIONS(2089), + [anon_sym_continue] = ACTIONS(2089), + [anon_sym_goto] = ACTIONS(2089), + [anon_sym_AMP] = ACTIONS(2091), + [anon_sym_BANG] = ACTIONS(2091), + [anon_sym_TILDE] = ACTIONS(2091), + [anon_sym_PLUS] = ACTIONS(2089), + [anon_sym_DASH] = ACTIONS(2089), + [anon_sym_DASH_DASH] = ACTIONS(2091), + [anon_sym_PLUS_PLUS] = ACTIONS(2091), + [anon_sym_sizeof] = ACTIONS(2089), + [sym_number_literal] = ACTIONS(2089), + [sym_char_literal] = ACTIONS(2089), + [sym_string_literal] = ACTIONS(2091), + [sym_identifier] = ACTIONS(2093), + [sym_comment] = ACTIONS(42), }, [842] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2150), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2150), - [anon_sym_LPAREN] = ACTIONS(2152), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2150), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2150), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2150), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2150), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2150), - [sym_preproc_directive] = ACTIONS(2154), - [anon_sym_SEMI] = ACTIONS(2152), - [anon_sym_extern] = ACTIONS(2150), - [anon_sym_LBRACE] = ACTIONS(2152), - [anon_sym_RBRACE] = ACTIONS(2152), - [anon_sym_STAR] = ACTIONS(2152), - [anon_sym_typedef] = ACTIONS(2150), - [anon_sym_static] = ACTIONS(2150), - [anon_sym_auto] = ACTIONS(2150), - [anon_sym_register] = ACTIONS(2150), - [anon_sym_const] = ACTIONS(2150), - [anon_sym_restrict] = ACTIONS(2150), - [anon_sym_volatile] = ACTIONS(2150), - [sym_function_specifier] = ACTIONS(2150), - [anon_sym_unsigned] = ACTIONS(2150), - [anon_sym_long] = ACTIONS(2150), - [anon_sym_short] = ACTIONS(2150), - [anon_sym_enum] = ACTIONS(2150), - [anon_sym_struct] = ACTIONS(2150), - [anon_sym_union] = ACTIONS(2150), - [anon_sym_if] = ACTIONS(2150), - [anon_sym_else] = ACTIONS(2150), - [anon_sym_switch] = ACTIONS(2150), - [anon_sym_case] = ACTIONS(2150), - [anon_sym_default] = ACTIONS(2150), - [anon_sym_while] = ACTIONS(2150), - [anon_sym_do] = ACTIONS(2150), - [anon_sym_for] = ACTIONS(2150), - [anon_sym_return] = ACTIONS(2150), - [anon_sym_break] = ACTIONS(2150), - [anon_sym_continue] = ACTIONS(2150), - [anon_sym_goto] = ACTIONS(2150), - [anon_sym_AMP] = ACTIONS(2152), - [anon_sym_BANG] = ACTIONS(2152), - [anon_sym_TILDE] = ACTIONS(2152), - [anon_sym_PLUS] = ACTIONS(2150), - [anon_sym_DASH] = ACTIONS(2150), - [anon_sym_DASH_DASH] = ACTIONS(2152), - [anon_sym_PLUS_PLUS] = ACTIONS(2152), - [anon_sym_sizeof] = ACTIONS(2150), - [sym_number_literal] = ACTIONS(2150), - [sym_char_literal] = ACTIONS(2150), - [sym_string_literal] = ACTIONS(2152), - [sym_identifier] = ACTIONS(2154), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1339), + [anon_sym_COLON] = ACTIONS(2095), + [anon_sym_QMARK] = ACTIONS(1343), + [anon_sym_STAR_EQ] = ACTIONS(1345), + [anon_sym_SLASH_EQ] = ACTIONS(1345), + [anon_sym_PERCENT_EQ] = ACTIONS(1345), + [anon_sym_PLUS_EQ] = ACTIONS(1345), + [anon_sym_DASH_EQ] = ACTIONS(1345), + [anon_sym_LT_LT_EQ] = ACTIONS(1345), + [anon_sym_GT_GT_EQ] = ACTIONS(1345), + [anon_sym_AMP_EQ] = ACTIONS(1345), + [anon_sym_CARET_EQ] = ACTIONS(1345), + [anon_sym_PIPE_EQ] = ACTIONS(1345), + [anon_sym_AMP] = ACTIONS(1347), + [anon_sym_PIPE_PIPE] = ACTIONS(1349), + [anon_sym_AMP_AMP] = ACTIONS(1351), + [anon_sym_PIPE] = ACTIONS(1353), + [anon_sym_CARET] = ACTIONS(1355), + [anon_sym_EQ_EQ] = ACTIONS(1357), + [anon_sym_BANG_EQ] = ACTIONS(1357), + [anon_sym_LT] = ACTIONS(1359), + [anon_sym_GT] = ACTIONS(1359), + [anon_sym_LT_EQ] = ACTIONS(1361), + [anon_sym_GT_EQ] = ACTIONS(1361), + [anon_sym_LT_LT] = ACTIONS(1363), + [anon_sym_GT_GT] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1365), + [anon_sym_SLASH] = ACTIONS(1337), + [anon_sym_PERCENT] = ACTIONS(1337), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [843] = { - [sym_compound_statement] = STATE(880), - [sym_labeled_statement] = STATE(880), - [sym_expression_statement] = STATE(880), - [sym_if_statement] = STATE(880), - [sym_switch_statement] = STATE(880), - [sym_case_statement] = STATE(880), - [sym_while_statement] = STATE(880), - [sym_do_statement] = STATE(880), - [sym_for_statement] = STATE(880), - [sym_return_statement] = STATE(880), - [sym_break_statement] = STATE(880), - [sym_continue_statement] = STATE(880), - [sym_goto_statement] = STATE(880), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(543), - [anon_sym_switch] = ACTIONS(545), - [anon_sym_case] = ACTIONS(547), - [anon_sym_default] = ACTIONS(549), - [anon_sym_while] = ACTIONS(551), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(555), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1331), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1835), + [anon_sym_COLON] = ACTIONS(1833), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_STAR_EQ] = ACTIONS(1833), + [anon_sym_SLASH_EQ] = ACTIONS(1833), + [anon_sym_PERCENT_EQ] = ACTIONS(1833), + [anon_sym_PLUS_EQ] = ACTIONS(1833), + [anon_sym_DASH_EQ] = ACTIONS(1833), + [anon_sym_LT_LT_EQ] = ACTIONS(1833), + [anon_sym_GT_GT_EQ] = ACTIONS(1833), + [anon_sym_AMP_EQ] = ACTIONS(1833), + [anon_sym_CARET_EQ] = ACTIONS(1833), + [anon_sym_PIPE_EQ] = ACTIONS(1833), + [anon_sym_AMP] = ACTIONS(1835), + [anon_sym_PIPE_PIPE] = ACTIONS(1833), + [anon_sym_AMP_AMP] = ACTIONS(1833), + [anon_sym_PIPE] = ACTIONS(1835), + [anon_sym_CARET] = ACTIONS(1835), + [anon_sym_EQ_EQ] = ACTIONS(1357), + [anon_sym_BANG_EQ] = ACTIONS(1357), + [anon_sym_LT] = ACTIONS(1359), + [anon_sym_GT] = ACTIONS(1359), + [anon_sym_LT_EQ] = ACTIONS(1361), + [anon_sym_GT_EQ] = ACTIONS(1361), + [anon_sym_LT_LT] = ACTIONS(1363), + [anon_sym_GT_GT] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1365), + [anon_sym_SLASH] = ACTIONS(1337), + [anon_sym_PERCENT] = ACTIONS(1337), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [844] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(2156), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1839), + [anon_sym_COLON] = ACTIONS(1837), + [anon_sym_QMARK] = ACTIONS(1837), + [anon_sym_STAR_EQ] = ACTIONS(1837), + [anon_sym_SLASH_EQ] = ACTIONS(1837), + [anon_sym_PERCENT_EQ] = ACTIONS(1837), + [anon_sym_PLUS_EQ] = ACTIONS(1837), + [anon_sym_DASH_EQ] = ACTIONS(1837), + [anon_sym_LT_LT_EQ] = ACTIONS(1837), + [anon_sym_GT_GT_EQ] = ACTIONS(1837), + [anon_sym_AMP_EQ] = ACTIONS(1837), + [anon_sym_CARET_EQ] = ACTIONS(1837), + [anon_sym_PIPE_EQ] = ACTIONS(1837), + [anon_sym_AMP] = ACTIONS(1347), + [anon_sym_PIPE_PIPE] = ACTIONS(1837), + [anon_sym_AMP_AMP] = ACTIONS(1351), + [anon_sym_PIPE] = ACTIONS(1353), + [anon_sym_CARET] = ACTIONS(1355), + [anon_sym_EQ_EQ] = ACTIONS(1357), + [anon_sym_BANG_EQ] = ACTIONS(1357), + [anon_sym_LT] = ACTIONS(1359), + [anon_sym_GT] = ACTIONS(1359), + [anon_sym_LT_EQ] = ACTIONS(1361), + [anon_sym_GT_EQ] = ACTIONS(1361), + [anon_sym_LT_LT] = ACTIONS(1363), + [anon_sym_GT_GT] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1365), + [anon_sym_SLASH] = ACTIONS(1337), + [anon_sym_PERCENT] = ACTIONS(1337), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [845] = { - [sym__expression] = STATE(882), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1839), + [anon_sym_COLON] = ACTIONS(1837), + [anon_sym_QMARK] = ACTIONS(1837), + [anon_sym_STAR_EQ] = ACTIONS(1837), + [anon_sym_SLASH_EQ] = ACTIONS(1837), + [anon_sym_PERCENT_EQ] = ACTIONS(1837), + [anon_sym_PLUS_EQ] = ACTIONS(1837), + [anon_sym_DASH_EQ] = ACTIONS(1837), + [anon_sym_LT_LT_EQ] = ACTIONS(1837), + [anon_sym_GT_GT_EQ] = ACTIONS(1837), + [anon_sym_AMP_EQ] = ACTIONS(1837), + [anon_sym_CARET_EQ] = ACTIONS(1837), + [anon_sym_PIPE_EQ] = ACTIONS(1837), + [anon_sym_AMP] = ACTIONS(1347), + [anon_sym_PIPE_PIPE] = ACTIONS(1837), + [anon_sym_AMP_AMP] = ACTIONS(1837), + [anon_sym_PIPE] = ACTIONS(1353), + [anon_sym_CARET] = ACTIONS(1355), + [anon_sym_EQ_EQ] = ACTIONS(1357), + [anon_sym_BANG_EQ] = ACTIONS(1357), + [anon_sym_LT] = ACTIONS(1359), + [anon_sym_GT] = ACTIONS(1359), + [anon_sym_LT_EQ] = ACTIONS(1361), + [anon_sym_GT_EQ] = ACTIONS(1361), + [anon_sym_LT_LT] = ACTIONS(1363), + [anon_sym_GT_GT] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1365), + [anon_sym_SLASH] = ACTIONS(1337), + [anon_sym_PERCENT] = ACTIONS(1337), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [846] = { - [sym__expression] = STATE(883), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1835), + [anon_sym_COLON] = ACTIONS(1833), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_STAR_EQ] = ACTIONS(1833), + [anon_sym_SLASH_EQ] = ACTIONS(1833), + [anon_sym_PERCENT_EQ] = ACTIONS(1833), + [anon_sym_PLUS_EQ] = ACTIONS(1833), + [anon_sym_DASH_EQ] = ACTIONS(1833), + [anon_sym_LT_LT_EQ] = ACTIONS(1833), + [anon_sym_GT_GT_EQ] = ACTIONS(1833), + [anon_sym_AMP_EQ] = ACTIONS(1833), + [anon_sym_CARET_EQ] = ACTIONS(1833), + [anon_sym_PIPE_EQ] = ACTIONS(1833), + [anon_sym_AMP] = ACTIONS(1347), + [anon_sym_PIPE_PIPE] = ACTIONS(1833), + [anon_sym_AMP_AMP] = ACTIONS(1833), + [anon_sym_PIPE] = ACTIONS(1835), + [anon_sym_CARET] = ACTIONS(1355), + [anon_sym_EQ_EQ] = ACTIONS(1357), + [anon_sym_BANG_EQ] = ACTIONS(1357), + [anon_sym_LT] = ACTIONS(1359), + [anon_sym_GT] = ACTIONS(1359), + [anon_sym_LT_EQ] = ACTIONS(1361), + [anon_sym_GT_EQ] = ACTIONS(1361), + [anon_sym_LT_LT] = ACTIONS(1363), + [anon_sym_GT_GT] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1365), + [anon_sym_SLASH] = ACTIONS(1337), + [anon_sym_PERCENT] = ACTIONS(1337), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [847] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_COLON] = ACTIONS(2158), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_STAR_EQ] = ACTIONS(1241), - [anon_sym_SLASH_EQ] = ACTIONS(1241), - [anon_sym_PERCENT_EQ] = ACTIONS(1241), - [anon_sym_PLUS_EQ] = ACTIONS(1241), - [anon_sym_DASH_EQ] = ACTIONS(1241), - [anon_sym_LT_LT_EQ] = ACTIONS(1241), - [anon_sym_GT_GT_EQ] = ACTIONS(1241), - [anon_sym_AMP_EQ] = ACTIONS(1241), - [anon_sym_CARET_EQ] = ACTIONS(1241), - [anon_sym_PIPE_EQ] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1245), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE] = ACTIONS(1249), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_EQ_EQ] = ACTIONS(1253), - [anon_sym_BANG_EQ] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1835), + [anon_sym_COLON] = ACTIONS(1833), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_STAR_EQ] = ACTIONS(1833), + [anon_sym_SLASH_EQ] = ACTIONS(1833), + [anon_sym_PERCENT_EQ] = ACTIONS(1833), + [anon_sym_PLUS_EQ] = ACTIONS(1833), + [anon_sym_DASH_EQ] = ACTIONS(1833), + [anon_sym_LT_LT_EQ] = ACTIONS(1833), + [anon_sym_GT_GT_EQ] = ACTIONS(1833), + [anon_sym_AMP_EQ] = ACTIONS(1833), + [anon_sym_CARET_EQ] = ACTIONS(1833), + [anon_sym_PIPE_EQ] = ACTIONS(1833), + [anon_sym_AMP] = ACTIONS(1347), + [anon_sym_PIPE_PIPE] = ACTIONS(1833), + [anon_sym_AMP_AMP] = ACTIONS(1833), + [anon_sym_PIPE] = ACTIONS(1835), + [anon_sym_CARET] = ACTIONS(1835), + [anon_sym_EQ_EQ] = ACTIONS(1357), + [anon_sym_BANG_EQ] = ACTIONS(1357), + [anon_sym_LT] = ACTIONS(1359), + [anon_sym_GT] = ACTIONS(1359), + [anon_sym_LT_EQ] = ACTIONS(1361), + [anon_sym_GT_EQ] = ACTIONS(1361), + [anon_sym_LT_LT] = ACTIONS(1363), + [anon_sym_GT_GT] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1365), + [anon_sym_SLASH] = ACTIONS(1337), + [anon_sym_PERCENT] = ACTIONS(1337), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [848] = { - [sym_declaration] = STATE(452), - [sym__declaration_specifiers] = STATE(453), - [sym_compound_statement] = STATE(452), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(452), - [sym_expression_statement] = STATE(452), - [sym_if_statement] = STATE(452), - [sym_switch_statement] = STATE(452), - [sym_case_statement] = STATE(452), - [sym_while_statement] = STATE(452), - [sym_do_statement] = STATE(452), - [sym_for_statement] = STATE(452), - [sym_return_statement] = STATE(452), - [sym_break_statement] = STATE(452), - [sym_continue_statement] = STATE(452), - [sym_goto_statement] = STATE(452), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(2040), - [anon_sym_switch] = ACTIONS(2042), - [anon_sym_case] = ACTIONS(2044), - [anon_sym_default] = ACTIONS(2046), - [anon_sym_while] = ACTIONS(2048), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(2050), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(2160), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1843), + [anon_sym_COLON] = ACTIONS(1841), + [anon_sym_QMARK] = ACTIONS(1841), + [anon_sym_STAR_EQ] = ACTIONS(1841), + [anon_sym_SLASH_EQ] = ACTIONS(1841), + [anon_sym_PERCENT_EQ] = ACTIONS(1841), + [anon_sym_PLUS_EQ] = ACTIONS(1841), + [anon_sym_DASH_EQ] = ACTIONS(1841), + [anon_sym_LT_LT_EQ] = ACTIONS(1841), + [anon_sym_GT_GT_EQ] = ACTIONS(1841), + [anon_sym_AMP_EQ] = ACTIONS(1841), + [anon_sym_CARET_EQ] = ACTIONS(1841), + [anon_sym_PIPE_EQ] = ACTIONS(1841), + [anon_sym_AMP] = ACTIONS(1843), + [anon_sym_PIPE_PIPE] = ACTIONS(1841), + [anon_sym_AMP_AMP] = ACTIONS(1841), + [anon_sym_PIPE] = ACTIONS(1843), + [anon_sym_CARET] = ACTIONS(1843), + [anon_sym_EQ_EQ] = ACTIONS(1841), + [anon_sym_BANG_EQ] = ACTIONS(1841), + [anon_sym_LT] = ACTIONS(1359), + [anon_sym_GT] = ACTIONS(1359), + [anon_sym_LT_EQ] = ACTIONS(1361), + [anon_sym_GT_EQ] = ACTIONS(1361), + [anon_sym_LT_LT] = ACTIONS(1363), + [anon_sym_GT_GT] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1365), + [anon_sym_SLASH] = ACTIONS(1337), + [anon_sym_PERCENT] = ACTIONS(1337), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [849] = { - [sym__expression] = STATE(886), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1847), + [anon_sym_COLON] = ACTIONS(1845), + [anon_sym_QMARK] = ACTIONS(1845), + [anon_sym_STAR_EQ] = ACTIONS(1845), + [anon_sym_SLASH_EQ] = ACTIONS(1845), + [anon_sym_PERCENT_EQ] = ACTIONS(1845), + [anon_sym_PLUS_EQ] = ACTIONS(1845), + [anon_sym_DASH_EQ] = ACTIONS(1845), + [anon_sym_LT_LT_EQ] = ACTIONS(1845), + [anon_sym_GT_GT_EQ] = ACTIONS(1845), + [anon_sym_AMP_EQ] = ACTIONS(1845), + [anon_sym_CARET_EQ] = ACTIONS(1845), + [anon_sym_PIPE_EQ] = ACTIONS(1845), + [anon_sym_AMP] = ACTIONS(1847), + [anon_sym_PIPE_PIPE] = ACTIONS(1845), + [anon_sym_AMP_AMP] = ACTIONS(1845), + [anon_sym_PIPE] = ACTIONS(1847), + [anon_sym_CARET] = ACTIONS(1847), + [anon_sym_EQ_EQ] = ACTIONS(1845), + [anon_sym_BANG_EQ] = ACTIONS(1845), + [anon_sym_LT] = ACTIONS(1847), + [anon_sym_GT] = ACTIONS(1847), + [anon_sym_LT_EQ] = ACTIONS(1845), + [anon_sym_GT_EQ] = ACTIONS(1845), + [anon_sym_LT_LT] = ACTIONS(1363), + [anon_sym_GT_GT] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1365), + [anon_sym_SLASH] = ACTIONS(1337), + [anon_sym_PERCENT] = ACTIONS(1337), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [850] = { - [sym_declaration] = STATE(887), - [sym__declaration_specifiers] = STATE(453), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(888), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(2162), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1281), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1851), + [anon_sym_COLON] = ACTIONS(1849), + [anon_sym_QMARK] = ACTIONS(1849), + [anon_sym_STAR_EQ] = ACTIONS(1849), + [anon_sym_SLASH_EQ] = ACTIONS(1849), + [anon_sym_PERCENT_EQ] = ACTIONS(1849), + [anon_sym_PLUS_EQ] = ACTIONS(1849), + [anon_sym_DASH_EQ] = ACTIONS(1849), + [anon_sym_LT_LT_EQ] = ACTIONS(1849), + [anon_sym_GT_GT_EQ] = ACTIONS(1849), + [anon_sym_AMP_EQ] = ACTIONS(1849), + [anon_sym_CARET_EQ] = ACTIONS(1849), + [anon_sym_PIPE_EQ] = ACTIONS(1849), + [anon_sym_AMP] = ACTIONS(1851), + [anon_sym_PIPE_PIPE] = ACTIONS(1849), + [anon_sym_AMP_AMP] = ACTIONS(1849), + [anon_sym_PIPE] = ACTIONS(1851), + [anon_sym_CARET] = ACTIONS(1851), + [anon_sym_EQ_EQ] = ACTIONS(1849), + [anon_sym_BANG_EQ] = ACTIONS(1849), + [anon_sym_LT] = ACTIONS(1851), + [anon_sym_GT] = ACTIONS(1851), + [anon_sym_LT_EQ] = ACTIONS(1849), + [anon_sym_GT_EQ] = ACTIONS(1849), + [anon_sym_LT_LT] = ACTIONS(1851), + [anon_sym_GT_GT] = ACTIONS(1851), + [anon_sym_PLUS] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1365), + [anon_sym_SLASH] = ACTIONS(1337), + [anon_sym_PERCENT] = ACTIONS(1337), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [851] = { - [sym_compound_statement] = STATE(471), - [sym_labeled_statement] = STATE(471), - [sym_expression_statement] = STATE(471), - [sym_if_statement] = STATE(471), - [sym_switch_statement] = STATE(471), - [sym_case_statement] = STATE(471), - [sym_while_statement] = STATE(471), - [sym_do_statement] = STATE(471), - [sym_for_statement] = STATE(471), - [sym_return_statement] = STATE(471), - [sym_break_statement] = STATE(471), - [sym_continue_statement] = STATE(471), - [sym_goto_statement] = STATE(471), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(2040), - [anon_sym_switch] = ACTIONS(2042), - [anon_sym_case] = ACTIONS(2044), - [anon_sym_default] = ACTIONS(2046), - [anon_sym_while] = ACTIONS(2048), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(2050), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(2052), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1825), + [anon_sym_COLON] = ACTIONS(1823), + [anon_sym_QMARK] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_LT_LT_EQ] = ACTIONS(1823), + [anon_sym_GT_GT_EQ] = ACTIONS(1823), + [anon_sym_AMP_EQ] = ACTIONS(1823), + [anon_sym_CARET_EQ] = ACTIONS(1823), + [anon_sym_PIPE_EQ] = ACTIONS(1823), + [anon_sym_AMP] = ACTIONS(1825), + [anon_sym_PIPE_PIPE] = ACTIONS(1823), + [anon_sym_AMP_AMP] = ACTIONS(1823), + [anon_sym_PIPE] = ACTIONS(1825), + [anon_sym_CARET] = ACTIONS(1825), + [anon_sym_EQ_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(1823), + [anon_sym_LT] = ACTIONS(1825), + [anon_sym_GT] = ACTIONS(1825), + [anon_sym_LT_EQ] = ACTIONS(1823), + [anon_sym_GT_EQ] = ACTIONS(1823), + [anon_sym_LT_LT] = ACTIONS(1825), + [anon_sym_GT_GT] = ACTIONS(1825), + [anon_sym_PLUS] = ACTIONS(1825), + [anon_sym_DASH] = ACTIONS(1825), + [anon_sym_SLASH] = ACTIONS(1337), + [anon_sym_PERCENT] = ACTIONS(1337), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [852] = { - [sym_compound_statement] = STATE(784), - [sym_labeled_statement] = STATE(784), - [sym_expression_statement] = STATE(784), - [sym_if_statement] = STATE(784), - [sym_switch_statement] = STATE(784), - [sym_case_statement] = STATE(784), - [sym_while_statement] = STATE(784), - [sym_do_statement] = STATE(784), - [sym_for_statement] = STATE(784), - [sym_return_statement] = STATE(784), - [sym_break_statement] = STATE(784), - [sym_continue_statement] = STATE(784), - [sym_goto_statement] = STATE(784), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1464), - [anon_sym_switch] = ACTIONS(1466), - [anon_sym_case] = ACTIONS(1468), - [anon_sym_default] = ACTIONS(1470), - [anon_sym_while] = ACTIONS(1472), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1474), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1864), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(996), + [sym_labeled_statement] = STATE(996), + [sym_expression_statement] = STATE(996), + [sym_if_statement] = STATE(996), + [sym_switch_statement] = STATE(996), + [sym_case_statement] = STATE(996), + [sym_while_statement] = STATE(996), + [sym_do_statement] = STATE(996), + [sym_for_statement] = STATE(996), + [sym_return_statement] = STATE(996), + [sym_break_statement] = STATE(996), + [sym_continue_statement] = STATE(996), + [sym_goto_statement] = STATE(996), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1435), + [sym_comment] = ACTIONS(42), }, [853] = { - [sym_compound_statement] = STATE(798), - [sym_labeled_statement] = STATE(798), - [sym_expression_statement] = STATE(798), - [sym_if_statement] = STATE(798), - [sym_switch_statement] = STATE(798), - [sym_case_statement] = STATE(798), - [sym_while_statement] = STATE(798), - [sym_do_statement] = STATE(798), - [sym_for_statement] = STATE(798), - [sym_return_statement] = STATE(798), - [sym_break_statement] = STATE(798), - [sym_continue_statement] = STATE(798), - [sym_goto_statement] = STATE(798), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1464), - [anon_sym_switch] = ACTIONS(1466), - [anon_sym_case] = ACTIONS(1468), - [anon_sym_default] = ACTIONS(1470), - [anon_sym_while] = ACTIONS(1472), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1474), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1864), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(2097), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [854] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(2164), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(2099), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [855] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(890), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(2164), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), - }, - [856] = { - [sym__expression] = STATE(891), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(2164), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), - }, - [857] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(2166), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), - }, - [858] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(2168), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), - }, - [859] = { - [sym_declaration] = STATE(605), - [sym__declaration_specifiers] = STATE(453), - [sym_compound_statement] = STATE(605), + [sym_declaration] = STATE(841), + [sym__declaration_specifiers] = STATE(611), + [sym_compound_statement] = STATE(841), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -44777,5053 +32621,4586 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(605), - [sym_expression_statement] = STATE(605), - [sym_if_statement] = STATE(605), - [sym_switch_statement] = STATE(605), - [sym_case_statement] = STATE(605), - [sym_while_statement] = STATE(605), - [sym_do_statement] = STATE(605), - [sym_for_statement] = STATE(605), - [sym_return_statement] = STATE(605), - [sym_break_statement] = STATE(605), - [sym_continue_statement] = STATE(605), - [sym_goto_statement] = STATE(605), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), + [sym_labeled_statement] = STATE(841), + [sym_expression_statement] = STATE(841), + [sym_if_statement] = STATE(841), + [sym_switch_statement] = STATE(841), + [sym_case_statement] = STATE(841), + [sym_while_statement] = STATE(841), + [sym_do_statement] = STATE(841), + [sym_for_statement] = STATE(841), + [sym_return_statement] = STATE(841), + [sym_break_statement] = STATE(841), + [sym_continue_statement] = STATE(841), + [sym_goto_statement] = STATE(841), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), [sym_macro_type_specifier] = STATE(21), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(1976), - [anon_sym_switch] = ACTIONS(1978), - [anon_sym_case] = ACTIONS(1980), - [anon_sym_default] = ACTIONS(1982), - [anon_sym_while] = ACTIONS(1984), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1986), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(2128), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(840), + [anon_sym_switch] = ACTIONS(842), + [anon_sym_case] = ACTIONS(844), + [anon_sym_default] = ACTIONS(846), + [anon_sym_while] = ACTIONS(848), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(850), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1777), + [sym_comment] = ACTIONS(42), + }, + [856] = { + [anon_sym_LPAREN] = ACTIONS(872), + [anon_sym_COMMA] = ACTIONS(866), + [anon_sym_SEMI] = ACTIONS(866), + [anon_sym_extern] = ACTIONS(95), + [anon_sym_STAR] = ACTIONS(879), + [anon_sym_LBRACK] = ACTIONS(866), + [anon_sym_EQ] = ACTIONS(868), + [anon_sym_typedef] = ACTIONS(95), + [anon_sym_static] = ACTIONS(95), + [anon_sym_auto] = ACTIONS(95), + [anon_sym_register] = ACTIONS(95), + [anon_sym_const] = ACTIONS(95), + [anon_sym_restrict] = ACTIONS(95), + [anon_sym_volatile] = ACTIONS(95), + [sym_function_specifier] = ACTIONS(95), + [anon_sym_COLON] = ACTIONS(1379), + [anon_sym_QMARK] = ACTIONS(866), + [anon_sym_STAR_EQ] = ACTIONS(866), + [anon_sym_SLASH_EQ] = ACTIONS(866), + [anon_sym_PERCENT_EQ] = ACTIONS(866), + [anon_sym_PLUS_EQ] = ACTIONS(866), + [anon_sym_DASH_EQ] = ACTIONS(866), + [anon_sym_LT_LT_EQ] = ACTIONS(866), + [anon_sym_GT_GT_EQ] = ACTIONS(866), + [anon_sym_AMP_EQ] = ACTIONS(866), + [anon_sym_CARET_EQ] = ACTIONS(866), + [anon_sym_PIPE_EQ] = ACTIONS(866), + [anon_sym_AMP] = ACTIONS(868), + [anon_sym_PIPE_PIPE] = ACTIONS(866), + [anon_sym_AMP_AMP] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_LT] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_LT_LT] = ACTIONS(868), + [anon_sym_GT_GT] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_PERCENT] = ACTIONS(868), + [anon_sym_DASH_DASH] = ACTIONS(866), + [anon_sym_PLUS_PLUS] = ACTIONS(866), + [anon_sym_DOT] = ACTIONS(866), + [anon_sym_DASH_GT] = ACTIONS(866), + [sym_identifier] = ACTIONS(97), + [sym_comment] = ACTIONS(42), + }, + [857] = { + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(2101), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), + }, + [858] = { + [sym__expression] = STATE(1001), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(2103), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), + }, + [859] = { + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2105), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [860] = { - [anon_sym_LPAREN] = ACTIONS(871), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(865), - [anon_sym_extern] = ACTIONS(214), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_typedef] = ACTIONS(214), - [anon_sym_static] = ACTIONS(214), - [anon_sym_auto] = ACTIONS(214), - [anon_sym_register] = ACTIONS(214), - [anon_sym_const] = ACTIONS(214), - [anon_sym_restrict] = ACTIONS(214), - [anon_sym_volatile] = ACTIONS(214), - [sym_function_specifier] = ACTIONS(214), - [anon_sym_COLON] = ACTIONS(2068), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_identifier] = ACTIONS(216), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1003), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [861] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(2170), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1005), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_RPAREN] = ACTIONS(2107), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [862] = { - [sym__expression] = STATE(896), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(2172), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2109), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [863] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(2174), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_parameter_list] = STATE(110), + [aux_sym_declaration_repeat1] = STATE(1008), + [anon_sym_LPAREN] = ACTIONS(244), + [anon_sym_COMMA] = ACTIONS(246), + [anon_sym_SEMI] = ACTIONS(2111), + [anon_sym_LBRACK] = ACTIONS(252), + [anon_sym_EQ] = ACTIONS(254), + [sym_comment] = ACTIONS(42), }, [864] = { - [sym_compound_statement] = STATE(842), - [sym_labeled_statement] = STATE(842), - [sym_expression_statement] = STATE(842), - [sym_if_statement] = STATE(842), - [sym_switch_statement] = STATE(842), - [sym_case_statement] = STATE(842), - [sym_while_statement] = STATE(842), - [sym_do_statement] = STATE(842), - [sym_for_statement] = STATE(842), - [sym_return_statement] = STATE(842), - [sym_break_statement] = STATE(842), - [sym_continue_statement] = STATE(842), - [sym_goto_statement] = STATE(842), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1195), - [anon_sym_switch] = ACTIONS(1197), - [anon_sym_case] = ACTIONS(1199), - [anon_sym_default] = ACTIONS(1201), - [anon_sym_while] = ACTIONS(1203), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1205), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1718), - [sym_comment] = ACTIONS(123), + [aux_sym_declaration_repeat1] = STATE(1008), + [anon_sym_COMMA] = ACTIONS(246), + [anon_sym_SEMI] = ACTIONS(2111), + [sym_comment] = ACTIONS(42), }, [865] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(2176), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1009), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(2109), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [866] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(899), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(2176), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(755), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_initializer_list] = STATE(756), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_COMMA] = ACTIONS(2113), + [anon_sym_SEMI] = ACTIONS(2113), + [anon_sym_LBRACE] = ACTIONS(556), + [anon_sym_STAR] = ACTIONS(2115), + [anon_sym_LBRACK] = ACTIONS(2113), + [anon_sym_EQ] = ACTIONS(2117), + [anon_sym_QMARK] = ACTIONS(2113), + [anon_sym_STAR_EQ] = ACTIONS(2113), + [anon_sym_SLASH_EQ] = ACTIONS(2113), + [anon_sym_PERCENT_EQ] = ACTIONS(2113), + [anon_sym_PLUS_EQ] = ACTIONS(2113), + [anon_sym_DASH_EQ] = ACTIONS(2113), + [anon_sym_LT_LT_EQ] = ACTIONS(2113), + [anon_sym_GT_GT_EQ] = ACTIONS(2113), + [anon_sym_AMP_EQ] = ACTIONS(2113), + [anon_sym_CARET_EQ] = ACTIONS(2113), + [anon_sym_PIPE_EQ] = ACTIONS(2113), + [anon_sym_AMP] = ACTIONS(2115), + [anon_sym_PIPE_PIPE] = ACTIONS(2113), + [anon_sym_AMP_AMP] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2119), + [anon_sym_PIPE] = ACTIONS(2117), + [anon_sym_CARET] = ACTIONS(2117), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_EQ_EQ] = ACTIONS(2113), + [anon_sym_BANG_EQ] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2117), + [anon_sym_GT] = ACTIONS(2117), + [anon_sym_LT_EQ] = ACTIONS(2113), + [anon_sym_GT_EQ] = ACTIONS(2113), + [anon_sym_LT_LT] = ACTIONS(2117), + [anon_sym_GT_GT] = ACTIONS(2117), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_SLASH] = ACTIONS(2117), + [anon_sym_PERCENT] = ACTIONS(2117), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [anon_sym_DOT] = ACTIONS(2113), + [anon_sym_DASH_GT] = ACTIONS(2113), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [867] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1908), - [anon_sym_LPAREN] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1908), - [sym_preproc_directive] = ACTIONS(1912), - [anon_sym_SEMI] = ACTIONS(1910), - [anon_sym_extern] = ACTIONS(1908), - [anon_sym_LBRACE] = ACTIONS(1910), - [anon_sym_RBRACE] = ACTIONS(1910), - [anon_sym_STAR] = ACTIONS(1910), - [anon_sym_typedef] = ACTIONS(1908), - [anon_sym_static] = ACTIONS(1908), - [anon_sym_auto] = ACTIONS(1908), - [anon_sym_register] = ACTIONS(1908), - [anon_sym_const] = ACTIONS(1908), - [anon_sym_restrict] = ACTIONS(1908), - [anon_sym_volatile] = ACTIONS(1908), - [sym_function_specifier] = ACTIONS(1908), - [anon_sym_unsigned] = ACTIONS(1908), - [anon_sym_long] = ACTIONS(1908), - [anon_sym_short] = ACTIONS(1908), - [anon_sym_enum] = ACTIONS(1908), - [anon_sym_struct] = ACTIONS(1908), - [anon_sym_union] = ACTIONS(1908), - [anon_sym_if] = ACTIONS(1908), - [anon_sym_else] = ACTIONS(2178), - [anon_sym_switch] = ACTIONS(1908), - [anon_sym_case] = ACTIONS(1908), - [anon_sym_default] = ACTIONS(1908), - [anon_sym_while] = ACTIONS(1908), - [anon_sym_do] = ACTIONS(1908), - [anon_sym_for] = ACTIONS(1908), - [anon_sym_return] = ACTIONS(1908), - [anon_sym_break] = ACTIONS(1908), - [anon_sym_continue] = ACTIONS(1908), - [anon_sym_goto] = ACTIONS(1908), - [anon_sym_AMP] = ACTIONS(1910), - [anon_sym_BANG] = ACTIONS(1910), - [anon_sym_TILDE] = ACTIONS(1910), - [anon_sym_PLUS] = ACTIONS(1908), - [anon_sym_DASH] = ACTIONS(1908), - [anon_sym_DASH_DASH] = ACTIONS(1910), - [anon_sym_PLUS_PLUS] = ACTIONS(1910), - [anon_sym_sizeof] = ACTIONS(1908), - [sym_number_literal] = ACTIONS(1908), - [sym_char_literal] = ACTIONS(1908), - [sym_string_literal] = ACTIONS(1910), - [sym_identifier] = ACTIONS(1912), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1019), + [anon_sym_LPAREN] = ACTIONS(1017), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1019), + [sym_preproc_directive] = ACTIONS(1021), + [anon_sym_SEMI] = ACTIONS(1017), + [anon_sym_extern] = ACTIONS(1019), + [anon_sym_LBRACE] = ACTIONS(1017), + [anon_sym_RBRACE] = ACTIONS(1017), + [anon_sym_STAR] = ACTIONS(1017), + [anon_sym_typedef] = ACTIONS(1019), + [anon_sym_static] = ACTIONS(1019), + [anon_sym_auto] = ACTIONS(1019), + [anon_sym_register] = ACTIONS(1019), + [anon_sym_const] = ACTIONS(1019), + [anon_sym_restrict] = ACTIONS(1019), + [anon_sym_volatile] = ACTIONS(1019), + [sym_function_specifier] = ACTIONS(1019), + [anon_sym_unsigned] = ACTIONS(1019), + [anon_sym_long] = ACTIONS(1019), + [anon_sym_short] = ACTIONS(1019), + [anon_sym_enum] = ACTIONS(1019), + [anon_sym_struct] = ACTIONS(1019), + [anon_sym_union] = ACTIONS(1019), + [anon_sym_if] = ACTIONS(1019), + [anon_sym_switch] = ACTIONS(1019), + [anon_sym_case] = ACTIONS(1019), + [anon_sym_default] = ACTIONS(1019), + [anon_sym_while] = ACTIONS(1019), + [anon_sym_do] = ACTIONS(1019), + [anon_sym_for] = ACTIONS(1019), + [anon_sym_return] = ACTIONS(1019), + [anon_sym_break] = ACTIONS(1019), + [anon_sym_continue] = ACTIONS(1019), + [anon_sym_goto] = ACTIONS(1019), + [anon_sym_AMP] = ACTIONS(1017), + [anon_sym_BANG] = ACTIONS(1017), + [anon_sym_TILDE] = ACTIONS(1017), + [anon_sym_PLUS] = ACTIONS(1019), + [anon_sym_DASH] = ACTIONS(1019), + [anon_sym_DASH_DASH] = ACTIONS(1017), + [anon_sym_PLUS_PLUS] = ACTIONS(1017), + [anon_sym_sizeof] = ACTIONS(1019), + [sym_number_literal] = ACTIONS(1019), + [sym_char_literal] = ACTIONS(1019), + [sym_string_literal] = ACTIONS(1017), + [sym_identifier] = ACTIONS(1021), + [sym_comment] = ACTIONS(42), }, [868] = { - [sym_compound_statement] = STATE(751), - [sym_labeled_statement] = STATE(751), - [sym_expression_statement] = STATE(751), - [sym_if_statement] = STATE(751), - [sym_switch_statement] = STATE(751), - [sym_case_statement] = STATE(751), - [sym_while_statement] = STATE(751), - [sym_do_statement] = STATE(751), - [sym_for_statement] = STATE(751), - [sym_return_statement] = STATE(751), - [sym_break_statement] = STATE(751), - [sym_continue_statement] = STATE(751), - [sym_goto_statement] = STATE(751), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_switch] = ACTIONS(1766), - [anon_sym_case] = ACTIONS(1768), - [anon_sym_default] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1772), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1774), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1776), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1010), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [869] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(902), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(2180), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(2121), + [anon_sym_COMMA] = ACTIONS(2121), + [anon_sym_RPAREN] = ACTIONS(2121), + [anon_sym_SEMI] = ACTIONS(2121), + [anon_sym_RBRACE] = ACTIONS(2121), + [anon_sym_STAR] = ACTIONS(2123), + [anon_sym_LBRACK] = ACTIONS(2121), + [anon_sym_RBRACK] = ACTIONS(2121), + [anon_sym_EQ] = ACTIONS(2123), + [anon_sym_COLON] = ACTIONS(2121), + [anon_sym_QMARK] = ACTIONS(2121), + [anon_sym_STAR_EQ] = ACTIONS(2121), + [anon_sym_SLASH_EQ] = ACTIONS(2121), + [anon_sym_PERCENT_EQ] = ACTIONS(2121), + [anon_sym_PLUS_EQ] = ACTIONS(2121), + [anon_sym_DASH_EQ] = ACTIONS(2121), + [anon_sym_LT_LT_EQ] = ACTIONS(2121), + [anon_sym_GT_GT_EQ] = ACTIONS(2121), + [anon_sym_AMP_EQ] = ACTIONS(2121), + [anon_sym_CARET_EQ] = ACTIONS(2121), + [anon_sym_PIPE_EQ] = ACTIONS(2121), + [anon_sym_AMP] = ACTIONS(2123), + [anon_sym_PIPE_PIPE] = ACTIONS(2121), + [anon_sym_AMP_AMP] = ACTIONS(2121), + [anon_sym_PIPE] = ACTIONS(2123), + [anon_sym_CARET] = ACTIONS(2123), + [anon_sym_EQ_EQ] = ACTIONS(2121), + [anon_sym_BANG_EQ] = ACTIONS(2121), + [anon_sym_LT] = ACTIONS(2123), + [anon_sym_GT] = ACTIONS(2123), + [anon_sym_LT_EQ] = ACTIONS(2121), + [anon_sym_GT_EQ] = ACTIONS(2121), + [anon_sym_LT_LT] = ACTIONS(2123), + [anon_sym_GT_GT] = ACTIONS(2123), + [anon_sym_PLUS] = ACTIONS(2123), + [anon_sym_DASH] = ACTIONS(2123), + [anon_sym_SLASH] = ACTIONS(2123), + [anon_sym_PERCENT] = ACTIONS(2123), + [anon_sym_DASH_DASH] = ACTIONS(2121), + [anon_sym_PLUS_PLUS] = ACTIONS(2121), + [anon_sym_DOT] = ACTIONS(2121), + [anon_sym_DASH_GT] = ACTIONS(2121), + [sym_comment] = ACTIONS(42), }, [870] = { - [sym__expression] = STATE(903), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(2180), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(2125), + [anon_sym_RPAREN] = ACTIONS(2127), + [sym_comment] = ACTIONS(42), }, [871] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(2182), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(2129), + [anon_sym_COMMA] = ACTIONS(2129), + [anon_sym_RPAREN] = ACTIONS(2129), + [anon_sym_SEMI] = ACTIONS(2129), + [anon_sym_RBRACE] = ACTIONS(2129), + [anon_sym_STAR] = ACTIONS(2131), + [anon_sym_LBRACK] = ACTIONS(2129), + [anon_sym_RBRACK] = ACTIONS(2129), + [anon_sym_EQ] = ACTIONS(2131), + [anon_sym_COLON] = ACTIONS(2129), + [anon_sym_QMARK] = ACTIONS(2129), + [anon_sym_STAR_EQ] = ACTIONS(2129), + [anon_sym_SLASH_EQ] = ACTIONS(2129), + [anon_sym_PERCENT_EQ] = ACTIONS(2129), + [anon_sym_PLUS_EQ] = ACTIONS(2129), + [anon_sym_DASH_EQ] = ACTIONS(2129), + [anon_sym_LT_LT_EQ] = ACTIONS(2129), + [anon_sym_GT_GT_EQ] = ACTIONS(2129), + [anon_sym_AMP_EQ] = ACTIONS(2129), + [anon_sym_CARET_EQ] = ACTIONS(2129), + [anon_sym_PIPE_EQ] = ACTIONS(2129), + [anon_sym_AMP] = ACTIONS(2131), + [anon_sym_PIPE_PIPE] = ACTIONS(2129), + [anon_sym_AMP_AMP] = ACTIONS(2129), + [anon_sym_PIPE] = ACTIONS(2131), + [anon_sym_CARET] = ACTIONS(2131), + [anon_sym_EQ_EQ] = ACTIONS(2129), + [anon_sym_BANG_EQ] = ACTIONS(2129), + [anon_sym_LT] = ACTIONS(2131), + [anon_sym_GT] = ACTIONS(2131), + [anon_sym_LT_EQ] = ACTIONS(2129), + [anon_sym_GT_EQ] = ACTIONS(2129), + [anon_sym_LT_LT] = ACTIONS(2131), + [anon_sym_GT_GT] = ACTIONS(2131), + [anon_sym_PLUS] = ACTIONS(2131), + [anon_sym_DASH] = ACTIONS(2131), + [anon_sym_SLASH] = ACTIONS(2131), + [anon_sym_PERCENT] = ACTIONS(2131), + [anon_sym_DASH_DASH] = ACTIONS(2129), + [anon_sym_PLUS_PLUS] = ACTIONS(2129), + [anon_sym_DOT] = ACTIONS(2129), + [anon_sym_DASH_GT] = ACTIONS(2129), + [sym_comment] = ACTIONS(42), }, [872] = { - [sym_compound_statement] = STATE(905), - [sym_labeled_statement] = STATE(905), - [sym_expression_statement] = STATE(905), - [sym_if_statement] = STATE(905), - [sym_switch_statement] = STATE(905), - [sym_case_statement] = STATE(905), - [sym_while_statement] = STATE(905), - [sym_do_statement] = STATE(905), - [sym_for_statement] = STATE(905), - [sym_return_statement] = STATE(905), - [sym_break_statement] = STATE(905), - [sym_continue_statement] = STATE(905), - [sym_goto_statement] = STATE(905), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1934), - [anon_sym_switch] = ACTIONS(1936), - [anon_sym_case] = ACTIONS(1938), - [anon_sym_default] = ACTIONS(1940), - [anon_sym_while] = ACTIONS(1942), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1944), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1946), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1013), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [873] = { - [sym_compound_statement] = STATE(689), - [sym_labeled_statement] = STATE(689), - [sym_expression_statement] = STATE(689), - [sym_if_statement] = STATE(689), - [sym_switch_statement] = STATE(689), - [sym_case_statement] = STATE(689), - [sym_while_statement] = STATE(689), - [sym_do_statement] = STATE(689), - [sym_for_statement] = STATE(689), - [sym_return_statement] = STATE(689), - [sym_break_statement] = STATE(689), - [sym_continue_statement] = STATE(689), - [sym_goto_statement] = STATE(689), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1934), - [anon_sym_switch] = ACTIONS(1936), - [anon_sym_case] = ACTIONS(1938), - [anon_sym_default] = ACTIONS(1940), - [anon_sym_while] = ACTIONS(1942), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1944), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1946), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(662), + [anon_sym_extern] = ACTIONS(664), + [anon_sym_STAR] = ACTIONS(662), + [anon_sym_RBRACK] = ACTIONS(662), + [anon_sym_typedef] = ACTIONS(664), + [anon_sym_static] = ACTIONS(664), + [anon_sym_auto] = ACTIONS(664), + [anon_sym_register] = ACTIONS(664), + [anon_sym_const] = ACTIONS(664), + [anon_sym_restrict] = ACTIONS(664), + [anon_sym_volatile] = ACTIONS(664), + [sym_function_specifier] = ACTIONS(664), + [anon_sym_AMP] = ACTIONS(662), + [anon_sym_BANG] = ACTIONS(662), + [anon_sym_TILDE] = ACTIONS(662), + [anon_sym_PLUS] = ACTIONS(664), + [anon_sym_DASH] = ACTIONS(664), + [anon_sym_DASH_DASH] = ACTIONS(662), + [anon_sym_PLUS_PLUS] = ACTIONS(662), + [anon_sym_sizeof] = ACTIONS(664), + [sym_number_literal] = ACTIONS(664), + [sym_char_literal] = ACTIONS(664), + [sym_string_literal] = ACTIONS(662), + [sym_identifier] = ACTIONS(666), + [sym_comment] = ACTIONS(42), }, [874] = { - [sym_compound_statement] = STATE(692), - [sym_labeled_statement] = STATE(692), - [sym_expression_statement] = STATE(692), - [sym_if_statement] = STATE(692), - [sym_switch_statement] = STATE(692), - [sym_case_statement] = STATE(692), - [sym_while_statement] = STATE(692), - [sym_do_statement] = STATE(692), - [sym_for_statement] = STATE(692), - [sym_return_statement] = STATE(692), - [sym_break_statement] = STATE(692), - [sym_continue_statement] = STATE(692), - [sym_goto_statement] = STATE(692), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1934), - [anon_sym_switch] = ACTIONS(1936), - [anon_sym_case] = ACTIONS(1938), - [anon_sym_default] = ACTIONS(1940), - [anon_sym_while] = ACTIONS(1942), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1944), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1946), - [sym_comment] = ACTIONS(123), + [sym_enumerator] = STATE(286), + [anon_sym_RBRACE] = ACTIONS(2133), + [sym_identifier] = ACTIONS(190), + [sym_comment] = ACTIONS(42), }, [875] = { - [sym__expression] = STATE(907), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(2184), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(2135), + [anon_sym_RBRACE] = ACTIONS(2133), + [sym_comment] = ACTIONS(42), }, [876] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(2186), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(724), + [anon_sym_extern] = ACTIONS(726), + [anon_sym_STAR] = ACTIONS(724), + [anon_sym_RBRACK] = ACTIONS(724), + [anon_sym_typedef] = ACTIONS(726), + [anon_sym_static] = ACTIONS(726), + [anon_sym_auto] = ACTIONS(726), + [anon_sym_register] = ACTIONS(726), + [anon_sym_const] = ACTIONS(726), + [anon_sym_restrict] = ACTIONS(726), + [anon_sym_volatile] = ACTIONS(726), + [sym_function_specifier] = ACTIONS(726), + [anon_sym_AMP] = ACTIONS(724), + [anon_sym_BANG] = ACTIONS(724), + [anon_sym_TILDE] = ACTIONS(724), + [anon_sym_PLUS] = ACTIONS(726), + [anon_sym_DASH] = ACTIONS(726), + [anon_sym_DASH_DASH] = ACTIONS(724), + [anon_sym_PLUS_PLUS] = ACTIONS(724), + [anon_sym_sizeof] = ACTIONS(726), + [sym_number_literal] = ACTIONS(726), + [sym_char_literal] = ACTIONS(726), + [sym_string_literal] = ACTIONS(724), + [sym_identifier] = ACTIONS(728), + [sym_comment] = ACTIONS(42), }, [877] = { - [sym__expression] = STATE(909), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(2186), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(755), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_initializer_list] = STATE(756), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_LBRACE] = ACTIONS(556), + [anon_sym_STAR] = ACTIONS(2137), + [anon_sym_LBRACK] = ACTIONS(2113), + [anon_sym_RBRACK] = ACTIONS(2113), + [anon_sym_EQ] = ACTIONS(2117), + [anon_sym_QMARK] = ACTIONS(2113), + [anon_sym_STAR_EQ] = ACTIONS(2113), + [anon_sym_SLASH_EQ] = ACTIONS(2113), + [anon_sym_PERCENT_EQ] = ACTIONS(2113), + [anon_sym_PLUS_EQ] = ACTIONS(2113), + [anon_sym_DASH_EQ] = ACTIONS(2113), + [anon_sym_LT_LT_EQ] = ACTIONS(2113), + [anon_sym_GT_GT_EQ] = ACTIONS(2113), + [anon_sym_AMP_EQ] = ACTIONS(2113), + [anon_sym_CARET_EQ] = ACTIONS(2113), + [anon_sym_PIPE_EQ] = ACTIONS(2113), + [anon_sym_AMP] = ACTIONS(2137), + [anon_sym_PIPE_PIPE] = ACTIONS(2113), + [anon_sym_AMP_AMP] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2139), + [anon_sym_PIPE] = ACTIONS(2117), + [anon_sym_CARET] = ACTIONS(2117), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_EQ_EQ] = ACTIONS(2113), + [anon_sym_BANG_EQ] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2117), + [anon_sym_GT] = ACTIONS(2117), + [anon_sym_LT_EQ] = ACTIONS(2113), + [anon_sym_GT_EQ] = ACTIONS(2113), + [anon_sym_LT_LT] = ACTIONS(2117), + [anon_sym_GT_GT] = ACTIONS(2117), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_SLASH] = ACTIONS(2117), + [anon_sym_PERCENT] = ACTIONS(2117), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [anon_sym_DOT] = ACTIONS(2113), + [anon_sym_DASH_GT] = ACTIONS(2113), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [878] = { - [sym_compound_statement] = STATE(880), - [sym_labeled_statement] = STATE(880), - [sym_expression_statement] = STATE(880), - [sym_if_statement] = STATE(880), - [sym_switch_statement] = STATE(880), - [sym_case_statement] = STATE(880), - [sym_while_statement] = STATE(880), - [sym_do_statement] = STATE(880), - [sym_for_statement] = STATE(880), - [sym_return_statement] = STATE(880), - [sym_break_statement] = STATE(880), - [sym_continue_statement] = STATE(880), - [sym_goto_statement] = STATE(880), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(839), - [anon_sym_switch] = ACTIONS(841), - [anon_sym_case] = ACTIONS(843), - [anon_sym_default] = ACTIONS(845), - [anon_sym_while] = ACTIONS(847), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(849), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(851), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(748), + [anon_sym_extern] = ACTIONS(750), + [anon_sym_STAR] = ACTIONS(748), + [anon_sym_RBRACK] = ACTIONS(748), + [anon_sym_typedef] = ACTIONS(750), + [anon_sym_static] = ACTIONS(750), + [anon_sym_auto] = ACTIONS(750), + [anon_sym_register] = ACTIONS(750), + [anon_sym_const] = ACTIONS(750), + [anon_sym_restrict] = ACTIONS(750), + [anon_sym_volatile] = ACTIONS(750), + [sym_function_specifier] = ACTIONS(750), + [anon_sym_AMP] = ACTIONS(748), + [anon_sym_BANG] = ACTIONS(748), + [anon_sym_TILDE] = ACTIONS(748), + [anon_sym_PLUS] = ACTIONS(750), + [anon_sym_DASH] = ACTIONS(750), + [anon_sym_DASH_DASH] = ACTIONS(748), + [anon_sym_PLUS_PLUS] = ACTIONS(748), + [anon_sym_sizeof] = ACTIONS(750), + [sym_number_literal] = ACTIONS(750), + [sym_char_literal] = ACTIONS(750), + [sym_string_literal] = ACTIONS(748), + [sym_identifier] = ACTIONS(752), + [sym_comment] = ACTIONS(42), }, [879] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(2188), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1016), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(530), + [anon_sym_STAR] = ACTIONS(532), + [anon_sym_AMP] = ACTIONS(532), + [anon_sym_BANG] = ACTIONS(544), + [anon_sym_TILDE] = ACTIONS(546), + [anon_sym_PLUS] = ACTIONS(548), + [anon_sym_DASH] = ACTIONS(548), + [anon_sym_DASH_DASH] = ACTIONS(550), + [anon_sym_PLUS_PLUS] = ACTIONS(550), + [anon_sym_sizeof] = ACTIONS(552), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [880] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2190), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2190), - [anon_sym_LPAREN] = ACTIONS(2192), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2190), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2190), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2190), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2190), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2190), - [sym_preproc_directive] = ACTIONS(2194), - [anon_sym_SEMI] = ACTIONS(2192), - [anon_sym_extern] = ACTIONS(2190), - [anon_sym_LBRACE] = ACTIONS(2192), - [anon_sym_RBRACE] = ACTIONS(2192), - [anon_sym_STAR] = ACTIONS(2192), - [anon_sym_typedef] = ACTIONS(2190), - [anon_sym_static] = ACTIONS(2190), - [anon_sym_auto] = ACTIONS(2190), - [anon_sym_register] = ACTIONS(2190), - [anon_sym_const] = ACTIONS(2190), - [anon_sym_restrict] = ACTIONS(2190), - [anon_sym_volatile] = ACTIONS(2190), - [sym_function_specifier] = ACTIONS(2190), - [anon_sym_unsigned] = ACTIONS(2190), - [anon_sym_long] = ACTIONS(2190), - [anon_sym_short] = ACTIONS(2190), - [anon_sym_enum] = ACTIONS(2190), - [anon_sym_struct] = ACTIONS(2190), - [anon_sym_union] = ACTIONS(2190), - [anon_sym_if] = ACTIONS(2190), - [anon_sym_else] = ACTIONS(2190), - [anon_sym_switch] = ACTIONS(2190), - [anon_sym_case] = ACTIONS(2190), - [anon_sym_default] = ACTIONS(2190), - [anon_sym_while] = ACTIONS(2190), - [anon_sym_do] = ACTIONS(2190), - [anon_sym_for] = ACTIONS(2190), - [anon_sym_return] = ACTIONS(2190), - [anon_sym_break] = ACTIONS(2190), - [anon_sym_continue] = ACTIONS(2190), - [anon_sym_goto] = ACTIONS(2190), - [anon_sym_AMP] = ACTIONS(2192), - [anon_sym_BANG] = ACTIONS(2192), - [anon_sym_TILDE] = ACTIONS(2192), - [anon_sym_PLUS] = ACTIONS(2190), - [anon_sym_DASH] = ACTIONS(2190), - [anon_sym_DASH_DASH] = ACTIONS(2192), - [anon_sym_PLUS_PLUS] = ACTIONS(2192), - [anon_sym_sizeof] = ACTIONS(2190), - [sym_number_literal] = ACTIONS(2190), - [sym_char_literal] = ACTIONS(2190), - [sym_string_literal] = ACTIONS(2192), - [sym_identifier] = ACTIONS(2194), - [sym_comment] = ACTIONS(123), + [anon_sym_LBRACK] = ACTIONS(2141), + [anon_sym_EQ] = ACTIONS(2141), + [anon_sym_DOT] = ACTIONS(2141), + [sym_comment] = ACTIONS(42), }, [881] = { - [sym_compound_statement] = STATE(911), - [sym_labeled_statement] = STATE(911), - [sym_expression_statement] = STATE(911), - [sym_if_statement] = STATE(911), - [sym_switch_statement] = STATE(911), - [sym_case_statement] = STATE(911), - [sym_while_statement] = STATE(911), - [sym_do_statement] = STATE(911), - [sym_for_statement] = STATE(911), - [sym_return_statement] = STATE(911), - [sym_break_statement] = STATE(911), - [sym_continue_statement] = STATE(911), - [sym_goto_statement] = STATE(911), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(543), - [anon_sym_switch] = ACTIONS(545), - [anon_sym_case] = ACTIONS(547), - [anon_sym_default] = ACTIONS(549), - [anon_sym_while] = ACTIONS(551), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(555), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1331), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(2143), + [anon_sym_COMMA] = ACTIONS(2143), + [anon_sym_RPAREN] = ACTIONS(2143), + [anon_sym_SEMI] = ACTIONS(2143), + [anon_sym_RBRACE] = ACTIONS(2143), + [anon_sym_STAR] = ACTIONS(2145), + [anon_sym_LBRACK] = ACTIONS(2143), + [anon_sym_RBRACK] = ACTIONS(2143), + [anon_sym_EQ] = ACTIONS(2145), + [anon_sym_COLON] = ACTIONS(2143), + [anon_sym_QMARK] = ACTIONS(2143), + [anon_sym_STAR_EQ] = ACTIONS(2143), + [anon_sym_SLASH_EQ] = ACTIONS(2143), + [anon_sym_PERCENT_EQ] = ACTIONS(2143), + [anon_sym_PLUS_EQ] = ACTIONS(2143), + [anon_sym_DASH_EQ] = ACTIONS(2143), + [anon_sym_LT_LT_EQ] = ACTIONS(2143), + [anon_sym_GT_GT_EQ] = ACTIONS(2143), + [anon_sym_AMP_EQ] = ACTIONS(2143), + [anon_sym_CARET_EQ] = ACTIONS(2143), + [anon_sym_PIPE_EQ] = ACTIONS(2143), + [anon_sym_AMP] = ACTIONS(2145), + [anon_sym_PIPE_PIPE] = ACTIONS(2143), + [anon_sym_AMP_AMP] = ACTIONS(2143), + [anon_sym_PIPE] = ACTIONS(2145), + [anon_sym_CARET] = ACTIONS(2145), + [anon_sym_EQ_EQ] = ACTIONS(2143), + [anon_sym_BANG_EQ] = ACTIONS(2143), + [anon_sym_LT] = ACTIONS(2145), + [anon_sym_GT] = ACTIONS(2145), + [anon_sym_LT_EQ] = ACTIONS(2143), + [anon_sym_GT_EQ] = ACTIONS(2143), + [anon_sym_LT_LT] = ACTIONS(2145), + [anon_sym_GT_GT] = ACTIONS(2145), + [anon_sym_PLUS] = ACTIONS(2145), + [anon_sym_DASH] = ACTIONS(2145), + [anon_sym_SLASH] = ACTIONS(2145), + [anon_sym_PERCENT] = ACTIONS(2145), + [anon_sym_DASH_DASH] = ACTIONS(2143), + [anon_sym_PLUS_PLUS] = ACTIONS(2143), + [anon_sym_DOT] = ACTIONS(2143), + [anon_sym_DASH_GT] = ACTIONS(2143), + [sym_comment] = ACTIONS(42), }, [882] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(2196), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(2147), + [anon_sym_RBRACE] = ACTIONS(2147), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1115), + [anon_sym_QMARK] = ACTIONS(1117), + [anon_sym_STAR_EQ] = ACTIONS(1119), + [anon_sym_SLASH_EQ] = ACTIONS(1119), + [anon_sym_PERCENT_EQ] = ACTIONS(1119), + [anon_sym_PLUS_EQ] = ACTIONS(1119), + [anon_sym_DASH_EQ] = ACTIONS(1119), + [anon_sym_LT_LT_EQ] = ACTIONS(1119), + [anon_sym_GT_GT_EQ] = ACTIONS(1119), + [anon_sym_AMP_EQ] = ACTIONS(1119), + [anon_sym_CARET_EQ] = ACTIONS(1119), + [anon_sym_PIPE_EQ] = ACTIONS(1119), + [anon_sym_AMP] = ACTIONS(1121), + [anon_sym_PIPE_PIPE] = ACTIONS(1123), + [anon_sym_AMP_AMP] = ACTIONS(1125), + [anon_sym_PIPE] = ACTIONS(1127), + [anon_sym_CARET] = ACTIONS(1129), + [anon_sym_EQ_EQ] = ACTIONS(1131), + [anon_sym_BANG_EQ] = ACTIONS(1131), + [anon_sym_LT] = ACTIONS(1133), + [anon_sym_GT] = ACTIONS(1133), + [anon_sym_LT_EQ] = ACTIONS(1135), + [anon_sym_GT_EQ] = ACTIONS(1135), + [anon_sym_LT_LT] = ACTIONS(1137), + [anon_sym_GT_GT] = ACTIONS(1137), + [anon_sym_PLUS] = ACTIONS(1139), + [anon_sym_DASH] = ACTIONS(1139), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [883] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(2198), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(2147), + [anon_sym_RBRACE] = ACTIONS(2147), + [sym_comment] = ACTIONS(42), }, [884] = { - [sym_declaration] = STATE(605), - [sym__declaration_specifiers] = STATE(453), - [sym_compound_statement] = STATE(605), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(605), - [sym_expression_statement] = STATE(605), - [sym_if_statement] = STATE(605), - [sym_switch_statement] = STATE(605), - [sym_case_statement] = STATE(605), - [sym_while_statement] = STATE(605), - [sym_do_statement] = STATE(605), - [sym_for_statement] = STATE(605), - [sym_return_statement] = STATE(605), - [sym_break_statement] = STATE(605), - [sym_continue_statement] = STATE(605), - [sym_goto_statement] = STATE(605), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(2040), - [anon_sym_switch] = ACTIONS(2042), - [anon_sym_case] = ACTIONS(2044), - [anon_sym_default] = ACTIONS(2046), - [anon_sym_while] = ACTIONS(2048), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(2050), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(2160), - [sym_comment] = ACTIONS(123), + [sym_designator] = STATE(681), + [anon_sym_LBRACK] = ACTIONS(1011), + [anon_sym_EQ] = ACTIONS(2149), + [anon_sym_DOT] = ACTIONS(1013), + [sym_comment] = ACTIONS(42), }, [885] = { - [anon_sym_LPAREN] = ACTIONS(871), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(865), - [anon_sym_extern] = ACTIONS(214), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_typedef] = ACTIONS(214), - [anon_sym_static] = ACTIONS(214), - [anon_sym_auto] = ACTIONS(214), - [anon_sym_register] = ACTIONS(214), - [anon_sym_const] = ACTIONS(214), - [anon_sym_restrict] = ACTIONS(214), - [anon_sym_volatile] = ACTIONS(214), - [sym_function_specifier] = ACTIONS(214), - [anon_sym_COLON] = ACTIONS(2118), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_identifier] = ACTIONS(216), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1025), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1025), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1025), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1025), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1025), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1025), + [sym_preproc_directive] = ACTIONS(1027), + [anon_sym_extern] = ACTIONS(1025), + [anon_sym_typedef] = ACTIONS(1025), + [anon_sym_static] = ACTIONS(1025), + [anon_sym_auto] = ACTIONS(1025), + [anon_sym_register] = ACTIONS(1025), + [anon_sym_const] = ACTIONS(1025), + [anon_sym_restrict] = ACTIONS(1025), + [anon_sym_volatile] = ACTIONS(1025), + [sym_function_specifier] = ACTIONS(1025), + [anon_sym_unsigned] = ACTIONS(1025), + [anon_sym_long] = ACTIONS(1025), + [anon_sym_short] = ACTIONS(1025), + [anon_sym_enum] = ACTIONS(1025), + [anon_sym_struct] = ACTIONS(1025), + [anon_sym_union] = ACTIONS(1025), + [sym_identifier] = ACTIONS(1027), + [sym_comment] = ACTIONS(42), }, [886] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(2200), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1041), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1041), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1041), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1041), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1041), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1041), + [sym_preproc_directive] = ACTIONS(1043), + [anon_sym_extern] = ACTIONS(1041), + [anon_sym_typedef] = ACTIONS(1041), + [anon_sym_static] = ACTIONS(1041), + [anon_sym_auto] = ACTIONS(1041), + [anon_sym_register] = ACTIONS(1041), + [anon_sym_const] = ACTIONS(1041), + [anon_sym_restrict] = ACTIONS(1041), + [anon_sym_volatile] = ACTIONS(1041), + [sym_function_specifier] = ACTIONS(1041), + [anon_sym_unsigned] = ACTIONS(1041), + [anon_sym_long] = ACTIONS(1041), + [anon_sym_short] = ACTIONS(1041), + [anon_sym_enum] = ACTIONS(1041), + [anon_sym_struct] = ACTIONS(1041), + [anon_sym_union] = ACTIONS(1041), + [sym_identifier] = ACTIONS(1043), + [sym_comment] = ACTIONS(42), }, [887] = { - [sym__expression] = STATE(916), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(2202), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1087), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1087), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1087), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1087), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1087), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1087), + [sym_preproc_directive] = ACTIONS(1089), + [anon_sym_extern] = ACTIONS(1087), + [anon_sym_typedef] = ACTIONS(1087), + [anon_sym_static] = ACTIONS(1087), + [anon_sym_auto] = ACTIONS(1087), + [anon_sym_register] = ACTIONS(1087), + [anon_sym_const] = ACTIONS(1087), + [anon_sym_restrict] = ACTIONS(1087), + [anon_sym_volatile] = ACTIONS(1087), + [sym_function_specifier] = ACTIONS(1087), + [anon_sym_unsigned] = ACTIONS(1087), + [anon_sym_long] = ACTIONS(1087), + [anon_sym_short] = ACTIONS(1087), + [anon_sym_enum] = ACTIONS(1087), + [anon_sym_struct] = ACTIONS(1087), + [anon_sym_union] = ACTIONS(1087), + [sym_identifier] = ACTIONS(1089), + [sym_comment] = ACTIONS(42), }, [888] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(2204), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1093), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1093), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1093), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1093), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1093), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1093), + [sym_preproc_directive] = ACTIONS(1095), + [anon_sym_extern] = ACTIONS(1093), + [anon_sym_typedef] = ACTIONS(1093), + [anon_sym_static] = ACTIONS(1093), + [anon_sym_auto] = ACTIONS(1093), + [anon_sym_register] = ACTIONS(1093), + [anon_sym_const] = ACTIONS(1093), + [anon_sym_restrict] = ACTIONS(1093), + [anon_sym_volatile] = ACTIONS(1093), + [sym_function_specifier] = ACTIONS(1093), + [anon_sym_unsigned] = ACTIONS(1093), + [anon_sym_long] = ACTIONS(1093), + [anon_sym_short] = ACTIONS(1093), + [anon_sym_enum] = ACTIONS(1093), + [anon_sym_struct] = ACTIONS(1093), + [anon_sym_union] = ACTIONS(1093), + [sym_identifier] = ACTIONS(1095), + [sym_comment] = ACTIONS(42), }, [889] = { - [sym_compound_statement] = STATE(842), - [sym_labeled_statement] = STATE(842), - [sym_expression_statement] = STATE(842), - [sym_if_statement] = STATE(842), - [sym_switch_statement] = STATE(842), - [sym_case_statement] = STATE(842), - [sym_while_statement] = STATE(842), - [sym_do_statement] = STATE(842), - [sym_for_statement] = STATE(842), - [sym_return_statement] = STATE(842), - [sym_break_statement] = STATE(842), - [sym_continue_statement] = STATE(842), - [sym_goto_statement] = STATE(842), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1464), - [anon_sym_switch] = ACTIONS(1466), - [anon_sym_case] = ACTIONS(1468), - [anon_sym_default] = ACTIONS(1470), - [anon_sym_while] = ACTIONS(1472), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1474), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1864), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1099), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1099), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1099), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1099), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1099), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1099), + [sym_preproc_directive] = ACTIONS(1101), + [anon_sym_extern] = ACTIONS(1099), + [anon_sym_typedef] = ACTIONS(1099), + [anon_sym_static] = ACTIONS(1099), + [anon_sym_auto] = ACTIONS(1099), + [anon_sym_register] = ACTIONS(1099), + [anon_sym_const] = ACTIONS(1099), + [anon_sym_restrict] = ACTIONS(1099), + [anon_sym_volatile] = ACTIONS(1099), + [sym_function_specifier] = ACTIONS(1099), + [anon_sym_unsigned] = ACTIONS(1099), + [anon_sym_long] = ACTIONS(1099), + [anon_sym_short] = ACTIONS(1099), + [anon_sym_enum] = ACTIONS(1099), + [anon_sym_struct] = ACTIONS(1099), + [anon_sym_union] = ACTIONS(1099), + [sym_identifier] = ACTIONS(1101), + [sym_comment] = ACTIONS(42), }, [890] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(2206), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1105), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1105), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1105), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1105), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1105), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1105), + [sym_preproc_directive] = ACTIONS(1107), + [anon_sym_extern] = ACTIONS(1105), + [anon_sym_typedef] = ACTIONS(1105), + [anon_sym_static] = ACTIONS(1105), + [anon_sym_auto] = ACTIONS(1105), + [anon_sym_register] = ACTIONS(1105), + [anon_sym_const] = ACTIONS(1105), + [anon_sym_restrict] = ACTIONS(1105), + [anon_sym_volatile] = ACTIONS(1105), + [sym_function_specifier] = ACTIONS(1105), + [anon_sym_unsigned] = ACTIONS(1105), + [anon_sym_long] = ACTIONS(1105), + [anon_sym_short] = ACTIONS(1105), + [anon_sym_enum] = ACTIONS(1105), + [anon_sym_struct] = ACTIONS(1105), + [anon_sym_union] = ACTIONS(1105), + [sym_identifier] = ACTIONS(1107), + [sym_comment] = ACTIONS(42), }, [891] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(919), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(2206), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1455), + [sym_preproc_directive] = ACTIONS(1457), + [anon_sym_extern] = ACTIONS(1455), + [anon_sym_typedef] = ACTIONS(1455), + [anon_sym_static] = ACTIONS(1455), + [anon_sym_auto] = ACTIONS(1455), + [anon_sym_register] = ACTIONS(1455), + [anon_sym_const] = ACTIONS(1455), + [anon_sym_restrict] = ACTIONS(1455), + [anon_sym_volatile] = ACTIONS(1455), + [sym_function_specifier] = ACTIONS(1455), + [anon_sym_unsigned] = ACTIONS(1455), + [anon_sym_long] = ACTIONS(1455), + [anon_sym_short] = ACTIONS(1455), + [anon_sym_enum] = ACTIONS(1455), + [anon_sym_struct] = ACTIONS(1455), + [anon_sym_union] = ACTIONS(1455), + [sym_identifier] = ACTIONS(1457), + [sym_comment] = ACTIONS(42), }, [892] = { - [sym_compound_statement] = STATE(920), - [sym_labeled_statement] = STATE(920), - [sym_expression_statement] = STATE(920), - [sym_if_statement] = STATE(920), - [sym_switch_statement] = STATE(920), - [sym_case_statement] = STATE(920), - [sym_while_statement] = STATE(920), - [sym_do_statement] = STATE(920), - [sym_for_statement] = STATE(920), - [sym_return_statement] = STATE(920), - [sym_break_statement] = STATE(920), - [sym_continue_statement] = STATE(920), - [sym_goto_statement] = STATE(920), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1976), - [anon_sym_switch] = ACTIONS(1978), - [anon_sym_case] = ACTIONS(1980), - [anon_sym_default] = ACTIONS(1982), - [anon_sym_while] = ACTIONS(1984), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1986), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1988), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(755), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_initializer_list] = STATE(756), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_COMMA] = ACTIONS(2113), + [anon_sym_LBRACE] = ACTIONS(556), + [anon_sym_RBRACE] = ACTIONS(2113), + [anon_sym_STAR] = ACTIONS(2151), + [anon_sym_LBRACK] = ACTIONS(2113), + [anon_sym_EQ] = ACTIONS(2117), + [anon_sym_QMARK] = ACTIONS(2113), + [anon_sym_STAR_EQ] = ACTIONS(2113), + [anon_sym_SLASH_EQ] = ACTIONS(2113), + [anon_sym_PERCENT_EQ] = ACTIONS(2113), + [anon_sym_PLUS_EQ] = ACTIONS(2113), + [anon_sym_DASH_EQ] = ACTIONS(2113), + [anon_sym_LT_LT_EQ] = ACTIONS(2113), + [anon_sym_GT_GT_EQ] = ACTIONS(2113), + [anon_sym_AMP_EQ] = ACTIONS(2113), + [anon_sym_CARET_EQ] = ACTIONS(2113), + [anon_sym_PIPE_EQ] = ACTIONS(2113), + [anon_sym_AMP] = ACTIONS(2151), + [anon_sym_PIPE_PIPE] = ACTIONS(2113), + [anon_sym_AMP_AMP] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2153), + [anon_sym_PIPE] = ACTIONS(2117), + [anon_sym_CARET] = ACTIONS(2117), + [anon_sym_TILDE] = ACTIONS(674), + [anon_sym_EQ_EQ] = ACTIONS(2113), + [anon_sym_BANG_EQ] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2117), + [anon_sym_GT] = ACTIONS(2117), + [anon_sym_LT_EQ] = ACTIONS(2113), + [anon_sym_GT_EQ] = ACTIONS(2113), + [anon_sym_LT_LT] = ACTIONS(2117), + [anon_sym_GT_GT] = ACTIONS(2117), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_SLASH] = ACTIONS(2117), + [anon_sym_PERCENT] = ACTIONS(2117), + [anon_sym_DASH_DASH] = ACTIONS(678), + [anon_sym_PLUS_PLUS] = ACTIONS(678), + [anon_sym_sizeof] = ACTIONS(680), + [anon_sym_DOT] = ACTIONS(2113), + [anon_sym_DASH_GT] = ACTIONS(2113), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [893] = { - [sym_compound_statement] = STATE(689), - [sym_labeled_statement] = STATE(689), - [sym_expression_statement] = STATE(689), - [sym_if_statement] = STATE(689), - [sym_switch_statement] = STATE(689), - [sym_case_statement] = STATE(689), - [sym_while_statement] = STATE(689), - [sym_do_statement] = STATE(689), - [sym_for_statement] = STATE(689), - [sym_return_statement] = STATE(689), - [sym_break_statement] = STATE(689), - [sym_continue_statement] = STATE(689), - [sym_goto_statement] = STATE(689), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1976), - [anon_sym_switch] = ACTIONS(1978), - [anon_sym_case] = ACTIONS(1980), - [anon_sym_default] = ACTIONS(1982), - [anon_sym_while] = ACTIONS(1984), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1986), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1988), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1018), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_STAR] = ACTIONS(670), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(672), + [anon_sym_TILDE] = ACTIONS(674), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_DASH_DASH] = ACTIONS(678), + [anon_sym_PLUS_PLUS] = ACTIONS(678), + [anon_sym_sizeof] = ACTIONS(680), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [894] = { - [sym_compound_statement] = STATE(692), - [sym_labeled_statement] = STATE(692), - [sym_expression_statement] = STATE(692), - [sym_if_statement] = STATE(692), - [sym_switch_statement] = STATE(692), - [sym_case_statement] = STATE(692), - [sym_while_statement] = STATE(692), - [sym_do_statement] = STATE(692), - [sym_for_statement] = STATE(692), - [sym_return_statement] = STATE(692), - [sym_break_statement] = STATE(692), - [sym_continue_statement] = STATE(692), - [sym_goto_statement] = STATE(692), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1976), - [anon_sym_switch] = ACTIONS(1978), - [anon_sym_case] = ACTIONS(1980), - [anon_sym_default] = ACTIONS(1982), - [anon_sym_while] = ACTIONS(1984), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1986), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1988), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(755), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_initializer_list] = STATE(756), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(2113), + [anon_sym_LBRACE] = ACTIONS(556), + [anon_sym_STAR] = ACTIONS(2155), + [anon_sym_LBRACK] = ACTIONS(2113), + [anon_sym_EQ] = ACTIONS(2117), + [anon_sym_QMARK] = ACTIONS(2113), + [anon_sym_STAR_EQ] = ACTIONS(2113), + [anon_sym_SLASH_EQ] = ACTIONS(2113), + [anon_sym_PERCENT_EQ] = ACTIONS(2113), + [anon_sym_PLUS_EQ] = ACTIONS(2113), + [anon_sym_DASH_EQ] = ACTIONS(2113), + [anon_sym_LT_LT_EQ] = ACTIONS(2113), + [anon_sym_GT_GT_EQ] = ACTIONS(2113), + [anon_sym_AMP_EQ] = ACTIONS(2113), + [anon_sym_CARET_EQ] = ACTIONS(2113), + [anon_sym_PIPE_EQ] = ACTIONS(2113), + [anon_sym_AMP] = ACTIONS(2155), + [anon_sym_PIPE_PIPE] = ACTIONS(2113), + [anon_sym_AMP_AMP] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2157), + [anon_sym_PIPE] = ACTIONS(2117), + [anon_sym_CARET] = ACTIONS(2117), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_EQ_EQ] = ACTIONS(2113), + [anon_sym_BANG_EQ] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2117), + [anon_sym_GT] = ACTIONS(2117), + [anon_sym_LT_EQ] = ACTIONS(2113), + [anon_sym_GT_EQ] = ACTIONS(2113), + [anon_sym_LT_LT] = ACTIONS(2117), + [anon_sym_GT_GT] = ACTIONS(2117), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_SLASH] = ACTIONS(2117), + [anon_sym_PERCENT] = ACTIONS(2117), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [anon_sym_DOT] = ACTIONS(2113), + [anon_sym_DASH_GT] = ACTIONS(2113), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [895] = { - [sym__expression] = STATE(922), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(2208), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1019), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [896] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(2210), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(2159), + [anon_sym_COMMA] = ACTIONS(2159), + [anon_sym_RPAREN] = ACTIONS(2159), + [anon_sym_SEMI] = ACTIONS(2159), + [anon_sym_LBRACK] = ACTIONS(2159), + [anon_sym_COLON] = ACTIONS(2159), + [sym_comment] = ACTIONS(42), }, [897] = { - [sym__expression] = STATE(924), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(2210), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_extern] = ACTIONS(2161), + [anon_sym_RBRACE] = ACTIONS(2163), + [anon_sym_typedef] = ACTIONS(2161), + [anon_sym_static] = ACTIONS(2161), + [anon_sym_auto] = ACTIONS(2161), + [anon_sym_register] = ACTIONS(2161), + [anon_sym_const] = ACTIONS(2161), + [anon_sym_restrict] = ACTIONS(2161), + [anon_sym_volatile] = ACTIONS(2161), + [sym_function_specifier] = ACTIONS(2161), + [anon_sym_unsigned] = ACTIONS(2161), + [anon_sym_long] = ACTIONS(2161), + [anon_sym_short] = ACTIONS(2161), + [anon_sym_enum] = ACTIONS(2161), + [anon_sym_struct] = ACTIONS(2161), + [anon_sym_union] = ACTIONS(2161), + [sym_identifier] = ACTIONS(2165), + [sym_comment] = ACTIONS(42), }, [898] = { - [sym_compound_statement] = STATE(880), - [sym_labeled_statement] = STATE(880), - [sym_expression_statement] = STATE(880), - [sym_if_statement] = STATE(880), - [sym_switch_statement] = STATE(880), - [sym_case_statement] = STATE(880), - [sym_while_statement] = STATE(880), - [sym_do_statement] = STATE(880), - [sym_for_statement] = STATE(880), - [sym_return_statement] = STATE(880), - [sym_break_statement] = STATE(880), - [sym_continue_statement] = STATE(880), - [sym_goto_statement] = STATE(880), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1195), - [anon_sym_switch] = ACTIONS(1197), - [anon_sym_case] = ACTIONS(1199), - [anon_sym_default] = ACTIONS(1201), - [anon_sym_while] = ACTIONS(1203), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1205), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1718), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(2167), + [anon_sym_COMMA] = ACTIONS(2167), + [anon_sym_RPAREN] = ACTIONS(2167), + [anon_sym_LBRACK] = ACTIONS(2167), + [sym_comment] = ACTIONS(42), }, [899] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(2212), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1025), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1025), + [anon_sym_LPAREN] = ACTIONS(1023), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1025), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1025), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1025), + [sym_preproc_directive] = ACTIONS(1027), + [anon_sym_SEMI] = ACTIONS(1023), + [anon_sym_extern] = ACTIONS(1025), + [anon_sym_LBRACE] = ACTIONS(1023), + [anon_sym_RBRACE] = ACTIONS(1023), + [anon_sym_STAR] = ACTIONS(1023), + [anon_sym_typedef] = ACTIONS(1025), + [anon_sym_static] = ACTIONS(1025), + [anon_sym_auto] = ACTIONS(1025), + [anon_sym_register] = ACTIONS(1025), + [anon_sym_const] = ACTIONS(1025), + [anon_sym_restrict] = ACTIONS(1025), + [anon_sym_volatile] = ACTIONS(1025), + [sym_function_specifier] = ACTIONS(1025), + [anon_sym_unsigned] = ACTIONS(1025), + [anon_sym_long] = ACTIONS(1025), + [anon_sym_short] = ACTIONS(1025), + [anon_sym_enum] = ACTIONS(1025), + [anon_sym_struct] = ACTIONS(1025), + [anon_sym_union] = ACTIONS(1025), + [anon_sym_if] = ACTIONS(1025), + [anon_sym_switch] = ACTIONS(1025), + [anon_sym_case] = ACTIONS(1025), + [anon_sym_default] = ACTIONS(1025), + [anon_sym_while] = ACTIONS(1025), + [anon_sym_do] = ACTIONS(1025), + [anon_sym_for] = ACTIONS(1025), + [anon_sym_return] = ACTIONS(1025), + [anon_sym_break] = ACTIONS(1025), + [anon_sym_continue] = ACTIONS(1025), + [anon_sym_goto] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(1023), + [anon_sym_TILDE] = ACTIONS(1023), + [anon_sym_PLUS] = ACTIONS(1025), + [anon_sym_DASH] = ACTIONS(1025), + [anon_sym_DASH_DASH] = ACTIONS(1023), + [anon_sym_PLUS_PLUS] = ACTIONS(1023), + [anon_sym_sizeof] = ACTIONS(1025), + [sym_number_literal] = ACTIONS(1025), + [sym_char_literal] = ACTIONS(1025), + [sym_string_literal] = ACTIONS(1023), + [sym_identifier] = ACTIONS(1027), + [sym_comment] = ACTIONS(42), }, [900] = { - [sym_compound_statement] = STATE(784), - [sym_labeled_statement] = STATE(784), - [sym_expression_statement] = STATE(784), - [sym_if_statement] = STATE(784), - [sym_switch_statement] = STATE(784), - [sym_case_statement] = STATE(784), - [sym_while_statement] = STATE(784), - [sym_do_statement] = STATE(784), - [sym_for_statement] = STATE(784), - [sym_return_statement] = STATE(784), - [sym_break_statement] = STATE(784), - [sym_continue_statement] = STATE(784), - [sym_goto_statement] = STATE(784), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_switch] = ACTIONS(1766), - [anon_sym_case] = ACTIONS(1768), - [anon_sym_default] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1772), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1774), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1776), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1041), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1041), + [anon_sym_LPAREN] = ACTIONS(1039), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1041), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1041), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1041), + [sym_preproc_directive] = ACTIONS(1043), + [anon_sym_SEMI] = ACTIONS(1039), + [anon_sym_extern] = ACTIONS(1041), + [anon_sym_LBRACE] = ACTIONS(1039), + [anon_sym_RBRACE] = ACTIONS(1039), + [anon_sym_STAR] = ACTIONS(1039), + [anon_sym_typedef] = ACTIONS(1041), + [anon_sym_static] = ACTIONS(1041), + [anon_sym_auto] = ACTIONS(1041), + [anon_sym_register] = ACTIONS(1041), + [anon_sym_const] = ACTIONS(1041), + [anon_sym_restrict] = ACTIONS(1041), + [anon_sym_volatile] = ACTIONS(1041), + [sym_function_specifier] = ACTIONS(1041), + [anon_sym_unsigned] = ACTIONS(1041), + [anon_sym_long] = ACTIONS(1041), + [anon_sym_short] = ACTIONS(1041), + [anon_sym_enum] = ACTIONS(1041), + [anon_sym_struct] = ACTIONS(1041), + [anon_sym_union] = ACTIONS(1041), + [anon_sym_if] = ACTIONS(1041), + [anon_sym_switch] = ACTIONS(1041), + [anon_sym_case] = ACTIONS(1041), + [anon_sym_default] = ACTIONS(1041), + [anon_sym_while] = ACTIONS(1041), + [anon_sym_do] = ACTIONS(1041), + [anon_sym_for] = ACTIONS(1041), + [anon_sym_return] = ACTIONS(1041), + [anon_sym_break] = ACTIONS(1041), + [anon_sym_continue] = ACTIONS(1041), + [anon_sym_goto] = ACTIONS(1041), + [anon_sym_AMP] = ACTIONS(1039), + [anon_sym_BANG] = ACTIONS(1039), + [anon_sym_TILDE] = ACTIONS(1039), + [anon_sym_PLUS] = ACTIONS(1041), + [anon_sym_DASH] = ACTIONS(1041), + [anon_sym_DASH_DASH] = ACTIONS(1039), + [anon_sym_PLUS_PLUS] = ACTIONS(1039), + [anon_sym_sizeof] = ACTIONS(1041), + [sym_number_literal] = ACTIONS(1041), + [sym_char_literal] = ACTIONS(1041), + [sym_string_literal] = ACTIONS(1039), + [sym_identifier] = ACTIONS(1043), + [sym_comment] = ACTIONS(42), }, [901] = { - [sym_compound_statement] = STATE(798), - [sym_labeled_statement] = STATE(798), - [sym_expression_statement] = STATE(798), - [sym_if_statement] = STATE(798), - [sym_switch_statement] = STATE(798), - [sym_case_statement] = STATE(798), - [sym_while_statement] = STATE(798), - [sym_do_statement] = STATE(798), - [sym_for_statement] = STATE(798), - [sym_return_statement] = STATE(798), - [sym_break_statement] = STATE(798), - [sym_continue_statement] = STATE(798), - [sym_goto_statement] = STATE(798), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_switch] = ACTIONS(1766), - [anon_sym_case] = ACTIONS(1768), - [anon_sym_default] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1772), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1774), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1776), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(755), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_initializer_list] = STATE(756), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_COMMA] = ACTIONS(2113), + [anon_sym_RPAREN] = ACTIONS(2113), + [anon_sym_LBRACE] = ACTIONS(556), + [anon_sym_STAR] = ACTIONS(2169), + [anon_sym_LBRACK] = ACTIONS(2113), + [anon_sym_EQ] = ACTIONS(2117), + [anon_sym_QMARK] = ACTIONS(2113), + [anon_sym_STAR_EQ] = ACTIONS(2113), + [anon_sym_SLASH_EQ] = ACTIONS(2113), + [anon_sym_PERCENT_EQ] = ACTIONS(2113), + [anon_sym_PLUS_EQ] = ACTIONS(2113), + [anon_sym_DASH_EQ] = ACTIONS(2113), + [anon_sym_LT_LT_EQ] = ACTIONS(2113), + [anon_sym_GT_GT_EQ] = ACTIONS(2113), + [anon_sym_AMP_EQ] = ACTIONS(2113), + [anon_sym_CARET_EQ] = ACTIONS(2113), + [anon_sym_PIPE_EQ] = ACTIONS(2113), + [anon_sym_AMP] = ACTIONS(2169), + [anon_sym_PIPE_PIPE] = ACTIONS(2113), + [anon_sym_AMP_AMP] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2171), + [anon_sym_PIPE] = ACTIONS(2117), + [anon_sym_CARET] = ACTIONS(2117), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_EQ_EQ] = ACTIONS(2113), + [anon_sym_BANG_EQ] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2117), + [anon_sym_GT] = ACTIONS(2117), + [anon_sym_LT_EQ] = ACTIONS(2113), + [anon_sym_GT_EQ] = ACTIONS(2113), + [anon_sym_LT_LT] = ACTIONS(2117), + [anon_sym_GT_GT] = ACTIONS(2117), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_SLASH] = ACTIONS(2117), + [anon_sym_PERCENT] = ACTIONS(2117), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [anon_sym_DOT] = ACTIONS(2113), + [anon_sym_DASH_GT] = ACTIONS(2113), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [902] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(2214), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1020), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [903] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(927), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(2214), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_preproc_arg] = ACTIONS(2173), + [sym_comment] = ACTIONS(52), }, [904] = { - [sym__expression] = STATE(928), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(2214), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(294), + [anon_sym_LPAREN] = ACTIONS(292), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(294), + [sym_preproc_directive] = ACTIONS(296), + [anon_sym_SEMI] = ACTIONS(292), + [anon_sym_extern] = ACTIONS(294), + [anon_sym_LBRACE] = ACTIONS(292), + [anon_sym_STAR] = ACTIONS(292), + [anon_sym_typedef] = ACTIONS(294), + [anon_sym_static] = ACTIONS(294), + [anon_sym_auto] = ACTIONS(294), + [anon_sym_register] = ACTIONS(294), + [anon_sym_const] = ACTIONS(294), + [anon_sym_restrict] = ACTIONS(294), + [anon_sym_volatile] = ACTIONS(294), + [sym_function_specifier] = ACTIONS(294), + [anon_sym_unsigned] = ACTIONS(294), + [anon_sym_long] = ACTIONS(294), + [anon_sym_short] = ACTIONS(294), + [anon_sym_enum] = ACTIONS(294), + [anon_sym_struct] = ACTIONS(294), + [anon_sym_union] = ACTIONS(294), + [anon_sym_if] = ACTIONS(294), + [anon_sym_switch] = ACTIONS(294), + [anon_sym_case] = ACTIONS(294), + [anon_sym_default] = ACTIONS(294), + [anon_sym_while] = ACTIONS(294), + [anon_sym_do] = ACTIONS(294), + [anon_sym_for] = ACTIONS(294), + [anon_sym_return] = ACTIONS(294), + [anon_sym_break] = ACTIONS(294), + [anon_sym_continue] = ACTIONS(294), + [anon_sym_goto] = ACTIONS(294), + [anon_sym_AMP] = ACTIONS(292), + [anon_sym_BANG] = ACTIONS(292), + [anon_sym_TILDE] = ACTIONS(292), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_DASH_DASH] = ACTIONS(292), + [anon_sym_PLUS_PLUS] = ACTIONS(292), + [anon_sym_sizeof] = ACTIONS(294), + [sym_number_literal] = ACTIONS(294), + [sym_char_literal] = ACTIONS(294), + [sym_string_literal] = ACTIONS(292), + [sym_identifier] = ACTIONS(296), + [sym_comment] = ACTIONS(42), }, [905] = { - [anon_sym_else] = ACTIONS(2216), - [anon_sym_while] = ACTIONS(1910), - [sym_comment] = ACTIONS(123), + [anon_sym_LF] = ACTIONS(2175), + [sym_preproc_arg] = ACTIONS(2177), + [sym_comment] = ACTIONS(52), }, [906] = { - [sym_compound_statement] = STATE(751), - [sym_labeled_statement] = STATE(751), - [sym_expression_statement] = STATE(751), - [sym_if_statement] = STATE(751), - [sym_switch_statement] = STATE(751), - [sym_case_statement] = STATE(751), - [sym_while_statement] = STATE(751), - [sym_do_statement] = STATE(751), - [sym_for_statement] = STATE(751), - [sym_return_statement] = STATE(751), - [sym_break_statement] = STATE(751), - [sym_continue_statement] = STATE(751), - [sym_goto_statement] = STATE(751), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1934), - [anon_sym_switch] = ACTIONS(1936), - [anon_sym_case] = ACTIONS(1938), - [anon_sym_default] = ACTIONS(1940), - [anon_sym_while] = ACTIONS(1942), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1944), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1946), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1627), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1627), + [anon_sym_LPAREN] = ACTIONS(1629), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1627), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1627), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1627), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1627), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1627), + [sym_preproc_directive] = ACTIONS(1631), + [anon_sym_SEMI] = ACTIONS(1629), + [anon_sym_extern] = ACTIONS(1627), + [anon_sym_LBRACE] = ACTIONS(1629), + [anon_sym_STAR] = ACTIONS(1629), + [anon_sym_typedef] = ACTIONS(1627), + [anon_sym_static] = ACTIONS(1627), + [anon_sym_auto] = ACTIONS(1627), + [anon_sym_register] = ACTIONS(1627), + [anon_sym_const] = ACTIONS(1627), + [anon_sym_restrict] = ACTIONS(1627), + [anon_sym_volatile] = ACTIONS(1627), + [sym_function_specifier] = ACTIONS(1627), + [anon_sym_unsigned] = ACTIONS(1627), + [anon_sym_long] = ACTIONS(1627), + [anon_sym_short] = ACTIONS(1627), + [anon_sym_enum] = ACTIONS(1627), + [anon_sym_struct] = ACTIONS(1627), + [anon_sym_union] = ACTIONS(1627), + [anon_sym_if] = ACTIONS(1627), + [anon_sym_switch] = ACTIONS(1627), + [anon_sym_case] = ACTIONS(1627), + [anon_sym_default] = ACTIONS(1627), + [anon_sym_while] = ACTIONS(1627), + [anon_sym_do] = ACTIONS(1627), + [anon_sym_for] = ACTIONS(1627), + [anon_sym_return] = ACTIONS(1627), + [anon_sym_break] = ACTIONS(1627), + [anon_sym_continue] = ACTIONS(1627), + [anon_sym_goto] = ACTIONS(1627), + [anon_sym_AMP] = ACTIONS(1629), + [anon_sym_BANG] = ACTIONS(1629), + [anon_sym_TILDE] = ACTIONS(1629), + [anon_sym_PLUS] = ACTIONS(1627), + [anon_sym_DASH] = ACTIONS(1627), + [anon_sym_DASH_DASH] = ACTIONS(1629), + [anon_sym_PLUS_PLUS] = ACTIONS(1629), + [anon_sym_sizeof] = ACTIONS(1627), + [sym_number_literal] = ACTIONS(1627), + [sym_char_literal] = ACTIONS(1627), + [sym_string_literal] = ACTIONS(1629), + [sym_identifier] = ACTIONS(1631), + [sym_comment] = ACTIONS(42), }, [907] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(931), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(2218), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2179), + [sym_comment] = ACTIONS(42), }, [908] = { - [sym__expression] = STATE(932), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(2218), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(811), + [sym_preproc_def] = STATE(811), + [sym_preproc_function_def] = STATE(811), + [sym_preproc_call] = STATE(811), + [sym_preproc_if_in_compound_statement] = STATE(812), + [sym_preproc_ifdef_in_compound_statement] = STATE(813), + [sym_preproc_else_in_compound_statement] = STATE(1026), + [sym_declaration] = STATE(811), + [sym__declaration_specifiers] = STATE(574), + [sym_compound_statement] = STATE(811), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(811), + [sym_expression_statement] = STATE(811), + [sym_if_statement] = STATE(811), + [sym_switch_statement] = STATE(811), + [sym_case_statement] = STATE(811), + [sym_while_statement] = STATE(811), + [sym_do_statement] = STATE(811), + [sym_for_statement] = STATE(811), + [sym_return_statement] = STATE(811), + [sym_break_statement] = STATE(811), + [sym_continue_statement] = STATE(811), + [sym_goto_statement] = STATE(811), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(811), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1267), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1269), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1271), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2181), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1277), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1279), + [sym_preproc_directive] = ACTIONS(1281), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1309), + [sym_comment] = ACTIONS(42), }, [909] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(2220), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1711), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1713), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1711), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1711), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1711), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1711), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1711), + [sym_preproc_directive] = ACTIONS(1715), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_extern] = ACTIONS(1711), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_STAR] = ACTIONS(1713), + [anon_sym_typedef] = ACTIONS(1711), + [anon_sym_static] = ACTIONS(1711), + [anon_sym_auto] = ACTIONS(1711), + [anon_sym_register] = ACTIONS(1711), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_restrict] = ACTIONS(1711), + [anon_sym_volatile] = ACTIONS(1711), + [sym_function_specifier] = ACTIONS(1711), + [anon_sym_unsigned] = ACTIONS(1711), + [anon_sym_long] = ACTIONS(1711), + [anon_sym_short] = ACTIONS(1711), + [anon_sym_enum] = ACTIONS(1711), + [anon_sym_struct] = ACTIONS(1711), + [anon_sym_union] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_case] = ACTIONS(1711), + [anon_sym_default] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_do] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_continue] = ACTIONS(1711), + [anon_sym_goto] = ACTIONS(1711), + [anon_sym_AMP] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_sizeof] = ACTIONS(1711), + [sym_number_literal] = ACTIONS(1711), + [sym_char_literal] = ACTIONS(1711), + [sym_string_literal] = ACTIONS(1713), + [sym_identifier] = ACTIONS(1715), + [sym_comment] = ACTIONS(42), }, [910] = { - [sym_compound_statement] = STATE(911), - [sym_labeled_statement] = STATE(911), - [sym_expression_statement] = STATE(911), - [sym_if_statement] = STATE(911), - [sym_switch_statement] = STATE(911), - [sym_case_statement] = STATE(911), - [sym_while_statement] = STATE(911), - [sym_do_statement] = STATE(911), - [sym_for_statement] = STATE(911), - [sym_return_statement] = STATE(911), - [sym_break_statement] = STATE(911), - [sym_continue_statement] = STATE(911), - [sym_goto_statement] = STATE(911), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(839), - [anon_sym_switch] = ACTIONS(841), - [anon_sym_case] = ACTIONS(843), - [anon_sym_default] = ACTIONS(845), - [anon_sym_while] = ACTIONS(847), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(849), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(851), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2183), + [sym_comment] = ACTIONS(42), }, [911] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2222), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2222), - [anon_sym_LPAREN] = ACTIONS(2224), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2222), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2222), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2222), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2222), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2222), - [sym_preproc_directive] = ACTIONS(2226), - [anon_sym_SEMI] = ACTIONS(2224), - [anon_sym_extern] = ACTIONS(2222), - [anon_sym_LBRACE] = ACTIONS(2224), - [anon_sym_RBRACE] = ACTIONS(2224), - [anon_sym_STAR] = ACTIONS(2224), - [anon_sym_typedef] = ACTIONS(2222), - [anon_sym_static] = ACTIONS(2222), - [anon_sym_auto] = ACTIONS(2222), - [anon_sym_register] = ACTIONS(2222), - [anon_sym_const] = ACTIONS(2222), - [anon_sym_restrict] = ACTIONS(2222), - [anon_sym_volatile] = ACTIONS(2222), - [sym_function_specifier] = ACTIONS(2222), - [anon_sym_unsigned] = ACTIONS(2222), - [anon_sym_long] = ACTIONS(2222), - [anon_sym_short] = ACTIONS(2222), - [anon_sym_enum] = ACTIONS(2222), - [anon_sym_struct] = ACTIONS(2222), - [anon_sym_union] = ACTIONS(2222), - [anon_sym_if] = ACTIONS(2222), - [anon_sym_else] = ACTIONS(2222), - [anon_sym_switch] = ACTIONS(2222), - [anon_sym_case] = ACTIONS(2222), - [anon_sym_default] = ACTIONS(2222), - [anon_sym_while] = ACTIONS(2222), - [anon_sym_do] = ACTIONS(2222), - [anon_sym_for] = ACTIONS(2222), - [anon_sym_return] = ACTIONS(2222), - [anon_sym_break] = ACTIONS(2222), - [anon_sym_continue] = ACTIONS(2222), - [anon_sym_goto] = ACTIONS(2222), - [anon_sym_AMP] = ACTIONS(2224), - [anon_sym_BANG] = ACTIONS(2224), - [anon_sym_TILDE] = ACTIONS(2224), - [anon_sym_PLUS] = ACTIONS(2222), - [anon_sym_DASH] = ACTIONS(2222), - [anon_sym_DASH_DASH] = ACTIONS(2224), - [anon_sym_PLUS_PLUS] = ACTIONS(2224), - [anon_sym_sizeof] = ACTIONS(2222), - [sym_number_literal] = ACTIONS(2222), - [sym_char_literal] = ACTIONS(2222), - [sym_string_literal] = ACTIONS(2224), - [sym_identifier] = ACTIONS(2226), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(811), + [sym_preproc_def] = STATE(811), + [sym_preproc_function_def] = STATE(811), + [sym_preproc_call] = STATE(811), + [sym_preproc_if_in_compound_statement] = STATE(812), + [sym_preproc_ifdef_in_compound_statement] = STATE(813), + [sym_preproc_else_in_compound_statement] = STATE(1029), + [sym_declaration] = STATE(811), + [sym__declaration_specifiers] = STATE(574), + [sym_compound_statement] = STATE(811), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(811), + [sym_expression_statement] = STATE(811), + [sym_if_statement] = STATE(811), + [sym_switch_statement] = STATE(811), + [sym_case_statement] = STATE(811), + [sym_while_statement] = STATE(811), + [sym_do_statement] = STATE(811), + [sym_for_statement] = STATE(811), + [sym_return_statement] = STATE(811), + [sym_break_statement] = STATE(811), + [sym_continue_statement] = STATE(811), + [sym_goto_statement] = STATE(811), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(811), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1267), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1269), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1271), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2185), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1277), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1279), + [sym_preproc_directive] = ACTIONS(1281), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1309), + [sym_comment] = ACTIONS(42), }, [912] = { - [sym_compound_statement] = STATE(934), - [sym_labeled_statement] = STATE(934), - [sym_expression_statement] = STATE(934), - [sym_if_statement] = STATE(934), - [sym_switch_statement] = STATE(934), - [sym_case_statement] = STATE(934), - [sym_while_statement] = STATE(934), - [sym_do_statement] = STATE(934), - [sym_for_statement] = STATE(934), - [sym_return_statement] = STATE(934), - [sym_break_statement] = STATE(934), - [sym_continue_statement] = STATE(934), - [sym_goto_statement] = STATE(934), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(2040), - [anon_sym_switch] = ACTIONS(2042), - [anon_sym_case] = ACTIONS(2044), - [anon_sym_default] = ACTIONS(2046), - [anon_sym_while] = ACTIONS(2048), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(2050), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(2052), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1721), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1721), + [anon_sym_LPAREN] = ACTIONS(1723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1721), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1721), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1721), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1721), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1721), + [sym_preproc_directive] = ACTIONS(1725), + [anon_sym_SEMI] = ACTIONS(1723), + [anon_sym_extern] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1723), + [anon_sym_STAR] = ACTIONS(1723), + [anon_sym_typedef] = ACTIONS(1721), + [anon_sym_static] = ACTIONS(1721), + [anon_sym_auto] = ACTIONS(1721), + [anon_sym_register] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1721), + [anon_sym_restrict] = ACTIONS(1721), + [anon_sym_volatile] = ACTIONS(1721), + [sym_function_specifier] = ACTIONS(1721), + [anon_sym_unsigned] = ACTIONS(1721), + [anon_sym_long] = ACTIONS(1721), + [anon_sym_short] = ACTIONS(1721), + [anon_sym_enum] = ACTIONS(1721), + [anon_sym_struct] = ACTIONS(1721), + [anon_sym_union] = ACTIONS(1721), + [anon_sym_if] = ACTIONS(1721), + [anon_sym_switch] = ACTIONS(1721), + [anon_sym_case] = ACTIONS(1721), + [anon_sym_default] = ACTIONS(1721), + [anon_sym_while] = ACTIONS(1721), + [anon_sym_do] = ACTIONS(1721), + [anon_sym_for] = ACTIONS(1721), + [anon_sym_return] = ACTIONS(1721), + [anon_sym_break] = ACTIONS(1721), + [anon_sym_continue] = ACTIONS(1721), + [anon_sym_goto] = ACTIONS(1721), + [anon_sym_AMP] = ACTIONS(1723), + [anon_sym_BANG] = ACTIONS(1723), + [anon_sym_TILDE] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1723), + [anon_sym_PLUS_PLUS] = ACTIONS(1723), + [anon_sym_sizeof] = ACTIONS(1721), + [sym_number_literal] = ACTIONS(1721), + [sym_char_literal] = ACTIONS(1721), + [sym_string_literal] = ACTIONS(1723), + [sym_identifier] = ACTIONS(1725), + [sym_comment] = ACTIONS(42), }, [913] = { - [sym_compound_statement] = STATE(689), - [sym_labeled_statement] = STATE(689), - [sym_expression_statement] = STATE(689), - [sym_if_statement] = STATE(689), - [sym_switch_statement] = STATE(689), - [sym_case_statement] = STATE(689), - [sym_while_statement] = STATE(689), - [sym_do_statement] = STATE(689), - [sym_for_statement] = STATE(689), - [sym_return_statement] = STATE(689), - [sym_break_statement] = STATE(689), - [sym_continue_statement] = STATE(689), - [sym_goto_statement] = STATE(689), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(2040), - [anon_sym_switch] = ACTIONS(2042), - [anon_sym_case] = ACTIONS(2044), - [anon_sym_default] = ACTIONS(2046), - [anon_sym_while] = ACTIONS(2048), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(2050), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(2052), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2187), + [sym_comment] = ACTIONS(42), }, [914] = { - [sym_compound_statement] = STATE(692), - [sym_labeled_statement] = STATE(692), - [sym_expression_statement] = STATE(692), - [sym_if_statement] = STATE(692), - [sym_switch_statement] = STATE(692), - [sym_case_statement] = STATE(692), - [sym_while_statement] = STATE(692), - [sym_do_statement] = STATE(692), - [sym_for_statement] = STATE(692), - [sym_return_statement] = STATE(692), - [sym_break_statement] = STATE(692), - [sym_continue_statement] = STATE(692), - [sym_goto_statement] = STATE(692), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(2040), - [anon_sym_switch] = ACTIONS(2042), - [anon_sym_case] = ACTIONS(2044), - [anon_sym_default] = ACTIONS(2046), - [anon_sym_while] = ACTIONS(2048), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(2050), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(2052), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(811), + [sym_preproc_def] = STATE(811), + [sym_preproc_function_def] = STATE(811), + [sym_preproc_call] = STATE(811), + [sym_preproc_if_in_compound_statement] = STATE(812), + [sym_preproc_ifdef_in_compound_statement] = STATE(813), + [sym_preproc_else_in_compound_statement] = STATE(1032), + [sym_declaration] = STATE(811), + [sym__declaration_specifiers] = STATE(574), + [sym_compound_statement] = STATE(811), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(811), + [sym_expression_statement] = STATE(811), + [sym_if_statement] = STATE(811), + [sym_switch_statement] = STATE(811), + [sym_case_statement] = STATE(811), + [sym_while_statement] = STATE(811), + [sym_do_statement] = STATE(811), + [sym_for_statement] = STATE(811), + [sym_return_statement] = STATE(811), + [sym_break_statement] = STATE(811), + [sym_continue_statement] = STATE(811), + [sym_goto_statement] = STATE(811), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(811), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1267), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1269), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1271), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2189), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1277), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1279), + [sym_preproc_directive] = ACTIONS(1281), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1309), + [sym_comment] = ACTIONS(42), }, [915] = { - [sym__expression] = STATE(936), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(2228), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(146), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(146), + [anon_sym_LPAREN] = ACTIONS(144), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(146), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(146), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(146), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(146), + [sym_preproc_directive] = ACTIONS(148), + [anon_sym_SEMI] = ACTIONS(144), + [anon_sym_extern] = ACTIONS(146), + [anon_sym_LBRACE] = ACTIONS(144), + [anon_sym_STAR] = ACTIONS(144), + [anon_sym_typedef] = ACTIONS(146), + [anon_sym_static] = ACTIONS(146), + [anon_sym_auto] = ACTIONS(146), + [anon_sym_register] = ACTIONS(146), + [anon_sym_const] = ACTIONS(146), + [anon_sym_restrict] = ACTIONS(146), + [anon_sym_volatile] = ACTIONS(146), + [sym_function_specifier] = ACTIONS(146), + [anon_sym_unsigned] = ACTIONS(146), + [anon_sym_long] = ACTIONS(146), + [anon_sym_short] = ACTIONS(146), + [anon_sym_enum] = ACTIONS(146), + [anon_sym_struct] = ACTIONS(146), + [anon_sym_union] = ACTIONS(146), + [anon_sym_if] = ACTIONS(146), + [anon_sym_switch] = ACTIONS(146), + [anon_sym_case] = ACTIONS(146), + [anon_sym_default] = ACTIONS(146), + [anon_sym_while] = ACTIONS(146), + [anon_sym_do] = ACTIONS(146), + [anon_sym_for] = ACTIONS(146), + [anon_sym_return] = ACTIONS(146), + [anon_sym_break] = ACTIONS(146), + [anon_sym_continue] = ACTIONS(146), + [anon_sym_goto] = ACTIONS(146), + [anon_sym_AMP] = ACTIONS(144), + [anon_sym_BANG] = ACTIONS(144), + [anon_sym_TILDE] = ACTIONS(144), + [anon_sym_PLUS] = ACTIONS(146), + [anon_sym_DASH] = ACTIONS(146), + [anon_sym_DASH_DASH] = ACTIONS(144), + [anon_sym_PLUS_PLUS] = ACTIONS(144), + [anon_sym_sizeof] = ACTIONS(146), + [sym_number_literal] = ACTIONS(146), + [sym_char_literal] = ACTIONS(146), + [sym_string_literal] = ACTIONS(144), + [sym_identifier] = ACTIONS(148), + [sym_comment] = ACTIONS(42), }, [916] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(2230), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_preproc_params] = STATE(1035), + [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(2191), + [anon_sym_LF] = ACTIONS(2193), + [anon_sym_LPAREN] = ACTIONS(154), + [sym_comment] = ACTIONS(52), }, [917] = { - [sym__expression] = STATE(938), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(2230), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(570), + [sym_preproc_def] = STATE(570), + [sym_preproc_function_def] = STATE(570), + [sym_preproc_call] = STATE(570), + [sym_preproc_if_in_compound_statement] = STATE(571), + [sym_preproc_ifdef_in_compound_statement] = STATE(572), + [sym_preproc_else_in_compound_statement] = STATE(1037), + [sym_declaration] = STATE(570), + [sym__declaration_specifiers] = STATE(574), + [sym_compound_statement] = STATE(570), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(570), + [sym_expression_statement] = STATE(570), + [sym_if_statement] = STATE(570), + [sym_switch_statement] = STATE(570), + [sym_case_statement] = STATE(570), + [sym_while_statement] = STATE(570), + [sym_do_statement] = STATE(570), + [sym_for_statement] = STATE(570), + [sym_return_statement] = STATE(570), + [sym_break_statement] = STATE(570), + [sym_continue_statement] = STATE(570), + [sym_goto_statement] = STATE(570), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(570), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1038), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1267), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1269), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1271), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2195), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1277), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1279), + [sym_preproc_directive] = ACTIONS(1281), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1309), + [sym_comment] = ACTIONS(42), }, [918] = { - [sym_compound_statement] = STATE(880), - [sym_labeled_statement] = STATE(880), - [sym_expression_statement] = STATE(880), - [sym_if_statement] = STATE(880), - [sym_switch_statement] = STATE(880), - [sym_case_statement] = STATE(880), - [sym_while_statement] = STATE(880), - [sym_do_statement] = STATE(880), - [sym_for_statement] = STATE(880), - [sym_return_statement] = STATE(880), - [sym_break_statement] = STATE(880), - [sym_continue_statement] = STATE(880), - [sym_goto_statement] = STATE(880), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1464), - [anon_sym_switch] = ACTIONS(1466), - [anon_sym_case] = ACTIONS(1468), - [anon_sym_default] = ACTIONS(1470), - [anon_sym_while] = ACTIONS(1472), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1474), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1864), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(570), + [sym_preproc_def] = STATE(570), + [sym_preproc_function_def] = STATE(570), + [sym_preproc_call] = STATE(570), + [sym_preproc_if_in_compound_statement] = STATE(571), + [sym_preproc_ifdef_in_compound_statement] = STATE(572), + [sym_preproc_else_in_compound_statement] = STATE(1040), + [sym_declaration] = STATE(570), + [sym__declaration_specifiers] = STATE(574), + [sym_compound_statement] = STATE(570), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(570), + [sym_expression_statement] = STATE(570), + [sym_if_statement] = STATE(570), + [sym_switch_statement] = STATE(570), + [sym_case_statement] = STATE(570), + [sym_while_statement] = STATE(570), + [sym_do_statement] = STATE(570), + [sym_for_statement] = STATE(570), + [sym_return_statement] = STATE(570), + [sym_break_statement] = STATE(570), + [sym_continue_statement] = STATE(570), + [sym_goto_statement] = STATE(570), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(570), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1041), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1267), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1269), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1271), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2197), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1277), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1279), + [sym_preproc_directive] = ACTIONS(1281), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1309), + [sym_comment] = ACTIONS(42), }, [919] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(2232), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(570), + [sym_preproc_def] = STATE(570), + [sym_preproc_function_def] = STATE(570), + [sym_preproc_call] = STATE(570), + [sym_preproc_if_in_compound_statement] = STATE(571), + [sym_preproc_ifdef_in_compound_statement] = STATE(572), + [sym_preproc_else_in_compound_statement] = STATE(1043), + [sym_declaration] = STATE(570), + [sym__declaration_specifiers] = STATE(574), + [sym_compound_statement] = STATE(570), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(570), + [sym_expression_statement] = STATE(570), + [sym_if_statement] = STATE(570), + [sym_switch_statement] = STATE(570), + [sym_case_statement] = STATE(570), + [sym_while_statement] = STATE(570), + [sym_do_statement] = STATE(570), + [sym_for_statement] = STATE(570), + [sym_return_statement] = STATE(570), + [sym_break_statement] = STATE(570), + [sym_continue_statement] = STATE(570), + [sym_goto_statement] = STATE(570), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(570), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1044), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1267), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1269), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1271), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2199), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1277), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1279), + [sym_preproc_directive] = ACTIONS(1281), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1309), + [sym_comment] = ACTIONS(42), }, [920] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1908), - [anon_sym_LPAREN] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1908), - [sym_preproc_directive] = ACTIONS(1912), - [anon_sym_SEMI] = ACTIONS(1910), - [anon_sym_extern] = ACTIONS(1908), - [anon_sym_LBRACE] = ACTIONS(1910), - [anon_sym_STAR] = ACTIONS(1910), - [anon_sym_typedef] = ACTIONS(1908), - [anon_sym_static] = ACTIONS(1908), - [anon_sym_auto] = ACTIONS(1908), - [anon_sym_register] = ACTIONS(1908), - [anon_sym_const] = ACTIONS(1908), - [anon_sym_restrict] = ACTIONS(1908), - [anon_sym_volatile] = ACTIONS(1908), - [sym_function_specifier] = ACTIONS(1908), - [anon_sym_unsigned] = ACTIONS(1908), - [anon_sym_long] = ACTIONS(1908), - [anon_sym_short] = ACTIONS(1908), - [anon_sym_enum] = ACTIONS(1908), - [anon_sym_struct] = ACTIONS(1908), - [anon_sym_union] = ACTIONS(1908), - [anon_sym_if] = ACTIONS(1908), - [anon_sym_else] = ACTIONS(2234), - [anon_sym_switch] = ACTIONS(1908), - [anon_sym_case] = ACTIONS(1908), - [anon_sym_default] = ACTIONS(1908), - [anon_sym_while] = ACTIONS(1908), - [anon_sym_do] = ACTIONS(1908), - [anon_sym_for] = ACTIONS(1908), - [anon_sym_return] = ACTIONS(1908), - [anon_sym_break] = ACTIONS(1908), - [anon_sym_continue] = ACTIONS(1908), - [anon_sym_goto] = ACTIONS(1908), - [anon_sym_AMP] = ACTIONS(1910), - [anon_sym_BANG] = ACTIONS(1910), - [anon_sym_TILDE] = ACTIONS(1910), - [anon_sym_PLUS] = ACTIONS(1908), - [anon_sym_DASH] = ACTIONS(1908), - [anon_sym_DASH_DASH] = ACTIONS(1910), - [anon_sym_PLUS_PLUS] = ACTIONS(1910), - [anon_sym_sizeof] = ACTIONS(1908), - [sym_number_literal] = ACTIONS(1908), - [sym_char_literal] = ACTIONS(1908), - [sym_string_literal] = ACTIONS(1910), - [sym_identifier] = ACTIONS(1912), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(180), + [anon_sym_LPAREN] = ACTIONS(178), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(180), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(180), + [sym_preproc_directive] = ACTIONS(182), + [anon_sym_SEMI] = ACTIONS(178), + [anon_sym_extern] = ACTIONS(180), + [anon_sym_LBRACE] = ACTIONS(178), + [anon_sym_STAR] = ACTIONS(178), + [anon_sym_typedef] = ACTIONS(180), + [anon_sym_static] = ACTIONS(180), + [anon_sym_auto] = ACTIONS(180), + [anon_sym_register] = ACTIONS(180), + [anon_sym_const] = ACTIONS(180), + [anon_sym_restrict] = ACTIONS(180), + [anon_sym_volatile] = ACTIONS(180), + [sym_function_specifier] = ACTIONS(180), + [anon_sym_unsigned] = ACTIONS(180), + [anon_sym_long] = ACTIONS(180), + [anon_sym_short] = ACTIONS(180), + [anon_sym_enum] = ACTIONS(180), + [anon_sym_struct] = ACTIONS(180), + [anon_sym_union] = ACTIONS(180), + [anon_sym_if] = ACTIONS(180), + [anon_sym_switch] = ACTIONS(180), + [anon_sym_case] = ACTIONS(180), + [anon_sym_default] = ACTIONS(180), + [anon_sym_while] = ACTIONS(180), + [anon_sym_do] = ACTIONS(180), + [anon_sym_for] = ACTIONS(180), + [anon_sym_return] = ACTIONS(180), + [anon_sym_break] = ACTIONS(180), + [anon_sym_continue] = ACTIONS(180), + [anon_sym_goto] = ACTIONS(180), + [anon_sym_AMP] = ACTIONS(178), + [anon_sym_BANG] = ACTIONS(178), + [anon_sym_TILDE] = ACTIONS(178), + [anon_sym_PLUS] = ACTIONS(180), + [anon_sym_DASH] = ACTIONS(180), + [anon_sym_DASH_DASH] = ACTIONS(178), + [anon_sym_PLUS_PLUS] = ACTIONS(178), + [anon_sym_sizeof] = ACTIONS(180), + [sym_number_literal] = ACTIONS(180), + [sym_char_literal] = ACTIONS(180), + [sym_string_literal] = ACTIONS(178), + [sym_identifier] = ACTIONS(182), + [sym_comment] = ACTIONS(42), }, [921] = { - [sym_compound_statement] = STATE(751), - [sym_labeled_statement] = STATE(751), - [sym_expression_statement] = STATE(751), - [sym_if_statement] = STATE(751), - [sym_switch_statement] = STATE(751), - [sym_case_statement] = STATE(751), - [sym_while_statement] = STATE(751), - [sym_do_statement] = STATE(751), - [sym_for_statement] = STATE(751), - [sym_return_statement] = STATE(751), - [sym_break_statement] = STATE(751), - [sym_continue_statement] = STATE(751), - [sym_goto_statement] = STATE(751), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1976), - [anon_sym_switch] = ACTIONS(1978), - [anon_sym_case] = ACTIONS(1980), - [anon_sym_default] = ACTIONS(1982), - [anon_sym_while] = ACTIONS(1984), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1986), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1988), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(814), + [anon_sym_LPAREN] = ACTIONS(812), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(814), + [sym_preproc_directive] = ACTIONS(816), + [anon_sym_SEMI] = ACTIONS(812), + [anon_sym_extern] = ACTIONS(814), + [anon_sym_LBRACE] = ACTIONS(812), + [anon_sym_STAR] = ACTIONS(812), + [anon_sym_typedef] = ACTIONS(814), + [anon_sym_static] = ACTIONS(814), + [anon_sym_auto] = ACTIONS(814), + [anon_sym_register] = ACTIONS(814), + [anon_sym_const] = ACTIONS(814), + [anon_sym_restrict] = ACTIONS(814), + [anon_sym_volatile] = ACTIONS(814), + [sym_function_specifier] = ACTIONS(814), + [anon_sym_unsigned] = ACTIONS(814), + [anon_sym_long] = ACTIONS(814), + [anon_sym_short] = ACTIONS(814), + [anon_sym_enum] = ACTIONS(814), + [anon_sym_struct] = ACTIONS(814), + [anon_sym_union] = ACTIONS(814), + [anon_sym_if] = ACTIONS(814), + [anon_sym_switch] = ACTIONS(814), + [anon_sym_case] = ACTIONS(814), + [anon_sym_default] = ACTIONS(814), + [anon_sym_while] = ACTIONS(814), + [anon_sym_do] = ACTIONS(814), + [anon_sym_for] = ACTIONS(814), + [anon_sym_return] = ACTIONS(814), + [anon_sym_break] = ACTIONS(814), + [anon_sym_continue] = ACTIONS(814), + [anon_sym_goto] = ACTIONS(814), + [anon_sym_AMP] = ACTIONS(812), + [anon_sym_BANG] = ACTIONS(812), + [anon_sym_TILDE] = ACTIONS(812), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_DASH_DASH] = ACTIONS(812), + [anon_sym_PLUS_PLUS] = ACTIONS(812), + [anon_sym_sizeof] = ACTIONS(814), + [sym_number_literal] = ACTIONS(814), + [sym_char_literal] = ACTIONS(814), + [sym_string_literal] = ACTIONS(812), + [sym_identifier] = ACTIONS(816), + [sym_comment] = ACTIONS(42), }, [922] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(942), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(2236), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(394), + [sym_preproc_def] = STATE(394), + [sym_preproc_function_def] = STATE(394), + [sym_preproc_call] = STATE(394), + [sym_preproc_if_in_compound_statement] = STATE(395), + [sym_preproc_ifdef_in_compound_statement] = STATE(396), + [sym_declaration] = STATE(394), + [sym__declaration_specifiers] = STATE(212), + [sym_compound_statement] = STATE(394), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(394), + [sym_expression_statement] = STATE(394), + [sym_if_statement] = STATE(394), + [sym_switch_statement] = STATE(394), + [sym_case_statement] = STATE(394), + [sym_while_statement] = STATE(394), + [sym_do_statement] = STATE(394), + [sym_for_statement] = STATE(394), + [sym_return_statement] = STATE(394), + [sym_break_statement] = STATE(394), + [sym_continue_statement] = STATE(394), + [sym_goto_statement] = STATE(394), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(394), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(470), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(472), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(476), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(478), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(480), + [sym_preproc_directive] = ACTIONS(482), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_RBRACE] = ACTIONS(2201), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(528), + [sym_comment] = ACTIONS(42), }, [923] = { - [sym__expression] = STATE(943), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(2236), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1046), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [924] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(2238), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1047), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [925] = { - [sym_compound_statement] = STATE(911), - [sym_labeled_statement] = STATE(911), - [sym_expression_statement] = STATE(911), - [sym_if_statement] = STATE(911), - [sym_switch_statement] = STATE(911), - [sym_case_statement] = STATE(911), - [sym_while_statement] = STATE(911), - [sym_do_statement] = STATE(911), - [sym_for_statement] = STATE(911), - [sym_return_statement] = STATE(911), - [sym_break_statement] = STATE(911), - [sym_continue_statement] = STATE(911), - [sym_goto_statement] = STATE(911), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1195), - [anon_sym_switch] = ACTIONS(1197), - [anon_sym_case] = ACTIONS(1199), - [anon_sym_default] = ACTIONS(1201), - [anon_sym_while] = ACTIONS(1203), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1205), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1718), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1339), + [anon_sym_COLON] = ACTIONS(2203), + [anon_sym_QMARK] = ACTIONS(1343), + [anon_sym_STAR_EQ] = ACTIONS(1345), + [anon_sym_SLASH_EQ] = ACTIONS(1345), + [anon_sym_PERCENT_EQ] = ACTIONS(1345), + [anon_sym_PLUS_EQ] = ACTIONS(1345), + [anon_sym_DASH_EQ] = ACTIONS(1345), + [anon_sym_LT_LT_EQ] = ACTIONS(1345), + [anon_sym_GT_GT_EQ] = ACTIONS(1345), + [anon_sym_AMP_EQ] = ACTIONS(1345), + [anon_sym_CARET_EQ] = ACTIONS(1345), + [anon_sym_PIPE_EQ] = ACTIONS(1345), + [anon_sym_AMP] = ACTIONS(1347), + [anon_sym_PIPE_PIPE] = ACTIONS(1349), + [anon_sym_AMP_AMP] = ACTIONS(1351), + [anon_sym_PIPE] = ACTIONS(1353), + [anon_sym_CARET] = ACTIONS(1355), + [anon_sym_EQ_EQ] = ACTIONS(1357), + [anon_sym_BANG_EQ] = ACTIONS(1357), + [anon_sym_LT] = ACTIONS(1359), + [anon_sym_GT] = ACTIONS(1359), + [anon_sym_LT_EQ] = ACTIONS(1361), + [anon_sym_GT_EQ] = ACTIONS(1361), + [anon_sym_LT_LT] = ACTIONS(1363), + [anon_sym_GT_GT] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1365), + [anon_sym_SLASH] = ACTIONS(1337), + [anon_sym_PERCENT] = ACTIONS(1337), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [926] = { - [sym_compound_statement] = STATE(842), - [sym_labeled_statement] = STATE(842), - [sym_expression_statement] = STATE(842), - [sym_if_statement] = STATE(842), - [sym_switch_statement] = STATE(842), - [sym_case_statement] = STATE(842), - [sym_while_statement] = STATE(842), - [sym_do_statement] = STATE(842), - [sym_for_statement] = STATE(842), - [sym_return_statement] = STATE(842), - [sym_break_statement] = STATE(842), - [sym_continue_statement] = STATE(842), - [sym_goto_statement] = STATE(842), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_switch] = ACTIONS(1766), - [anon_sym_case] = ACTIONS(1768), - [anon_sym_default] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1772), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1774), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1776), - [sym_comment] = ACTIONS(123), + [sym_declaration] = STATE(1050), + [sym__declaration_specifiers] = STATE(1051), + [sym_compound_statement] = STATE(1050), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(1050), + [sym_expression_statement] = STATE(1050), + [sym_if_statement] = STATE(1050), + [sym_switch_statement] = STATE(1050), + [sym_case_statement] = STATE(1050), + [sym_while_statement] = STATE(1050), + [sym_do_statement] = STATE(1050), + [sym_for_statement] = STATE(1050), + [sym_return_statement] = STATE(1050), + [sym_break_statement] = STATE(1050), + [sym_continue_statement] = STATE(1050), + [sym_goto_statement] = STATE(1050), + [sym__expression] = STATE(786), + [sym_comma_expression] = STATE(787), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(1651), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(1653), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(1655), + [anon_sym_switch] = ACTIONS(1657), + [anon_sym_case] = ACTIONS(1659), + [anon_sym_default] = ACTIONS(1661), + [anon_sym_while] = ACTIONS(1663), + [anon_sym_do] = ACTIONS(1665), + [anon_sym_for] = ACTIONS(1667), + [anon_sym_return] = ACTIONS(1669), + [anon_sym_break] = ACTIONS(1671), + [anon_sym_continue] = ACTIONS(1673), + [anon_sym_goto] = ACTIONS(1675), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2205), + [sym_comment] = ACTIONS(42), }, [927] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(2240), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1052), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [928] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(946), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(2240), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_while] = ACTIONS(2207), + [sym_comment] = ACTIONS(42), }, [929] = { - [sym_compound_statement] = STATE(784), - [sym_labeled_statement] = STATE(784), - [sym_expression_statement] = STATE(784), - [sym_if_statement] = STATE(784), - [sym_switch_statement] = STATE(784), - [sym_case_statement] = STATE(784), - [sym_while_statement] = STATE(784), - [sym_do_statement] = STATE(784), - [sym_for_statement] = STATE(784), - [sym_return_statement] = STATE(784), - [sym_break_statement] = STATE(784), - [sym_continue_statement] = STATE(784), - [sym_goto_statement] = STATE(784), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1934), - [anon_sym_switch] = ACTIONS(1936), - [anon_sym_case] = ACTIONS(1938), - [anon_sym_default] = ACTIONS(1940), - [anon_sym_while] = ACTIONS(1942), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1944), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1946), - [sym_comment] = ACTIONS(123), + [sym_declaration] = STATE(1054), + [sym__declaration_specifiers] = STATE(623), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__expression] = STATE(1055), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(2209), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1385), + [sym_comment] = ACTIONS(42), }, [930] = { - [sym_compound_statement] = STATE(798), - [sym_labeled_statement] = STATE(798), - [sym_expression_statement] = STATE(798), - [sym_if_statement] = STATE(798), - [sym_switch_statement] = STATE(798), - [sym_case_statement] = STATE(798), - [sym_while_statement] = STATE(798), - [sym_do_statement] = STATE(798), - [sym_for_statement] = STATE(798), - [sym_return_statement] = STATE(798), - [sym_break_statement] = STATE(798), - [sym_continue_statement] = STATE(798), - [sym_goto_statement] = STATE(798), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1934), - [anon_sym_switch] = ACTIONS(1936), - [anon_sym_case] = ACTIONS(1938), - [anon_sym_default] = ACTIONS(1940), - [anon_sym_while] = ACTIONS(1942), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1944), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1946), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1387), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1387), + [anon_sym_LPAREN] = ACTIONS(1389), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1387), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1387), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1387), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1387), + [sym_preproc_directive] = ACTIONS(1391), + [anon_sym_SEMI] = ACTIONS(1389), + [anon_sym_extern] = ACTIONS(1387), + [anon_sym_LBRACE] = ACTIONS(1389), + [anon_sym_STAR] = ACTIONS(1389), + [anon_sym_typedef] = ACTIONS(1387), + [anon_sym_static] = ACTIONS(1387), + [anon_sym_auto] = ACTIONS(1387), + [anon_sym_register] = ACTIONS(1387), + [anon_sym_const] = ACTIONS(1387), + [anon_sym_restrict] = ACTIONS(1387), + [anon_sym_volatile] = ACTIONS(1387), + [sym_function_specifier] = ACTIONS(1387), + [anon_sym_unsigned] = ACTIONS(1387), + [anon_sym_long] = ACTIONS(1387), + [anon_sym_short] = ACTIONS(1387), + [anon_sym_enum] = ACTIONS(1387), + [anon_sym_struct] = ACTIONS(1387), + [anon_sym_union] = ACTIONS(1387), + [anon_sym_if] = ACTIONS(1387), + [anon_sym_switch] = ACTIONS(1387), + [anon_sym_case] = ACTIONS(1387), + [anon_sym_default] = ACTIONS(1387), + [anon_sym_while] = ACTIONS(1387), + [anon_sym_do] = ACTIONS(1387), + [anon_sym_for] = ACTIONS(1387), + [anon_sym_return] = ACTIONS(1387), + [anon_sym_break] = ACTIONS(1387), + [anon_sym_continue] = ACTIONS(1387), + [anon_sym_goto] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_BANG] = ACTIONS(1389), + [anon_sym_TILDE] = ACTIONS(1389), + [anon_sym_PLUS] = ACTIONS(1387), + [anon_sym_DASH] = ACTIONS(1387), + [anon_sym_DASH_DASH] = ACTIONS(1389), + [anon_sym_PLUS_PLUS] = ACTIONS(1389), + [anon_sym_sizeof] = ACTIONS(1387), + [sym_number_literal] = ACTIONS(1387), + [sym_char_literal] = ACTIONS(1387), + [sym_string_literal] = ACTIONS(1389), + [sym_identifier] = ACTIONS(1391), + [sym_comment] = ACTIONS(42), }, [931] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(2242), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2211), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [932] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(948), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(2242), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1395), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1395), + [anon_sym_LPAREN] = ACTIONS(1397), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1395), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1395), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1395), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1395), + [sym_preproc_directive] = ACTIONS(1399), + [anon_sym_SEMI] = ACTIONS(1397), + [anon_sym_extern] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1397), + [anon_sym_STAR] = ACTIONS(1397), + [anon_sym_typedef] = ACTIONS(1395), + [anon_sym_static] = ACTIONS(1395), + [anon_sym_auto] = ACTIONS(1395), + [anon_sym_register] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [anon_sym_restrict] = ACTIONS(1395), + [anon_sym_volatile] = ACTIONS(1395), + [sym_function_specifier] = ACTIONS(1395), + [anon_sym_unsigned] = ACTIONS(1395), + [anon_sym_long] = ACTIONS(1395), + [anon_sym_short] = ACTIONS(1395), + [anon_sym_enum] = ACTIONS(1395), + [anon_sym_struct] = ACTIONS(1395), + [anon_sym_union] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_switch] = ACTIONS(1395), + [anon_sym_case] = ACTIONS(1395), + [anon_sym_default] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_goto] = ACTIONS(1395), + [anon_sym_AMP] = ACTIONS(1397), + [anon_sym_BANG] = ACTIONS(1397), + [anon_sym_TILDE] = ACTIONS(1397), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_DASH_DASH] = ACTIONS(1397), + [anon_sym_PLUS_PLUS] = ACTIONS(1397), + [anon_sym_sizeof] = ACTIONS(1395), + [sym_number_literal] = ACTIONS(1395), + [sym_char_literal] = ACTIONS(1395), + [sym_string_literal] = ACTIONS(1397), + [sym_identifier] = ACTIONS(1399), + [sym_comment] = ACTIONS(42), }, [933] = { - [sym__expression] = STATE(949), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(2242), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1401), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1401), + [anon_sym_LPAREN] = ACTIONS(1403), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1401), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1401), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1401), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1401), + [sym_preproc_directive] = ACTIONS(1405), + [anon_sym_SEMI] = ACTIONS(1403), + [anon_sym_extern] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_STAR] = ACTIONS(1403), + [anon_sym_typedef] = ACTIONS(1401), + [anon_sym_static] = ACTIONS(1401), + [anon_sym_auto] = ACTIONS(1401), + [anon_sym_register] = ACTIONS(1401), + [anon_sym_const] = ACTIONS(1401), + [anon_sym_restrict] = ACTIONS(1401), + [anon_sym_volatile] = ACTIONS(1401), + [sym_function_specifier] = ACTIONS(1401), + [anon_sym_unsigned] = ACTIONS(1401), + [anon_sym_long] = ACTIONS(1401), + [anon_sym_short] = ACTIONS(1401), + [anon_sym_enum] = ACTIONS(1401), + [anon_sym_struct] = ACTIONS(1401), + [anon_sym_union] = ACTIONS(1401), + [anon_sym_if] = ACTIONS(1401), + [anon_sym_switch] = ACTIONS(1401), + [anon_sym_case] = ACTIONS(1401), + [anon_sym_default] = ACTIONS(1401), + [anon_sym_while] = ACTIONS(1401), + [anon_sym_do] = ACTIONS(1401), + [anon_sym_for] = ACTIONS(1401), + [anon_sym_return] = ACTIONS(1401), + [anon_sym_break] = ACTIONS(1401), + [anon_sym_continue] = ACTIONS(1401), + [anon_sym_goto] = ACTIONS(1401), + [anon_sym_AMP] = ACTIONS(1403), + [anon_sym_BANG] = ACTIONS(1403), + [anon_sym_TILDE] = ACTIONS(1403), + [anon_sym_PLUS] = ACTIONS(1401), + [anon_sym_DASH] = ACTIONS(1401), + [anon_sym_DASH_DASH] = ACTIONS(1403), + [anon_sym_PLUS_PLUS] = ACTIONS(1403), + [anon_sym_sizeof] = ACTIONS(1401), + [sym_number_literal] = ACTIONS(1401), + [sym_char_literal] = ACTIONS(1401), + [sym_string_literal] = ACTIONS(1403), + [sym_identifier] = ACTIONS(1405), + [sym_comment] = ACTIONS(42), }, [934] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1908), - [anon_sym_LPAREN] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1908), - [sym_preproc_directive] = ACTIONS(1912), - [anon_sym_SEMI] = ACTIONS(1910), - [anon_sym_extern] = ACTIONS(1908), - [anon_sym_LBRACE] = ACTIONS(1910), - [anon_sym_STAR] = ACTIONS(1910), - [anon_sym_typedef] = ACTIONS(1908), - [anon_sym_static] = ACTIONS(1908), - [anon_sym_auto] = ACTIONS(1908), - [anon_sym_register] = ACTIONS(1908), - [anon_sym_const] = ACTIONS(1908), - [anon_sym_restrict] = ACTIONS(1908), - [anon_sym_volatile] = ACTIONS(1908), - [sym_function_specifier] = ACTIONS(1908), - [anon_sym_unsigned] = ACTIONS(1908), - [anon_sym_long] = ACTIONS(1908), - [anon_sym_short] = ACTIONS(1908), - [anon_sym_enum] = ACTIONS(1908), - [anon_sym_struct] = ACTIONS(1908), - [anon_sym_union] = ACTIONS(1908), - [anon_sym_if] = ACTIONS(1908), - [anon_sym_else] = ACTIONS(2244), - [anon_sym_switch] = ACTIONS(1908), - [anon_sym_case] = ACTIONS(1908), - [anon_sym_default] = ACTIONS(1908), - [anon_sym_while] = ACTIONS(1908), - [anon_sym_do] = ACTIONS(1908), - [anon_sym_for] = ACTIONS(1908), - [anon_sym_return] = ACTIONS(1908), - [anon_sym_break] = ACTIONS(1908), - [anon_sym_continue] = ACTIONS(1908), - [anon_sym_goto] = ACTIONS(1908), - [anon_sym_AMP] = ACTIONS(1910), - [anon_sym_BANG] = ACTIONS(1910), - [anon_sym_TILDE] = ACTIONS(1910), - [anon_sym_PLUS] = ACTIONS(1908), - [anon_sym_DASH] = ACTIONS(1908), - [anon_sym_DASH_DASH] = ACTIONS(1910), - [anon_sym_PLUS_PLUS] = ACTIONS(1910), - [anon_sym_sizeof] = ACTIONS(1908), - [sym_number_literal] = ACTIONS(1908), - [sym_char_literal] = ACTIONS(1908), - [sym_string_literal] = ACTIONS(1910), - [sym_identifier] = ACTIONS(1912), - [sym_comment] = ACTIONS(123), + [anon_sym_SEMI] = ACTIONS(2213), + [sym_comment] = ACTIONS(42), }, [935] = { - [sym_compound_statement] = STATE(751), - [sym_labeled_statement] = STATE(751), - [sym_expression_statement] = STATE(751), - [sym_if_statement] = STATE(751), - [sym_switch_statement] = STATE(751), - [sym_case_statement] = STATE(751), - [sym_while_statement] = STATE(751), - [sym_do_statement] = STATE(751), - [sym_for_statement] = STATE(751), - [sym_return_statement] = STATE(751), - [sym_break_statement] = STATE(751), - [sym_continue_statement] = STATE(751), - [sym_goto_statement] = STATE(751), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(2040), - [anon_sym_switch] = ACTIONS(2042), - [anon_sym_case] = ACTIONS(2044), - [anon_sym_default] = ACTIONS(2046), - [anon_sym_while] = ACTIONS(2048), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(2050), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(2052), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1059), + [sym_labeled_statement] = STATE(1059), + [sym_expression_statement] = STATE(1059), + [sym_if_statement] = STATE(1059), + [sym_switch_statement] = STATE(1059), + [sym_case_statement] = STATE(1059), + [sym_while_statement] = STATE(1059), + [sym_do_statement] = STATE(1059), + [sym_for_statement] = STATE(1059), + [sym_return_statement] = STATE(1059), + [sym_break_statement] = STATE(1059), + [sym_continue_statement] = STATE(1059), + [sym_goto_statement] = STATE(1059), + [sym__expression] = STATE(786), + [sym_comma_expression] = STATE(787), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(1651), + [anon_sym_LBRACE] = ACTIONS(1653), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(1655), + [anon_sym_switch] = ACTIONS(1657), + [anon_sym_case] = ACTIONS(1659), + [anon_sym_default] = ACTIONS(1661), + [anon_sym_while] = ACTIONS(1663), + [anon_sym_do] = ACTIONS(1665), + [anon_sym_for] = ACTIONS(1667), + [anon_sym_return] = ACTIONS(1669), + [anon_sym_break] = ACTIONS(1671), + [anon_sym_continue] = ACTIONS(1673), + [anon_sym_goto] = ACTIONS(1675), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2215), + [sym_comment] = ACTIONS(42), }, [936] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(952), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(2246), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(238), + [anon_sym_LPAREN] = ACTIONS(236), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(238), + [sym_preproc_directive] = ACTIONS(240), + [anon_sym_SEMI] = ACTIONS(236), + [anon_sym_extern] = ACTIONS(238), + [anon_sym_LBRACE] = ACTIONS(236), + [anon_sym_STAR] = ACTIONS(236), + [anon_sym_typedef] = ACTIONS(238), + [anon_sym_static] = ACTIONS(238), + [anon_sym_auto] = ACTIONS(238), + [anon_sym_register] = ACTIONS(238), + [anon_sym_const] = ACTIONS(238), + [anon_sym_restrict] = ACTIONS(238), + [anon_sym_volatile] = ACTIONS(238), + [sym_function_specifier] = ACTIONS(238), + [anon_sym_unsigned] = ACTIONS(238), + [anon_sym_long] = ACTIONS(238), + [anon_sym_short] = ACTIONS(238), + [anon_sym_enum] = ACTIONS(238), + [anon_sym_struct] = ACTIONS(238), + [anon_sym_union] = ACTIONS(238), + [anon_sym_if] = ACTIONS(238), + [anon_sym_switch] = ACTIONS(238), + [anon_sym_case] = ACTIONS(238), + [anon_sym_default] = ACTIONS(238), + [anon_sym_while] = ACTIONS(238), + [anon_sym_do] = ACTIONS(238), + [anon_sym_for] = ACTIONS(238), + [anon_sym_return] = ACTIONS(238), + [anon_sym_break] = ACTIONS(238), + [anon_sym_continue] = ACTIONS(238), + [anon_sym_goto] = ACTIONS(238), + [anon_sym_AMP] = ACTIONS(236), + [anon_sym_BANG] = ACTIONS(236), + [anon_sym_TILDE] = ACTIONS(236), + [anon_sym_PLUS] = ACTIONS(238), + [anon_sym_DASH] = ACTIONS(238), + [anon_sym_DASH_DASH] = ACTIONS(236), + [anon_sym_PLUS_PLUS] = ACTIONS(236), + [anon_sym_sizeof] = ACTIONS(238), + [sym_number_literal] = ACTIONS(238), + [sym_char_literal] = ACTIONS(238), + [sym_string_literal] = ACTIONS(236), + [sym_identifier] = ACTIONS(240), + [sym_comment] = ACTIONS(42), }, [937] = { - [sym__expression] = STATE(953), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(2246), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_parameter_list] = STATE(110), + [aux_sym_declaration_repeat1] = STATE(1061), + [anon_sym_LPAREN] = ACTIONS(244), + [anon_sym_COMMA] = ACTIONS(246), + [anon_sym_SEMI] = ACTIONS(2217), + [anon_sym_LBRACK] = ACTIONS(252), + [anon_sym_EQ] = ACTIONS(254), + [sym_comment] = ACTIONS(42), }, [938] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(2248), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_declaration_repeat1] = STATE(1061), + [anon_sym_COMMA] = ACTIONS(246), + [anon_sym_SEMI] = ACTIONS(2217), + [sym_comment] = ACTIONS(42), }, [939] = { - [sym_compound_statement] = STATE(911), - [sym_labeled_statement] = STATE(911), - [sym_expression_statement] = STATE(911), - [sym_if_statement] = STATE(911), - [sym_switch_statement] = STATE(911), - [sym_case_statement] = STATE(911), - [sym_while_statement] = STATE(911), - [sym_do_statement] = STATE(911), - [sym_for_statement] = STATE(911), - [sym_return_statement] = STATE(911), - [sym_break_statement] = STATE(911), - [sym_continue_statement] = STATE(911), - [sym_goto_statement] = STATE(911), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1464), - [anon_sym_switch] = ACTIONS(1466), - [anon_sym_case] = ACTIONS(1468), - [anon_sym_default] = ACTIONS(1470), - [anon_sym_while] = ACTIONS(1472), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1474), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1864), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1441), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1441), + [anon_sym_LPAREN] = ACTIONS(1443), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1441), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1441), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1441), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1441), + [sym_preproc_directive] = ACTIONS(1445), + [anon_sym_SEMI] = ACTIONS(1443), + [anon_sym_extern] = ACTIONS(1441), + [anon_sym_LBRACE] = ACTIONS(1443), + [anon_sym_STAR] = ACTIONS(1443), + [anon_sym_typedef] = ACTIONS(1441), + [anon_sym_static] = ACTIONS(1441), + [anon_sym_auto] = ACTIONS(1441), + [anon_sym_register] = ACTIONS(1441), + [anon_sym_const] = ACTIONS(1441), + [anon_sym_restrict] = ACTIONS(1441), + [anon_sym_volatile] = ACTIONS(1441), + [sym_function_specifier] = ACTIONS(1441), + [anon_sym_unsigned] = ACTIONS(1441), + [anon_sym_long] = ACTIONS(1441), + [anon_sym_short] = ACTIONS(1441), + [anon_sym_enum] = ACTIONS(1441), + [anon_sym_struct] = ACTIONS(1441), + [anon_sym_union] = ACTIONS(1441), + [anon_sym_if] = ACTIONS(1441), + [anon_sym_switch] = ACTIONS(1441), + [anon_sym_case] = ACTIONS(1441), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1441), + [anon_sym_do] = ACTIONS(1441), + [anon_sym_for] = ACTIONS(1441), + [anon_sym_return] = ACTIONS(1441), + [anon_sym_break] = ACTIONS(1441), + [anon_sym_continue] = ACTIONS(1441), + [anon_sym_goto] = ACTIONS(1441), + [anon_sym_AMP] = ACTIONS(1443), + [anon_sym_BANG] = ACTIONS(1443), + [anon_sym_TILDE] = ACTIONS(1443), + [anon_sym_PLUS] = ACTIONS(1441), + [anon_sym_DASH] = ACTIONS(1441), + [anon_sym_DASH_DASH] = ACTIONS(1443), + [anon_sym_PLUS_PLUS] = ACTIONS(1443), + [anon_sym_sizeof] = ACTIONS(1441), + [sym_number_literal] = ACTIONS(1441), + [sym_char_literal] = ACTIONS(1441), + [sym_string_literal] = ACTIONS(1443), + [sym_identifier] = ACTIONS(1445), + [sym_comment] = ACTIONS(42), }, [940] = { - [sym_compound_statement] = STATE(784), - [sym_labeled_statement] = STATE(784), - [sym_expression_statement] = STATE(784), - [sym_if_statement] = STATE(784), - [sym_switch_statement] = STATE(784), - [sym_case_statement] = STATE(784), - [sym_while_statement] = STATE(784), - [sym_do_statement] = STATE(784), - [sym_for_statement] = STATE(784), - [sym_return_statement] = STATE(784), - [sym_break_statement] = STATE(784), - [sym_continue_statement] = STATE(784), - [sym_goto_statement] = STATE(784), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1976), - [anon_sym_switch] = ACTIONS(1978), - [anon_sym_case] = ACTIONS(1980), - [anon_sym_default] = ACTIONS(1982), - [anon_sym_while] = ACTIONS(1984), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1986), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1988), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1459), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1459), + [anon_sym_LPAREN] = ACTIONS(1461), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1459), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1459), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1459), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1459), + [sym_preproc_directive] = ACTIONS(1463), + [anon_sym_SEMI] = ACTIONS(1461), + [anon_sym_extern] = ACTIONS(1459), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_STAR] = ACTIONS(1461), + [anon_sym_typedef] = ACTIONS(1459), + [anon_sym_static] = ACTIONS(1459), + [anon_sym_auto] = ACTIONS(1459), + [anon_sym_register] = ACTIONS(1459), + [anon_sym_const] = ACTIONS(1459), + [anon_sym_restrict] = ACTIONS(1459), + [anon_sym_volatile] = ACTIONS(1459), + [sym_function_specifier] = ACTIONS(1459), + [anon_sym_unsigned] = ACTIONS(1459), + [anon_sym_long] = ACTIONS(1459), + [anon_sym_short] = ACTIONS(1459), + [anon_sym_enum] = ACTIONS(1459), + [anon_sym_struct] = ACTIONS(1459), + [anon_sym_union] = ACTIONS(1459), + [anon_sym_if] = ACTIONS(1459), + [anon_sym_switch] = ACTIONS(1459), + [anon_sym_case] = ACTIONS(1459), + [anon_sym_default] = ACTIONS(1459), + [anon_sym_while] = ACTIONS(1459), + [anon_sym_do] = ACTIONS(1459), + [anon_sym_for] = ACTIONS(1459), + [anon_sym_return] = ACTIONS(1459), + [anon_sym_break] = ACTIONS(1459), + [anon_sym_continue] = ACTIONS(1459), + [anon_sym_goto] = ACTIONS(1459), + [anon_sym_AMP] = ACTIONS(1461), + [anon_sym_BANG] = ACTIONS(1461), + [anon_sym_TILDE] = ACTIONS(1461), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_DASH_DASH] = ACTIONS(1461), + [anon_sym_PLUS_PLUS] = ACTIONS(1461), + [anon_sym_sizeof] = ACTIONS(1459), + [sym_number_literal] = ACTIONS(1459), + [sym_char_literal] = ACTIONS(1459), + [sym_string_literal] = ACTIONS(1461), + [sym_identifier] = ACTIONS(1463), + [sym_comment] = ACTIONS(42), }, [941] = { - [sym_compound_statement] = STATE(798), - [sym_labeled_statement] = STATE(798), - [sym_expression_statement] = STATE(798), - [sym_if_statement] = STATE(798), - [sym_switch_statement] = STATE(798), - [sym_case_statement] = STATE(798), - [sym_while_statement] = STATE(798), - [sym_do_statement] = STATE(798), - [sym_for_statement] = STATE(798), - [sym_return_statement] = STATE(798), - [sym_break_statement] = STATE(798), - [sym_continue_statement] = STATE(798), - [sym_goto_statement] = STATE(798), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1976), - [anon_sym_switch] = ACTIONS(1978), - [anon_sym_case] = ACTIONS(1980), - [anon_sym_default] = ACTIONS(1982), - [anon_sym_while] = ACTIONS(1984), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1986), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1988), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1465), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1465), + [anon_sym_LPAREN] = ACTIONS(1467), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1465), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1465), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1465), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1465), + [sym_preproc_directive] = ACTIONS(1469), + [anon_sym_SEMI] = ACTIONS(1467), + [anon_sym_extern] = ACTIONS(1465), + [anon_sym_LBRACE] = ACTIONS(1467), + [anon_sym_STAR] = ACTIONS(1467), + [anon_sym_typedef] = ACTIONS(1465), + [anon_sym_static] = ACTIONS(1465), + [anon_sym_auto] = ACTIONS(1465), + [anon_sym_register] = ACTIONS(1465), + [anon_sym_const] = ACTIONS(1465), + [anon_sym_restrict] = ACTIONS(1465), + [anon_sym_volatile] = ACTIONS(1465), + [sym_function_specifier] = ACTIONS(1465), + [anon_sym_unsigned] = ACTIONS(1465), + [anon_sym_long] = ACTIONS(1465), + [anon_sym_short] = ACTIONS(1465), + [anon_sym_enum] = ACTIONS(1465), + [anon_sym_struct] = ACTIONS(1465), + [anon_sym_union] = ACTIONS(1465), + [anon_sym_if] = ACTIONS(1465), + [anon_sym_switch] = ACTIONS(1465), + [anon_sym_case] = ACTIONS(1465), + [anon_sym_default] = ACTIONS(1465), + [anon_sym_while] = ACTIONS(1465), + [anon_sym_do] = ACTIONS(1465), + [anon_sym_for] = ACTIONS(1465), + [anon_sym_return] = ACTIONS(1465), + [anon_sym_break] = ACTIONS(1465), + [anon_sym_continue] = ACTIONS(1465), + [anon_sym_goto] = ACTIONS(1465), + [anon_sym_AMP] = ACTIONS(1467), + [anon_sym_BANG] = ACTIONS(1467), + [anon_sym_TILDE] = ACTIONS(1467), + [anon_sym_PLUS] = ACTIONS(1465), + [anon_sym_DASH] = ACTIONS(1465), + [anon_sym_DASH_DASH] = ACTIONS(1467), + [anon_sym_PLUS_PLUS] = ACTIONS(1467), + [anon_sym_sizeof] = ACTIONS(1465), + [sym_number_literal] = ACTIONS(1465), + [sym_char_literal] = ACTIONS(1465), + [sym_string_literal] = ACTIONS(1467), + [sym_identifier] = ACTIONS(1469), + [sym_comment] = ACTIONS(42), }, [942] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(2250), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1471), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1471), + [anon_sym_LPAREN] = ACTIONS(1473), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1471), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1471), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1471), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1471), + [sym_preproc_directive] = ACTIONS(1475), + [anon_sym_SEMI] = ACTIONS(1473), + [anon_sym_extern] = ACTIONS(1471), + [anon_sym_LBRACE] = ACTIONS(1473), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_typedef] = ACTIONS(1471), + [anon_sym_static] = ACTIONS(1471), + [anon_sym_auto] = ACTIONS(1471), + [anon_sym_register] = ACTIONS(1471), + [anon_sym_const] = ACTIONS(1471), + [anon_sym_restrict] = ACTIONS(1471), + [anon_sym_volatile] = ACTIONS(1471), + [sym_function_specifier] = ACTIONS(1471), + [anon_sym_unsigned] = ACTIONS(1471), + [anon_sym_long] = ACTIONS(1471), + [anon_sym_short] = ACTIONS(1471), + [anon_sym_enum] = ACTIONS(1471), + [anon_sym_struct] = ACTIONS(1471), + [anon_sym_union] = ACTIONS(1471), + [anon_sym_if] = ACTIONS(1471), + [anon_sym_switch] = ACTIONS(1471), + [anon_sym_case] = ACTIONS(1471), + [anon_sym_default] = ACTIONS(1471), + [anon_sym_while] = ACTIONS(1471), + [anon_sym_do] = ACTIONS(1471), + [anon_sym_for] = ACTIONS(1471), + [anon_sym_return] = ACTIONS(1471), + [anon_sym_break] = ACTIONS(1471), + [anon_sym_continue] = ACTIONS(1471), + [anon_sym_goto] = ACTIONS(1471), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1473), + [anon_sym_TILDE] = ACTIONS(1473), + [anon_sym_PLUS] = ACTIONS(1471), + [anon_sym_DASH] = ACTIONS(1471), + [anon_sym_DASH_DASH] = ACTIONS(1473), + [anon_sym_PLUS_PLUS] = ACTIONS(1473), + [anon_sym_sizeof] = ACTIONS(1471), + [sym_number_literal] = ACTIONS(1471), + [sym_char_literal] = ACTIONS(1471), + [sym_string_literal] = ACTIONS(1473), + [sym_identifier] = ACTIONS(1475), + [sym_comment] = ACTIONS(42), }, [943] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(956), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(2250), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1455), + [anon_sym_LPAREN] = ACTIONS(1453), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1455), + [sym_preproc_directive] = ACTIONS(1457), + [anon_sym_SEMI] = ACTIONS(1453), + [anon_sym_extern] = ACTIONS(1455), + [anon_sym_LBRACE] = ACTIONS(1453), + [anon_sym_STAR] = ACTIONS(1453), + [anon_sym_typedef] = ACTIONS(1455), + [anon_sym_static] = ACTIONS(1455), + [anon_sym_auto] = ACTIONS(1455), + [anon_sym_register] = ACTIONS(1455), + [anon_sym_const] = ACTIONS(1455), + [anon_sym_restrict] = ACTIONS(1455), + [anon_sym_volatile] = ACTIONS(1455), + [sym_function_specifier] = ACTIONS(1455), + [anon_sym_unsigned] = ACTIONS(1455), + [anon_sym_long] = ACTIONS(1455), + [anon_sym_short] = ACTIONS(1455), + [anon_sym_enum] = ACTIONS(1455), + [anon_sym_struct] = ACTIONS(1455), + [anon_sym_union] = ACTIONS(1455), + [anon_sym_if] = ACTIONS(1455), + [anon_sym_switch] = ACTIONS(1455), + [anon_sym_case] = ACTIONS(1455), + [anon_sym_default] = ACTIONS(1455), + [anon_sym_while] = ACTIONS(1455), + [anon_sym_do] = ACTIONS(1455), + [anon_sym_for] = ACTIONS(1455), + [anon_sym_return] = ACTIONS(1455), + [anon_sym_break] = ACTIONS(1455), + [anon_sym_continue] = ACTIONS(1455), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(1453), + [anon_sym_BANG] = ACTIONS(1453), + [anon_sym_TILDE] = ACTIONS(1453), + [anon_sym_PLUS] = ACTIONS(1455), + [anon_sym_DASH] = ACTIONS(1455), + [anon_sym_DASH_DASH] = ACTIONS(1453), + [anon_sym_PLUS_PLUS] = ACTIONS(1453), + [anon_sym_sizeof] = ACTIONS(1455), + [sym_number_literal] = ACTIONS(1455), + [sym_char_literal] = ACTIONS(1455), + [sym_string_literal] = ACTIONS(1453), + [sym_identifier] = ACTIONS(1457), + [sym_comment] = ACTIONS(42), }, [944] = { - [sym__expression] = STATE(957), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(2250), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(2219), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [945] = { - [sym_compound_statement] = STATE(880), - [sym_labeled_statement] = STATE(880), - [sym_expression_statement] = STATE(880), - [sym_if_statement] = STATE(880), - [sym_switch_statement] = STATE(880), - [sym_case_statement] = STATE(880), - [sym_while_statement] = STATE(880), - [sym_do_statement] = STATE(880), - [sym_for_statement] = STATE(880), - [sym_return_statement] = STATE(880), - [sym_break_statement] = STATE(880), - [sym_continue_statement] = STATE(880), - [sym_goto_statement] = STATE(880), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_switch] = ACTIONS(1766), - [anon_sym_case] = ACTIONS(1768), - [anon_sym_default] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1772), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1774), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1776), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(2221), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [946] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(2252), - [sym_comment] = ACTIONS(123), + [sym_declaration] = STATE(1064), + [sym__declaration_specifiers] = STATE(949), + [sym_compound_statement] = STATE(1064), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(1064), + [sym_expression_statement] = STATE(1064), + [sym_if_statement] = STATE(1064), + [sym_switch_statement] = STATE(1064), + [sym_case_statement] = STATE(1064), + [sym_while_statement] = STATE(1064), + [sym_do_statement] = STATE(1064), + [sym_for_statement] = STATE(1064), + [sym_return_statement] = STATE(1064), + [sym_break_statement] = STATE(1064), + [sym_continue_statement] = STATE(1064), + [sym_goto_statement] = STATE(1064), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2001), + [sym_comment] = ACTIONS(42), }, [947] = { - [sym_compound_statement] = STATE(842), - [sym_labeled_statement] = STATE(842), - [sym_expression_statement] = STATE(842), - [sym_if_statement] = STATE(842), - [sym_switch_statement] = STATE(842), - [sym_case_statement] = STATE(842), - [sym_while_statement] = STATE(842), - [sym_do_statement] = STATE(842), - [sym_for_statement] = STATE(842), - [sym_return_statement] = STATE(842), - [sym_break_statement] = STATE(842), - [sym_continue_statement] = STATE(842), - [sym_goto_statement] = STATE(842), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1934), - [anon_sym_switch] = ACTIONS(1936), - [anon_sym_case] = ACTIONS(1938), - [anon_sym_default] = ACTIONS(1940), - [anon_sym_while] = ACTIONS(1942), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1944), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1946), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(872), + [anon_sym_COMMA] = ACTIONS(866), + [anon_sym_SEMI] = ACTIONS(866), + [anon_sym_extern] = ACTIONS(95), + [anon_sym_STAR] = ACTIONS(879), + [anon_sym_LBRACK] = ACTIONS(866), + [anon_sym_EQ] = ACTIONS(868), + [anon_sym_typedef] = ACTIONS(95), + [anon_sym_static] = ACTIONS(95), + [anon_sym_auto] = ACTIONS(95), + [anon_sym_register] = ACTIONS(95), + [anon_sym_const] = ACTIONS(95), + [anon_sym_restrict] = ACTIONS(95), + [anon_sym_volatile] = ACTIONS(95), + [sym_function_specifier] = ACTIONS(95), + [anon_sym_COLON] = ACTIONS(1701), + [anon_sym_QMARK] = ACTIONS(866), + [anon_sym_STAR_EQ] = ACTIONS(866), + [anon_sym_SLASH_EQ] = ACTIONS(866), + [anon_sym_PERCENT_EQ] = ACTIONS(866), + [anon_sym_PLUS_EQ] = ACTIONS(866), + [anon_sym_DASH_EQ] = ACTIONS(866), + [anon_sym_LT_LT_EQ] = ACTIONS(866), + [anon_sym_GT_GT_EQ] = ACTIONS(866), + [anon_sym_AMP_EQ] = ACTIONS(866), + [anon_sym_CARET_EQ] = ACTIONS(866), + [anon_sym_PIPE_EQ] = ACTIONS(866), + [anon_sym_AMP] = ACTIONS(868), + [anon_sym_PIPE_PIPE] = ACTIONS(866), + [anon_sym_AMP_AMP] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_LT] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_LT_LT] = ACTIONS(868), + [anon_sym_GT_GT] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_PERCENT] = ACTIONS(868), + [anon_sym_DASH_DASH] = ACTIONS(866), + [anon_sym_PLUS_PLUS] = ACTIONS(866), + [anon_sym_DOT] = ACTIONS(866), + [anon_sym_DASH_GT] = ACTIONS(866), + [sym_identifier] = ACTIONS(97), + [sym_comment] = ACTIONS(42), }, [948] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(2254), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1767), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1767), + [anon_sym_LPAREN] = ACTIONS(1769), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1767), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1767), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1767), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1767), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1767), + [sym_preproc_directive] = ACTIONS(1771), + [anon_sym_SEMI] = ACTIONS(1769), + [anon_sym_extern] = ACTIONS(1767), + [anon_sym_LBRACE] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1769), + [anon_sym_typedef] = ACTIONS(1767), + [anon_sym_static] = ACTIONS(1767), + [anon_sym_auto] = ACTIONS(1767), + [anon_sym_register] = ACTIONS(1767), + [anon_sym_const] = ACTIONS(1767), + [anon_sym_restrict] = ACTIONS(1767), + [anon_sym_volatile] = ACTIONS(1767), + [sym_function_specifier] = ACTIONS(1767), + [anon_sym_unsigned] = ACTIONS(1767), + [anon_sym_long] = ACTIONS(1767), + [anon_sym_short] = ACTIONS(1767), + [anon_sym_enum] = ACTIONS(1767), + [anon_sym_struct] = ACTIONS(1767), + [anon_sym_union] = ACTIONS(1767), + [anon_sym_if] = ACTIONS(1767), + [anon_sym_switch] = ACTIONS(1767), + [anon_sym_case] = ACTIONS(1767), + [anon_sym_default] = ACTIONS(1767), + [anon_sym_while] = ACTIONS(1767), + [anon_sym_do] = ACTIONS(1767), + [anon_sym_for] = ACTIONS(1767), + [anon_sym_return] = ACTIONS(1767), + [anon_sym_break] = ACTIONS(1767), + [anon_sym_continue] = ACTIONS(1767), + [anon_sym_goto] = ACTIONS(1767), + [anon_sym_AMP] = ACTIONS(1769), + [anon_sym_BANG] = ACTIONS(1769), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_PLUS] = ACTIONS(1767), + [anon_sym_DASH] = ACTIONS(1767), + [anon_sym_DASH_DASH] = ACTIONS(1769), + [anon_sym_PLUS_PLUS] = ACTIONS(1769), + [anon_sym_sizeof] = ACTIONS(1767), + [sym_number_literal] = ACTIONS(1767), + [sym_char_literal] = ACTIONS(1767), + [sym_string_literal] = ACTIONS(1769), + [sym_identifier] = ACTIONS(1771), + [sym_comment] = ACTIONS(42), }, [949] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(960), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(2254), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__declarator] = STATE(807), + [sym_pointer_declarator] = STATE(44), + [sym_function_declarator] = STATE(44), + [sym_array_declarator] = STATE(44), + [sym_init_declarator] = STATE(808), + [anon_sym_LPAREN] = ACTIONS(107), + [anon_sym_STAR] = ACTIONS(462), + [sym_identifier] = ACTIONS(113), + [sym_comment] = ACTIONS(42), }, [950] = { - [sym_compound_statement] = STATE(784), - [sym_labeled_statement] = STATE(784), - [sym_expression_statement] = STATE(784), - [sym_if_statement] = STATE(784), - [sym_switch_statement] = STATE(784), - [sym_case_statement] = STATE(784), - [sym_while_statement] = STATE(784), - [sym_do_statement] = STATE(784), - [sym_for_statement] = STATE(784), - [sym_return_statement] = STATE(784), - [sym_break_statement] = STATE(784), - [sym_continue_statement] = STATE(784), - [sym_goto_statement] = STATE(784), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(2040), - [anon_sym_switch] = ACTIONS(2042), - [anon_sym_case] = ACTIONS(2044), - [anon_sym_default] = ACTIONS(2046), - [anon_sym_while] = ACTIONS(2048), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(2050), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(2052), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(2223), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [951] = { - [sym_compound_statement] = STATE(798), - [sym_labeled_statement] = STATE(798), - [sym_expression_statement] = STATE(798), - [sym_if_statement] = STATE(798), - [sym_switch_statement] = STATE(798), - [sym_case_statement] = STATE(798), - [sym_while_statement] = STATE(798), - [sym_do_statement] = STATE(798), - [sym_for_statement] = STATE(798), - [sym_return_statement] = STATE(798), - [sym_break_statement] = STATE(798), - [sym_continue_statement] = STATE(798), - [sym_goto_statement] = STATE(798), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(2040), - [anon_sym_switch] = ACTIONS(2042), - [anon_sym_case] = ACTIONS(2044), - [anon_sym_default] = ACTIONS(2046), - [anon_sym_while] = ACTIONS(2048), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(2050), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(2052), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(2225), + [sym_comment] = ACTIONS(42), }, [952] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(2256), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1068), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(2227), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [953] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(962), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(2256), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2229), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [954] = { - [sym__expression] = STATE(963), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(2256), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1787), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1787), + [anon_sym_LPAREN] = ACTIONS(1789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1787), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1787), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1787), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1787), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1787), + [sym_preproc_directive] = ACTIONS(1791), + [anon_sym_SEMI] = ACTIONS(1789), + [anon_sym_extern] = ACTIONS(1787), + [anon_sym_LBRACE] = ACTIONS(1789), + [anon_sym_STAR] = ACTIONS(1789), + [anon_sym_typedef] = ACTIONS(1787), + [anon_sym_static] = ACTIONS(1787), + [anon_sym_auto] = ACTIONS(1787), + [anon_sym_register] = ACTIONS(1787), + [anon_sym_const] = ACTIONS(1787), + [anon_sym_restrict] = ACTIONS(1787), + [anon_sym_volatile] = ACTIONS(1787), + [sym_function_specifier] = ACTIONS(1787), + [anon_sym_unsigned] = ACTIONS(1787), + [anon_sym_long] = ACTIONS(1787), + [anon_sym_short] = ACTIONS(1787), + [anon_sym_enum] = ACTIONS(1787), + [anon_sym_struct] = ACTIONS(1787), + [anon_sym_union] = ACTIONS(1787), + [anon_sym_if] = ACTIONS(1787), + [anon_sym_switch] = ACTIONS(1787), + [anon_sym_case] = ACTIONS(1787), + [anon_sym_default] = ACTIONS(1787), + [anon_sym_while] = ACTIONS(1787), + [anon_sym_do] = ACTIONS(1787), + [anon_sym_for] = ACTIONS(1787), + [anon_sym_return] = ACTIONS(1787), + [anon_sym_break] = ACTIONS(1787), + [anon_sym_continue] = ACTIONS(1787), + [anon_sym_goto] = ACTIONS(1787), + [anon_sym_AMP] = ACTIONS(1789), + [anon_sym_BANG] = ACTIONS(1789), + [anon_sym_TILDE] = ACTIONS(1789), + [anon_sym_PLUS] = ACTIONS(1787), + [anon_sym_DASH] = ACTIONS(1787), + [anon_sym_DASH_DASH] = ACTIONS(1789), + [anon_sym_PLUS_PLUS] = ACTIONS(1789), + [anon_sym_sizeof] = ACTIONS(1787), + [sym_number_literal] = ACTIONS(1787), + [sym_char_literal] = ACTIONS(1787), + [sym_string_literal] = ACTIONS(1789), + [sym_identifier] = ACTIONS(1791), + [sym_comment] = ACTIONS(42), }, [955] = { - [sym_compound_statement] = STATE(842), - [sym_labeled_statement] = STATE(842), - [sym_expression_statement] = STATE(842), - [sym_if_statement] = STATE(842), - [sym_switch_statement] = STATE(842), - [sym_case_statement] = STATE(842), - [sym_while_statement] = STATE(842), - [sym_do_statement] = STATE(842), - [sym_for_statement] = STATE(842), - [sym_return_statement] = STATE(842), - [sym_break_statement] = STATE(842), - [sym_continue_statement] = STATE(842), - [sym_goto_statement] = STATE(842), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1976), - [anon_sym_switch] = ACTIONS(1978), - [anon_sym_case] = ACTIONS(1980), - [anon_sym_default] = ACTIONS(1982), - [anon_sym_while] = ACTIONS(1984), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1986), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1988), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1793), + [anon_sym_LPAREN] = ACTIONS(1795), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1793), + [sym_preproc_directive] = ACTIONS(1797), + [anon_sym_SEMI] = ACTIONS(1795), + [anon_sym_extern] = ACTIONS(1793), + [anon_sym_LBRACE] = ACTIONS(1795), + [anon_sym_STAR] = ACTIONS(1795), + [anon_sym_typedef] = ACTIONS(1793), + [anon_sym_static] = ACTIONS(1793), + [anon_sym_auto] = ACTIONS(1793), + [anon_sym_register] = ACTIONS(1793), + [anon_sym_const] = ACTIONS(1793), + [anon_sym_restrict] = ACTIONS(1793), + [anon_sym_volatile] = ACTIONS(1793), + [sym_function_specifier] = ACTIONS(1793), + [anon_sym_unsigned] = ACTIONS(1793), + [anon_sym_long] = ACTIONS(1793), + [anon_sym_short] = ACTIONS(1793), + [anon_sym_enum] = ACTIONS(1793), + [anon_sym_struct] = ACTIONS(1793), + [anon_sym_union] = ACTIONS(1793), + [anon_sym_if] = ACTIONS(1793), + [anon_sym_switch] = ACTIONS(1793), + [anon_sym_case] = ACTIONS(1793), + [anon_sym_default] = ACTIONS(1793), + [anon_sym_while] = ACTIONS(1793), + [anon_sym_do] = ACTIONS(1793), + [anon_sym_for] = ACTIONS(1793), + [anon_sym_return] = ACTIONS(1793), + [anon_sym_break] = ACTIONS(1793), + [anon_sym_continue] = ACTIONS(1793), + [anon_sym_goto] = ACTIONS(1793), + [anon_sym_AMP] = ACTIONS(1795), + [anon_sym_BANG] = ACTIONS(1795), + [anon_sym_TILDE] = ACTIONS(1795), + [anon_sym_PLUS] = ACTIONS(1793), + [anon_sym_DASH] = ACTIONS(1793), + [anon_sym_DASH_DASH] = ACTIONS(1795), + [anon_sym_PLUS_PLUS] = ACTIONS(1795), + [anon_sym_sizeof] = ACTIONS(1793), + [sym_number_literal] = ACTIONS(1793), + [sym_char_literal] = ACTIONS(1793), + [sym_string_literal] = ACTIONS(1795), + [sym_identifier] = ACTIONS(1797), + [sym_comment] = ACTIONS(42), }, [956] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(2258), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(866), + [anon_sym_COMMA] = ACTIONS(866), + [anon_sym_SEMI] = ACTIONS(866), + [anon_sym_STAR] = ACTIONS(868), + [anon_sym_LBRACK] = ACTIONS(866), + [anon_sym_EQ] = ACTIONS(868), + [anon_sym_COLON] = ACTIONS(1701), + [anon_sym_QMARK] = ACTIONS(866), + [anon_sym_STAR_EQ] = ACTIONS(866), + [anon_sym_SLASH_EQ] = ACTIONS(866), + [anon_sym_PERCENT_EQ] = ACTIONS(866), + [anon_sym_PLUS_EQ] = ACTIONS(866), + [anon_sym_DASH_EQ] = ACTIONS(866), + [anon_sym_LT_LT_EQ] = ACTIONS(866), + [anon_sym_GT_GT_EQ] = ACTIONS(866), + [anon_sym_AMP_EQ] = ACTIONS(866), + [anon_sym_CARET_EQ] = ACTIONS(866), + [anon_sym_PIPE_EQ] = ACTIONS(866), + [anon_sym_AMP] = ACTIONS(868), + [anon_sym_PIPE_PIPE] = ACTIONS(866), + [anon_sym_AMP_AMP] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_LT] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_LT_LT] = ACTIONS(868), + [anon_sym_GT_GT] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_PERCENT] = ACTIONS(868), + [anon_sym_DASH_DASH] = ACTIONS(866), + [anon_sym_PLUS_PLUS] = ACTIONS(866), + [anon_sym_DOT] = ACTIONS(866), + [anon_sym_DASH_GT] = ACTIONS(866), + [sym_comment] = ACTIONS(42), }, [957] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(965), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(2258), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1805), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1805), + [anon_sym_LPAREN] = ACTIONS(1807), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1805), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1805), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1805), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1805), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1805), + [sym_preproc_directive] = ACTIONS(1809), + [anon_sym_SEMI] = ACTIONS(1807), + [anon_sym_extern] = ACTIONS(1805), + [anon_sym_LBRACE] = ACTIONS(1807), + [anon_sym_STAR] = ACTIONS(1807), + [anon_sym_typedef] = ACTIONS(1805), + [anon_sym_static] = ACTIONS(1805), + [anon_sym_auto] = ACTIONS(1805), + [anon_sym_register] = ACTIONS(1805), + [anon_sym_const] = ACTIONS(1805), + [anon_sym_restrict] = ACTIONS(1805), + [anon_sym_volatile] = ACTIONS(1805), + [sym_function_specifier] = ACTIONS(1805), + [anon_sym_unsigned] = ACTIONS(1805), + [anon_sym_long] = ACTIONS(1805), + [anon_sym_short] = ACTIONS(1805), + [anon_sym_enum] = ACTIONS(1805), + [anon_sym_struct] = ACTIONS(1805), + [anon_sym_union] = ACTIONS(1805), + [anon_sym_if] = ACTIONS(1805), + [anon_sym_switch] = ACTIONS(1805), + [anon_sym_case] = ACTIONS(1805), + [anon_sym_default] = ACTIONS(1805), + [anon_sym_while] = ACTIONS(1805), + [anon_sym_do] = ACTIONS(1805), + [anon_sym_for] = ACTIONS(1805), + [anon_sym_return] = ACTIONS(1805), + [anon_sym_break] = ACTIONS(1805), + [anon_sym_continue] = ACTIONS(1805), + [anon_sym_goto] = ACTIONS(1805), + [anon_sym_AMP] = ACTIONS(1807), + [anon_sym_BANG] = ACTIONS(1807), + [anon_sym_TILDE] = ACTIONS(1807), + [anon_sym_PLUS] = ACTIONS(1805), + [anon_sym_DASH] = ACTIONS(1805), + [anon_sym_DASH_DASH] = ACTIONS(1807), + [anon_sym_PLUS_PLUS] = ACTIONS(1807), + [anon_sym_sizeof] = ACTIONS(1805), + [sym_number_literal] = ACTIONS(1805), + [sym_char_literal] = ACTIONS(1805), + [sym_string_literal] = ACTIONS(1807), + [sym_identifier] = ACTIONS(1809), + [sym_comment] = ACTIONS(42), }, [958] = { - [sym_compound_statement] = STATE(911), - [sym_labeled_statement] = STATE(911), - [sym_expression_statement] = STATE(911), - [sym_if_statement] = STATE(911), - [sym_switch_statement] = STATE(911), - [sym_case_statement] = STATE(911), - [sym_while_statement] = STATE(911), - [sym_do_statement] = STATE(911), - [sym_for_statement] = STATE(911), - [sym_return_statement] = STATE(911), - [sym_break_statement] = STATE(911), - [sym_continue_statement] = STATE(911), - [sym_goto_statement] = STATE(911), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1764), - [anon_sym_switch] = ACTIONS(1766), - [anon_sym_case] = ACTIONS(1768), - [anon_sym_default] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1772), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1774), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1776), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(466), + [anon_sym_LPAREN] = ACTIONS(464), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(466), + [sym_preproc_directive] = ACTIONS(468), + [anon_sym_SEMI] = ACTIONS(464), + [anon_sym_extern] = ACTIONS(466), + [anon_sym_LBRACE] = ACTIONS(464), + [anon_sym_STAR] = ACTIONS(464), + [anon_sym_typedef] = ACTIONS(466), + [anon_sym_static] = ACTIONS(466), + [anon_sym_auto] = ACTIONS(466), + [anon_sym_register] = ACTIONS(466), + [anon_sym_const] = ACTIONS(466), + [anon_sym_restrict] = ACTIONS(466), + [anon_sym_volatile] = ACTIONS(466), + [sym_function_specifier] = ACTIONS(466), + [anon_sym_unsigned] = ACTIONS(466), + [anon_sym_long] = ACTIONS(466), + [anon_sym_short] = ACTIONS(466), + [anon_sym_enum] = ACTIONS(466), + [anon_sym_struct] = ACTIONS(466), + [anon_sym_union] = ACTIONS(466), + [anon_sym_if] = ACTIONS(466), + [anon_sym_switch] = ACTIONS(466), + [anon_sym_case] = ACTIONS(466), + [anon_sym_default] = ACTIONS(466), + [anon_sym_while] = ACTIONS(466), + [anon_sym_do] = ACTIONS(466), + [anon_sym_for] = ACTIONS(466), + [anon_sym_return] = ACTIONS(466), + [anon_sym_break] = ACTIONS(466), + [anon_sym_continue] = ACTIONS(466), + [anon_sym_goto] = ACTIONS(466), + [anon_sym_AMP] = ACTIONS(464), + [anon_sym_BANG] = ACTIONS(464), + [anon_sym_TILDE] = ACTIONS(464), + [anon_sym_PLUS] = ACTIONS(466), + [anon_sym_DASH] = ACTIONS(466), + [anon_sym_DASH_DASH] = ACTIONS(464), + [anon_sym_PLUS_PLUS] = ACTIONS(464), + [anon_sym_sizeof] = ACTIONS(466), + [sym_number_literal] = ACTIONS(466), + [sym_char_literal] = ACTIONS(466), + [sym_string_literal] = ACTIONS(464), + [sym_identifier] = ACTIONS(468), + [sym_comment] = ACTIONS(42), }, [959] = { - [sym_compound_statement] = STATE(880), - [sym_labeled_statement] = STATE(880), - [sym_expression_statement] = STATE(880), - [sym_if_statement] = STATE(880), - [sym_switch_statement] = STATE(880), - [sym_case_statement] = STATE(880), - [sym_while_statement] = STATE(880), - [sym_do_statement] = STATE(880), - [sym_for_statement] = STATE(880), - [sym_return_statement] = STATE(880), - [sym_break_statement] = STATE(880), - [sym_continue_statement] = STATE(880), - [sym_goto_statement] = STATE(880), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1934), - [anon_sym_switch] = ACTIONS(1936), - [anon_sym_case] = ACTIONS(1938), - [anon_sym_default] = ACTIONS(1940), - [anon_sym_while] = ACTIONS(1942), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1944), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1946), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(568), + [anon_sym_SEMI] = ACTIONS(2231), + [sym_comment] = ACTIONS(42), }, [960] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(2260), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2233), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2233), + [anon_sym_LPAREN] = ACTIONS(2235), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2233), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2233), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2233), + [sym_preproc_directive] = ACTIONS(2237), + [anon_sym_SEMI] = ACTIONS(2235), + [anon_sym_extern] = ACTIONS(2233), + [anon_sym_LBRACE] = ACTIONS(2235), + [anon_sym_RBRACE] = ACTIONS(2235), + [anon_sym_STAR] = ACTIONS(2235), + [anon_sym_typedef] = ACTIONS(2233), + [anon_sym_static] = ACTIONS(2233), + [anon_sym_auto] = ACTIONS(2233), + [anon_sym_register] = ACTIONS(2233), + [anon_sym_const] = ACTIONS(2233), + [anon_sym_restrict] = ACTIONS(2233), + [anon_sym_volatile] = ACTIONS(2233), + [sym_function_specifier] = ACTIONS(2233), + [anon_sym_unsigned] = ACTIONS(2233), + [anon_sym_long] = ACTIONS(2233), + [anon_sym_short] = ACTIONS(2233), + [anon_sym_enum] = ACTIONS(2233), + [anon_sym_struct] = ACTIONS(2233), + [anon_sym_union] = ACTIONS(2233), + [anon_sym_if] = ACTIONS(2233), + [anon_sym_switch] = ACTIONS(2233), + [anon_sym_case] = ACTIONS(2233), + [anon_sym_default] = ACTIONS(2233), + [anon_sym_while] = ACTIONS(2233), + [anon_sym_do] = ACTIONS(2233), + [anon_sym_for] = ACTIONS(2233), + [anon_sym_return] = ACTIONS(2233), + [anon_sym_break] = ACTIONS(2233), + [anon_sym_continue] = ACTIONS(2233), + [anon_sym_goto] = ACTIONS(2233), + [anon_sym_AMP] = ACTIONS(2235), + [anon_sym_BANG] = ACTIONS(2235), + [anon_sym_TILDE] = ACTIONS(2235), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_DASH_DASH] = ACTIONS(2235), + [anon_sym_PLUS_PLUS] = ACTIONS(2235), + [anon_sym_sizeof] = ACTIONS(2233), + [sym_number_literal] = ACTIONS(2233), + [sym_char_literal] = ACTIONS(2233), + [sym_string_literal] = ACTIONS(2235), + [sym_identifier] = ACTIONS(2237), + [sym_comment] = ACTIONS(42), }, [961] = { - [sym_compound_statement] = STATE(842), - [sym_labeled_statement] = STATE(842), - [sym_expression_statement] = STATE(842), - [sym_if_statement] = STATE(842), - [sym_switch_statement] = STATE(842), - [sym_case_statement] = STATE(842), - [sym_while_statement] = STATE(842), - [sym_do_statement] = STATE(842), - [sym_for_statement] = STATE(842), - [sym_return_statement] = STATE(842), - [sym_break_statement] = STATE(842), - [sym_continue_statement] = STATE(842), - [sym_goto_statement] = STATE(842), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(2040), - [anon_sym_switch] = ACTIONS(2042), - [anon_sym_case] = ACTIONS(2044), - [anon_sym_default] = ACTIONS(2046), - [anon_sym_while] = ACTIONS(2048), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(2050), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(2052), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2239), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2239), + [anon_sym_LPAREN] = ACTIONS(2241), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2239), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2239), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2239), + [sym_preproc_directive] = ACTIONS(2243), + [anon_sym_SEMI] = ACTIONS(2241), + [anon_sym_extern] = ACTIONS(2239), + [anon_sym_LBRACE] = ACTIONS(2241), + [anon_sym_RBRACE] = ACTIONS(2241), + [anon_sym_STAR] = ACTIONS(2241), + [anon_sym_typedef] = ACTIONS(2239), + [anon_sym_static] = ACTIONS(2239), + [anon_sym_auto] = ACTIONS(2239), + [anon_sym_register] = ACTIONS(2239), + [anon_sym_const] = ACTIONS(2239), + [anon_sym_restrict] = ACTIONS(2239), + [anon_sym_volatile] = ACTIONS(2239), + [sym_function_specifier] = ACTIONS(2239), + [anon_sym_unsigned] = ACTIONS(2239), + [anon_sym_long] = ACTIONS(2239), + [anon_sym_short] = ACTIONS(2239), + [anon_sym_enum] = ACTIONS(2239), + [anon_sym_struct] = ACTIONS(2239), + [anon_sym_union] = ACTIONS(2239), + [anon_sym_if] = ACTIONS(2239), + [anon_sym_switch] = ACTIONS(2239), + [anon_sym_case] = ACTIONS(2239), + [anon_sym_default] = ACTIONS(2239), + [anon_sym_while] = ACTIONS(2239), + [anon_sym_do] = ACTIONS(2239), + [anon_sym_for] = ACTIONS(2239), + [anon_sym_return] = ACTIONS(2239), + [anon_sym_break] = ACTIONS(2239), + [anon_sym_continue] = ACTIONS(2239), + [anon_sym_goto] = ACTIONS(2239), + [anon_sym_AMP] = ACTIONS(2241), + [anon_sym_BANG] = ACTIONS(2241), + [anon_sym_TILDE] = ACTIONS(2241), + [anon_sym_PLUS] = ACTIONS(2239), + [anon_sym_DASH] = ACTIONS(2239), + [anon_sym_DASH_DASH] = ACTIONS(2241), + [anon_sym_PLUS_PLUS] = ACTIONS(2241), + [anon_sym_sizeof] = ACTIONS(2239), + [sym_number_literal] = ACTIONS(2239), + [sym_char_literal] = ACTIONS(2239), + [sym_string_literal] = ACTIONS(2241), + [sym_identifier] = ACTIONS(2243), + [sym_comment] = ACTIONS(42), }, [962] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(2262), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2245), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2245), + [anon_sym_LPAREN] = ACTIONS(2247), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2245), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2245), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2245), + [sym_preproc_directive] = ACTIONS(2249), + [anon_sym_SEMI] = ACTIONS(2247), + [anon_sym_extern] = ACTIONS(2245), + [anon_sym_LBRACE] = ACTIONS(2247), + [anon_sym_RBRACE] = ACTIONS(2247), + [anon_sym_STAR] = ACTIONS(2247), + [anon_sym_typedef] = ACTIONS(2245), + [anon_sym_static] = ACTIONS(2245), + [anon_sym_auto] = ACTIONS(2245), + [anon_sym_register] = ACTIONS(2245), + [anon_sym_const] = ACTIONS(2245), + [anon_sym_restrict] = ACTIONS(2245), + [anon_sym_volatile] = ACTIONS(2245), + [sym_function_specifier] = ACTIONS(2245), + [anon_sym_unsigned] = ACTIONS(2245), + [anon_sym_long] = ACTIONS(2245), + [anon_sym_short] = ACTIONS(2245), + [anon_sym_enum] = ACTIONS(2245), + [anon_sym_struct] = ACTIONS(2245), + [anon_sym_union] = ACTIONS(2245), + [anon_sym_if] = ACTIONS(2245), + [anon_sym_switch] = ACTIONS(2245), + [anon_sym_case] = ACTIONS(2245), + [anon_sym_default] = ACTIONS(2245), + [anon_sym_while] = ACTIONS(2245), + [anon_sym_do] = ACTIONS(2245), + [anon_sym_for] = ACTIONS(2245), + [anon_sym_return] = ACTIONS(2245), + [anon_sym_break] = ACTIONS(2245), + [anon_sym_continue] = ACTIONS(2245), + [anon_sym_goto] = ACTIONS(2245), + [anon_sym_AMP] = ACTIONS(2247), + [anon_sym_BANG] = ACTIONS(2247), + [anon_sym_TILDE] = ACTIONS(2247), + [anon_sym_PLUS] = ACTIONS(2245), + [anon_sym_DASH] = ACTIONS(2245), + [anon_sym_DASH_DASH] = ACTIONS(2247), + [anon_sym_PLUS_PLUS] = ACTIONS(2247), + [anon_sym_sizeof] = ACTIONS(2245), + [sym_number_literal] = ACTIONS(2245), + [sym_char_literal] = ACTIONS(2245), + [sym_string_literal] = ACTIONS(2247), + [sym_identifier] = ACTIONS(2249), + [sym_comment] = ACTIONS(42), }, [963] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(968), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(2262), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(755), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_initializer_list] = STATE(756), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_LBRACE] = ACTIONS(556), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [964] = { - [sym_compound_statement] = STATE(880), - [sym_labeled_statement] = STATE(880), - [sym_expression_statement] = STATE(880), - [sym_if_statement] = STATE(880), - [sym_switch_statement] = STATE(880), - [sym_case_statement] = STATE(880), - [sym_while_statement] = STATE(880), - [sym_do_statement] = STATE(880), - [sym_for_statement] = STATE(880), - [sym_return_statement] = STATE(880), - [sym_break_statement] = STATE(880), - [sym_continue_statement] = STATE(880), - [sym_goto_statement] = STATE(880), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1976), - [anon_sym_switch] = ACTIONS(1978), - [anon_sym_case] = ACTIONS(1980), - [anon_sym_default] = ACTIONS(1982), - [anon_sym_while] = ACTIONS(1984), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1986), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1988), - [sym_comment] = ACTIONS(123), + [anon_sym_RPAREN] = ACTIONS(2251), + [sym_comment] = ACTIONS(42), }, [965] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(2264), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(804), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(804), + [anon_sym_LPAREN] = ACTIONS(806), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(804), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(804), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(804), + [sym_preproc_directive] = ACTIONS(808), + [anon_sym_SEMI] = ACTIONS(806), + [anon_sym_extern] = ACTIONS(804), + [anon_sym_LBRACE] = ACTIONS(806), + [anon_sym_RBRACE] = ACTIONS(806), + [anon_sym_STAR] = ACTIONS(806), + [anon_sym_typedef] = ACTIONS(804), + [anon_sym_static] = ACTIONS(804), + [anon_sym_auto] = ACTIONS(804), + [anon_sym_register] = ACTIONS(804), + [anon_sym_const] = ACTIONS(804), + [anon_sym_restrict] = ACTIONS(804), + [anon_sym_volatile] = ACTIONS(804), + [sym_function_specifier] = ACTIONS(804), + [anon_sym_unsigned] = ACTIONS(804), + [anon_sym_long] = ACTIONS(804), + [anon_sym_short] = ACTIONS(804), + [anon_sym_enum] = ACTIONS(804), + [anon_sym_struct] = ACTIONS(804), + [anon_sym_union] = ACTIONS(804), + [anon_sym_if] = ACTIONS(804), + [anon_sym_else] = ACTIONS(804), + [anon_sym_switch] = ACTIONS(804), + [anon_sym_case] = ACTIONS(804), + [anon_sym_default] = ACTIONS(804), + [anon_sym_while] = ACTIONS(804), + [anon_sym_do] = ACTIONS(804), + [anon_sym_for] = ACTIONS(804), + [anon_sym_return] = ACTIONS(804), + [anon_sym_break] = ACTIONS(804), + [anon_sym_continue] = ACTIONS(804), + [anon_sym_goto] = ACTIONS(804), + [anon_sym_AMP] = ACTIONS(806), + [anon_sym_BANG] = ACTIONS(806), + [anon_sym_TILDE] = ACTIONS(806), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_DASH_DASH] = ACTIONS(806), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_sizeof] = ACTIONS(804), + [sym_number_literal] = ACTIONS(804), + [sym_char_literal] = ACTIONS(804), + [sym_string_literal] = ACTIONS(806), + [sym_identifier] = ACTIONS(808), + [sym_comment] = ACTIONS(42), }, [966] = { - [sym_compound_statement] = STATE(911), - [sym_labeled_statement] = STATE(911), - [sym_expression_statement] = STATE(911), - [sym_if_statement] = STATE(911), - [sym_switch_statement] = STATE(911), - [sym_case_statement] = STATE(911), - [sym_while_statement] = STATE(911), - [sym_do_statement] = STATE(911), - [sym_for_statement] = STATE(911), - [sym_return_statement] = STATE(911), - [sym_break_statement] = STATE(911), - [sym_continue_statement] = STATE(911), - [sym_goto_statement] = STATE(911), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1934), - [anon_sym_switch] = ACTIONS(1936), - [anon_sym_case] = ACTIONS(1938), - [anon_sym_default] = ACTIONS(1940), - [anon_sym_while] = ACTIONS(1942), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1944), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1946), - [sym_comment] = ACTIONS(123), - }, - [967] = { - [sym_compound_statement] = STATE(880), - [sym_labeled_statement] = STATE(880), - [sym_expression_statement] = STATE(880), - [sym_if_statement] = STATE(880), - [sym_switch_statement] = STATE(880), - [sym_case_statement] = STATE(880), - [sym_while_statement] = STATE(880), - [sym_do_statement] = STATE(880), - [sym_for_statement] = STATE(880), - [sym_return_statement] = STATE(880), - [sym_break_statement] = STATE(880), - [sym_continue_statement] = STATE(880), - [sym_goto_statement] = STATE(880), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(2040), - [anon_sym_switch] = ACTIONS(2042), - [anon_sym_case] = ACTIONS(2044), - [anon_sym_default] = ACTIONS(2046), - [anon_sym_while] = ACTIONS(2048), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(2050), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(2052), - [sym_comment] = ACTIONS(123), - }, - [968] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(2266), - [sym_comment] = ACTIONS(123), - }, - [969] = { - [sym_compound_statement] = STATE(911), - [sym_labeled_statement] = STATE(911), - [sym_expression_statement] = STATE(911), - [sym_if_statement] = STATE(911), - [sym_switch_statement] = STATE(911), - [sym_case_statement] = STATE(911), - [sym_while_statement] = STATE(911), - [sym_do_statement] = STATE(911), - [sym_for_statement] = STATE(911), - [sym_return_statement] = STATE(911), - [sym_break_statement] = STATE(911), - [sym_continue_statement] = STATE(911), - [sym_goto_statement] = STATE(911), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(1976), - [anon_sym_switch] = ACTIONS(1978), - [anon_sym_case] = ACTIONS(1980), - [anon_sym_default] = ACTIONS(1982), - [anon_sym_while] = ACTIONS(1984), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1986), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1988), - [sym_comment] = ACTIONS(123), - }, - [970] = { - [sym_compound_statement] = STATE(911), - [sym_labeled_statement] = STATE(911), - [sym_expression_statement] = STATE(911), - [sym_if_statement] = STATE(911), - [sym_switch_statement] = STATE(911), - [sym_case_statement] = STATE(911), - [sym_while_statement] = STATE(911), - [sym_do_statement] = STATE(911), - [sym_for_statement] = STATE(911), - [sym_return_statement] = STATE(911), - [sym_break_statement] = STATE(911), - [sym_continue_statement] = STATE(911), - [sym_goto_statement] = STATE(911), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(2040), - [anon_sym_switch] = ACTIONS(2042), - [anon_sym_case] = ACTIONS(2044), - [anon_sym_default] = ACTIONS(2046), - [anon_sym_while] = ACTIONS(2048), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(2050), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(2052), - [sym_comment] = ACTIONS(123), - }, - [971] = { - [sym_declaration] = STATE(1051), - [sym__declaration_specifiers] = STATE(1059), - [sym__declarator] = STATE(87), - [sym__field_declarator] = STATE(211), - [sym__abstract_declarator] = STATE(226), - [sym_pointer_declarator] = STATE(44), - [sym_pointer_field_declarator] = STATE(123), - [sym_abstract_pointer_declarator] = STATE(132), - [sym_function_declarator] = STATE(44), - [sym_function_field_declarator] = STATE(124), - [sym_abstract_function_declarator] = STATE(132), - [sym_array_declarator] = STATE(44), - [sym_array_field_declarator] = STATE(125), - [sym_abstract_array_declarator] = STATE(132), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(1060), - [sym__type_specifier] = STATE(1061), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_parameter_list] = STATE(133), - [sym_parameter_declaration] = STATE(138), - [sym__expression] = STATE(1062), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(1040), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(2268), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2270), - [anon_sym_RPAREN] = ACTIONS(2272), - [anon_sym_SEMI] = ACTIONS(2274), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(2276), - [anon_sym_LBRACK] = ACTIONS(507), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2280), - [anon_sym_TILDE] = ACTIONS(2282), - [anon_sym_PLUS] = ACTIONS(2284), - [anon_sym_DASH] = ACTIONS(2284), - [anon_sym_DASH_DASH] = ACTIONS(2286), - [anon_sym_PLUS_PLUS] = ACTIONS(2286), - [anon_sym_sizeof] = ACTIONS(2288), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(2290), - [sym_comment] = ACTIONS(123), - }, - [972] = { - [aux_sym_preproc_params_repeat1] = STATE(194), - [aux_sym_parameter_list_repeat1] = STATE(236), - [anon_sym_COMMA] = ACTIONS(2292), - [anon_sym_RPAREN] = ACTIONS(2298), - [sym_comment] = ACTIONS(123), - }, - [973] = { - [sym__declaration_specifiers] = STATE(140), - [sym__declarator] = STATE(1075), - [sym__field_declarator] = STATE(1076), - [sym_pointer_declarator] = STATE(44), - [sym_pointer_field_declarator] = STATE(123), - [sym_function_declarator] = STATE(44), - [sym_function_field_declarator] = STATE(124), - [sym_array_declarator] = STATE(44), - [sym_array_field_declarator] = STATE(125), - [sym_init_declarator] = STATE(1077), + [sym_preproc_include] = STATE(209), + [sym_preproc_def] = STATE(209), + [sym_preproc_function_def] = STATE(209), + [sym_preproc_call] = STATE(209), + [sym_preproc_if_in_compound_statement] = STATE(210), + [sym_preproc_ifdef_in_compound_statement] = STATE(211), + [sym_declaration] = STATE(209), + [sym__declaration_specifiers] = STATE(212), + [sym_compound_statement] = STATE(209), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -49831,2759 +37208,2681 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym_enumerator] = STATE(1078), - [sym_parameter_declaration] = STATE(1079), - [sym__expression] = STATE(1080), - [sym_comma_expression] = STATE(475), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(639), - [sym_designator] = STATE(335), - [sym_concatenated_string] = STATE(166), + [sym_labeled_statement] = STATE(209), + [sym_expression_statement] = STATE(209), + [sym_if_statement] = STATE(209), + [sym_switch_statement] = STATE(209), + [sym_case_statement] = STATE(209), + [sym_while_statement] = STATE(209), + [sym_do_statement] = STATE(209), + [sym_for_statement] = STATE(209), + [sym_return_statement] = STATE(209), + [sym_break_statement] = STATE(209), + [sym_continue_statement] = STATE(209), + [sym_goto_statement] = STATE(209), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(209), [sym_macro_type_specifier] = STATE(21), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1073), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym__initializer_list_contents_repeat1] = STATE(640), - [anon_sym_LPAREN] = ACTIONS(2304), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2306), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_RBRACE] = ACTIONS(2308), - [anon_sym_STAR] = ACTIONS(2310), - [anon_sym_LBRACK] = ACTIONS(979), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(2312), - [anon_sym_BANG] = ACTIONS(2314), - [anon_sym_TILDE] = ACTIONS(2316), - [anon_sym_PLUS] = ACTIONS(2318), - [anon_sym_DASH] = ACTIONS(2318), - [anon_sym_DASH_DASH] = ACTIONS(2320), - [anon_sym_PLUS_PLUS] = ACTIONS(2320), - [anon_sym_sizeof] = ACTIONS(2322), - [anon_sym_DOT] = ACTIONS(2324), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(2326), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(470), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(472), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(476), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(478), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(480), + [sym_preproc_directive] = ACTIONS(482), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_RBRACE] = ACTIONS(2253), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(528), + [sym_comment] = ACTIONS(42), }, - [974] = { - [sym_compound_statement] = STATE(1087), - [sym_labeled_statement] = STATE(1087), - [sym_expression_statement] = STATE(1087), - [sym_if_statement] = STATE(1087), - [sym_switch_statement] = STATE(1087), - [sym_case_statement] = STATE(1087), - [sym_while_statement] = STATE(1087), - [sym_do_statement] = STATE(1087), - [sym_for_statement] = STATE(1087), - [sym_return_statement] = STATE(1087), - [sym_break_statement] = STATE(1087), - [sym_continue_statement] = STATE(1087), - [sym_goto_statement] = STATE(1087), - [sym__expression] = STATE(1088), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(560), - [sym_concatenated_string] = STATE(166), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2026), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2026), - [anon_sym_LF] = ACTIONS(2328), - [anon_sym_LPAREN] = ACTIONS(2332), - [anon_sym_COMMA] = ACTIONS(2347), - [anon_sym_RPAREN] = ACTIONS(2347), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2026), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2026), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2026), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2026), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2026), - [sym_preproc_directive] = ACTIONS(2026), - [sym_preproc_arg] = ACTIONS(2328), - [anon_sym_SEMI] = ACTIONS(2360), - [anon_sym_extern] = ACTIONS(2374), - [anon_sym_LBRACE] = ACTIONS(2377), - [anon_sym_RBRACE] = ACTIONS(2384), - [anon_sym_STAR] = ACTIONS(2391), - [anon_sym_LBRACK] = ACTIONS(2347), - [anon_sym_RBRACK] = ACTIONS(2400), - [anon_sym_EQ] = ACTIONS(2407), - [anon_sym_typedef] = ACTIONS(2374), - [anon_sym_static] = ACTIONS(2374), - [anon_sym_auto] = ACTIONS(2374), - [anon_sym_register] = ACTIONS(2374), - [anon_sym_const] = ACTIONS(2374), - [anon_sym_restrict] = ACTIONS(2374), - [anon_sym_volatile] = ACTIONS(2374), - [sym_function_specifier] = ACTIONS(2374), - [anon_sym_unsigned] = ACTIONS(2026), - [anon_sym_long] = ACTIONS(2026), - [anon_sym_short] = ACTIONS(2026), - [anon_sym_enum] = ACTIONS(2026), - [anon_sym_struct] = ACTIONS(2026), - [anon_sym_union] = ACTIONS(2026), - [anon_sym_COLON] = ACTIONS(2417), - [anon_sym_if] = ACTIONS(2428), - [anon_sym_else] = ACTIONS(2026), - [anon_sym_switch] = ACTIONS(2431), - [anon_sym_case] = ACTIONS(2434), - [anon_sym_default] = ACTIONS(2437), - [anon_sym_while] = ACTIONS(2440), - [anon_sym_do] = ACTIONS(2443), - [anon_sym_for] = ACTIONS(2446), - [anon_sym_return] = ACTIONS(2449), - [anon_sym_break] = ACTIONS(2452), - [anon_sym_continue] = ACTIONS(2455), - [anon_sym_goto] = ACTIONS(2458), - [anon_sym_QMARK] = ACTIONS(2461), - [anon_sym_STAR_EQ] = ACTIONS(2461), - [anon_sym_SLASH_EQ] = ACTIONS(2461), - [anon_sym_PERCENT_EQ] = ACTIONS(2461), - [anon_sym_PLUS_EQ] = ACTIONS(2461), - [anon_sym_DASH_EQ] = ACTIONS(2461), - [anon_sym_LT_LT_EQ] = ACTIONS(2461), - [anon_sym_GT_GT_EQ] = ACTIONS(2461), - [anon_sym_AMP_EQ] = ACTIONS(2461), - [anon_sym_CARET_EQ] = ACTIONS(2461), - [anon_sym_PIPE_EQ] = ACTIONS(2461), - [anon_sym_AMP] = ACTIONS(2391), - [anon_sym_PIPE_PIPE] = ACTIONS(2461), - [anon_sym_AMP_AMP] = ACTIONS(2461), - [anon_sym_BANG] = ACTIONS(2467), - [anon_sym_PIPE] = ACTIONS(2461), - [anon_sym_CARET] = ACTIONS(2461), - [anon_sym_TILDE] = ACTIONS(2471), - [anon_sym_EQ_EQ] = ACTIONS(2461), - [anon_sym_BANG_EQ] = ACTIONS(2461), - [anon_sym_LT] = ACTIONS(2461), - [anon_sym_GT] = ACTIONS(2461), - [anon_sym_LT_EQ] = ACTIONS(2461), - [anon_sym_GT_EQ] = ACTIONS(2461), - [anon_sym_LT_LT] = ACTIONS(2461), - [anon_sym_GT_GT] = ACTIONS(2461), - [anon_sym_PLUS] = ACTIONS(2475), - [anon_sym_DASH] = ACTIONS(2475), - [anon_sym_SLASH] = ACTIONS(2461), - [anon_sym_PERCENT] = ACTIONS(2461), - [anon_sym_DASH_DASH] = ACTIONS(2475), - [anon_sym_PLUS_PLUS] = ACTIONS(2475), - [anon_sym_sizeof] = ACTIONS(2484), - [anon_sym_DOT] = ACTIONS(2461), - [anon_sym_DASH_GT] = ACTIONS(2461), - [sym_number_literal] = ACTIONS(2488), - [sym_char_literal] = ACTIONS(2488), - [sym_string_literal] = ACTIONS(2492), - [sym_identifier] = ACTIONS(2496), - [sym_comment] = ACTIONS(165), + [967] = { + [anon_sym_LPAREN] = ACTIONS(2255), + [sym_comment] = ACTIONS(42), }, - [975] = { - [sym_preproc_arg] = ACTIONS(2500), - [sym_comment] = ACTIONS(165), + [968] = { + [anon_sym_LPAREN] = ACTIONS(2257), + [sym_comment] = ACTIONS(42), }, - [976] = { - [ts_builtin_sym_end] = ACTIONS(2502), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2512), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2512), - [anon_sym_LPAREN] = ACTIONS(2534), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2512), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2512), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2512), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2512), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2512), - [sym_preproc_directive] = ACTIONS(2547), - [anon_sym_SEMI] = ACTIONS(2534), - [anon_sym_extern] = ACTIONS(2512), - [anon_sym_LBRACE] = ACTIONS(2534), - [anon_sym_RBRACE] = ACTIONS(2569), - [anon_sym_STAR] = ACTIONS(2534), - [anon_sym_typedef] = ACTIONS(2512), - [anon_sym_static] = ACTIONS(2512), - [anon_sym_auto] = ACTIONS(2512), - [anon_sym_register] = ACTIONS(2512), - [anon_sym_const] = ACTIONS(2512), - [anon_sym_restrict] = ACTIONS(2512), - [anon_sym_volatile] = ACTIONS(2512), - [sym_function_specifier] = ACTIONS(2512), - [anon_sym_unsigned] = ACTIONS(2512), - [anon_sym_long] = ACTIONS(2512), - [anon_sym_short] = ACTIONS(2512), - [anon_sym_enum] = ACTIONS(2512), - [anon_sym_struct] = ACTIONS(2512), - [anon_sym_union] = ACTIONS(2512), - [anon_sym_if] = ACTIONS(2591), - [anon_sym_switch] = ACTIONS(2591), - [anon_sym_case] = ACTIONS(2591), - [anon_sym_default] = ACTIONS(2591), - [anon_sym_while] = ACTIONS(2591), - [anon_sym_do] = ACTIONS(2591), - [anon_sym_for] = ACTIONS(2591), - [anon_sym_return] = ACTIONS(2591), - [anon_sym_break] = ACTIONS(2591), - [anon_sym_continue] = ACTIONS(2591), - [anon_sym_goto] = ACTIONS(2591), - [anon_sym_AMP] = ACTIONS(2534), - [anon_sym_BANG] = ACTIONS(2534), - [anon_sym_TILDE] = ACTIONS(2534), - [anon_sym_PLUS] = ACTIONS(2591), - [anon_sym_DASH] = ACTIONS(2591), - [anon_sym_DASH_DASH] = ACTIONS(2534), - [anon_sym_PLUS_PLUS] = ACTIONS(2534), - [anon_sym_sizeof] = ACTIONS(2591), - [sym_number_literal] = ACTIONS(2591), - [sym_char_literal] = ACTIONS(2591), - [sym_string_literal] = ACTIONS(2534), - [sym_identifier] = ACTIONS(2547), - [sym_comment] = ACTIONS(123), + [969] = { + [sym__expression] = STATE(1076), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, - [977] = { - [sym_identifier] = ACTIONS(2604), - [sym_comment] = ACTIONS(123), + [970] = { + [anon_sym_COLON] = ACTIONS(2259), + [sym_comment] = ACTIONS(42), }, - [978] = { - [sym_identifier] = ACTIONS(2606), - [sym_comment] = ACTIONS(123), + [971] = { + [anon_sym_LPAREN] = ACTIONS(2261), + [sym_comment] = ACTIONS(42), }, - [979] = { - [sym_preproc_include] = STATE(1095), - [sym_preproc_def] = STATE(1095), - [sym_preproc_function_def] = STATE(1095), - [sym_preproc_call] = STATE(1095), - [sym_preproc_if] = STATE(18), - [sym_preproc_if_in_compound_statement] = STATE(170), - [sym_preproc_ifdef] = STATE(18), - [sym_preproc_ifdef_in_compound_statement] = STATE(171), - [sym_function_definition] = STATE(18), - [sym_declaration] = STATE(1095), - [sym__declaration_specifiers] = STATE(19), - [sym_linkage_specification] = STATE(18), - [sym_compound_statement] = STATE(169), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [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(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym__empty_declaration] = STATE(1095), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_translation_unit_repeat1] = STATE(104), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(568), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [anon_sym_LPAREN] = ACTIONS(529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2608), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2610), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2613), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2615), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(1464), - [anon_sym_switch] = ACTIONS(1466), - [anon_sym_case] = ACTIONS(1468), - [anon_sym_default] = ACTIONS(1470), - [anon_sym_while] = ACTIONS(1472), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1474), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1476), - [sym_comment] = ACTIONS(123), + [972] = { + [sym_compound_statement] = STATE(1079), + [sym_labeled_statement] = STATE(1079), + [sym_expression_statement] = STATE(1079), + [sym_if_statement] = STATE(1079), + [sym_switch_statement] = STATE(1079), + [sym_case_statement] = STATE(1079), + [sym_while_statement] = STATE(1079), + [sym_do_statement] = STATE(1079), + [sym_for_statement] = STATE(1079), + [sym_return_statement] = STATE(1079), + [sym_break_statement] = STATE(1079), + [sym_continue_statement] = STATE(1079), + [sym_goto_statement] = STATE(1079), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(840), + [anon_sym_switch] = ACTIONS(842), + [anon_sym_case] = ACTIONS(844), + [anon_sym_default] = ACTIONS(846), + [anon_sym_while] = ACTIONS(848), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(850), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(852), + [sym_comment] = ACTIONS(42), + }, + [973] = { + [anon_sym_LPAREN] = ACTIONS(2263), + [sym_comment] = ACTIONS(42), + }, + [974] = { + [sym__expression] = STATE(1082), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(2265), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), + }, + [975] = { + [anon_sym_SEMI] = ACTIONS(2267), + [sym_comment] = ACTIONS(42), + }, + [976] = { + [anon_sym_SEMI] = ACTIONS(2269), + [sym_comment] = ACTIONS(42), + }, + [977] = { + [sym_identifier] = ACTIONS(2271), + [sym_comment] = ACTIONS(42), + }, + [978] = { + [anon_sym_LPAREN] = ACTIONS(866), + [anon_sym_COMMA] = ACTIONS(866), + [anon_sym_SEMI] = ACTIONS(866), + [anon_sym_STAR] = ACTIONS(868), + [anon_sym_LBRACK] = ACTIONS(866), + [anon_sym_EQ] = ACTIONS(868), + [anon_sym_COLON] = ACTIONS(2273), + [anon_sym_QMARK] = ACTIONS(866), + [anon_sym_STAR_EQ] = ACTIONS(866), + [anon_sym_SLASH_EQ] = ACTIONS(866), + [anon_sym_PERCENT_EQ] = ACTIONS(866), + [anon_sym_PLUS_EQ] = ACTIONS(866), + [anon_sym_DASH_EQ] = ACTIONS(866), + [anon_sym_LT_LT_EQ] = ACTIONS(866), + [anon_sym_GT_GT_EQ] = ACTIONS(866), + [anon_sym_AMP_EQ] = ACTIONS(866), + [anon_sym_CARET_EQ] = ACTIONS(866), + [anon_sym_PIPE_EQ] = ACTIONS(866), + [anon_sym_AMP] = ACTIONS(868), + [anon_sym_PIPE_PIPE] = ACTIONS(866), + [anon_sym_AMP_AMP] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_LT] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_LT_LT] = ACTIONS(868), + [anon_sym_GT_GT] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_PERCENT] = ACTIONS(868), + [anon_sym_DASH_DASH] = ACTIONS(866), + [anon_sym_PLUS_PLUS] = ACTIONS(866), + [anon_sym_DOT] = ACTIONS(866), + [anon_sym_DASH_GT] = ACTIONS(866), + [sym_comment] = ACTIONS(42), + }, + [979] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2275), + [anon_sym_LPAREN] = ACTIONS(2277), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2275), + [sym_preproc_directive] = ACTIONS(2279), + [anon_sym_SEMI] = ACTIONS(2277), + [anon_sym_extern] = ACTIONS(2275), + [anon_sym_LBRACE] = ACTIONS(2277), + [anon_sym_RBRACE] = ACTIONS(2277), + [anon_sym_STAR] = ACTIONS(2277), + [anon_sym_typedef] = ACTIONS(2275), + [anon_sym_static] = ACTIONS(2275), + [anon_sym_auto] = ACTIONS(2275), + [anon_sym_register] = ACTIONS(2275), + [anon_sym_const] = ACTIONS(2275), + [anon_sym_restrict] = ACTIONS(2275), + [anon_sym_volatile] = ACTIONS(2275), + [sym_function_specifier] = ACTIONS(2275), + [anon_sym_unsigned] = ACTIONS(2275), + [anon_sym_long] = ACTIONS(2275), + [anon_sym_short] = ACTIONS(2275), + [anon_sym_enum] = ACTIONS(2275), + [anon_sym_struct] = ACTIONS(2275), + [anon_sym_union] = ACTIONS(2275), + [anon_sym_if] = ACTIONS(2275), + [anon_sym_else] = ACTIONS(2281), + [anon_sym_switch] = ACTIONS(2275), + [anon_sym_case] = ACTIONS(2275), + [anon_sym_default] = ACTIONS(2275), + [anon_sym_while] = ACTIONS(2275), + [anon_sym_do] = ACTIONS(2275), + [anon_sym_for] = ACTIONS(2275), + [anon_sym_return] = ACTIONS(2275), + [anon_sym_break] = ACTIONS(2275), + [anon_sym_continue] = ACTIONS(2275), + [anon_sym_goto] = ACTIONS(2275), + [anon_sym_AMP] = ACTIONS(2277), + [anon_sym_BANG] = ACTIONS(2277), + [anon_sym_TILDE] = ACTIONS(2277), + [anon_sym_PLUS] = ACTIONS(2275), + [anon_sym_DASH] = ACTIONS(2275), + [anon_sym_DASH_DASH] = ACTIONS(2277), + [anon_sym_PLUS_PLUS] = ACTIONS(2277), + [anon_sym_sizeof] = ACTIONS(2275), + [sym_number_literal] = ACTIONS(2275), + [sym_char_literal] = ACTIONS(2275), + [sym_string_literal] = ACTIONS(2277), + [sym_identifier] = ACTIONS(2279), + [sym_comment] = ACTIONS(42), }, [980] = { - [sym__expression] = STATE(1099), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [ts_builtin_sym_end] = ACTIONS(2617), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2621), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2621), - [anon_sym_LPAREN] = ACTIONS(2632), - [anon_sym_RPAREN] = ACTIONS(2644), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2621), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2621), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2621), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2621), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2621), - [sym_preproc_directive] = ACTIONS(2646), - [anon_sym_SEMI] = ACTIONS(2657), - [anon_sym_extern] = ACTIONS(2669), - [anon_sym_LBRACE] = ACTIONS(2685), - [anon_sym_RBRACE] = ACTIONS(2696), - [anon_sym_STAR] = ACTIONS(2712), - [anon_sym_typedef] = ACTIONS(2669), - [anon_sym_static] = ACTIONS(2669), - [anon_sym_auto] = ACTIONS(2669), - [anon_sym_register] = ACTIONS(2669), - [anon_sym_const] = ACTIONS(2669), - [anon_sym_restrict] = ACTIONS(2669), - [anon_sym_volatile] = ACTIONS(2669), - [sym_function_specifier] = ACTIONS(2669), - [anon_sym_unsigned] = ACTIONS(2669), - [anon_sym_long] = ACTIONS(2669), - [anon_sym_short] = ACTIONS(2669), - [anon_sym_enum] = ACTIONS(2669), - [anon_sym_struct] = ACTIONS(2669), - [anon_sym_union] = ACTIONS(2669), - [anon_sym_if] = ACTIONS(2621), - [anon_sym_else] = ACTIONS(2724), - [anon_sym_switch] = ACTIONS(2621), - [anon_sym_case] = ACTIONS(2621), - [anon_sym_default] = ACTIONS(2621), - [anon_sym_while] = ACTIONS(2621), - [anon_sym_do] = ACTIONS(2621), - [anon_sym_for] = ACTIONS(2621), - [anon_sym_return] = ACTIONS(2621), - [anon_sym_break] = ACTIONS(2621), - [anon_sym_continue] = ACTIONS(2621), - [anon_sym_goto] = ACTIONS(2621), - [anon_sym_AMP] = ACTIONS(2712), - [anon_sym_BANG] = ACTIONS(2734), - [anon_sym_TILDE] = ACTIONS(2746), - [anon_sym_PLUS] = ACTIONS(2758), - [anon_sym_DASH] = ACTIONS(2758), - [anon_sym_DASH_DASH] = ACTIONS(2770), - [anon_sym_PLUS_PLUS] = ACTIONS(2770), - [anon_sym_sizeof] = ACTIONS(2782), - [sym_number_literal] = ACTIONS(2794), - [sym_char_literal] = ACTIONS(2794), - [sym_string_literal] = ACTIONS(2806), - [sym_identifier] = ACTIONS(2818), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(906), + [anon_sym_SEMI] = ACTIONS(2283), + [anon_sym_STAR] = ACTIONS(910), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(914), + [anon_sym_QMARK] = ACTIONS(916), + [anon_sym_STAR_EQ] = ACTIONS(918), + [anon_sym_SLASH_EQ] = ACTIONS(918), + [anon_sym_PERCENT_EQ] = ACTIONS(918), + [anon_sym_PLUS_EQ] = ACTIONS(918), + [anon_sym_DASH_EQ] = ACTIONS(918), + [anon_sym_LT_LT_EQ] = ACTIONS(918), + [anon_sym_GT_GT_EQ] = ACTIONS(918), + [anon_sym_AMP_EQ] = ACTIONS(918), + [anon_sym_CARET_EQ] = ACTIONS(918), + [anon_sym_PIPE_EQ] = ACTIONS(918), + [anon_sym_AMP] = ACTIONS(920), + [anon_sym_PIPE_PIPE] = ACTIONS(922), + [anon_sym_AMP_AMP] = ACTIONS(924), + [anon_sym_PIPE] = ACTIONS(926), + [anon_sym_CARET] = ACTIONS(928), + [anon_sym_EQ_EQ] = ACTIONS(930), + [anon_sym_BANG_EQ] = ACTIONS(930), + [anon_sym_LT] = ACTIONS(932), + [anon_sym_GT] = ACTIONS(932), + [anon_sym_LT_EQ] = ACTIONS(934), + [anon_sym_GT_EQ] = ACTIONS(934), + [anon_sym_LT_LT] = ACTIONS(936), + [anon_sym_GT_GT] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_SLASH] = ACTIONS(910), + [anon_sym_PERCENT] = ACTIONS(910), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [981] = { - [anon_sym_LPAREN] = ACTIONS(179), - [anon_sym_COMMA] = ACTIONS(179), - [anon_sym_RPAREN] = ACTIONS(179), - [anon_sym_SEMI] = ACTIONS(179), - [anon_sym_extern] = ACTIONS(173), - [anon_sym_STAR] = ACTIONS(179), - [anon_sym_LBRACK] = ACTIONS(179), - [anon_sym_RBRACK] = ACTIONS(179), - [anon_sym_typedef] = ACTIONS(173), - [anon_sym_static] = ACTIONS(173), - [anon_sym_auto] = ACTIONS(173), - [anon_sym_register] = ACTIONS(173), - [anon_sym_const] = ACTIONS(173), - [anon_sym_restrict] = ACTIONS(173), - [anon_sym_volatile] = ACTIONS(173), - [sym_function_specifier] = ACTIONS(173), - [anon_sym_unsigned] = ACTIONS(173), - [anon_sym_long] = ACTIONS(173), - [anon_sym_short] = ACTIONS(173), - [anon_sym_enum] = ACTIONS(173), - [anon_sym_struct] = ACTIONS(173), - [anon_sym_union] = ACTIONS(173), - [anon_sym_COLON] = ACTIONS(179), - [anon_sym_AMP] = ACTIONS(179), - [anon_sym_BANG] = ACTIONS(179), - [anon_sym_TILDE] = ACTIONS(179), - [anon_sym_PLUS] = ACTIONS(173), - [anon_sym_DASH] = ACTIONS(173), - [anon_sym_DASH_DASH] = ACTIONS(179), - [anon_sym_PLUS_PLUS] = ACTIONS(179), - [anon_sym_sizeof] = ACTIONS(173), - [sym_number_literal] = ACTIONS(173), - [sym_char_literal] = ACTIONS(173), - [sym_string_literal] = ACTIONS(2835), - [sym_identifier] = ACTIONS(177), - [sym_comment] = ACTIONS(123), + [anon_sym_SEMI] = ACTIONS(2283), + [sym_comment] = ACTIONS(42), }, [982] = { - [sym_preproc_include] = STATE(1095), - [sym_preproc_def] = STATE(1095), - [sym_preproc_function_def] = STATE(1095), - [sym_preproc_call] = STATE(1095), - [sym_preproc_if] = STATE(18), - [sym_preproc_if_in_compound_statement] = STATE(170), - [sym_preproc_ifdef] = STATE(18), - [sym_preproc_ifdef_in_compound_statement] = STATE(171), - [sym_function_definition] = STATE(18), - [sym_declaration] = STATE(1095), - [sym__declaration_specifiers] = STATE(1109), - [sym_linkage_specification] = STATE(18), - [sym_compound_statement] = STATE(169), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_field_declaration] = STATE(77), - [sym_enumerator] = STATE(73), - [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(1110), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(333), - [sym__initializer_list_contents] = STATE(334), - [sym_designator] = STATE(335), - [sym_concatenated_string] = STATE(166), - [sym__empty_declaration] = STATE(1095), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_translation_unit_repeat1] = STATE(112), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(175), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_field_declaration_list_repeat1] = STATE(78), - [aux_sym__initializer_list_contents_repeat1] = STATE(336), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [anon_sym_LPAREN] = ACTIONS(2838), - [anon_sym_COMMA] = ACTIONS(287), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2608), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2613), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2615), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(2840), - [anon_sym_RBRACE] = ACTIONS(2842), - [anon_sym_STAR] = ACTIONS(2844), - [anon_sym_LBRACK] = ACTIONS(979), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(543), - [anon_sym_switch] = ACTIONS(545), - [anon_sym_case] = ACTIONS(547), - [anon_sym_default] = ACTIONS(549), - [anon_sym_while] = ACTIONS(551), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(555), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(2844), - [anon_sym_BANG] = ACTIONS(2846), - [anon_sym_TILDE] = ACTIONS(2848), - [anon_sym_PLUS] = ACTIONS(2850), - [anon_sym_DASH] = ACTIONS(2850), - [anon_sym_DASH_DASH] = ACTIONS(2852), - [anon_sym_PLUS_PLUS] = ACTIONS(2852), - [anon_sym_sizeof] = ACTIONS(2854), - [anon_sym_DOT] = ACTIONS(981), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(2856), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(1829), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1829), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [983] = { - [ts_builtin_sym_end] = ACTIONS(2858), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2863), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2863), - [anon_sym_LPAREN] = ACTIONS(2868), - [anon_sym_COMMA] = ACTIONS(2880), - [anon_sym_RPAREN] = ACTIONS(2880), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2863), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2863), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2863), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2863), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2863), - [sym_preproc_directive] = ACTIONS(2890), - [anon_sym_SEMI] = ACTIONS(2868), - [anon_sym_extern] = ACTIONS(2895), - [anon_sym_LBRACE] = ACTIONS(2906), - [anon_sym_RBRACE] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2917), - [anon_sym_LBRACK] = ACTIONS(2880), - [anon_sym_RBRACK] = ACTIONS(2880), - [anon_sym_EQ] = ACTIONS(2929), - [anon_sym_typedef] = ACTIONS(2895), - [anon_sym_static] = ACTIONS(2895), - [anon_sym_auto] = ACTIONS(2895), - [anon_sym_register] = ACTIONS(2895), - [anon_sym_const] = ACTIONS(2895), - [anon_sym_restrict] = ACTIONS(2895), - [anon_sym_volatile] = ACTIONS(2895), - [sym_function_specifier] = ACTIONS(2895), - [anon_sym_unsigned] = ACTIONS(2863), - [anon_sym_long] = ACTIONS(2863), - [anon_sym_short] = ACTIONS(2863), - [anon_sym_enum] = ACTIONS(2863), - [anon_sym_struct] = ACTIONS(2863), - [anon_sym_union] = ACTIONS(2863), - [anon_sym_COLON] = ACTIONS(2880), - [anon_sym_if] = ACTIONS(2933), - [anon_sym_else] = ACTIONS(2933), - [anon_sym_switch] = ACTIONS(2933), - [anon_sym_case] = ACTIONS(2933), - [anon_sym_default] = ACTIONS(2933), - [anon_sym_while] = ACTIONS(2933), - [anon_sym_do] = ACTIONS(2933), - [anon_sym_for] = ACTIONS(2933), - [anon_sym_return] = ACTIONS(2933), - [anon_sym_break] = ACTIONS(2933), - [anon_sym_continue] = ACTIONS(2933), - [anon_sym_goto] = ACTIONS(2933), - [anon_sym_QMARK] = ACTIONS(2936), - [anon_sym_STAR_EQ] = ACTIONS(2936), - [anon_sym_SLASH_EQ] = ACTIONS(2936), - [anon_sym_PERCENT_EQ] = ACTIONS(2936), - [anon_sym_PLUS_EQ] = ACTIONS(2936), - [anon_sym_DASH_EQ] = ACTIONS(2936), - [anon_sym_LT_LT_EQ] = ACTIONS(2936), - [anon_sym_GT_GT_EQ] = ACTIONS(2936), - [anon_sym_AMP_EQ] = ACTIONS(2936), - [anon_sym_CARET_EQ] = ACTIONS(2936), - [anon_sym_PIPE_EQ] = ACTIONS(2936), - [anon_sym_AMP] = ACTIONS(2917), - [anon_sym_PIPE_PIPE] = ACTIONS(2936), - [anon_sym_AMP_AMP] = ACTIONS(2936), - [anon_sym_BANG] = ACTIONS(2940), - [anon_sym_PIPE] = ACTIONS(2929), - [anon_sym_CARET] = ACTIONS(2929), - [anon_sym_TILDE] = ACTIONS(2949), - [anon_sym_EQ_EQ] = ACTIONS(2936), - [anon_sym_BANG_EQ] = ACTIONS(2936), - [anon_sym_LT] = ACTIONS(2929), - [anon_sym_GT] = ACTIONS(2929), - [anon_sym_LT_EQ] = ACTIONS(2936), - [anon_sym_GT_EQ] = ACTIONS(2936), - [anon_sym_LT_LT] = ACTIONS(2929), - [anon_sym_GT_GT] = ACTIONS(2929), - [anon_sym_PLUS] = ACTIONS(2917), - [anon_sym_DASH] = ACTIONS(2917), - [anon_sym_SLASH] = ACTIONS(2929), - [anon_sym_PERCENT] = ACTIONS(2929), - [anon_sym_DASH_DASH] = ACTIONS(2868), - [anon_sym_PLUS_PLUS] = ACTIONS(2868), - [anon_sym_sizeof] = ACTIONS(2940), - [anon_sym_DOT] = ACTIONS(2936), - [anon_sym_DASH_GT] = ACTIONS(2936), - [sym_number_literal] = ACTIONS(2940), - [sym_char_literal] = ACTIONS(2940), - [sym_string_literal] = ACTIONS(2949), - [sym_identifier] = ACTIONS(2958), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1339), + [anon_sym_COLON] = ACTIONS(2285), + [anon_sym_QMARK] = ACTIONS(1343), + [anon_sym_STAR_EQ] = ACTIONS(1345), + [anon_sym_SLASH_EQ] = ACTIONS(1345), + [anon_sym_PERCENT_EQ] = ACTIONS(1345), + [anon_sym_PLUS_EQ] = ACTIONS(1345), + [anon_sym_DASH_EQ] = ACTIONS(1345), + [anon_sym_LT_LT_EQ] = ACTIONS(1345), + [anon_sym_GT_GT_EQ] = ACTIONS(1345), + [anon_sym_AMP_EQ] = ACTIONS(1345), + [anon_sym_CARET_EQ] = ACTIONS(1345), + [anon_sym_PIPE_EQ] = ACTIONS(1345), + [anon_sym_AMP] = ACTIONS(1347), + [anon_sym_PIPE_PIPE] = ACTIONS(1349), + [anon_sym_AMP_AMP] = ACTIONS(1351), + [anon_sym_PIPE] = ACTIONS(1353), + [anon_sym_CARET] = ACTIONS(1355), + [anon_sym_EQ_EQ] = ACTIONS(1357), + [anon_sym_BANG_EQ] = ACTIONS(1357), + [anon_sym_LT] = ACTIONS(1359), + [anon_sym_GT] = ACTIONS(1359), + [anon_sym_LT_EQ] = ACTIONS(1361), + [anon_sym_GT_EQ] = ACTIONS(1361), + [anon_sym_LT_LT] = ACTIONS(1363), + [anon_sym_GT_GT] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1365), + [anon_sym_SLASH] = ACTIONS(1337), + [anon_sym_PERCENT] = ACTIONS(1337), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [984] = { - [sym__declarator] = STATE(1114), - [sym__field_declarator] = STATE(1115), - [sym__abstract_declarator] = STATE(227), - [sym_pointer_declarator] = STATE(44), - [sym_pointer_field_declarator] = STATE(123), - [sym_abstract_pointer_declarator] = STATE(132), - [sym_function_declarator] = STATE(44), - [sym_function_field_declarator] = STATE(124), - [sym_abstract_function_declarator] = STATE(132), - [sym_array_declarator] = STATE(44), - [sym_array_field_declarator] = STATE(125), - [sym_abstract_array_declarator] = STATE(132), - [sym_parameter_list] = STATE(133), - [sym__expression] = STATE(1116), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(2969), - [anon_sym_COMMA] = ACTIONS(745), - [anon_sym_RPAREN] = ACTIONS(745), - [anon_sym_STAR] = ACTIONS(2972), - [anon_sym_LBRACK] = ACTIONS(2974), - [anon_sym_AMP] = ACTIONS(2977), - [anon_sym_BANG] = ACTIONS(2979), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2983), - [anon_sym_DASH] = ACTIONS(2983), - [anon_sym_DASH_DASH] = ACTIONS(2985), - [anon_sym_PLUS_PLUS] = ACTIONS(2985), - [anon_sym_sizeof] = ACTIONS(2987), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(2989), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(1833), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1835), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_STAR_EQ] = ACTIONS(1833), + [anon_sym_SLASH_EQ] = ACTIONS(1833), + [anon_sym_PERCENT_EQ] = ACTIONS(1833), + [anon_sym_PLUS_EQ] = ACTIONS(1833), + [anon_sym_DASH_EQ] = ACTIONS(1833), + [anon_sym_LT_LT_EQ] = ACTIONS(1833), + [anon_sym_GT_GT_EQ] = ACTIONS(1833), + [anon_sym_AMP_EQ] = ACTIONS(1833), + [anon_sym_CARET_EQ] = ACTIONS(1833), + [anon_sym_PIPE_EQ] = ACTIONS(1833), + [anon_sym_AMP] = ACTIONS(1835), + [anon_sym_PIPE_PIPE] = ACTIONS(1833), + [anon_sym_AMP_AMP] = ACTIONS(1833), + [anon_sym_PIPE] = ACTIONS(1835), + [anon_sym_CARET] = ACTIONS(1835), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [985] = { - [sym__declaration_specifiers] = STATE(1118), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(1119), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_RBRACK] = ACTIONS(2991), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(597), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(1837), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1839), + [anon_sym_QMARK] = ACTIONS(1837), + [anon_sym_STAR_EQ] = ACTIONS(1837), + [anon_sym_SLASH_EQ] = ACTIONS(1837), + [anon_sym_PERCENT_EQ] = ACTIONS(1837), + [anon_sym_PLUS_EQ] = ACTIONS(1837), + [anon_sym_DASH_EQ] = ACTIONS(1837), + [anon_sym_LT_LT_EQ] = ACTIONS(1837), + [anon_sym_GT_GT_EQ] = ACTIONS(1837), + [anon_sym_AMP_EQ] = ACTIONS(1837), + [anon_sym_CARET_EQ] = ACTIONS(1837), + [anon_sym_PIPE_EQ] = ACTIONS(1837), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1837), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [986] = { - [anon_sym_LPAREN] = ACTIONS(2993), - [anon_sym_COMMA] = ACTIONS(2993), - [anon_sym_RPAREN] = ACTIONS(2993), - [anon_sym_SEMI] = ACTIONS(3005), - [anon_sym_LBRACE] = ACTIONS(3013), - [anon_sym_RBRACE] = ACTIONS(1818), - [anon_sym_STAR] = ACTIONS(1820), - [anon_sym_LBRACK] = ACTIONS(3017), - [anon_sym_RBRACK] = ACTIONS(1818), - [anon_sym_EQ] = ACTIONS(3030), - [anon_sym_COLON] = ACTIONS(3036), - [anon_sym_QMARK] = ACTIONS(1818), - [anon_sym_STAR_EQ] = ACTIONS(1818), - [anon_sym_SLASH_EQ] = ACTIONS(1818), - [anon_sym_PERCENT_EQ] = ACTIONS(1818), - [anon_sym_PLUS_EQ] = ACTIONS(1818), - [anon_sym_DASH_EQ] = ACTIONS(1818), - [anon_sym_LT_LT_EQ] = ACTIONS(1818), - [anon_sym_GT_GT_EQ] = ACTIONS(1818), - [anon_sym_AMP_EQ] = ACTIONS(1818), - [anon_sym_CARET_EQ] = ACTIONS(1818), - [anon_sym_PIPE_EQ] = ACTIONS(1818), - [anon_sym_AMP] = ACTIONS(1820), - [anon_sym_PIPE_PIPE] = ACTIONS(1818), - [anon_sym_AMP_AMP] = ACTIONS(1818), - [anon_sym_PIPE] = ACTIONS(1820), - [anon_sym_CARET] = ACTIONS(1820), - [anon_sym_EQ_EQ] = ACTIONS(1818), - [anon_sym_BANG_EQ] = ACTIONS(1818), - [anon_sym_LT] = ACTIONS(1820), - [anon_sym_GT] = ACTIONS(1820), - [anon_sym_LT_EQ] = ACTIONS(1818), - [anon_sym_GT_EQ] = ACTIONS(1818), - [anon_sym_LT_LT] = ACTIONS(1820), - [anon_sym_GT_GT] = ACTIONS(1820), - [anon_sym_PLUS] = ACTIONS(1820), - [anon_sym_DASH] = ACTIONS(1820), - [anon_sym_SLASH] = ACTIONS(1820), - [anon_sym_PERCENT] = ACTIONS(1820), - [anon_sym_DASH_DASH] = ACTIONS(1818), - [anon_sym_PLUS_PLUS] = ACTIONS(1818), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_DASH_GT] = ACTIONS(1818), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(1837), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1839), + [anon_sym_QMARK] = ACTIONS(1837), + [anon_sym_STAR_EQ] = ACTIONS(1837), + [anon_sym_SLASH_EQ] = ACTIONS(1837), + [anon_sym_PERCENT_EQ] = ACTIONS(1837), + [anon_sym_PLUS_EQ] = ACTIONS(1837), + [anon_sym_DASH_EQ] = ACTIONS(1837), + [anon_sym_LT_LT_EQ] = ACTIONS(1837), + [anon_sym_GT_GT_EQ] = ACTIONS(1837), + [anon_sym_AMP_EQ] = ACTIONS(1837), + [anon_sym_CARET_EQ] = ACTIONS(1837), + [anon_sym_PIPE_EQ] = ACTIONS(1837), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1837), + [anon_sym_AMP_AMP] = ACTIONS(1837), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [987] = { - [sym__expression] = STATE(1120), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(1121), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(3044), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_STAR] = ACTIONS(2977), - [anon_sym_AMP] = ACTIONS(2977), - [anon_sym_BANG] = ACTIONS(2979), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2983), - [anon_sym_DASH] = ACTIONS(2983), - [anon_sym_DASH_DASH] = ACTIONS(2985), - [anon_sym_PLUS_PLUS] = ACTIONS(2985), - [anon_sym_sizeof] = ACTIONS(2987), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(1833), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1835), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_STAR_EQ] = ACTIONS(1833), + [anon_sym_SLASH_EQ] = ACTIONS(1833), + [anon_sym_PERCENT_EQ] = ACTIONS(1833), + [anon_sym_PLUS_EQ] = ACTIONS(1833), + [anon_sym_DASH_EQ] = ACTIONS(1833), + [anon_sym_LT_LT_EQ] = ACTIONS(1833), + [anon_sym_GT_GT_EQ] = ACTIONS(1833), + [anon_sym_AMP_EQ] = ACTIONS(1833), + [anon_sym_CARET_EQ] = ACTIONS(1833), + [anon_sym_PIPE_EQ] = ACTIONS(1833), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1833), + [anon_sym_AMP_AMP] = ACTIONS(1833), + [anon_sym_PIPE] = ACTIONS(1835), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [988] = { - [anon_sym_LPAREN] = ACTIONS(3046), - [anon_sym_COMMA] = ACTIONS(3046), - [anon_sym_RPAREN] = ACTIONS(3046), - [anon_sym_SEMI] = ACTIONS(3046), - [anon_sym_extern] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(3046), - [anon_sym_LBRACK] = ACTIONS(3046), - [anon_sym_RBRACK] = ACTIONS(3046), - [anon_sym_typedef] = ACTIONS(3049), - [anon_sym_static] = ACTIONS(3049), - [anon_sym_auto] = ACTIONS(3049), - [anon_sym_register] = ACTIONS(3049), - [anon_sym_const] = ACTIONS(3049), - [anon_sym_restrict] = ACTIONS(3049), - [anon_sym_volatile] = ACTIONS(3049), - [sym_function_specifier] = ACTIONS(3049), - [anon_sym_unsigned] = ACTIONS(3049), - [anon_sym_long] = ACTIONS(3049), - [anon_sym_short] = ACTIONS(3049), - [anon_sym_enum] = ACTIONS(3049), - [anon_sym_struct] = ACTIONS(3049), - [anon_sym_union] = ACTIONS(3049), - [anon_sym_COLON] = ACTIONS(3046), - [anon_sym_AMP] = ACTIONS(3046), - [anon_sym_BANG] = ACTIONS(3046), - [anon_sym_TILDE] = ACTIONS(3046), - [anon_sym_PLUS] = ACTIONS(3049), - [anon_sym_DASH] = ACTIONS(3049), - [anon_sym_DASH_DASH] = ACTIONS(3046), - [anon_sym_PLUS_PLUS] = ACTIONS(3046), - [anon_sym_sizeof] = ACTIONS(3049), - [sym_number_literal] = ACTIONS(3049), - [sym_char_literal] = ACTIONS(3049), - [sym_string_literal] = ACTIONS(3046), - [sym_identifier] = ACTIONS(3052), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(1833), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1835), + [anon_sym_QMARK] = ACTIONS(1833), + [anon_sym_STAR_EQ] = ACTIONS(1833), + [anon_sym_SLASH_EQ] = ACTIONS(1833), + [anon_sym_PERCENT_EQ] = ACTIONS(1833), + [anon_sym_PLUS_EQ] = ACTIONS(1833), + [anon_sym_DASH_EQ] = ACTIONS(1833), + [anon_sym_LT_LT_EQ] = ACTIONS(1833), + [anon_sym_GT_GT_EQ] = ACTIONS(1833), + [anon_sym_AMP_EQ] = ACTIONS(1833), + [anon_sym_CARET_EQ] = ACTIONS(1833), + [anon_sym_PIPE_EQ] = ACTIONS(1833), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1833), + [anon_sym_AMP_AMP] = ACTIONS(1833), + [anon_sym_PIPE] = ACTIONS(1835), + [anon_sym_CARET] = ACTIONS(1835), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [989] = { - [anon_sym_LPAREN] = ACTIONS(3055), - [anon_sym_COMMA] = ACTIONS(3055), - [anon_sym_RPAREN] = ACTIONS(3055), - [anon_sym_SEMI] = ACTIONS(3055), - [anon_sym_extern] = ACTIONS(3058), - [anon_sym_STAR] = ACTIONS(3055), - [anon_sym_LBRACK] = ACTIONS(3055), - [anon_sym_RBRACK] = ACTIONS(3055), - [anon_sym_typedef] = ACTIONS(3058), - [anon_sym_static] = ACTIONS(3058), - [anon_sym_auto] = ACTIONS(3058), - [anon_sym_register] = ACTIONS(3058), - [anon_sym_const] = ACTIONS(3058), - [anon_sym_restrict] = ACTIONS(3058), - [anon_sym_volatile] = ACTIONS(3058), - [sym_function_specifier] = ACTIONS(3058), - [anon_sym_unsigned] = ACTIONS(3058), - [anon_sym_long] = ACTIONS(3058), - [anon_sym_short] = ACTIONS(3058), - [anon_sym_COLON] = ACTIONS(3055), - [anon_sym_AMP] = ACTIONS(3055), - [anon_sym_BANG] = ACTIONS(3055), - [anon_sym_TILDE] = ACTIONS(3055), - [anon_sym_PLUS] = ACTIONS(3058), - [anon_sym_DASH] = ACTIONS(3058), - [anon_sym_DASH_DASH] = ACTIONS(3055), - [anon_sym_PLUS_PLUS] = ACTIONS(3055), - [anon_sym_sizeof] = ACTIONS(3058), - [sym_number_literal] = ACTIONS(3058), - [sym_char_literal] = ACTIONS(3058), - [sym_string_literal] = ACTIONS(3055), - [sym_identifier] = ACTIONS(3061), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(1841), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1843), + [anon_sym_QMARK] = ACTIONS(1841), + [anon_sym_STAR_EQ] = ACTIONS(1841), + [anon_sym_SLASH_EQ] = ACTIONS(1841), + [anon_sym_PERCENT_EQ] = ACTIONS(1841), + [anon_sym_PLUS_EQ] = ACTIONS(1841), + [anon_sym_DASH_EQ] = ACTIONS(1841), + [anon_sym_LT_LT_EQ] = ACTIONS(1841), + [anon_sym_GT_GT_EQ] = ACTIONS(1841), + [anon_sym_AMP_EQ] = ACTIONS(1841), + [anon_sym_CARET_EQ] = ACTIONS(1841), + [anon_sym_PIPE_EQ] = ACTIONS(1841), + [anon_sym_AMP] = ACTIONS(1843), + [anon_sym_PIPE_PIPE] = ACTIONS(1841), + [anon_sym_AMP_AMP] = ACTIONS(1841), + [anon_sym_PIPE] = ACTIONS(1843), + [anon_sym_CARET] = ACTIONS(1843), + [anon_sym_EQ_EQ] = ACTIONS(1841), + [anon_sym_BANG_EQ] = ACTIONS(1841), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [990] = { - [sym_declaration] = STATE(1123), - [sym__declaration_specifiers] = STATE(453), - [sym_compound_statement] = STATE(1124), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(1124), - [sym_expression_statement] = STATE(1124), - [sym_if_statement] = STATE(1124), - [sym_switch_statement] = STATE(1124), - [sym_case_statement] = STATE(1124), - [sym_while_statement] = STATE(1124), - [sym_do_statement] = STATE(1124), - [sym_for_statement] = STATE(1124), - [sym_return_statement] = STATE(1124), - [sym_break_statement] = STATE(1124), - [sym_continue_statement] = STATE(1124), - [sym_goto_statement] = STATE(1124), - [sym__expression] = STATE(1125), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(3044), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(2977), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(3064), - [anon_sym_switch] = ACTIONS(3066), - [anon_sym_case] = ACTIONS(3068), - [anon_sym_default] = ACTIONS(3070), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(3074), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(2977), - [anon_sym_BANG] = ACTIONS(2979), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2983), - [anon_sym_DASH] = ACTIONS(2983), - [anon_sym_DASH_DASH] = ACTIONS(2985), - [anon_sym_PLUS_PLUS] = ACTIONS(2985), - [anon_sym_sizeof] = ACTIONS(2987), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(3076), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(1845), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1847), + [anon_sym_QMARK] = ACTIONS(1845), + [anon_sym_STAR_EQ] = ACTIONS(1845), + [anon_sym_SLASH_EQ] = ACTIONS(1845), + [anon_sym_PERCENT_EQ] = ACTIONS(1845), + [anon_sym_PLUS_EQ] = ACTIONS(1845), + [anon_sym_DASH_EQ] = ACTIONS(1845), + [anon_sym_LT_LT_EQ] = ACTIONS(1845), + [anon_sym_GT_GT_EQ] = ACTIONS(1845), + [anon_sym_AMP_EQ] = ACTIONS(1845), + [anon_sym_CARET_EQ] = ACTIONS(1845), + [anon_sym_PIPE_EQ] = ACTIONS(1845), + [anon_sym_AMP] = ACTIONS(1847), + [anon_sym_PIPE_PIPE] = ACTIONS(1845), + [anon_sym_AMP_AMP] = ACTIONS(1845), + [anon_sym_PIPE] = ACTIONS(1847), + [anon_sym_CARET] = ACTIONS(1847), + [anon_sym_EQ_EQ] = ACTIONS(1845), + [anon_sym_BANG_EQ] = ACTIONS(1845), + [anon_sym_LT] = ACTIONS(1847), + [anon_sym_GT] = ACTIONS(1847), + [anon_sym_LT_EQ] = ACTIONS(1845), + [anon_sym_GT_EQ] = ACTIONS(1845), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [991] = { - [anon_sym_LPAREN] = ACTIONS(3078), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(1849), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1851), + [anon_sym_QMARK] = ACTIONS(1849), + [anon_sym_STAR_EQ] = ACTIONS(1849), + [anon_sym_SLASH_EQ] = ACTIONS(1849), + [anon_sym_PERCENT_EQ] = ACTIONS(1849), + [anon_sym_PLUS_EQ] = ACTIONS(1849), + [anon_sym_DASH_EQ] = ACTIONS(1849), + [anon_sym_LT_LT_EQ] = ACTIONS(1849), + [anon_sym_GT_GT_EQ] = ACTIONS(1849), + [anon_sym_AMP_EQ] = ACTIONS(1849), + [anon_sym_CARET_EQ] = ACTIONS(1849), + [anon_sym_PIPE_EQ] = ACTIONS(1849), + [anon_sym_AMP] = ACTIONS(1851), + [anon_sym_PIPE_PIPE] = ACTIONS(1849), + [anon_sym_AMP_AMP] = ACTIONS(1849), + [anon_sym_PIPE] = ACTIONS(1851), + [anon_sym_CARET] = ACTIONS(1851), + [anon_sym_EQ_EQ] = ACTIONS(1849), + [anon_sym_BANG_EQ] = ACTIONS(1849), + [anon_sym_LT] = ACTIONS(1851), + [anon_sym_GT] = ACTIONS(1851), + [anon_sym_LT_EQ] = ACTIONS(1849), + [anon_sym_GT_EQ] = ACTIONS(1849), + [anon_sym_LT_LT] = ACTIONS(1851), + [anon_sym_GT_GT] = ACTIONS(1851), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [992] = { - [sym_compound_statement] = STATE(784), - [sym_labeled_statement] = STATE(784), - [sym_expression_statement] = STATE(784), - [sym_if_statement] = STATE(784), - [sym_switch_statement] = STATE(784), - [sym_case_statement] = STATE(784), - [sym_while_statement] = STATE(784), - [sym_do_statement] = STATE(784), - [sym_for_statement] = STATE(784), - [sym_return_statement] = STATE(784), - [sym_break_statement] = STATE(784), - [sym_continue_statement] = STATE(784), - [sym_goto_statement] = STATE(784), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(3064), - [anon_sym_switch] = ACTIONS(3066), - [anon_sym_case] = ACTIONS(3068), - [anon_sym_default] = ACTIONS(3070), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(3074), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(3080), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(1823), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1825), + [anon_sym_QMARK] = ACTIONS(1823), + [anon_sym_STAR_EQ] = ACTIONS(1823), + [anon_sym_SLASH_EQ] = ACTIONS(1823), + [anon_sym_PERCENT_EQ] = ACTIONS(1823), + [anon_sym_PLUS_EQ] = ACTIONS(1823), + [anon_sym_DASH_EQ] = ACTIONS(1823), + [anon_sym_LT_LT_EQ] = ACTIONS(1823), + [anon_sym_GT_GT_EQ] = ACTIONS(1823), + [anon_sym_AMP_EQ] = ACTIONS(1823), + [anon_sym_CARET_EQ] = ACTIONS(1823), + [anon_sym_PIPE_EQ] = ACTIONS(1823), + [anon_sym_AMP] = ACTIONS(1825), + [anon_sym_PIPE_PIPE] = ACTIONS(1823), + [anon_sym_AMP_AMP] = ACTIONS(1823), + [anon_sym_PIPE] = ACTIONS(1825), + [anon_sym_CARET] = ACTIONS(1825), + [anon_sym_EQ_EQ] = ACTIONS(1823), + [anon_sym_BANG_EQ] = ACTIONS(1823), + [anon_sym_LT] = ACTIONS(1825), + [anon_sym_GT] = ACTIONS(1825), + [anon_sym_LT_EQ] = ACTIONS(1823), + [anon_sym_GT_EQ] = ACTIONS(1823), + [anon_sym_LT_LT] = ACTIONS(1825), + [anon_sym_GT_GT] = ACTIONS(1825), + [anon_sym_PLUS] = ACTIONS(1825), + [anon_sym_DASH] = ACTIONS(1825), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [993] = { - [anon_sym_LPAREN] = ACTIONS(3082), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2287), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2287), + [anon_sym_LPAREN] = ACTIONS(2289), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2287), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2287), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2287), + [sym_preproc_directive] = ACTIONS(2291), + [anon_sym_SEMI] = ACTIONS(2289), + [anon_sym_extern] = ACTIONS(2287), + [anon_sym_LBRACE] = ACTIONS(2289), + [anon_sym_RBRACE] = ACTIONS(2289), + [anon_sym_STAR] = ACTIONS(2289), + [anon_sym_typedef] = ACTIONS(2287), + [anon_sym_static] = ACTIONS(2287), + [anon_sym_auto] = ACTIONS(2287), + [anon_sym_register] = ACTIONS(2287), + [anon_sym_const] = ACTIONS(2287), + [anon_sym_restrict] = ACTIONS(2287), + [anon_sym_volatile] = ACTIONS(2287), + [sym_function_specifier] = ACTIONS(2287), + [anon_sym_unsigned] = ACTIONS(2287), + [anon_sym_long] = ACTIONS(2287), + [anon_sym_short] = ACTIONS(2287), + [anon_sym_enum] = ACTIONS(2287), + [anon_sym_struct] = ACTIONS(2287), + [anon_sym_union] = ACTIONS(2287), + [anon_sym_if] = ACTIONS(2287), + [anon_sym_switch] = ACTIONS(2287), + [anon_sym_case] = ACTIONS(2287), + [anon_sym_default] = ACTIONS(2287), + [anon_sym_while] = ACTIONS(2287), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2287), + [anon_sym_return] = ACTIONS(2287), + [anon_sym_break] = ACTIONS(2287), + [anon_sym_continue] = ACTIONS(2287), + [anon_sym_goto] = ACTIONS(2287), + [anon_sym_AMP] = ACTIONS(2289), + [anon_sym_BANG] = ACTIONS(2289), + [anon_sym_TILDE] = ACTIONS(2289), + [anon_sym_PLUS] = ACTIONS(2287), + [anon_sym_DASH] = ACTIONS(2287), + [anon_sym_DASH_DASH] = ACTIONS(2289), + [anon_sym_PLUS_PLUS] = ACTIONS(2289), + [anon_sym_sizeof] = ACTIONS(2287), + [sym_number_literal] = ACTIONS(2287), + [sym_char_literal] = ACTIONS(2287), + [sym_string_literal] = ACTIONS(2289), + [sym_identifier] = ACTIONS(2291), + [sym_comment] = ACTIONS(42), }, [994] = { - [sym__expression] = STATE(1129), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(755), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_initializer_list] = STATE(756), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_LBRACE] = ACTIONS(556), + [anon_sym_STAR] = ACTIONS(2293), + [anon_sym_LBRACK] = ACTIONS(2113), + [anon_sym_EQ] = ACTIONS(2117), + [anon_sym_COLON] = ACTIONS(2113), + [anon_sym_QMARK] = ACTIONS(2113), + [anon_sym_STAR_EQ] = ACTIONS(2113), + [anon_sym_SLASH_EQ] = ACTIONS(2113), + [anon_sym_PERCENT_EQ] = ACTIONS(2113), + [anon_sym_PLUS_EQ] = ACTIONS(2113), + [anon_sym_DASH_EQ] = ACTIONS(2113), + [anon_sym_LT_LT_EQ] = ACTIONS(2113), + [anon_sym_GT_GT_EQ] = ACTIONS(2113), + [anon_sym_AMP_EQ] = ACTIONS(2113), + [anon_sym_CARET_EQ] = ACTIONS(2113), + [anon_sym_PIPE_EQ] = ACTIONS(2113), + [anon_sym_AMP] = ACTIONS(2293), + [anon_sym_PIPE_PIPE] = ACTIONS(2113), + [anon_sym_AMP_AMP] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2295), + [anon_sym_PIPE] = ACTIONS(2117), + [anon_sym_CARET] = ACTIONS(2117), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_EQ_EQ] = ACTIONS(2113), + [anon_sym_BANG_EQ] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2117), + [anon_sym_GT] = ACTIONS(2117), + [anon_sym_LT_EQ] = ACTIONS(2113), + [anon_sym_GT_EQ] = ACTIONS(2113), + [anon_sym_LT_LT] = ACTIONS(2117), + [anon_sym_GT_GT] = ACTIONS(2117), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_SLASH] = ACTIONS(2117), + [anon_sym_PERCENT] = ACTIONS(2117), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [anon_sym_DOT] = ACTIONS(2113), + [anon_sym_DASH_GT] = ACTIONS(2113), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [995] = { - [anon_sym_COLON] = ACTIONS(3084), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1090), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [996] = { - [anon_sym_LPAREN] = ACTIONS(3086), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2297), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2297), + [anon_sym_LPAREN] = ACTIONS(2299), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2297), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2297), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2297), + [sym_preproc_directive] = ACTIONS(2301), + [anon_sym_SEMI] = ACTIONS(2299), + [anon_sym_extern] = ACTIONS(2297), + [anon_sym_LBRACE] = ACTIONS(2299), + [anon_sym_RBRACE] = ACTIONS(2299), + [anon_sym_STAR] = ACTIONS(2299), + [anon_sym_typedef] = ACTIONS(2297), + [anon_sym_static] = ACTIONS(2297), + [anon_sym_auto] = ACTIONS(2297), + [anon_sym_register] = ACTIONS(2297), + [anon_sym_const] = ACTIONS(2297), + [anon_sym_restrict] = ACTIONS(2297), + [anon_sym_volatile] = ACTIONS(2297), + [sym_function_specifier] = ACTIONS(2297), + [anon_sym_unsigned] = ACTIONS(2297), + [anon_sym_long] = ACTIONS(2297), + [anon_sym_short] = ACTIONS(2297), + [anon_sym_enum] = ACTIONS(2297), + [anon_sym_struct] = ACTIONS(2297), + [anon_sym_union] = ACTIONS(2297), + [anon_sym_if] = ACTIONS(2297), + [anon_sym_switch] = ACTIONS(2297), + [anon_sym_case] = ACTIONS(2297), + [anon_sym_default] = ACTIONS(2297), + [anon_sym_while] = ACTIONS(2297), + [anon_sym_do] = ACTIONS(2297), + [anon_sym_for] = ACTIONS(2297), + [anon_sym_return] = ACTIONS(2297), + [anon_sym_break] = ACTIONS(2297), + [anon_sym_continue] = ACTIONS(2297), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(2299), + [anon_sym_BANG] = ACTIONS(2299), + [anon_sym_TILDE] = ACTIONS(2299), + [anon_sym_PLUS] = ACTIONS(2297), + [anon_sym_DASH] = ACTIONS(2297), + [anon_sym_DASH_DASH] = ACTIONS(2299), + [anon_sym_PLUS_PLUS] = ACTIONS(2299), + [anon_sym_sizeof] = ACTIONS(2297), + [sym_number_literal] = ACTIONS(2297), + [sym_char_literal] = ACTIONS(2297), + [sym_string_literal] = ACTIONS(2299), + [sym_identifier] = ACTIONS(2301), + [sym_comment] = ACTIONS(42), }, [997] = { - [anon_sym_LPAREN] = ACTIONS(3088), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1098), + [sym_labeled_statement] = STATE(1098), + [sym_expression_statement] = STATE(1098), + [sym_if_statement] = STATE(1098), + [sym_switch_statement] = STATE(1098), + [sym_case_statement] = STATE(1098), + [sym_while_statement] = STATE(1098), + [sym_do_statement] = STATE(1098), + [sym_for_statement] = STATE(1098), + [sym_return_statement] = STATE(1098), + [sym_break_statement] = STATE(1098), + [sym_continue_statement] = STATE(1098), + [sym_goto_statement] = STATE(1098), + [sym__expression] = STATE(980), + [sym_comma_expression] = STATE(981), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2059), + [anon_sym_LBRACE] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2303), + [anon_sym_switch] = ACTIONS(2305), + [anon_sym_case] = ACTIONS(2307), + [anon_sym_default] = ACTIONS(2309), + [anon_sym_while] = ACTIONS(2311), + [anon_sym_do] = ACTIONS(2073), + [anon_sym_for] = ACTIONS(2313), + [anon_sym_return] = ACTIONS(2077), + [anon_sym_break] = ACTIONS(2079), + [anon_sym_continue] = ACTIONS(2081), + [anon_sym_goto] = ACTIONS(2083), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2315), + [sym_comment] = ACTIONS(42), }, [998] = { - [sym__expression] = STATE(1133), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(993), + [sym_labeled_statement] = STATE(993), + [sym_expression_statement] = STATE(993), + [sym_if_statement] = STATE(993), + [sym_switch_statement] = STATE(993), + [sym_case_statement] = STATE(993), + [sym_while_statement] = STATE(993), + [sym_do_statement] = STATE(993), + [sym_for_statement] = STATE(993), + [sym_return_statement] = STATE(993), + [sym_break_statement] = STATE(993), + [sym_continue_statement] = STATE(993), + [sym_goto_statement] = STATE(993), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(840), + [anon_sym_switch] = ACTIONS(842), + [anon_sym_case] = ACTIONS(844), + [anon_sym_default] = ACTIONS(846), + [anon_sym_while] = ACTIONS(848), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(850), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(852), + [sym_comment] = ACTIONS(42), }, [999] = { - [sym__expression] = STATE(1134), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(3044), - [anon_sym_STAR] = ACTIONS(2977), - [anon_sym_AMP] = ACTIONS(2977), - [anon_sym_BANG] = ACTIONS(2979), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2983), - [anon_sym_DASH] = ACTIONS(2983), - [anon_sym_DASH_DASH] = ACTIONS(2985), - [anon_sym_PLUS_PLUS] = ACTIONS(2985), - [anon_sym_sizeof] = ACTIONS(2987), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(996), + [sym_labeled_statement] = STATE(996), + [sym_expression_statement] = STATE(996), + [sym_if_statement] = STATE(996), + [sym_switch_statement] = STATE(996), + [sym_case_statement] = STATE(996), + [sym_while_statement] = STATE(996), + [sym_do_statement] = STATE(996), + [sym_for_statement] = STATE(996), + [sym_return_statement] = STATE(996), + [sym_break_statement] = STATE(996), + [sym_continue_statement] = STATE(996), + [sym_goto_statement] = STATE(996), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(840), + [anon_sym_switch] = ACTIONS(842), + [anon_sym_case] = ACTIONS(844), + [anon_sym_default] = ACTIONS(846), + [anon_sym_while] = ACTIONS(848), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(850), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(852), + [sym_comment] = ACTIONS(42), }, [1000] = { - [sym__expression] = STATE(1135), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(3044), - [anon_sym_STAR] = ACTIONS(2977), - [anon_sym_AMP] = ACTIONS(2977), - [anon_sym_BANG] = ACTIONS(2979), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2983), - [anon_sym_DASH] = ACTIONS(2983), - [anon_sym_DASH_DASH] = ACTIONS(2985), - [anon_sym_PLUS_PLUS] = ACTIONS(2985), - [anon_sym_sizeof] = ACTIONS(2987), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1100), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_RPAREN] = ACTIONS(2317), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1001] = { - [sym__expression] = STATE(1136), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(3044), - [anon_sym_STAR] = ACTIONS(2977), - [anon_sym_AMP] = ACTIONS(2977), - [anon_sym_BANG] = ACTIONS(2979), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2983), - [anon_sym_DASH] = ACTIONS(2983), - [anon_sym_DASH_DASH] = ACTIONS(2985), - [anon_sym_PLUS_PLUS] = ACTIONS(2985), - [anon_sym_sizeof] = ACTIONS(2987), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2319), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1002] = { - [sym__expression] = STATE(1137), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(3044), - [anon_sym_STAR] = ACTIONS(2977), - [anon_sym_AMP] = ACTIONS(2977), - [anon_sym_BANG] = ACTIONS(2979), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2983), - [anon_sym_DASH] = ACTIONS(2983), - [anon_sym_DASH_DASH] = ACTIONS(2985), - [anon_sym_PLUS_PLUS] = ACTIONS(2985), - [anon_sym_sizeof] = ACTIONS(2987), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1102), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(2319), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1003] = { - [sym__expression] = STATE(1138), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(3044), - [anon_sym_STAR] = ACTIONS(2977), - [anon_sym_AMP] = ACTIONS(2977), - [anon_sym_BANG] = ACTIONS(2979), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2983), - [anon_sym_DASH] = ACTIONS(2983), - [anon_sym_DASH_DASH] = ACTIONS(2985), - [anon_sym_PLUS_PLUS] = ACTIONS(2985), - [anon_sym_sizeof] = ACTIONS(2987), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(2321), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1004] = { - [sym__expression] = STATE(1139), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(3044), - [anon_sym_STAR] = ACTIONS(2977), - [anon_sym_AMP] = ACTIONS(2977), - [anon_sym_BANG] = ACTIONS(2979), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2983), - [anon_sym_DASH] = ACTIONS(2983), - [anon_sym_DASH_DASH] = ACTIONS(2985), - [anon_sym_PLUS_PLUS] = ACTIONS(2985), - [anon_sym_sizeof] = ACTIONS(2987), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1104), + [sym_labeled_statement] = STATE(1104), + [sym_expression_statement] = STATE(1104), + [sym_if_statement] = STATE(1104), + [sym_switch_statement] = STATE(1104), + [sym_case_statement] = STATE(1104), + [sym_while_statement] = STATE(1104), + [sym_do_statement] = STATE(1104), + [sym_for_statement] = STATE(1104), + [sym_return_statement] = STATE(1104), + [sym_break_statement] = STATE(1104), + [sym_continue_statement] = STATE(1104), + [sym_goto_statement] = STATE(1104), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1435), + [sym_comment] = ACTIONS(42), }, [1005] = { - [sym__expression] = STATE(1140), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(3044), - [anon_sym_STAR] = ACTIONS(2977), - [anon_sym_AMP] = ACTIONS(2977), - [anon_sym_BANG] = ACTIONS(2979), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2983), - [anon_sym_DASH] = ACTIONS(2983), - [anon_sym_DASH_DASH] = ACTIONS(2985), - [anon_sym_PLUS_PLUS] = ACTIONS(2985), - [anon_sym_sizeof] = ACTIONS(2987), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [aux_sym_for_statement_repeat1] = STATE(1106), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1817), + [anon_sym_RPAREN] = ACTIONS(2323), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1006] = { - [sym__expression] = STATE(1141), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(3044), - [anon_sym_STAR] = ACTIONS(2977), - [anon_sym_AMP] = ACTIONS(2977), - [anon_sym_BANG] = ACTIONS(2979), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2983), - [anon_sym_DASH] = ACTIONS(2983), - [anon_sym_DASH_DASH] = ACTIONS(2985), - [anon_sym_PLUS_PLUS] = ACTIONS(2985), - [anon_sym_sizeof] = ACTIONS(2987), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1107), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_RPAREN] = ACTIONS(2323), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1007] = { - [sym__expression] = STATE(1142), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(3044), - [anon_sym_STAR] = ACTIONS(2977), - [anon_sym_AMP] = ACTIONS(2977), - [anon_sym_BANG] = ACTIONS(2979), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2983), - [anon_sym_DASH] = ACTIONS(2983), - [anon_sym_DASH_DASH] = ACTIONS(2985), - [anon_sym_PLUS_PLUS] = ACTIONS(2985), - [anon_sym_sizeof] = ACTIONS(2987), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(464), + [anon_sym_SEMI] = ACTIONS(464), + [anon_sym_STAR] = ACTIONS(464), + [anon_sym_AMP] = ACTIONS(464), + [anon_sym_BANG] = ACTIONS(464), + [anon_sym_TILDE] = ACTIONS(464), + [anon_sym_PLUS] = ACTIONS(466), + [anon_sym_DASH] = ACTIONS(466), + [anon_sym_DASH_DASH] = ACTIONS(464), + [anon_sym_PLUS_PLUS] = ACTIONS(464), + [anon_sym_sizeof] = ACTIONS(466), + [sym_number_literal] = ACTIONS(466), + [sym_char_literal] = ACTIONS(466), + [sym_string_literal] = ACTIONS(464), + [sym_identifier] = ACTIONS(468), + [sym_comment] = ACTIONS(42), }, [1008] = { - [sym__expression] = STATE(1143), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(3044), - [anon_sym_STAR] = ACTIONS(2977), - [anon_sym_AMP] = ACTIONS(2977), - [anon_sym_BANG] = ACTIONS(2979), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2983), - [anon_sym_DASH] = ACTIONS(2983), - [anon_sym_DASH_DASH] = ACTIONS(2985), - [anon_sym_PLUS_PLUS] = ACTIONS(2985), - [anon_sym_sizeof] = ACTIONS(2987), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(568), + [anon_sym_SEMI] = ACTIONS(2325), + [sym_comment] = ACTIONS(42), }, [1009] = { - [sym__expression] = STATE(1144), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(3044), - [anon_sym_STAR] = ACTIONS(2977), - [anon_sym_AMP] = ACTIONS(2977), - [anon_sym_BANG] = ACTIONS(2979), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2983), - [anon_sym_DASH] = ACTIONS(2983), - [anon_sym_DASH_DASH] = ACTIONS(2985), - [anon_sym_PLUS_PLUS] = ACTIONS(2985), - [anon_sym_sizeof] = ACTIONS(2987), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2327), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1010] = { - [sym__expression] = STATE(1145), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(3090), - [anon_sym_COMMA] = ACTIONS(1313), - [anon_sym_RPAREN] = ACTIONS(1313), - [anon_sym_SEMI] = ACTIONS(1313), - [anon_sym_RBRACE] = ACTIONS(1313), - [anon_sym_STAR] = ACTIONS(3093), - [anon_sym_LBRACK] = ACTIONS(1313), - [anon_sym_RBRACK] = ACTIONS(1313), - [anon_sym_EQ] = ACTIONS(1315), - [anon_sym_COLON] = ACTIONS(1313), - [anon_sym_QMARK] = ACTIONS(1313), - [anon_sym_STAR_EQ] = ACTIONS(1313), - [anon_sym_SLASH_EQ] = ACTIONS(1313), - [anon_sym_PERCENT_EQ] = ACTIONS(1313), - [anon_sym_PLUS_EQ] = ACTIONS(1313), - [anon_sym_DASH_EQ] = ACTIONS(1313), - [anon_sym_LT_LT_EQ] = ACTIONS(1313), - [anon_sym_GT_GT_EQ] = ACTIONS(1313), - [anon_sym_AMP_EQ] = ACTIONS(1313), - [anon_sym_CARET_EQ] = ACTIONS(1313), - [anon_sym_PIPE_EQ] = ACTIONS(1313), - [anon_sym_AMP] = ACTIONS(3093), - [anon_sym_PIPE_PIPE] = ACTIONS(1313), - [anon_sym_AMP_AMP] = ACTIONS(1313), - [anon_sym_BANG] = ACTIONS(3096), - [anon_sym_PIPE] = ACTIONS(1315), - [anon_sym_CARET] = ACTIONS(1315), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_EQ_EQ] = ACTIONS(1313), - [anon_sym_BANG_EQ] = ACTIONS(1313), - [anon_sym_LT] = ACTIONS(1315), - [anon_sym_GT] = ACTIONS(1315), - [anon_sym_LT_EQ] = ACTIONS(1313), - [anon_sym_GT_EQ] = ACTIONS(1313), - [anon_sym_LT_LT] = ACTIONS(1315), - [anon_sym_GT_GT] = ACTIONS(1315), - [anon_sym_PLUS] = ACTIONS(3098), - [anon_sym_DASH] = ACTIONS(3098), - [anon_sym_SLASH] = ACTIONS(1315), - [anon_sym_PERCENT] = ACTIONS(1315), - [anon_sym_DASH_DASH] = ACTIONS(3101), - [anon_sym_PLUS_PLUS] = ACTIONS(3101), - [anon_sym_sizeof] = ACTIONS(2987), - [anon_sym_DOT] = ACTIONS(1313), - [anon_sym_DASH_GT] = ACTIONS(1313), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(2329), + [anon_sym_RPAREN] = ACTIONS(2329), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1011] = { - [sym__expression] = STATE(1147), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(3104), - [anon_sym_STAR] = ACTIONS(2977), - [anon_sym_AMP] = ACTIONS(2977), - [anon_sym_BANG] = ACTIONS(2979), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2983), - [anon_sym_DASH] = ACTIONS(2983), - [anon_sym_DASH_DASH] = ACTIONS(2985), - [anon_sym_PLUS_PLUS] = ACTIONS(2985), - [anon_sym_sizeof] = ACTIONS(2987), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1110), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1012] = { - [sym_identifier] = ACTIONS(3106), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(2331), + [anon_sym_COMMA] = ACTIONS(2331), + [anon_sym_RPAREN] = ACTIONS(2331), + [anon_sym_SEMI] = ACTIONS(2331), + [anon_sym_RBRACE] = ACTIONS(2331), + [anon_sym_STAR] = ACTIONS(2333), + [anon_sym_LBRACK] = ACTIONS(2331), + [anon_sym_RBRACK] = ACTIONS(2331), + [anon_sym_EQ] = ACTIONS(2333), + [anon_sym_COLON] = ACTIONS(2331), + [anon_sym_QMARK] = ACTIONS(2331), + [anon_sym_STAR_EQ] = ACTIONS(2331), + [anon_sym_SLASH_EQ] = ACTIONS(2331), + [anon_sym_PERCENT_EQ] = ACTIONS(2331), + [anon_sym_PLUS_EQ] = ACTIONS(2331), + [anon_sym_DASH_EQ] = ACTIONS(2331), + [anon_sym_LT_LT_EQ] = ACTIONS(2331), + [anon_sym_GT_GT_EQ] = ACTIONS(2331), + [anon_sym_AMP_EQ] = ACTIONS(2331), + [anon_sym_CARET_EQ] = ACTIONS(2331), + [anon_sym_PIPE_EQ] = ACTIONS(2331), + [anon_sym_AMP] = ACTIONS(2333), + [anon_sym_PIPE_PIPE] = ACTIONS(2331), + [anon_sym_AMP_AMP] = ACTIONS(2331), + [anon_sym_PIPE] = ACTIONS(2333), + [anon_sym_CARET] = ACTIONS(2333), + [anon_sym_EQ_EQ] = ACTIONS(2331), + [anon_sym_BANG_EQ] = ACTIONS(2331), + [anon_sym_LT] = ACTIONS(2333), + [anon_sym_GT] = ACTIONS(2333), + [anon_sym_LT_EQ] = ACTIONS(2331), + [anon_sym_GT_EQ] = ACTIONS(2331), + [anon_sym_LT_LT] = ACTIONS(2333), + [anon_sym_GT_GT] = ACTIONS(2333), + [anon_sym_PLUS] = ACTIONS(2333), + [anon_sym_DASH] = ACTIONS(2333), + [anon_sym_SLASH] = ACTIONS(2333), + [anon_sym_PERCENT] = ACTIONS(2333), + [anon_sym_DASH_DASH] = ACTIONS(2331), + [anon_sym_PLUS_PLUS] = ACTIONS(2331), + [anon_sym_DOT] = ACTIONS(2331), + [anon_sym_DASH_GT] = ACTIONS(2331), + [sym_comment] = ACTIONS(42), }, [1013] = { - [sym_function_definition] = STATE(68), - [sym_declaration] = STATE(68), - [sym__declaration_specifiers] = STATE(69), - [sym_declaration_list] = STATE(68), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_concatenated_string_repeat1] = STATE(286), - [ts_builtin_sym_end] = ACTIONS(259), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(261), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(261), - [anon_sym_LPAREN] = ACTIONS(3108), - [anon_sym_COMMA] = ACTIONS(3113), - [anon_sym_RPAREN] = ACTIONS(3113), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(261), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(261), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(261), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(261), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(261), - [sym_preproc_directive] = ACTIONS(263), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_extern] = ACTIONS(3117), - [anon_sym_LBRACE] = ACTIONS(3120), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_STAR] = ACTIONS(3123), - [anon_sym_LBRACK] = ACTIONS(3113), - [anon_sym_RBRACK] = ACTIONS(3113), - [anon_sym_EQ] = ACTIONS(3128), - [anon_sym_typedef] = ACTIONS(3117), - [anon_sym_static] = ACTIONS(3117), - [anon_sym_auto] = ACTIONS(3117), - [anon_sym_register] = ACTIONS(3117), - [anon_sym_const] = ACTIONS(3132), - [anon_sym_restrict] = ACTIONS(3132), - [anon_sym_volatile] = ACTIONS(3132), - [sym_function_specifier] = ACTIONS(3135), - [anon_sym_unsigned] = ACTIONS(3138), - [anon_sym_long] = ACTIONS(3138), - [anon_sym_short] = ACTIONS(3138), - [anon_sym_enum] = ACTIONS(3141), - [anon_sym_struct] = ACTIONS(3144), - [anon_sym_union] = ACTIONS(3147), - [anon_sym_COLON] = ACTIONS(3113), - [anon_sym_if] = ACTIONS(261), - [anon_sym_switch] = ACTIONS(261), - [anon_sym_case] = ACTIONS(261), - [anon_sym_default] = ACTIONS(261), - [anon_sym_while] = ACTIONS(261), - [anon_sym_do] = ACTIONS(261), - [anon_sym_for] = ACTIONS(261), - [anon_sym_return] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_goto] = ACTIONS(261), - [anon_sym_QMARK] = ACTIONS(3113), - [anon_sym_STAR_EQ] = ACTIONS(3113), - [anon_sym_SLASH_EQ] = ACTIONS(3113), - [anon_sym_PERCENT_EQ] = ACTIONS(3113), - [anon_sym_PLUS_EQ] = ACTIONS(3113), - [anon_sym_DASH_EQ] = ACTIONS(3113), - [anon_sym_LT_LT_EQ] = ACTIONS(3113), - [anon_sym_GT_GT_EQ] = ACTIONS(3113), - [anon_sym_AMP_EQ] = ACTIONS(3113), - [anon_sym_CARET_EQ] = ACTIONS(3113), - [anon_sym_PIPE_EQ] = ACTIONS(3113), - [anon_sym_AMP] = ACTIONS(3123), - [anon_sym_PIPE_PIPE] = ACTIONS(3113), - [anon_sym_AMP_AMP] = ACTIONS(3113), - [anon_sym_BANG] = ACTIONS(261), - [anon_sym_PIPE] = ACTIONS(3128), - [anon_sym_CARET] = ACTIONS(3128), - [anon_sym_TILDE] = ACTIONS(259), - [anon_sym_EQ_EQ] = ACTIONS(3113), - [anon_sym_BANG_EQ] = ACTIONS(3113), - [anon_sym_LT] = ACTIONS(3128), - [anon_sym_GT] = ACTIONS(3128), - [anon_sym_LT_EQ] = ACTIONS(3113), - [anon_sym_GT_EQ] = ACTIONS(3113), - [anon_sym_LT_LT] = ACTIONS(3128), - [anon_sym_GT_GT] = ACTIONS(3128), - [anon_sym_PLUS] = ACTIONS(3123), - [anon_sym_DASH] = ACTIONS(3123), - [anon_sym_SLASH] = ACTIONS(3128), - [anon_sym_PERCENT] = ACTIONS(3128), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_sizeof] = ACTIONS(261), - [anon_sym_DOT] = ACTIONS(3113), - [anon_sym_DASH_GT] = ACTIONS(3113), - [sym_number_literal] = ACTIONS(261), - [sym_char_literal] = ACTIONS(261), - [sym_string_literal] = ACTIONS(3150), - [sym_identifier] = ACTIONS(3155), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(2335), + [anon_sym_SEMI] = ACTIONS(2335), + [anon_sym_STAR] = ACTIONS(910), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(914), + [anon_sym_QMARK] = ACTIONS(916), + [anon_sym_STAR_EQ] = ACTIONS(918), + [anon_sym_SLASH_EQ] = ACTIONS(918), + [anon_sym_PERCENT_EQ] = ACTIONS(918), + [anon_sym_PLUS_EQ] = ACTIONS(918), + [anon_sym_DASH_EQ] = ACTIONS(918), + [anon_sym_LT_LT_EQ] = ACTIONS(918), + [anon_sym_GT_GT_EQ] = ACTIONS(918), + [anon_sym_AMP_EQ] = ACTIONS(918), + [anon_sym_CARET_EQ] = ACTIONS(918), + [anon_sym_PIPE_EQ] = ACTIONS(918), + [anon_sym_AMP] = ACTIONS(920), + [anon_sym_PIPE_PIPE] = ACTIONS(922), + [anon_sym_AMP_AMP] = ACTIONS(924), + [anon_sym_PIPE] = ACTIONS(926), + [anon_sym_CARET] = ACTIONS(928), + [anon_sym_EQ_EQ] = ACTIONS(930), + [anon_sym_BANG_EQ] = ACTIONS(930), + [anon_sym_LT] = ACTIONS(932), + [anon_sym_GT] = ACTIONS(932), + [anon_sym_LT_EQ] = ACTIONS(934), + [anon_sym_GT_EQ] = ACTIONS(934), + [anon_sym_LT_LT] = ACTIONS(936), + [anon_sym_GT_GT] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_SLASH] = ACTIONS(910), + [anon_sym_PERCENT] = ACTIONS(910), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1014] = { - [sym_preproc_include] = STATE(1095), - [sym_preproc_def] = STATE(1095), - [sym_preproc_function_def] = STATE(1095), - [sym_preproc_params] = STATE(56), - [sym_preproc_call] = STATE(1095), - [sym_preproc_if] = STATE(18), - [sym_preproc_if_in_compound_statement] = STATE(170), - [sym_preproc_ifdef] = STATE(18), - [sym_preproc_ifdef_in_compound_statement] = STATE(171), - [sym_preproc_else] = STATE(1154), - [sym_preproc_else_in_compound_statement] = STATE(1155), - [sym_function_definition] = STATE(18), - [sym_declaration] = STATE(1095), - [sym__declaration_specifiers] = STATE(19), - [sym_linkage_specification] = STATE(18), - [sym_compound_statement] = STATE(169), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_enumerator_list] = STATE(74), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_field_declaration_list] = STATE(1156), - [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(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym__empty_declaration] = STATE(1095), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_translation_unit_repeat1] = STATE(1157), - [aux_sym_preproc_params_repeat1] = STATE(194), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1158), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3158), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3160), - [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(265), - [anon_sym_LF] = ACTIONS(267), - [anon_sym_LPAREN] = ACTIONS(3162), - [anon_sym_COMMA] = ACTIONS(3173), - [anon_sym_RPAREN] = ACTIONS(3187), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3200), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3202), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3204), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3206), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3208), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(3210), - [anon_sym_extern] = ACTIONS(3221), - [anon_sym_LBRACE] = ACTIONS(3228), - [anon_sym_RBRACE] = ACTIONS(3231), - [anon_sym_STAR] = ACTIONS(3235), - [anon_sym_LBRACK] = ACTIONS(3244), - [anon_sym_RBRACK] = ACTIONS(3255), - [anon_sym_EQ] = ACTIONS(3263), - [anon_sym_typedef] = ACTIONS(3269), - [anon_sym_static] = ACTIONS(3269), - [anon_sym_auto] = ACTIONS(3269), - [anon_sym_register] = ACTIONS(3269), - [anon_sym_const] = ACTIONS(3276), - [anon_sym_restrict] = ACTIONS(3276), - [anon_sym_volatile] = ACTIONS(3276), - [sym_function_specifier] = ACTIONS(3283), - [anon_sym_unsigned] = ACTIONS(3290), - [anon_sym_long] = ACTIONS(3290), - [anon_sym_short] = ACTIONS(3290), - [anon_sym_enum] = ACTIONS(3292), - [anon_sym_struct] = ACTIONS(3294), - [anon_sym_union] = ACTIONS(3296), - [anon_sym_COLON] = ACTIONS(3298), - [anon_sym_if] = ACTIONS(3308), - [anon_sym_switch] = ACTIONS(3310), - [anon_sym_case] = ACTIONS(3312), - [anon_sym_default] = ACTIONS(3314), - [anon_sym_while] = ACTIONS(3316), - [anon_sym_do] = ACTIONS(3318), - [anon_sym_for] = ACTIONS(3320), - [anon_sym_return] = ACTIONS(3322), - [anon_sym_break] = ACTIONS(3324), - [anon_sym_continue] = ACTIONS(3326), - [anon_sym_goto] = ACTIONS(3328), - [anon_sym_QMARK] = ACTIONS(3330), - [anon_sym_STAR_EQ] = ACTIONS(3330), - [anon_sym_SLASH_EQ] = ACTIONS(3330), - [anon_sym_PERCENT_EQ] = ACTIONS(3330), - [anon_sym_PLUS_EQ] = ACTIONS(3330), - [anon_sym_DASH_EQ] = ACTIONS(3330), - [anon_sym_LT_LT_EQ] = ACTIONS(3330), - [anon_sym_GT_GT_EQ] = ACTIONS(3330), - [anon_sym_AMP_EQ] = ACTIONS(3330), - [anon_sym_CARET_EQ] = ACTIONS(3330), - [anon_sym_PIPE_EQ] = ACTIONS(3330), - [anon_sym_AMP] = ACTIONS(3235), - [anon_sym_PIPE_PIPE] = ACTIONS(3330), - [anon_sym_AMP_AMP] = ACTIONS(3330), - [anon_sym_BANG] = ACTIONS(3333), - [anon_sym_PIPE] = ACTIONS(3330), - [anon_sym_CARET] = ACTIONS(3330), - [anon_sym_TILDE] = ACTIONS(3340), - [anon_sym_EQ_EQ] = ACTIONS(3330), - [anon_sym_BANG_EQ] = ACTIONS(3330), - [anon_sym_LT] = ACTIONS(3330), - [anon_sym_GT] = ACTIONS(3330), - [anon_sym_LT_EQ] = ACTIONS(3330), - [anon_sym_GT_EQ] = ACTIONS(3330), - [anon_sym_LT_LT] = ACTIONS(3330), - [anon_sym_GT_GT] = ACTIONS(3330), - [anon_sym_PLUS] = ACTIONS(3347), - [anon_sym_DASH] = ACTIONS(3347), - [anon_sym_SLASH] = ACTIONS(3330), - [anon_sym_PERCENT] = ACTIONS(3330), - [anon_sym_DASH_DASH] = ACTIONS(3347), - [anon_sym_PLUS_PLUS] = ACTIONS(3347), - [anon_sym_sizeof] = ACTIONS(3356), - [anon_sym_DOT] = ACTIONS(3363), - [anon_sym_DASH_GT] = ACTIONS(3330), - [sym_number_literal] = ACTIONS(3367), - [sym_char_literal] = ACTIONS(3367), - [sym_string_literal] = ACTIONS(3374), - [sym_identifier] = ACTIONS(3381), - [sym_comment] = ACTIONS(165), + [anon_sym_LPAREN] = ACTIONS(1141), + [anon_sym_extern] = ACTIONS(1143), + [anon_sym_STAR] = ACTIONS(1141), + [anon_sym_RBRACK] = ACTIONS(1141), + [anon_sym_typedef] = ACTIONS(1143), + [anon_sym_static] = ACTIONS(1143), + [anon_sym_auto] = ACTIONS(1143), + [anon_sym_register] = ACTIONS(1143), + [anon_sym_const] = ACTIONS(1143), + [anon_sym_restrict] = ACTIONS(1143), + [anon_sym_volatile] = ACTIONS(1143), + [sym_function_specifier] = ACTIONS(1143), + [anon_sym_AMP] = ACTIONS(1141), + [anon_sym_BANG] = ACTIONS(1141), + [anon_sym_TILDE] = ACTIONS(1141), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), + [anon_sym_DASH_DASH] = ACTIONS(1141), + [anon_sym_PLUS_PLUS] = ACTIONS(1141), + [anon_sym_sizeof] = ACTIONS(1143), + [sym_number_literal] = ACTIONS(1143), + [sym_char_literal] = ACTIONS(1143), + [sym_string_literal] = ACTIONS(1141), + [sym_identifier] = ACTIONS(1145), + [sym_comment] = ACTIONS(42), }, [1015] = { - [ts_builtin_sym_end] = ACTIONS(3388), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3391), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3391), - [anon_sym_LPAREN] = ACTIONS(3396), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3391), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3391), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3391), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3391), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3391), - [sym_preproc_directive] = ACTIONS(3399), - [anon_sym_SEMI] = ACTIONS(3396), - [anon_sym_extern] = ACTIONS(3391), - [anon_sym_LBRACE] = ACTIONS(3396), - [anon_sym_RBRACE] = ACTIONS(3404), - [anon_sym_STAR] = ACTIONS(3396), - [anon_sym_typedef] = ACTIONS(3391), - [anon_sym_static] = ACTIONS(3391), - [anon_sym_auto] = ACTIONS(3391), - [anon_sym_register] = ACTIONS(3391), - [anon_sym_const] = ACTIONS(3391), - [anon_sym_restrict] = ACTIONS(3391), - [anon_sym_volatile] = ACTIONS(3391), - [sym_function_specifier] = ACTIONS(3391), - [anon_sym_unsigned] = ACTIONS(3391), - [anon_sym_long] = ACTIONS(3391), - [anon_sym_short] = ACTIONS(3391), - [anon_sym_enum] = ACTIONS(3391), - [anon_sym_struct] = ACTIONS(3391), - [anon_sym_union] = ACTIONS(3391), - [anon_sym_if] = ACTIONS(3409), - [anon_sym_switch] = ACTIONS(3409), - [anon_sym_case] = ACTIONS(3409), - [anon_sym_default] = ACTIONS(3409), - [anon_sym_while] = ACTIONS(3409), - [anon_sym_do] = ACTIONS(3409), - [anon_sym_for] = ACTIONS(3409), - [anon_sym_return] = ACTIONS(3409), - [anon_sym_break] = ACTIONS(3409), - [anon_sym_continue] = ACTIONS(3409), - [anon_sym_goto] = ACTIONS(3409), - [anon_sym_AMP] = ACTIONS(3396), - [anon_sym_BANG] = ACTIONS(3396), - [anon_sym_TILDE] = ACTIONS(3396), - [anon_sym_PLUS] = ACTIONS(3409), - [anon_sym_DASH] = ACTIONS(3409), - [anon_sym_DASH_DASH] = ACTIONS(3396), - [anon_sym_PLUS_PLUS] = ACTIONS(3396), - [anon_sym_sizeof] = ACTIONS(3409), - [sym_number_literal] = ACTIONS(3409), - [sym_char_literal] = ACTIONS(3409), - [sym_string_literal] = ACTIONS(3396), - [sym_identifier] = ACTIONS(3399), - [sym_comment] = ACTIONS(123), + [sym_enumerator] = STATE(493), + [anon_sym_RBRACE] = ACTIONS(2337), + [sym_identifier] = ACTIONS(190), + [sym_comment] = ACTIONS(42), }, [1016] = { - [ts_builtin_sym_end] = ACTIONS(3388), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3412), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3412), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3412), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3412), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3412), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3412), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3412), - [sym_preproc_directive] = ACTIONS(3415), - [anon_sym_extern] = ACTIONS(3412), - [anon_sym_RBRACE] = ACTIONS(3388), - [anon_sym_typedef] = ACTIONS(3412), - [anon_sym_static] = ACTIONS(3412), - [anon_sym_auto] = ACTIONS(3412), - [anon_sym_register] = ACTIONS(3412), - [anon_sym_const] = ACTIONS(3412), - [anon_sym_restrict] = ACTIONS(3412), - [anon_sym_volatile] = ACTIONS(3412), - [sym_function_specifier] = ACTIONS(3412), - [anon_sym_unsigned] = ACTIONS(3412), - [anon_sym_long] = ACTIONS(3412), - [anon_sym_short] = ACTIONS(3412), - [anon_sym_enum] = ACTIONS(3412), - [anon_sym_struct] = ACTIONS(3412), - [anon_sym_union] = ACTIONS(3412), - [sym_identifier] = ACTIONS(3415), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(974), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_RBRACK] = ACTIONS(2335), + [anon_sym_EQ] = ACTIONS(976), + [anon_sym_QMARK] = ACTIONS(978), + [anon_sym_STAR_EQ] = ACTIONS(980), + [anon_sym_SLASH_EQ] = ACTIONS(980), + [anon_sym_PERCENT_EQ] = ACTIONS(980), + [anon_sym_PLUS_EQ] = ACTIONS(980), + [anon_sym_DASH_EQ] = ACTIONS(980), + [anon_sym_LT_LT_EQ] = ACTIONS(980), + [anon_sym_GT_GT_EQ] = ACTIONS(980), + [anon_sym_AMP_EQ] = ACTIONS(980), + [anon_sym_CARET_EQ] = ACTIONS(980), + [anon_sym_PIPE_EQ] = ACTIONS(980), + [anon_sym_AMP] = ACTIONS(982), + [anon_sym_PIPE_PIPE] = ACTIONS(984), + [anon_sym_AMP_AMP] = ACTIONS(986), + [anon_sym_PIPE] = ACTIONS(988), + [anon_sym_CARET] = ACTIONS(990), + [anon_sym_EQ_EQ] = ACTIONS(992), + [anon_sym_BANG_EQ] = ACTIONS(992), + [anon_sym_LT] = ACTIONS(994), + [anon_sym_GT] = ACTIONS(994), + [anon_sym_LT_EQ] = ACTIONS(996), + [anon_sym_GT_EQ] = ACTIONS(996), + [anon_sym_LT_LT] = ACTIONS(998), + [anon_sym_GT_GT] = ACTIONS(998), + [anon_sym_PLUS] = ACTIONS(1000), + [anon_sym_DASH] = ACTIONS(1000), + [anon_sym_SLASH] = ACTIONS(974), + [anon_sym_PERCENT] = ACTIONS(974), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1017] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3418), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3418), - [anon_sym_LPAREN] = ACTIONS(3421), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3418), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3418), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3418), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3418), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3418), - [sym_preproc_directive] = ACTIONS(3424), - [anon_sym_SEMI] = ACTIONS(3421), - [anon_sym_extern] = ACTIONS(3418), - [anon_sym_LBRACE] = ACTIONS(3421), - [anon_sym_RBRACE] = ACTIONS(3421), - [anon_sym_STAR] = ACTIONS(3421), - [anon_sym_typedef] = ACTIONS(3418), - [anon_sym_static] = ACTIONS(3418), - [anon_sym_auto] = ACTIONS(3418), - [anon_sym_register] = ACTIONS(3418), - [anon_sym_const] = ACTIONS(3418), - [anon_sym_restrict] = ACTIONS(3418), - [anon_sym_volatile] = ACTIONS(3418), - [sym_function_specifier] = ACTIONS(3418), - [anon_sym_unsigned] = ACTIONS(3418), - [anon_sym_long] = ACTIONS(3418), - [anon_sym_short] = ACTIONS(3418), - [anon_sym_enum] = ACTIONS(3418), - [anon_sym_struct] = ACTIONS(3418), - [anon_sym_union] = ACTIONS(3418), - [anon_sym_if] = ACTIONS(3418), - [anon_sym_switch] = ACTIONS(3418), - [anon_sym_case] = ACTIONS(3418), - [anon_sym_default] = ACTIONS(3418), - [anon_sym_while] = ACTIONS(3418), - [anon_sym_do] = ACTIONS(3418), - [anon_sym_for] = ACTIONS(3418), - [anon_sym_return] = ACTIONS(3418), - [anon_sym_break] = ACTIONS(3418), - [anon_sym_continue] = ACTIONS(3418), - [anon_sym_goto] = ACTIONS(3418), - [anon_sym_AMP] = ACTIONS(3421), - [anon_sym_BANG] = ACTIONS(3421), - [anon_sym_TILDE] = ACTIONS(3421), - [anon_sym_PLUS] = ACTIONS(3418), - [anon_sym_DASH] = ACTIONS(3418), - [anon_sym_DASH_DASH] = ACTIONS(3421), - [anon_sym_PLUS_PLUS] = ACTIONS(3421), - [anon_sym_sizeof] = ACTIONS(3418), - [sym_number_literal] = ACTIONS(3418), - [sym_char_literal] = ACTIONS(3418), - [sym_string_literal] = ACTIONS(3421), - [sym_identifier] = ACTIONS(3424), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1112), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_initializer_list] = STATE(1113), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(668), + [anon_sym_LBRACE] = ACTIONS(556), + [anon_sym_STAR] = ACTIONS(670), + [anon_sym_AMP] = ACTIONS(670), + [anon_sym_BANG] = ACTIONS(672), + [anon_sym_TILDE] = ACTIONS(674), + [anon_sym_PLUS] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(676), + [anon_sym_DASH_DASH] = ACTIONS(678), + [anon_sym_PLUS_PLUS] = ACTIONS(678), + [anon_sym_sizeof] = ACTIONS(680), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1018] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3427), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3427), - [anon_sym_LPAREN] = ACTIONS(3430), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3427), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3427), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3427), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3427), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3427), - [sym_preproc_directive] = ACTIONS(3433), - [anon_sym_SEMI] = ACTIONS(3430), - [anon_sym_extern] = ACTIONS(3427), - [anon_sym_LBRACE] = ACTIONS(3430), - [anon_sym_RBRACE] = ACTIONS(3430), - [anon_sym_STAR] = ACTIONS(3430), - [anon_sym_typedef] = ACTIONS(3427), - [anon_sym_static] = ACTIONS(3427), - [anon_sym_auto] = ACTIONS(3427), - [anon_sym_register] = ACTIONS(3427), - [anon_sym_const] = ACTIONS(3427), - [anon_sym_restrict] = ACTIONS(3427), - [anon_sym_volatile] = ACTIONS(3427), - [sym_function_specifier] = ACTIONS(3427), - [anon_sym_unsigned] = ACTIONS(3427), - [anon_sym_long] = ACTIONS(3427), - [anon_sym_short] = ACTIONS(3427), - [anon_sym_enum] = ACTIONS(3427), - [anon_sym_struct] = ACTIONS(3427), - [anon_sym_union] = ACTIONS(3427), - [anon_sym_if] = ACTIONS(3427), - [anon_sym_switch] = ACTIONS(3427), - [anon_sym_case] = ACTIONS(3427), - [anon_sym_default] = ACTIONS(3427), - [anon_sym_while] = ACTIONS(3427), - [anon_sym_do] = ACTIONS(3427), - [anon_sym_for] = ACTIONS(3427), - [anon_sym_return] = ACTIONS(3427), - [anon_sym_break] = ACTIONS(3427), - [anon_sym_continue] = ACTIONS(3427), - [anon_sym_goto] = ACTIONS(3427), - [anon_sym_AMP] = ACTIONS(3430), - [anon_sym_BANG] = ACTIONS(3430), - [anon_sym_TILDE] = ACTIONS(3430), - [anon_sym_PLUS] = ACTIONS(3427), - [anon_sym_DASH] = ACTIONS(3427), - [anon_sym_DASH_DASH] = ACTIONS(3430), - [anon_sym_PLUS_PLUS] = ACTIONS(3430), - [anon_sym_sizeof] = ACTIONS(3427), - [sym_number_literal] = ACTIONS(3427), - [sym_char_literal] = ACTIONS(3427), - [sym_string_literal] = ACTIONS(3430), - [sym_identifier] = ACTIONS(3433), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(2335), + [anon_sym_RBRACE] = ACTIONS(2335), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1115), + [anon_sym_QMARK] = ACTIONS(1117), + [anon_sym_STAR_EQ] = ACTIONS(1119), + [anon_sym_SLASH_EQ] = ACTIONS(1119), + [anon_sym_PERCENT_EQ] = ACTIONS(1119), + [anon_sym_PLUS_EQ] = ACTIONS(1119), + [anon_sym_DASH_EQ] = ACTIONS(1119), + [anon_sym_LT_LT_EQ] = ACTIONS(1119), + [anon_sym_GT_GT_EQ] = ACTIONS(1119), + [anon_sym_AMP_EQ] = ACTIONS(1119), + [anon_sym_CARET_EQ] = ACTIONS(1119), + [anon_sym_PIPE_EQ] = ACTIONS(1119), + [anon_sym_AMP] = ACTIONS(1121), + [anon_sym_PIPE_PIPE] = ACTIONS(1123), + [anon_sym_AMP_AMP] = ACTIONS(1125), + [anon_sym_PIPE] = ACTIONS(1127), + [anon_sym_CARET] = ACTIONS(1129), + [anon_sym_EQ_EQ] = ACTIONS(1131), + [anon_sym_BANG_EQ] = ACTIONS(1131), + [anon_sym_LT] = ACTIONS(1133), + [anon_sym_GT] = ACTIONS(1133), + [anon_sym_LT_EQ] = ACTIONS(1135), + [anon_sym_GT_EQ] = ACTIONS(1135), + [anon_sym_LT_LT] = ACTIONS(1137), + [anon_sym_GT_GT] = ACTIONS(1137), + [anon_sym_PLUS] = ACTIONS(1139), + [anon_sym_DASH] = ACTIONS(1139), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1019] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3436), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2335), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1020] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3438), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(2335), + [anon_sym_RPAREN] = ACTIONS(2335), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1021] = { - [ts_builtin_sym_end] = ACTIONS(3440), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3444), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3444), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3444), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3444), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3444), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3444), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3444), - [sym_preproc_directive] = ACTIONS(3448), - [anon_sym_extern] = ACTIONS(3444), - [anon_sym_RBRACE] = ACTIONS(3440), - [anon_sym_typedef] = ACTIONS(3444), - [anon_sym_static] = ACTIONS(3444), - [anon_sym_auto] = ACTIONS(3444), - [anon_sym_register] = ACTIONS(3444), - [anon_sym_const] = ACTIONS(3444), - [anon_sym_restrict] = ACTIONS(3444), - [anon_sym_volatile] = ACTIONS(3444), - [sym_function_specifier] = ACTIONS(3444), - [anon_sym_unsigned] = ACTIONS(3444), - [anon_sym_long] = ACTIONS(3444), - [anon_sym_short] = ACTIONS(3444), - [anon_sym_enum] = ACTIONS(3444), - [anon_sym_struct] = ACTIONS(3444), - [anon_sym_union] = ACTIONS(3444), - [sym_identifier] = ACTIONS(3448), - [sym_comment] = ACTIONS(123), + [anon_sym_LF] = ACTIONS(2339), + [sym_comment] = ACTIONS(52), }, [1022] = { - [sym__expression] = STATE(1162), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [ts_builtin_sym_end] = ACTIONS(3440), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3452), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3452), - [anon_sym_LPAREN] = ACTIONS(3460), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3452), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3452), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3452), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3452), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3452), - [sym_preproc_directive] = ACTIONS(3466), - [anon_sym_SEMI] = ACTIONS(3474), - [anon_sym_extern] = ACTIONS(3452), - [anon_sym_LBRACE] = ACTIONS(3480), - [anon_sym_RBRACE] = ACTIONS(3485), - [anon_sym_STAR] = ACTIONS(3493), - [anon_sym_typedef] = ACTIONS(3452), - [anon_sym_static] = ACTIONS(3452), - [anon_sym_auto] = ACTIONS(3452), - [anon_sym_register] = ACTIONS(3452), - [anon_sym_const] = ACTIONS(3452), - [anon_sym_restrict] = ACTIONS(3452), - [anon_sym_volatile] = ACTIONS(3452), - [sym_function_specifier] = ACTIONS(3452), - [anon_sym_unsigned] = ACTIONS(3452), - [anon_sym_long] = ACTIONS(3452), - [anon_sym_short] = ACTIONS(3452), - [anon_sym_enum] = ACTIONS(3452), - [anon_sym_struct] = ACTIONS(3452), - [anon_sym_union] = ACTIONS(3452), - [anon_sym_if] = ACTIONS(3499), - [anon_sym_else] = ACTIONS(3504), - [anon_sym_switch] = ACTIONS(3499), - [anon_sym_case] = ACTIONS(3499), - [anon_sym_default] = ACTIONS(3499), - [anon_sym_while] = ACTIONS(3499), - [anon_sym_do] = ACTIONS(3499), - [anon_sym_for] = ACTIONS(3499), - [anon_sym_return] = ACTIONS(3499), - [anon_sym_break] = ACTIONS(3499), - [anon_sym_continue] = ACTIONS(3499), - [anon_sym_goto] = ACTIONS(3499), - [anon_sym_AMP] = ACTIONS(3493), - [anon_sym_BANG] = ACTIONS(3507), - [anon_sym_TILDE] = ACTIONS(3513), - [anon_sym_PLUS] = ACTIONS(3519), - [anon_sym_DASH] = ACTIONS(3519), - [anon_sym_DASH_DASH] = ACTIONS(3525), - [anon_sym_PLUS_PLUS] = ACTIONS(3525), - [anon_sym_sizeof] = ACTIONS(3531), - [sym_number_literal] = ACTIONS(3537), - [sym_char_literal] = ACTIONS(3537), - [sym_string_literal] = ACTIONS(3543), - [sym_identifier] = ACTIONS(3549), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(588), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(588), + [anon_sym_LPAREN] = ACTIONS(586), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(588), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(588), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(588), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(588), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(588), + [sym_preproc_directive] = ACTIONS(590), + [anon_sym_SEMI] = ACTIONS(586), + [anon_sym_extern] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(586), + [anon_sym_STAR] = ACTIONS(586), + [anon_sym_typedef] = ACTIONS(588), + [anon_sym_static] = ACTIONS(588), + [anon_sym_auto] = ACTIONS(588), + [anon_sym_register] = ACTIONS(588), + [anon_sym_const] = ACTIONS(588), + [anon_sym_restrict] = ACTIONS(588), + [anon_sym_volatile] = ACTIONS(588), + [sym_function_specifier] = ACTIONS(588), + [anon_sym_unsigned] = ACTIONS(588), + [anon_sym_long] = ACTIONS(588), + [anon_sym_short] = ACTIONS(588), + [anon_sym_enum] = ACTIONS(588), + [anon_sym_struct] = ACTIONS(588), + [anon_sym_union] = ACTIONS(588), + [anon_sym_if] = ACTIONS(588), + [anon_sym_switch] = ACTIONS(588), + [anon_sym_case] = ACTIONS(588), + [anon_sym_default] = ACTIONS(588), + [anon_sym_while] = ACTIONS(588), + [anon_sym_do] = ACTIONS(588), + [anon_sym_for] = ACTIONS(588), + [anon_sym_return] = ACTIONS(588), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(588), + [anon_sym_goto] = ACTIONS(588), + [anon_sym_AMP] = ACTIONS(586), + [anon_sym_BANG] = ACTIONS(586), + [anon_sym_TILDE] = ACTIONS(586), + [anon_sym_PLUS] = ACTIONS(588), + [anon_sym_DASH] = ACTIONS(588), + [anon_sym_DASH_DASH] = ACTIONS(586), + [anon_sym_PLUS_PLUS] = ACTIONS(586), + [anon_sym_sizeof] = ACTIONS(588), + [sym_number_literal] = ACTIONS(588), + [sym_char_literal] = ACTIONS(588), + [sym_string_literal] = ACTIONS(586), + [sym_identifier] = ACTIONS(590), + [sym_comment] = ACTIONS(42), }, [1023] = { - [sym__declarator] = STATE(1168), - [sym__field_declarator] = STATE(122), - [sym__abstract_declarator] = STATE(240), - [sym_pointer_declarator] = STATE(44), - [sym_pointer_field_declarator] = STATE(123), - [sym_abstract_pointer_declarator] = STATE(132), - [sym_function_declarator] = STATE(44), - [sym_function_field_declarator] = STATE(124), - [sym_abstract_function_declarator] = STATE(132), - [sym_array_declarator] = STATE(44), - [sym_array_field_declarator] = STATE(125), - [sym_abstract_array_declarator] = STATE(132), - [sym_init_declarator] = STATE(46), - [sym_parameter_list] = STATE(133), - [sym__expression] = STATE(1169), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(3558), - [anon_sym_COMMA] = ACTIONS(777), - [anon_sym_RPAREN] = ACTIONS(777), - [anon_sym_SEMI] = ACTIONS(3560), - [anon_sym_STAR] = ACTIONS(3562), - [anon_sym_LBRACK] = ACTIONS(507), - [anon_sym_RBRACK] = ACTIONS(3564), - [anon_sym_COLON] = ACTIONS(473), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(3566), - [sym_comment] = ACTIONS(123), + [anon_sym_LF] = ACTIONS(2341), + [sym_comment] = ACTIONS(52), }, [1024] = { - [sym_compound_statement] = STATE(95), - [sym_parameter_list] = STATE(96), - [aux_sym_declaration_repeat1] = STATE(97), - [anon_sym_LPAREN] = ACTIONS(3568), - [anon_sym_COMMA] = ACTIONS(3571), - [anon_sym_RPAREN] = ACTIONS(3577), - [anon_sym_SEMI] = ACTIONS(3581), - [anon_sym_LBRACE] = ACTIONS(3586), - [anon_sym_LBRACK] = ACTIONS(3589), - [anon_sym_EQ] = ACTIONS(3592), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2013), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2013), + [anon_sym_LPAREN] = ACTIONS(2015), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2013), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2013), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2013), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2013), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2013), + [sym_preproc_directive] = ACTIONS(2017), + [anon_sym_SEMI] = ACTIONS(2015), + [anon_sym_extern] = ACTIONS(2013), + [anon_sym_LBRACE] = ACTIONS(2015), + [anon_sym_STAR] = ACTIONS(2015), + [anon_sym_typedef] = ACTIONS(2013), + [anon_sym_static] = ACTIONS(2013), + [anon_sym_auto] = ACTIONS(2013), + [anon_sym_register] = ACTIONS(2013), + [anon_sym_const] = ACTIONS(2013), + [anon_sym_restrict] = ACTIONS(2013), + [anon_sym_volatile] = ACTIONS(2013), + [sym_function_specifier] = ACTIONS(2013), + [anon_sym_unsigned] = ACTIONS(2013), + [anon_sym_long] = ACTIONS(2013), + [anon_sym_short] = ACTIONS(2013), + [anon_sym_enum] = ACTIONS(2013), + [anon_sym_struct] = ACTIONS(2013), + [anon_sym_union] = ACTIONS(2013), + [anon_sym_if] = ACTIONS(2013), + [anon_sym_switch] = ACTIONS(2013), + [anon_sym_case] = ACTIONS(2013), + [anon_sym_default] = ACTIONS(2013), + [anon_sym_while] = ACTIONS(2013), + [anon_sym_do] = ACTIONS(2013), + [anon_sym_for] = ACTIONS(2013), + [anon_sym_return] = ACTIONS(2013), + [anon_sym_break] = ACTIONS(2013), + [anon_sym_continue] = ACTIONS(2013), + [anon_sym_goto] = ACTIONS(2013), + [anon_sym_AMP] = ACTIONS(2015), + [anon_sym_BANG] = ACTIONS(2015), + [anon_sym_TILDE] = ACTIONS(2015), + [anon_sym_PLUS] = ACTIONS(2013), + [anon_sym_DASH] = ACTIONS(2013), + [anon_sym_DASH_DASH] = ACTIONS(2015), + [anon_sym_PLUS_PLUS] = ACTIONS(2015), + [anon_sym_sizeof] = ACTIONS(2013), + [sym_number_literal] = ACTIONS(2013), + [sym_char_literal] = ACTIONS(2013), + [sym_string_literal] = ACTIONS(2015), + [sym_identifier] = ACTIONS(2017), + [sym_comment] = ACTIONS(42), }, [1025] = { - [sym_parameter_list] = STATE(224), - [aux_sym_field_declaration_repeat1] = STATE(225), - [anon_sym_LPAREN] = ACTIONS(3595), - [anon_sym_COMMA] = ACTIONS(3598), - [anon_sym_RPAREN] = ACTIONS(3603), - [anon_sym_SEMI] = ACTIONS(3606), - [anon_sym_LBRACK] = ACTIONS(3611), - [anon_sym_COLON] = ACTIONS(3614), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2021), + [anon_sym_LPAREN] = ACTIONS(2023), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2021), + [sym_preproc_directive] = ACTIONS(2025), + [anon_sym_SEMI] = ACTIONS(2023), + [anon_sym_extern] = ACTIONS(2021), + [anon_sym_LBRACE] = ACTIONS(2023), + [anon_sym_STAR] = ACTIONS(2023), + [anon_sym_typedef] = ACTIONS(2021), + [anon_sym_static] = ACTIONS(2021), + [anon_sym_auto] = ACTIONS(2021), + [anon_sym_register] = ACTIONS(2021), + [anon_sym_const] = ACTIONS(2021), + [anon_sym_restrict] = ACTIONS(2021), + [anon_sym_volatile] = ACTIONS(2021), + [sym_function_specifier] = ACTIONS(2021), + [anon_sym_unsigned] = ACTIONS(2021), + [anon_sym_long] = ACTIONS(2021), + [anon_sym_short] = ACTIONS(2021), + [anon_sym_enum] = ACTIONS(2021), + [anon_sym_struct] = ACTIONS(2021), + [anon_sym_union] = ACTIONS(2021), + [anon_sym_if] = ACTIONS(2021), + [anon_sym_switch] = ACTIONS(2021), + [anon_sym_case] = ACTIONS(2021), + [anon_sym_default] = ACTIONS(2021), + [anon_sym_while] = ACTIONS(2021), + [anon_sym_do] = ACTIONS(2021), + [anon_sym_for] = ACTIONS(2021), + [anon_sym_return] = ACTIONS(2021), + [anon_sym_break] = ACTIONS(2021), + [anon_sym_continue] = ACTIONS(2021), + [anon_sym_goto] = ACTIONS(2021), + [anon_sym_AMP] = ACTIONS(2023), + [anon_sym_BANG] = ACTIONS(2023), + [anon_sym_TILDE] = ACTIONS(2023), + [anon_sym_PLUS] = ACTIONS(2021), + [anon_sym_DASH] = ACTIONS(2021), + [anon_sym_DASH_DASH] = ACTIONS(2023), + [anon_sym_PLUS_PLUS] = ACTIONS(2023), + [anon_sym_sizeof] = ACTIONS(2021), + [sym_number_literal] = ACTIONS(2021), + [sym_char_literal] = ACTIONS(2021), + [sym_string_literal] = ACTIONS(2023), + [sym_identifier] = ACTIONS(2025), + [sym_comment] = ACTIONS(42), }, [1026] = { - [sym_parameter_list] = STATE(232), - [anon_sym_LPAREN] = ACTIONS(3619), - [anon_sym_COMMA] = ACTIONS(3622), - [anon_sym_RPAREN] = ACTIONS(3625), - [anon_sym_LBRACK] = ACTIONS(3631), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2343), + [sym_comment] = ACTIONS(42), }, [1027] = { - [aux_sym_declaration_repeat1] = STATE(97), - [anon_sym_COMMA] = ACTIONS(3634), - [anon_sym_SEMI] = ACTIONS(3638), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2029), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2029), + [anon_sym_LPAREN] = ACTIONS(2031), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2029), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2029), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2029), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2029), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2029), + [sym_preproc_directive] = ACTIONS(2033), + [anon_sym_SEMI] = ACTIONS(2031), + [anon_sym_extern] = ACTIONS(2029), + [anon_sym_LBRACE] = ACTIONS(2031), + [anon_sym_STAR] = ACTIONS(2031), + [anon_sym_typedef] = ACTIONS(2029), + [anon_sym_static] = ACTIONS(2029), + [anon_sym_auto] = ACTIONS(2029), + [anon_sym_register] = ACTIONS(2029), + [anon_sym_const] = ACTIONS(2029), + [anon_sym_restrict] = ACTIONS(2029), + [anon_sym_volatile] = ACTIONS(2029), + [sym_function_specifier] = ACTIONS(2029), + [anon_sym_unsigned] = ACTIONS(2029), + [anon_sym_long] = ACTIONS(2029), + [anon_sym_short] = ACTIONS(2029), + [anon_sym_enum] = ACTIONS(2029), + [anon_sym_struct] = ACTIONS(2029), + [anon_sym_union] = ACTIONS(2029), + [anon_sym_if] = ACTIONS(2029), + [anon_sym_switch] = ACTIONS(2029), + [anon_sym_case] = ACTIONS(2029), + [anon_sym_default] = ACTIONS(2029), + [anon_sym_while] = ACTIONS(2029), + [anon_sym_do] = ACTIONS(2029), + [anon_sym_for] = ACTIONS(2029), + [anon_sym_return] = ACTIONS(2029), + [anon_sym_break] = ACTIONS(2029), + [anon_sym_continue] = ACTIONS(2029), + [anon_sym_goto] = ACTIONS(2029), + [anon_sym_AMP] = ACTIONS(2031), + [anon_sym_BANG] = ACTIONS(2031), + [anon_sym_TILDE] = ACTIONS(2031), + [anon_sym_PLUS] = ACTIONS(2029), + [anon_sym_DASH] = ACTIONS(2029), + [anon_sym_DASH_DASH] = ACTIONS(2031), + [anon_sym_PLUS_PLUS] = ACTIONS(2031), + [anon_sym_sizeof] = ACTIONS(2029), + [sym_number_literal] = ACTIONS(2029), + [sym_char_literal] = ACTIONS(2029), + [sym_string_literal] = ACTIONS(2031), + [sym_identifier] = ACTIONS(2033), + [sym_comment] = ACTIONS(42), }, [1028] = { - [ts_builtin_sym_end] = ACTIONS(603), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3642), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3642), - [anon_sym_LPAREN] = ACTIONS(3658), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3642), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3642), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3642), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3642), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3642), - [sym_preproc_directive] = ACTIONS(3673), - [anon_sym_SEMI] = ACTIONS(3658), - [anon_sym_extern] = ACTIONS(3642), - [anon_sym_LBRACE] = ACTIONS(3658), - [anon_sym_RBRACE] = ACTIONS(3689), - [anon_sym_STAR] = ACTIONS(3658), - [anon_sym_typedef] = ACTIONS(3642), - [anon_sym_static] = ACTIONS(3642), - [anon_sym_auto] = ACTIONS(3642), - [anon_sym_register] = ACTIONS(3642), - [anon_sym_const] = ACTIONS(3642), - [anon_sym_restrict] = ACTIONS(3642), - [anon_sym_volatile] = ACTIONS(3642), - [sym_function_specifier] = ACTIONS(3642), - [anon_sym_unsigned] = ACTIONS(3642), - [anon_sym_long] = ACTIONS(3642), - [anon_sym_short] = ACTIONS(3642), - [anon_sym_enum] = ACTIONS(3642), - [anon_sym_struct] = ACTIONS(3642), - [anon_sym_union] = ACTIONS(3642), - [anon_sym_if] = ACTIONS(3705), - [anon_sym_else] = ACTIONS(3720), - [anon_sym_switch] = ACTIONS(3705), - [anon_sym_case] = ACTIONS(3705), - [anon_sym_default] = ACTIONS(3705), - [anon_sym_while] = ACTIONS(3734), - [anon_sym_do] = ACTIONS(3705), - [anon_sym_for] = ACTIONS(3705), - [anon_sym_return] = ACTIONS(3705), - [anon_sym_break] = ACTIONS(3705), - [anon_sym_continue] = ACTIONS(3705), - [anon_sym_goto] = ACTIONS(3705), - [anon_sym_AMP] = ACTIONS(3658), - [anon_sym_BANG] = ACTIONS(3658), - [anon_sym_TILDE] = ACTIONS(3658), - [anon_sym_PLUS] = ACTIONS(3705), - [anon_sym_DASH] = ACTIONS(3705), - [anon_sym_DASH_DASH] = ACTIONS(3658), - [anon_sym_PLUS_PLUS] = ACTIONS(3658), - [anon_sym_sizeof] = ACTIONS(3705), - [sym_number_literal] = ACTIONS(3705), - [sym_char_literal] = ACTIONS(3705), - [sym_string_literal] = ACTIONS(3658), - [sym_identifier] = ACTIONS(3673), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2035), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2035), + [anon_sym_LPAREN] = ACTIONS(2037), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2035), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2035), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2035), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2035), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2035), + [sym_preproc_directive] = ACTIONS(2039), + [anon_sym_SEMI] = ACTIONS(2037), + [anon_sym_extern] = ACTIONS(2035), + [anon_sym_LBRACE] = ACTIONS(2037), + [anon_sym_STAR] = ACTIONS(2037), + [anon_sym_typedef] = ACTIONS(2035), + [anon_sym_static] = ACTIONS(2035), + [anon_sym_auto] = ACTIONS(2035), + [anon_sym_register] = ACTIONS(2035), + [anon_sym_const] = ACTIONS(2035), + [anon_sym_restrict] = ACTIONS(2035), + [anon_sym_volatile] = ACTIONS(2035), + [sym_function_specifier] = ACTIONS(2035), + [anon_sym_unsigned] = ACTIONS(2035), + [anon_sym_long] = ACTIONS(2035), + [anon_sym_short] = ACTIONS(2035), + [anon_sym_enum] = ACTIONS(2035), + [anon_sym_struct] = ACTIONS(2035), + [anon_sym_union] = ACTIONS(2035), + [anon_sym_if] = ACTIONS(2035), + [anon_sym_switch] = ACTIONS(2035), + [anon_sym_case] = ACTIONS(2035), + [anon_sym_default] = ACTIONS(2035), + [anon_sym_while] = ACTIONS(2035), + [anon_sym_do] = ACTIONS(2035), + [anon_sym_for] = ACTIONS(2035), + [anon_sym_return] = ACTIONS(2035), + [anon_sym_break] = ACTIONS(2035), + [anon_sym_continue] = ACTIONS(2035), + [anon_sym_goto] = ACTIONS(2035), + [anon_sym_AMP] = ACTIONS(2037), + [anon_sym_BANG] = ACTIONS(2037), + [anon_sym_TILDE] = ACTIONS(2037), + [anon_sym_PLUS] = ACTIONS(2035), + [anon_sym_DASH] = ACTIONS(2035), + [anon_sym_DASH_DASH] = ACTIONS(2037), + [anon_sym_PLUS_PLUS] = ACTIONS(2037), + [anon_sym_sizeof] = ACTIONS(2035), + [sym_number_literal] = ACTIONS(2035), + [sym_char_literal] = ACTIONS(2035), + [sym_string_literal] = ACTIONS(2037), + [sym_identifier] = ACTIONS(2039), + [sym_comment] = ACTIONS(42), }, [1029] = { - [anon_sym_LPAREN] = ACTIONS(3046), - [anon_sym_COMMA] = ACTIONS(3046), - [anon_sym_RPAREN] = ACTIONS(3046), - [anon_sym_SEMI] = ACTIONS(3046), - [anon_sym_extern] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(3046), - [anon_sym_LBRACK] = ACTIONS(3046), - [anon_sym_RBRACK] = ACTIONS(3046), - [anon_sym_typedef] = ACTIONS(3049), - [anon_sym_static] = ACTIONS(3049), - [anon_sym_auto] = ACTIONS(3049), - [anon_sym_register] = ACTIONS(3049), - [anon_sym_const] = ACTIONS(3750), - [anon_sym_restrict] = ACTIONS(3750), - [anon_sym_volatile] = ACTIONS(3750), - [sym_function_specifier] = ACTIONS(3049), - [anon_sym_unsigned] = ACTIONS(3750), - [anon_sym_long] = ACTIONS(3750), - [anon_sym_short] = ACTIONS(3750), - [anon_sym_enum] = ACTIONS(3750), - [anon_sym_struct] = ACTIONS(3750), - [anon_sym_union] = ACTIONS(3750), - [anon_sym_COLON] = ACTIONS(3046), - [anon_sym_AMP] = ACTIONS(3046), - [anon_sym_BANG] = ACTIONS(3046), - [anon_sym_TILDE] = ACTIONS(3046), - [anon_sym_PLUS] = ACTIONS(3049), - [anon_sym_DASH] = ACTIONS(3049), - [anon_sym_DASH_DASH] = ACTIONS(3046), - [anon_sym_PLUS_PLUS] = ACTIONS(3046), - [anon_sym_sizeof] = ACTIONS(3049), - [sym_number_literal] = ACTIONS(3049), - [sym_char_literal] = ACTIONS(3049), - [sym_string_literal] = ACTIONS(3046), - [sym_identifier] = ACTIONS(3755), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2345), + [sym_comment] = ACTIONS(42), }, [1030] = { - [sym__abstract_declarator] = STATE(1170), - [sym_abstract_pointer_declarator] = STATE(132), - [sym_abstract_function_declarator] = STATE(132), - [sym_abstract_array_declarator] = STATE(132), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym_parameter_list] = STATE(133), - [aux_sym__declaration_specifiers_repeat1] = STATE(1171), - [anon_sym_LPAREN] = ACTIONS(3760), - [anon_sym_COMMA] = ACTIONS(3764), - [anon_sym_RPAREN] = ACTIONS(3767), - [anon_sym_SEMI] = ACTIONS(3764), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(3772), - [anon_sym_LBRACK] = ACTIONS(3776), - [anon_sym_RBRACK] = ACTIONS(3764), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_COLON] = ACTIONS(3764), - [anon_sym_AMP] = ACTIONS(3764), - [anon_sym_BANG] = ACTIONS(3764), - [anon_sym_TILDE] = ACTIONS(3764), - [anon_sym_PLUS] = ACTIONS(3780), - [anon_sym_DASH] = ACTIONS(3780), - [anon_sym_DASH_DASH] = ACTIONS(3764), - [anon_sym_PLUS_PLUS] = ACTIONS(3764), - [anon_sym_sizeof] = ACTIONS(3780), - [sym_number_literal] = ACTIONS(3780), - [sym_char_literal] = ACTIONS(3780), - [sym_string_literal] = ACTIONS(3764), - [sym_identifier] = ACTIONS(3783), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2043), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2043), + [anon_sym_LPAREN] = ACTIONS(2045), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2043), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2043), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2043), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2043), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2043), + [sym_preproc_directive] = ACTIONS(2047), + [anon_sym_SEMI] = ACTIONS(2045), + [anon_sym_extern] = ACTIONS(2043), + [anon_sym_LBRACE] = ACTIONS(2045), + [anon_sym_STAR] = ACTIONS(2045), + [anon_sym_typedef] = ACTIONS(2043), + [anon_sym_static] = ACTIONS(2043), + [anon_sym_auto] = ACTIONS(2043), + [anon_sym_register] = ACTIONS(2043), + [anon_sym_const] = ACTIONS(2043), + [anon_sym_restrict] = ACTIONS(2043), + [anon_sym_volatile] = ACTIONS(2043), + [sym_function_specifier] = ACTIONS(2043), + [anon_sym_unsigned] = ACTIONS(2043), + [anon_sym_long] = ACTIONS(2043), + [anon_sym_short] = ACTIONS(2043), + [anon_sym_enum] = ACTIONS(2043), + [anon_sym_struct] = ACTIONS(2043), + [anon_sym_union] = ACTIONS(2043), + [anon_sym_if] = ACTIONS(2043), + [anon_sym_switch] = ACTIONS(2043), + [anon_sym_case] = ACTIONS(2043), + [anon_sym_default] = ACTIONS(2043), + [anon_sym_while] = ACTIONS(2043), + [anon_sym_do] = ACTIONS(2043), + [anon_sym_for] = ACTIONS(2043), + [anon_sym_return] = ACTIONS(2043), + [anon_sym_break] = ACTIONS(2043), + [anon_sym_continue] = ACTIONS(2043), + [anon_sym_goto] = ACTIONS(2043), + [anon_sym_AMP] = ACTIONS(2045), + [anon_sym_BANG] = ACTIONS(2045), + [anon_sym_TILDE] = ACTIONS(2045), + [anon_sym_PLUS] = ACTIONS(2043), + [anon_sym_DASH] = ACTIONS(2043), + [anon_sym_DASH_DASH] = ACTIONS(2045), + [anon_sym_PLUS_PLUS] = ACTIONS(2045), + [anon_sym_sizeof] = ACTIONS(2043), + [sym_number_literal] = ACTIONS(2043), + [sym_char_literal] = ACTIONS(2043), + [sym_string_literal] = ACTIONS(2045), + [sym_identifier] = ACTIONS(2047), + [sym_comment] = ACTIONS(42), }, [1031] = { - [anon_sym_LPAREN] = ACTIONS(3786), - [anon_sym_COMMA] = ACTIONS(3786), - [anon_sym_RPAREN] = ACTIONS(3786), - [anon_sym_SEMI] = ACTIONS(3786), - [anon_sym_extern] = ACTIONS(3789), - [anon_sym_STAR] = ACTIONS(3786), - [anon_sym_LBRACK] = ACTIONS(3786), - [anon_sym_RBRACK] = ACTIONS(3786), - [anon_sym_typedef] = ACTIONS(3789), - [anon_sym_static] = ACTIONS(3789), - [anon_sym_auto] = ACTIONS(3789), - [anon_sym_register] = ACTIONS(3789), - [anon_sym_const] = ACTIONS(3789), - [anon_sym_restrict] = ACTIONS(3789), - [anon_sym_volatile] = ACTIONS(3789), - [sym_function_specifier] = ACTIONS(3789), - [anon_sym_COLON] = ACTIONS(3786), - [anon_sym_AMP] = ACTIONS(3786), - [anon_sym_BANG] = ACTIONS(3786), - [anon_sym_TILDE] = ACTIONS(3786), - [anon_sym_PLUS] = ACTIONS(3789), - [anon_sym_DASH] = ACTIONS(3789), - [anon_sym_DASH_DASH] = ACTIONS(3786), - [anon_sym_PLUS_PLUS] = ACTIONS(3786), - [anon_sym_sizeof] = ACTIONS(3789), - [sym_number_literal] = ACTIONS(3789), - [sym_char_literal] = ACTIONS(3789), - [sym_string_literal] = ACTIONS(3786), - [sym_identifier] = ACTIONS(3792), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2049), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2049), + [anon_sym_LPAREN] = ACTIONS(2051), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2049), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2049), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2049), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2049), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2049), + [sym_preproc_directive] = ACTIONS(2053), + [anon_sym_SEMI] = ACTIONS(2051), + [anon_sym_extern] = ACTIONS(2049), + [anon_sym_LBRACE] = ACTIONS(2051), + [anon_sym_STAR] = ACTIONS(2051), + [anon_sym_typedef] = ACTIONS(2049), + [anon_sym_static] = ACTIONS(2049), + [anon_sym_auto] = ACTIONS(2049), + [anon_sym_register] = ACTIONS(2049), + [anon_sym_const] = ACTIONS(2049), + [anon_sym_restrict] = ACTIONS(2049), + [anon_sym_volatile] = ACTIONS(2049), + [sym_function_specifier] = ACTIONS(2049), + [anon_sym_unsigned] = ACTIONS(2049), + [anon_sym_long] = ACTIONS(2049), + [anon_sym_short] = ACTIONS(2049), + [anon_sym_enum] = ACTIONS(2049), + [anon_sym_struct] = ACTIONS(2049), + [anon_sym_union] = ACTIONS(2049), + [anon_sym_if] = ACTIONS(2049), + [anon_sym_switch] = ACTIONS(2049), + [anon_sym_case] = ACTIONS(2049), + [anon_sym_default] = ACTIONS(2049), + [anon_sym_while] = ACTIONS(2049), + [anon_sym_do] = ACTIONS(2049), + [anon_sym_for] = ACTIONS(2049), + [anon_sym_return] = ACTIONS(2049), + [anon_sym_break] = ACTIONS(2049), + [anon_sym_continue] = ACTIONS(2049), + [anon_sym_goto] = ACTIONS(2049), + [anon_sym_AMP] = ACTIONS(2051), + [anon_sym_BANG] = ACTIONS(2051), + [anon_sym_TILDE] = ACTIONS(2051), + [anon_sym_PLUS] = ACTIONS(2049), + [anon_sym_DASH] = ACTIONS(2049), + [anon_sym_DASH_DASH] = ACTIONS(2051), + [anon_sym_PLUS_PLUS] = ACTIONS(2051), + [anon_sym_sizeof] = ACTIONS(2049), + [sym_number_literal] = ACTIONS(2049), + [sym_char_literal] = ACTIONS(2049), + [sym_string_literal] = ACTIONS(2051), + [sym_identifier] = ACTIONS(2053), + [sym_comment] = ACTIONS(42), }, [1032] = { - [anon_sym_LPAREN] = ACTIONS(3795), - [anon_sym_COMMA] = ACTIONS(3795), - [anon_sym_RPAREN] = ACTIONS(3795), - [anon_sym_SEMI] = ACTIONS(3795), - [anon_sym_extern] = ACTIONS(3800), - [anon_sym_STAR] = ACTIONS(3795), - [anon_sym_LBRACK] = ACTIONS(3795), - [anon_sym_RBRACK] = ACTIONS(3795), - [anon_sym_typedef] = ACTIONS(3800), - [anon_sym_static] = ACTIONS(3800), - [anon_sym_auto] = ACTIONS(3800), - [anon_sym_register] = ACTIONS(3800), - [anon_sym_const] = ACTIONS(3800), - [anon_sym_restrict] = ACTIONS(3800), - [anon_sym_volatile] = ACTIONS(3800), - [sym_function_specifier] = ACTIONS(3800), - [anon_sym_COLON] = ACTIONS(3795), - [anon_sym_AMP] = ACTIONS(3795), - [anon_sym_BANG] = ACTIONS(3795), - [anon_sym_TILDE] = ACTIONS(3795), - [anon_sym_PLUS] = ACTIONS(3800), - [anon_sym_DASH] = ACTIONS(3800), - [anon_sym_DASH_DASH] = ACTIONS(3795), - [anon_sym_PLUS_PLUS] = ACTIONS(3795), - [anon_sym_sizeof] = ACTIONS(3800), - [sym_number_literal] = ACTIONS(3800), - [sym_char_literal] = ACTIONS(3800), - [sym_string_literal] = ACTIONS(3795), - [sym_identifier] = ACTIONS(3805), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2347), + [sym_comment] = ACTIONS(42), }, [1033] = { - [anon_sym_extern] = ACTIONS(3810), - [anon_sym_RBRACE] = ACTIONS(3813), - [anon_sym_typedef] = ACTIONS(3810), - [anon_sym_static] = ACTIONS(3810), - [anon_sym_auto] = ACTIONS(3810), - [anon_sym_register] = ACTIONS(3810), - [anon_sym_const] = ACTIONS(3810), - [anon_sym_restrict] = ACTIONS(3810), - [anon_sym_volatile] = ACTIONS(3810), - [sym_function_specifier] = ACTIONS(3810), - [anon_sym_unsigned] = ACTIONS(3810), - [anon_sym_long] = ACTIONS(3810), - [anon_sym_short] = ACTIONS(3810), - [anon_sym_enum] = ACTIONS(3810), - [anon_sym_struct] = ACTIONS(3810), - [anon_sym_union] = ACTIONS(3810), - [sym_identifier] = ACTIONS(3816), - [sym_comment] = ACTIONS(123), + [sym_preproc_arg] = ACTIONS(2349), + [sym_comment] = ACTIONS(52), }, [1034] = { - [aux_sym_enumerator_list_repeat1] = STATE(116), - [anon_sym_COMMA] = ACTIONS(3819), - [anon_sym_RBRACE] = ACTIONS(3823), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(294), + [anon_sym_LPAREN] = ACTIONS(292), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(294), + [sym_preproc_directive] = ACTIONS(296), + [anon_sym_SEMI] = ACTIONS(292), + [anon_sym_extern] = ACTIONS(294), + [anon_sym_LBRACE] = ACTIONS(292), + [anon_sym_STAR] = ACTIONS(292), + [anon_sym_typedef] = ACTIONS(294), + [anon_sym_static] = ACTIONS(294), + [anon_sym_auto] = ACTIONS(294), + [anon_sym_register] = ACTIONS(294), + [anon_sym_const] = ACTIONS(294), + [anon_sym_restrict] = ACTIONS(294), + [anon_sym_volatile] = ACTIONS(294), + [sym_function_specifier] = ACTIONS(294), + [anon_sym_unsigned] = ACTIONS(294), + [anon_sym_long] = ACTIONS(294), + [anon_sym_short] = ACTIONS(294), + [anon_sym_enum] = ACTIONS(294), + [anon_sym_struct] = ACTIONS(294), + [anon_sym_union] = ACTIONS(294), + [anon_sym_if] = ACTIONS(294), + [anon_sym_switch] = ACTIONS(294), + [anon_sym_case] = ACTIONS(294), + [anon_sym_default] = ACTIONS(294), + [anon_sym_while] = ACTIONS(294), + [anon_sym_do] = ACTIONS(294), + [anon_sym_for] = ACTIONS(294), + [anon_sym_return] = ACTIONS(294), + [anon_sym_break] = ACTIONS(294), + [anon_sym_continue] = ACTIONS(294), + [anon_sym_goto] = ACTIONS(294), + [anon_sym_AMP] = ACTIONS(292), + [anon_sym_BANG] = ACTIONS(292), + [anon_sym_TILDE] = ACTIONS(292), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_DASH_DASH] = ACTIONS(292), + [anon_sym_PLUS_PLUS] = ACTIONS(292), + [anon_sym_sizeof] = ACTIONS(294), + [sym_number_literal] = ACTIONS(294), + [sym_char_literal] = ACTIONS(294), + [sym_string_literal] = ACTIONS(292), + [sym_identifier] = ACTIONS(296), + [sym_comment] = ACTIONS(42), }, [1035] = { - [anon_sym_LPAREN] = ACTIONS(3827), - [anon_sym_COMMA] = ACTIONS(3827), - [anon_sym_RPAREN] = ACTIONS(3827), - [anon_sym_SEMI] = ACTIONS(3832), - [anon_sym_LBRACE] = ACTIONS(609), - [anon_sym_LBRACK] = ACTIONS(3827), - [anon_sym_EQ] = ACTIONS(609), - [anon_sym_COLON] = ACTIONS(1123), - [sym_comment] = ACTIONS(123), + [anon_sym_LF] = ACTIONS(2351), + [sym_preproc_arg] = ACTIONS(2353), + [sym_comment] = ACTIONS(52), }, [1036] = { - [aux_sym_parameter_list_repeat1] = STATE(236), - [anon_sym_COMMA] = ACTIONS(3835), - [anon_sym_RPAREN] = ACTIONS(3839), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1627), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1627), + [anon_sym_LPAREN] = ACTIONS(1629), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1627), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1627), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1627), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1627), + [sym_preproc_directive] = ACTIONS(1631), + [anon_sym_SEMI] = ACTIONS(1629), + [anon_sym_extern] = ACTIONS(1627), + [anon_sym_LBRACE] = ACTIONS(1629), + [anon_sym_STAR] = ACTIONS(1629), + [anon_sym_typedef] = ACTIONS(1627), + [anon_sym_static] = ACTIONS(1627), + [anon_sym_auto] = ACTIONS(1627), + [anon_sym_register] = ACTIONS(1627), + [anon_sym_const] = ACTIONS(1627), + [anon_sym_restrict] = ACTIONS(1627), + [anon_sym_volatile] = ACTIONS(1627), + [sym_function_specifier] = ACTIONS(1627), + [anon_sym_unsigned] = ACTIONS(1627), + [anon_sym_long] = ACTIONS(1627), + [anon_sym_short] = ACTIONS(1627), + [anon_sym_enum] = ACTIONS(1627), + [anon_sym_struct] = ACTIONS(1627), + [anon_sym_union] = ACTIONS(1627), + [anon_sym_if] = ACTIONS(1627), + [anon_sym_switch] = ACTIONS(1627), + [anon_sym_case] = ACTIONS(1627), + [anon_sym_default] = ACTIONS(1627), + [anon_sym_while] = ACTIONS(1627), + [anon_sym_do] = ACTIONS(1627), + [anon_sym_for] = ACTIONS(1627), + [anon_sym_return] = ACTIONS(1627), + [anon_sym_break] = ACTIONS(1627), + [anon_sym_continue] = ACTIONS(1627), + [anon_sym_goto] = ACTIONS(1627), + [anon_sym_AMP] = ACTIONS(1629), + [anon_sym_BANG] = ACTIONS(1629), + [anon_sym_TILDE] = ACTIONS(1629), + [anon_sym_PLUS] = ACTIONS(1627), + [anon_sym_DASH] = ACTIONS(1627), + [anon_sym_DASH_DASH] = ACTIONS(1629), + [anon_sym_PLUS_PLUS] = ACTIONS(1629), + [anon_sym_sizeof] = ACTIONS(1627), + [sym_number_literal] = ACTIONS(1627), + [sym_char_literal] = ACTIONS(1627), + [sym_string_literal] = ACTIONS(1629), + [sym_identifier] = ACTIONS(1631), + [sym_comment] = ACTIONS(42), }, [1037] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3705), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3705), - [anon_sym_LPAREN] = ACTIONS(3658), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3705), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3705), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3705), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3705), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3705), - [sym_preproc_directive] = ACTIONS(3843), - [anon_sym_SEMI] = ACTIONS(3658), - [anon_sym_extern] = ACTIONS(3705), - [anon_sym_LBRACE] = ACTIONS(3658), - [anon_sym_RBRACE] = ACTIONS(3658), - [anon_sym_STAR] = ACTIONS(3658), - [anon_sym_typedef] = ACTIONS(3705), - [anon_sym_static] = ACTIONS(3705), - [anon_sym_auto] = ACTIONS(3705), - [anon_sym_register] = ACTIONS(3705), - [anon_sym_const] = ACTIONS(3705), - [anon_sym_restrict] = ACTIONS(3705), - [anon_sym_volatile] = ACTIONS(3705), - [sym_function_specifier] = ACTIONS(3705), - [anon_sym_unsigned] = ACTIONS(3705), - [anon_sym_long] = ACTIONS(3705), - [anon_sym_short] = ACTIONS(3705), - [anon_sym_enum] = ACTIONS(3705), - [anon_sym_struct] = ACTIONS(3705), - [anon_sym_union] = ACTIONS(3705), - [anon_sym_if] = ACTIONS(3705), - [anon_sym_else] = ACTIONS(3720), - [anon_sym_switch] = ACTIONS(3705), - [anon_sym_case] = ACTIONS(3705), - [anon_sym_default] = ACTIONS(3705), - [anon_sym_while] = ACTIONS(3734), - [anon_sym_do] = ACTIONS(3705), - [anon_sym_for] = ACTIONS(3705), - [anon_sym_return] = ACTIONS(3705), - [anon_sym_break] = ACTIONS(3705), - [anon_sym_continue] = ACTIONS(3705), - [anon_sym_goto] = ACTIONS(3705), - [anon_sym_AMP] = ACTIONS(3658), - [anon_sym_BANG] = ACTIONS(3658), - [anon_sym_TILDE] = ACTIONS(3658), - [anon_sym_PLUS] = ACTIONS(3705), - [anon_sym_DASH] = ACTIONS(3705), - [anon_sym_DASH_DASH] = ACTIONS(3658), - [anon_sym_PLUS_PLUS] = ACTIONS(3658), - [anon_sym_sizeof] = ACTIONS(3705), - [sym_number_literal] = ACTIONS(3705), - [sym_char_literal] = ACTIONS(3705), - [sym_string_literal] = ACTIONS(3658), - [sym_identifier] = ACTIONS(3843), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2355), + [sym_comment] = ACTIONS(42), }, [1038] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(1046), - [anon_sym_LPAREN] = ACTIONS(3858), - [anon_sym_COMMA] = ACTIONS(3874), - [anon_sym_RPAREN] = ACTIONS(3897), - [anon_sym_SEMI] = ACTIONS(3916), - [anon_sym_RBRACE] = ACTIONS(3934), - [anon_sym_STAR] = ACTIONS(3953), - [anon_sym_LBRACK] = ACTIONS(3969), - [anon_sym_RBRACK] = ACTIONS(3985), - [anon_sym_EQ] = ACTIONS(4001), - [anon_sym_COLON] = ACTIONS(4017), - [anon_sym_QMARK] = ACTIONS(4033), - [anon_sym_STAR_EQ] = ACTIONS(4049), - [anon_sym_SLASH_EQ] = ACTIONS(4049), - [anon_sym_PERCENT_EQ] = ACTIONS(4049), - [anon_sym_PLUS_EQ] = ACTIONS(4049), - [anon_sym_DASH_EQ] = ACTIONS(4049), - [anon_sym_LT_LT_EQ] = ACTIONS(4049), - [anon_sym_GT_GT_EQ] = ACTIONS(4049), - [anon_sym_AMP_EQ] = ACTIONS(4049), - [anon_sym_CARET_EQ] = ACTIONS(4049), - [anon_sym_PIPE_EQ] = ACTIONS(4049), - [anon_sym_AMP] = ACTIONS(4065), - [anon_sym_PIPE_PIPE] = ACTIONS(4081), - [anon_sym_AMP_AMP] = ACTIONS(4081), - [anon_sym_PIPE] = ACTIONS(4065), - [anon_sym_CARET] = ACTIONS(4065), - [anon_sym_EQ_EQ] = ACTIONS(4097), - [anon_sym_BANG_EQ] = ACTIONS(4097), - [anon_sym_LT] = ACTIONS(4113), - [anon_sym_GT] = ACTIONS(4113), - [anon_sym_LT_EQ] = ACTIONS(4129), - [anon_sym_GT_EQ] = ACTIONS(4129), - [anon_sym_LT_LT] = ACTIONS(4145), - [anon_sym_GT_GT] = ACTIONS(4145), - [anon_sym_PLUS] = ACTIONS(3953), - [anon_sym_DASH] = ACTIONS(3953), - [anon_sym_SLASH] = ACTIONS(3953), - [anon_sym_PERCENT] = ACTIONS(3953), - [anon_sym_DASH_DASH] = ACTIONS(4161), - [anon_sym_PLUS_PLUS] = ACTIONS(4161), - [anon_sym_DOT] = ACTIONS(4177), - [anon_sym_DASH_GT] = ACTIONS(4177), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(811), + [sym_preproc_def] = STATE(811), + [sym_preproc_function_def] = STATE(811), + [sym_preproc_call] = STATE(811), + [sym_preproc_if_in_compound_statement] = STATE(812), + [sym_preproc_ifdef_in_compound_statement] = STATE(813), + [sym_preproc_else_in_compound_statement] = STATE(1124), + [sym_declaration] = STATE(811), + [sym__declaration_specifiers] = STATE(574), + [sym_compound_statement] = STATE(811), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(811), + [sym_expression_statement] = STATE(811), + [sym_if_statement] = STATE(811), + [sym_switch_statement] = STATE(811), + [sym_case_statement] = STATE(811), + [sym_while_statement] = STATE(811), + [sym_do_statement] = STATE(811), + [sym_for_statement] = STATE(811), + [sym_return_statement] = STATE(811), + [sym_break_statement] = STATE(811), + [sym_continue_statement] = STATE(811), + [sym_goto_statement] = STATE(811), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(811), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1267), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1269), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1271), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2357), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1277), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1279), + [sym_preproc_directive] = ACTIONS(1281), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1309), + [sym_comment] = ACTIONS(42), }, [1039] = { - [anon_sym_RPAREN] = ACTIONS(4193), - [anon_sym_SEMI] = ACTIONS(4196), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1711), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1711), + [anon_sym_LPAREN] = ACTIONS(1713), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1711), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1711), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1711), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1711), + [sym_preproc_directive] = ACTIONS(1715), + [anon_sym_SEMI] = ACTIONS(1713), + [anon_sym_extern] = ACTIONS(1711), + [anon_sym_LBRACE] = ACTIONS(1713), + [anon_sym_STAR] = ACTIONS(1713), + [anon_sym_typedef] = ACTIONS(1711), + [anon_sym_static] = ACTIONS(1711), + [anon_sym_auto] = ACTIONS(1711), + [anon_sym_register] = ACTIONS(1711), + [anon_sym_const] = ACTIONS(1711), + [anon_sym_restrict] = ACTIONS(1711), + [anon_sym_volatile] = ACTIONS(1711), + [sym_function_specifier] = ACTIONS(1711), + [anon_sym_unsigned] = ACTIONS(1711), + [anon_sym_long] = ACTIONS(1711), + [anon_sym_short] = ACTIONS(1711), + [anon_sym_enum] = ACTIONS(1711), + [anon_sym_struct] = ACTIONS(1711), + [anon_sym_union] = ACTIONS(1711), + [anon_sym_if] = ACTIONS(1711), + [anon_sym_switch] = ACTIONS(1711), + [anon_sym_case] = ACTIONS(1711), + [anon_sym_default] = ACTIONS(1711), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_do] = ACTIONS(1711), + [anon_sym_for] = ACTIONS(1711), + [anon_sym_return] = ACTIONS(1711), + [anon_sym_break] = ACTIONS(1711), + [anon_sym_continue] = ACTIONS(1711), + [anon_sym_goto] = ACTIONS(1711), + [anon_sym_AMP] = ACTIONS(1713), + [anon_sym_BANG] = ACTIONS(1713), + [anon_sym_TILDE] = ACTIONS(1713), + [anon_sym_PLUS] = ACTIONS(1711), + [anon_sym_DASH] = ACTIONS(1711), + [anon_sym_DASH_DASH] = ACTIONS(1713), + [anon_sym_PLUS_PLUS] = ACTIONS(1713), + [anon_sym_sizeof] = ACTIONS(1711), + [sym_number_literal] = ACTIONS(1711), + [sym_char_literal] = ACTIONS(1711), + [sym_string_literal] = ACTIONS(1713), + [sym_identifier] = ACTIONS(1715), + [sym_comment] = ACTIONS(42), }, [1040] = { - [anon_sym_RPAREN] = ACTIONS(4199), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2359), + [sym_comment] = ACTIONS(42), }, [1041] = { - [anon_sym_LPAREN] = ACTIONS(1694), - [anon_sym_COMMA] = ACTIONS(4201), - [anon_sym_RPAREN] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(4207), - [anon_sym_RBRACE] = ACTIONS(4210), - [anon_sym_STAR] = ACTIONS(1696), - [anon_sym_LBRACK] = ACTIONS(1694), - [anon_sym_RBRACK] = ACTIONS(1694), - [anon_sym_EQ] = ACTIONS(1696), - [anon_sym_COLON] = ACTIONS(1694), - [anon_sym_QMARK] = ACTIONS(1694), - [anon_sym_STAR_EQ] = ACTIONS(1694), - [anon_sym_SLASH_EQ] = ACTIONS(1694), - [anon_sym_PERCENT_EQ] = ACTIONS(1694), - [anon_sym_PLUS_EQ] = ACTIONS(1694), - [anon_sym_DASH_EQ] = ACTIONS(1694), - [anon_sym_LT_LT_EQ] = ACTIONS(1694), - [anon_sym_GT_GT_EQ] = ACTIONS(1694), - [anon_sym_AMP_EQ] = ACTIONS(1694), - [anon_sym_CARET_EQ] = ACTIONS(1694), - [anon_sym_PIPE_EQ] = ACTIONS(1694), - [anon_sym_AMP] = ACTIONS(1696), - [anon_sym_PIPE_PIPE] = ACTIONS(1694), - [anon_sym_AMP_AMP] = ACTIONS(1694), - [anon_sym_PIPE] = ACTIONS(1696), - [anon_sym_CARET] = ACTIONS(1696), - [anon_sym_EQ_EQ] = ACTIONS(1694), - [anon_sym_BANG_EQ] = ACTIONS(1694), - [anon_sym_LT] = ACTIONS(1696), - [anon_sym_GT] = ACTIONS(1696), - [anon_sym_LT_EQ] = ACTIONS(1694), - [anon_sym_GT_EQ] = ACTIONS(1694), - [anon_sym_LT_LT] = ACTIONS(1696), - [anon_sym_GT_GT] = ACTIONS(1696), - [anon_sym_PLUS] = ACTIONS(1696), - [anon_sym_DASH] = ACTIONS(1696), - [anon_sym_SLASH] = ACTIONS(1696), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_DASH_DASH] = ACTIONS(1694), - [anon_sym_PLUS_PLUS] = ACTIONS(1694), - [anon_sym_DOT] = ACTIONS(1694), - [anon_sym_DASH_GT] = ACTIONS(1694), - [sym_comment] = ACTIONS(123), - }, - [1042] = { - [anon_sym_LBRACK] = ACTIONS(4215), - [anon_sym_EQ] = ACTIONS(4215), - [anon_sym_DOT] = ACTIONS(4215), - [sym_comment] = ACTIONS(123), - }, - [1043] = { - [sym_preproc_include] = STATE(48), - [sym_preproc_def] = STATE(48), - [sym_preproc_function_def] = STATE(48), - [sym_preproc_call] = STATE(48), - [sym_preproc_if] = STATE(48), - [sym_preproc_ifdef] = STATE(48), - [sym_preproc_else] = STATE(1179), - [sym_function_definition] = STATE(48), - [sym_declaration] = STATE(48), - [sym__declaration_specifiers] = STATE(19), - [sym_linkage_specification] = STATE(48), + [sym_preproc_include] = STATE(811), + [sym_preproc_def] = STATE(811), + [sym_preproc_function_def] = STATE(811), + [sym_preproc_call] = STATE(811), + [sym_preproc_if_in_compound_statement] = STATE(812), + [sym_preproc_ifdef_in_compound_statement] = STATE(813), + [sym_preproc_else_in_compound_statement] = STATE(1127), + [sym_declaration] = STATE(811), + [sym__declaration_specifiers] = STATE(574), + [sym_compound_statement] = STATE(811), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -52591,49 +39890,160 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym__empty_declaration] = STATE(48), + [sym_labeled_statement] = STATE(811), + [sym_expression_statement] = STATE(811), + [sym_if_statement] = STATE(811), + [sym_switch_statement] = STATE(811), + [sym_case_statement] = STATE(811), + [sym_while_statement] = STATE(811), + [sym_do_statement] = STATE(811), + [sym_for_statement] = STATE(811), + [sym_return_statement] = STATE(811), + [sym_break_statement] = STATE(811), + [sym_continue_statement] = STATE(811), + [sym_goto_statement] = STATE(811), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(811), [sym_macro_type_specifier] = STATE(21), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [ts_builtin_sym_end] = ACTIONS(246), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(131), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4218), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(133), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(135), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(273), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_extern] = ACTIONS(139), - [anon_sym_RBRACE] = ACTIONS(669), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [sym_identifier] = ACTIONS(155), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1267), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1269), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1271), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2361), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1277), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1279), + [sym_preproc_directive] = ACTIONS(1281), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1309), + [sym_comment] = ACTIONS(42), + }, + [1042] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1721), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1721), + [anon_sym_LPAREN] = ACTIONS(1723), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1721), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1721), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1721), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1721), + [sym_preproc_directive] = ACTIONS(1725), + [anon_sym_SEMI] = ACTIONS(1723), + [anon_sym_extern] = ACTIONS(1721), + [anon_sym_LBRACE] = ACTIONS(1723), + [anon_sym_STAR] = ACTIONS(1723), + [anon_sym_typedef] = ACTIONS(1721), + [anon_sym_static] = ACTIONS(1721), + [anon_sym_auto] = ACTIONS(1721), + [anon_sym_register] = ACTIONS(1721), + [anon_sym_const] = ACTIONS(1721), + [anon_sym_restrict] = ACTIONS(1721), + [anon_sym_volatile] = ACTIONS(1721), + [sym_function_specifier] = ACTIONS(1721), + [anon_sym_unsigned] = ACTIONS(1721), + [anon_sym_long] = ACTIONS(1721), + [anon_sym_short] = ACTIONS(1721), + [anon_sym_enum] = ACTIONS(1721), + [anon_sym_struct] = ACTIONS(1721), + [anon_sym_union] = ACTIONS(1721), + [anon_sym_if] = ACTIONS(1721), + [anon_sym_switch] = ACTIONS(1721), + [anon_sym_case] = ACTIONS(1721), + [anon_sym_default] = ACTIONS(1721), + [anon_sym_while] = ACTIONS(1721), + [anon_sym_do] = ACTIONS(1721), + [anon_sym_for] = ACTIONS(1721), + [anon_sym_return] = ACTIONS(1721), + [anon_sym_break] = ACTIONS(1721), + [anon_sym_continue] = ACTIONS(1721), + [anon_sym_goto] = ACTIONS(1721), + [anon_sym_AMP] = ACTIONS(1723), + [anon_sym_BANG] = ACTIONS(1723), + [anon_sym_TILDE] = ACTIONS(1723), + [anon_sym_PLUS] = ACTIONS(1721), + [anon_sym_DASH] = ACTIONS(1721), + [anon_sym_DASH_DASH] = ACTIONS(1723), + [anon_sym_PLUS_PLUS] = ACTIONS(1723), + [anon_sym_sizeof] = ACTIONS(1721), + [sym_number_literal] = ACTIONS(1721), + [sym_char_literal] = ACTIONS(1721), + [sym_string_literal] = ACTIONS(1723), + [sym_identifier] = ACTIONS(1725), + [sym_comment] = ACTIONS(42), + }, + [1043] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2363), + [sym_comment] = ACTIONS(42), }, [1044] = { - [sym_preproc_include] = STATE(309), - [sym_preproc_def] = STATE(309), - [sym_preproc_function_def] = STATE(309), - [sym_preproc_call] = STATE(309), - [sym_preproc_if_in_compound_statement] = STATE(310), - [sym_preproc_ifdef_in_compound_statement] = STATE(311), - [sym_preproc_else_in_compound_statement] = STATE(1188), - [sym_declaration] = STATE(309), - [sym__declaration_specifiers] = STATE(172), - [sym_compound_statement] = STATE(309), + [sym_preproc_include] = STATE(811), + [sym_preproc_def] = STATE(811), + [sym_preproc_function_def] = STATE(811), + [sym_preproc_call] = STATE(811), + [sym_preproc_if_in_compound_statement] = STATE(812), + [sym_preproc_ifdef_in_compound_statement] = STATE(813), + [sym_preproc_else_in_compound_statement] = STATE(1130), + [sym_declaration] = STATE(811), + [sym__declaration_specifiers] = STATE(574), + [sym_compound_statement] = STATE(811), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -52641,1299 +40051,1378 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(309), - [sym_expression_statement] = STATE(309), - [sym_if_statement] = STATE(309), - [sym_switch_statement] = STATE(309), - [sym_case_statement] = STATE(309), - [sym_while_statement] = STATE(309), - [sym_do_statement] = STATE(309), - [sym_for_statement] = STATE(309), - [sym_return_statement] = STATE(309), - [sym_break_statement] = STATE(309), - [sym_continue_statement] = STATE(309), - [sym_goto_statement] = STATE(309), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym__empty_declaration] = STATE(309), + [sym_labeled_statement] = STATE(811), + [sym_expression_statement] = STATE(811), + [sym_if_statement] = STATE(811), + [sym_switch_statement] = STATE(811), + [sym_case_statement] = STATE(811), + [sym_while_statement] = STATE(811), + [sym_do_statement] = STATE(811), + [sym_for_statement] = STATE(811), + [sym_return_statement] = STATE(811), + [sym_break_statement] = STATE(811), + [sym_continue_statement] = STATE(811), + [sym_goto_statement] = STATE(811), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(811), [sym_macro_type_specifier] = STATE(21), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [anon_sym_LPAREN] = ACTIONS(529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(531), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(533), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(535), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1193), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_RBRACE] = ACTIONS(941), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(4224), - [anon_sym_switch] = ACTIONS(4226), - [anon_sym_case] = ACTIONS(4228), - [anon_sym_default] = ACTIONS(4230), - [anon_sym_while] = ACTIONS(4232), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(4234), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(4236), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1267), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1269), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1271), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2365), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1277), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1279), + [sym_preproc_directive] = ACTIONS(1281), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1309), + [sym_comment] = ACTIONS(42), }, [1045] = { - [sym_storage_class_specifier] = STATE(49), - [sym_type_qualifier] = STATE(49), - [sym__type_specifier] = STATE(50), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(4238), - [anon_sym_COMMA] = ACTIONS(4238), - [anon_sym_RPAREN] = ACTIONS(4238), - [anon_sym_SEMI] = ACTIONS(4238), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(4238), - [anon_sym_LBRACK] = ACTIONS(4238), - [anon_sym_RBRACK] = ACTIONS(4238), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(248), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_COLON] = ACTIONS(4238), - [anon_sym_AMP] = ACTIONS(4238), - [anon_sym_BANG] = ACTIONS(4238), - [anon_sym_TILDE] = ACTIONS(4238), - [anon_sym_PLUS] = ACTIONS(4241), - [anon_sym_DASH] = ACTIONS(4241), - [anon_sym_DASH_DASH] = ACTIONS(4238), - [anon_sym_PLUS_PLUS] = ACTIONS(4238), - [anon_sym_sizeof] = ACTIONS(4241), - [sym_number_literal] = ACTIONS(4241), - [sym_char_literal] = ACTIONS(4241), - [sym_string_literal] = ACTIONS(4238), - [sym_identifier] = ACTIONS(4244), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1455), + [anon_sym_LPAREN] = ACTIONS(1453), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1455), + [sym_preproc_directive] = ACTIONS(1457), + [anon_sym_SEMI] = ACTIONS(1453), + [anon_sym_extern] = ACTIONS(1455), + [anon_sym_LBRACE] = ACTIONS(1453), + [anon_sym_STAR] = ACTIONS(1453), + [anon_sym_typedef] = ACTIONS(1455), + [anon_sym_static] = ACTIONS(1455), + [anon_sym_auto] = ACTIONS(1455), + [anon_sym_register] = ACTIONS(1455), + [anon_sym_const] = ACTIONS(1455), + [anon_sym_restrict] = ACTIONS(1455), + [anon_sym_volatile] = ACTIONS(1455), + [sym_function_specifier] = ACTIONS(1455), + [anon_sym_unsigned] = ACTIONS(1455), + [anon_sym_long] = ACTIONS(1455), + [anon_sym_short] = ACTIONS(1455), + [anon_sym_enum] = ACTIONS(1455), + [anon_sym_struct] = ACTIONS(1455), + [anon_sym_union] = ACTIONS(1455), + [anon_sym_if] = ACTIONS(1455), + [anon_sym_switch] = ACTIONS(1455), + [anon_sym_case] = ACTIONS(1455), + [anon_sym_default] = ACTIONS(1455), + [anon_sym_while] = ACTIONS(1455), + [anon_sym_do] = ACTIONS(1455), + [anon_sym_for] = ACTIONS(1455), + [anon_sym_return] = ACTIONS(1455), + [anon_sym_break] = ACTIONS(1455), + [anon_sym_continue] = ACTIONS(1455), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(1453), + [anon_sym_BANG] = ACTIONS(1453), + [anon_sym_TILDE] = ACTIONS(1453), + [anon_sym_PLUS] = ACTIONS(1455), + [anon_sym_DASH] = ACTIONS(1455), + [anon_sym_DASH_DASH] = ACTIONS(1453), + [anon_sym_PLUS_PLUS] = ACTIONS(1453), + [anon_sym_sizeof] = ACTIONS(1455), + [sym_number_literal] = ACTIONS(1455), + [sym_char_literal] = ACTIONS(1455), + [sym_string_literal] = ACTIONS(1453), + [sym_identifier] = ACTIONS(1457), + [sym_comment] = ACTIONS(42), }, [1046] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(4248), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(2367), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1047] = { - [sym_designator] = STATE(509), - [anon_sym_LBRACK] = ACTIONS(979), - [anon_sym_EQ] = ACTIONS(4250), - [anon_sym_DOT] = ACTIONS(981), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(2369), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1048] = { - [sym__declaration_specifiers] = STATE(140), - [sym__declarator] = STATE(87), - [sym__field_declarator] = STATE(211), - [sym__abstract_declarator] = STATE(226), - [sym_pointer_declarator] = STATE(44), - [sym_pointer_field_declarator] = STATE(123), - [sym_abstract_pointer_declarator] = STATE(132), - [sym_function_declarator] = STATE(44), - [sym_function_field_declarator] = STATE(124), - [sym_abstract_function_declarator] = STATE(132), - [sym_array_declarator] = STATE(44), - [sym_array_field_declarator] = STATE(125), - [sym_abstract_array_declarator] = STATE(132), + [sym_declaration] = STATE(1133), + [sym__declaration_specifiers] = STATE(1051), + [sym_compound_statement] = STATE(1133), [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(1060), - [sym__type_specifier] = STATE(1061), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), [sym_sized_type_specifier] = STATE(21), [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym_parameter_list] = STATE(133), - [sym_parameter_declaration] = STATE(138), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(1194), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), + [sym_labeled_statement] = STATE(1133), + [sym_expression_statement] = STATE(1133), + [sym_if_statement] = STATE(1133), + [sym_switch_statement] = STATE(1133), + [sym_case_statement] = STATE(1133), + [sym_while_statement] = STATE(1133), + [sym_do_statement] = STATE(1133), + [sym_for_statement] = STATE(1133), + [sym_return_statement] = STATE(1133), + [sym_break_statement] = STATE(1133), + [sym_continue_statement] = STATE(1133), + [sym_goto_statement] = STATE(1133), + [sym__expression] = STATE(786), + [sym_comma_expression] = STATE(787), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), [sym_macro_type_specifier] = STATE(21), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(4252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(519), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(4254), - [anon_sym_LBRACK] = ACTIONS(507), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(4256), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(1651), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(1653), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(1655), + [anon_sym_switch] = ACTIONS(1657), + [anon_sym_case] = ACTIONS(1659), + [anon_sym_default] = ACTIONS(1661), + [anon_sym_while] = ACTIONS(1663), + [anon_sym_do] = ACTIONS(1665), + [anon_sym_for] = ACTIONS(1667), + [anon_sym_return] = ACTIONS(1669), + [anon_sym_break] = ACTIONS(1671), + [anon_sym_continue] = ACTIONS(1673), + [anon_sym_goto] = ACTIONS(1675), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2205), + [sym_comment] = ACTIONS(42), }, [1049] = { - [aux_sym_preproc_params_repeat1] = STATE(194), - [aux_sym_parameter_list_repeat1] = STATE(236), - [anon_sym_COMMA] = ACTIONS(4258), - [anon_sym_RPAREN] = ACTIONS(4260), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(872), + [anon_sym_COMMA] = ACTIONS(866), + [anon_sym_SEMI] = ACTIONS(866), + [anon_sym_extern] = ACTIONS(95), + [anon_sym_STAR] = ACTIONS(879), + [anon_sym_LBRACK] = ACTIONS(866), + [anon_sym_EQ] = ACTIONS(868), + [anon_sym_typedef] = ACTIONS(95), + [anon_sym_static] = ACTIONS(95), + [anon_sym_auto] = ACTIONS(95), + [anon_sym_register] = ACTIONS(95), + [anon_sym_const] = ACTIONS(95), + [anon_sym_restrict] = ACTIONS(95), + [anon_sym_volatile] = ACTIONS(95), + [sym_function_specifier] = ACTIONS(95), + [anon_sym_COLON] = ACTIONS(1989), + [anon_sym_QMARK] = ACTIONS(866), + [anon_sym_STAR_EQ] = ACTIONS(866), + [anon_sym_SLASH_EQ] = ACTIONS(866), + [anon_sym_PERCENT_EQ] = ACTIONS(866), + [anon_sym_PLUS_EQ] = ACTIONS(866), + [anon_sym_DASH_EQ] = ACTIONS(866), + [anon_sym_LT_LT_EQ] = ACTIONS(866), + [anon_sym_GT_GT_EQ] = ACTIONS(866), + [anon_sym_AMP_EQ] = ACTIONS(866), + [anon_sym_CARET_EQ] = ACTIONS(866), + [anon_sym_PIPE_EQ] = ACTIONS(866), + [anon_sym_AMP] = ACTIONS(868), + [anon_sym_PIPE_PIPE] = ACTIONS(866), + [anon_sym_AMP_AMP] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_LT] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_LT_LT] = ACTIONS(868), + [anon_sym_GT_GT] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_PERCENT] = ACTIONS(868), + [anon_sym_DASH_DASH] = ACTIONS(866), + [anon_sym_PLUS_PLUS] = ACTIONS(866), + [anon_sym_DOT] = ACTIONS(866), + [anon_sym_DASH_GT] = ACTIONS(866), + [sym_identifier] = ACTIONS(97), + [sym_comment] = ACTIONS(42), }, [1050] = { - [anon_sym_LF] = ACTIONS(627), - [anon_sym_LPAREN] = ACTIONS(4262), - [anon_sym_COMMA] = ACTIONS(4262), - [anon_sym_RPAREN] = ACTIONS(4262), - [sym_preproc_arg] = ACTIONS(627), - [anon_sym_SEMI] = ACTIONS(4262), - [anon_sym_LBRACE] = ACTIONS(4265), - [anon_sym_RBRACE] = ACTIONS(4267), - [anon_sym_STAR] = ACTIONS(4267), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_RBRACK] = ACTIONS(4267), - [anon_sym_EQ] = ACTIONS(4262), - [anon_sym_COLON] = ACTIONS(4262), - [anon_sym_QMARK] = ACTIONS(4267), - [anon_sym_STAR_EQ] = ACTIONS(4267), - [anon_sym_SLASH_EQ] = ACTIONS(4267), - [anon_sym_PERCENT_EQ] = ACTIONS(4267), - [anon_sym_PLUS_EQ] = ACTIONS(4267), - [anon_sym_DASH_EQ] = ACTIONS(4267), - [anon_sym_LT_LT_EQ] = ACTIONS(4267), - [anon_sym_GT_GT_EQ] = ACTIONS(4267), - [anon_sym_AMP_EQ] = ACTIONS(4267), - [anon_sym_CARET_EQ] = ACTIONS(4267), - [anon_sym_PIPE_EQ] = ACTIONS(4267), - [anon_sym_AMP] = ACTIONS(4267), - [anon_sym_PIPE_PIPE] = ACTIONS(4267), - [anon_sym_AMP_AMP] = ACTIONS(4267), - [anon_sym_PIPE] = ACTIONS(4267), - [anon_sym_CARET] = ACTIONS(4267), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [anon_sym_BANG_EQ] = ACTIONS(4267), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_LT_EQ] = ACTIONS(4267), - [anon_sym_GT_EQ] = ACTIONS(4267), - [anon_sym_LT_LT] = ACTIONS(4267), - [anon_sym_GT_GT] = ACTIONS(4267), - [anon_sym_PLUS] = ACTIONS(4267), - [anon_sym_DASH] = ACTIONS(4267), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4267), - [anon_sym_DASH_DASH] = ACTIONS(4267), - [anon_sym_PLUS_PLUS] = ACTIONS(4267), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_DASH_GT] = ACTIONS(4267), - [sym_comment] = ACTIONS(165), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1767), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1767), + [anon_sym_LPAREN] = ACTIONS(1769), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1767), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1767), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1767), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1767), + [sym_preproc_directive] = ACTIONS(1771), + [anon_sym_SEMI] = ACTIONS(1769), + [anon_sym_extern] = ACTIONS(1767), + [anon_sym_LBRACE] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1769), + [anon_sym_typedef] = ACTIONS(1767), + [anon_sym_static] = ACTIONS(1767), + [anon_sym_auto] = ACTIONS(1767), + [anon_sym_register] = ACTIONS(1767), + [anon_sym_const] = ACTIONS(1767), + [anon_sym_restrict] = ACTIONS(1767), + [anon_sym_volatile] = ACTIONS(1767), + [sym_function_specifier] = ACTIONS(1767), + [anon_sym_unsigned] = ACTIONS(1767), + [anon_sym_long] = ACTIONS(1767), + [anon_sym_short] = ACTIONS(1767), + [anon_sym_enum] = ACTIONS(1767), + [anon_sym_struct] = ACTIONS(1767), + [anon_sym_union] = ACTIONS(1767), + [anon_sym_if] = ACTIONS(1767), + [anon_sym_switch] = ACTIONS(1767), + [anon_sym_case] = ACTIONS(1767), + [anon_sym_default] = ACTIONS(1767), + [anon_sym_while] = ACTIONS(1767), + [anon_sym_do] = ACTIONS(1767), + [anon_sym_for] = ACTIONS(1767), + [anon_sym_return] = ACTIONS(1767), + [anon_sym_break] = ACTIONS(1767), + [anon_sym_continue] = ACTIONS(1767), + [anon_sym_goto] = ACTIONS(1767), + [anon_sym_AMP] = ACTIONS(1769), + [anon_sym_BANG] = ACTIONS(1769), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_PLUS] = ACTIONS(1767), + [anon_sym_DASH] = ACTIONS(1767), + [anon_sym_DASH_DASH] = ACTIONS(1769), + [anon_sym_PLUS_PLUS] = ACTIONS(1769), + [anon_sym_sizeof] = ACTIONS(1767), + [sym_number_literal] = ACTIONS(1767), + [sym_char_literal] = ACTIONS(1767), + [sym_string_literal] = ACTIONS(1769), + [sym_identifier] = ACTIONS(1771), + [sym_comment] = ACTIONS(42), }, [1051] = { - [sym__expression] = STATE(1162), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(4269), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), - }, - [1052] = { - [sym__declarator] = STATE(88), - [sym__field_declarator] = STATE(212), - [sym__abstract_declarator] = STATE(227), + [sym__declarator] = STATE(937), [sym_pointer_declarator] = STATE(44), - [sym_pointer_field_declarator] = STATE(123), - [sym_abstract_pointer_declarator] = STATE(132), [sym_function_declarator] = STATE(44), - [sym_function_field_declarator] = STATE(124), - [sym_abstract_function_declarator] = STATE(132), [sym_array_declarator] = STATE(44), - [sym_array_field_declarator] = STATE(125), - [sym_abstract_array_declarator] = STATE(132), - [sym_parameter_list] = STATE(133), - [sym__expression] = STATE(1196), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4271), - [anon_sym_RPAREN] = ACTIONS(745), - [anon_sym_STAR] = ACTIONS(2276), - [anon_sym_LBRACK] = ACTIONS(2974), - [anon_sym_AMP] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2280), - [anon_sym_TILDE] = ACTIONS(2282), - [anon_sym_PLUS] = ACTIONS(2284), - [anon_sym_DASH] = ACTIONS(2284), - [anon_sym_DASH_DASH] = ACTIONS(2286), - [anon_sym_PLUS_PLUS] = ACTIONS(2286), - [anon_sym_sizeof] = ACTIONS(2288), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(4274), - [sym_comment] = ACTIONS(123), + [sym_init_declarator] = STATE(938), + [anon_sym_LPAREN] = ACTIONS(107), + [anon_sym_STAR] = ACTIONS(462), + [sym_identifier] = ACTIONS(113), + [sym_comment] = ACTIONS(42), + }, + [1052] = { + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(2371), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1053] = { - [sym__expression] = STATE(1196), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4276), - [anon_sym_STAR] = ACTIONS(2278), - [anon_sym_AMP] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2280), - [anon_sym_TILDE] = ACTIONS(2282), - [anon_sym_PLUS] = ACTIONS(2284), - [anon_sym_DASH] = ACTIONS(2284), - [anon_sym_DASH_DASH] = ACTIONS(2286), - [anon_sym_PLUS_PLUS] = ACTIONS(2286), - [anon_sym_sizeof] = ACTIONS(2288), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(2373), + [sym_comment] = ACTIONS(42), }, [1054] = { - [sym__expression] = STATE(1197), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4276), - [anon_sym_STAR] = ACTIONS(2278), - [anon_sym_AMP] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2280), - [anon_sym_TILDE] = ACTIONS(2282), - [anon_sym_PLUS] = ACTIONS(2284), - [anon_sym_DASH] = ACTIONS(2284), - [anon_sym_DASH_DASH] = ACTIONS(2286), - [anon_sym_PLUS_PLUS] = ACTIONS(2286), - [anon_sym_sizeof] = ACTIONS(2288), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1137), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(2375), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1055] = { - [sym__expression] = STATE(1198), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4276), - [anon_sym_STAR] = ACTIONS(2278), - [anon_sym_AMP] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2280), - [anon_sym_TILDE] = ACTIONS(2282), - [anon_sym_PLUS] = ACTIONS(2284), - [anon_sym_DASH] = ACTIONS(2284), - [anon_sym_DASH_DASH] = ACTIONS(2286), - [anon_sym_PLUS_PLUS] = ACTIONS(2286), - [anon_sym_sizeof] = ACTIONS(2288), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2377), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1056] = { - [sym__expression] = STATE(1199), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4276), - [anon_sym_STAR] = ACTIONS(2278), - [anon_sym_AMP] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2280), - [anon_sym_TILDE] = ACTIONS(2282), - [anon_sym_PLUS] = ACTIONS(2284), - [anon_sym_DASH] = ACTIONS(2284), - [anon_sym_DASH_DASH] = ACTIONS(2286), - [anon_sym_PLUS_PLUS] = ACTIONS(2286), - [anon_sym_sizeof] = ACTIONS(2288), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1787), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1787), + [anon_sym_LPAREN] = ACTIONS(1789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1787), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1787), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1787), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1787), + [sym_preproc_directive] = ACTIONS(1791), + [anon_sym_SEMI] = ACTIONS(1789), + [anon_sym_extern] = ACTIONS(1787), + [anon_sym_LBRACE] = ACTIONS(1789), + [anon_sym_STAR] = ACTIONS(1789), + [anon_sym_typedef] = ACTIONS(1787), + [anon_sym_static] = ACTIONS(1787), + [anon_sym_auto] = ACTIONS(1787), + [anon_sym_register] = ACTIONS(1787), + [anon_sym_const] = ACTIONS(1787), + [anon_sym_restrict] = ACTIONS(1787), + [anon_sym_volatile] = ACTIONS(1787), + [sym_function_specifier] = ACTIONS(1787), + [anon_sym_unsigned] = ACTIONS(1787), + [anon_sym_long] = ACTIONS(1787), + [anon_sym_short] = ACTIONS(1787), + [anon_sym_enum] = ACTIONS(1787), + [anon_sym_struct] = ACTIONS(1787), + [anon_sym_union] = ACTIONS(1787), + [anon_sym_if] = ACTIONS(1787), + [anon_sym_switch] = ACTIONS(1787), + [anon_sym_case] = ACTIONS(1787), + [anon_sym_default] = ACTIONS(1787), + [anon_sym_while] = ACTIONS(1787), + [anon_sym_do] = ACTIONS(1787), + [anon_sym_for] = ACTIONS(1787), + [anon_sym_return] = ACTIONS(1787), + [anon_sym_break] = ACTIONS(1787), + [anon_sym_continue] = ACTIONS(1787), + [anon_sym_goto] = ACTIONS(1787), + [anon_sym_AMP] = ACTIONS(1789), + [anon_sym_BANG] = ACTIONS(1789), + [anon_sym_TILDE] = ACTIONS(1789), + [anon_sym_PLUS] = ACTIONS(1787), + [anon_sym_DASH] = ACTIONS(1787), + [anon_sym_DASH_DASH] = ACTIONS(1789), + [anon_sym_PLUS_PLUS] = ACTIONS(1789), + [anon_sym_sizeof] = ACTIONS(1787), + [sym_number_literal] = ACTIONS(1787), + [sym_char_literal] = ACTIONS(1787), + [sym_string_literal] = ACTIONS(1789), + [sym_identifier] = ACTIONS(1791), + [sym_comment] = ACTIONS(42), }, [1057] = { - [sym__expression] = STATE(1201), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4278), - [anon_sym_STAR] = ACTIONS(2278), - [anon_sym_AMP] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2280), - [anon_sym_TILDE] = ACTIONS(2282), - [anon_sym_PLUS] = ACTIONS(2284), - [anon_sym_DASH] = ACTIONS(2284), - [anon_sym_DASH_DASH] = ACTIONS(2286), - [anon_sym_PLUS_PLUS] = ACTIONS(2286), - [anon_sym_sizeof] = ACTIONS(2288), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1793), + [anon_sym_LPAREN] = ACTIONS(1795), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1793), + [sym_preproc_directive] = ACTIONS(1797), + [anon_sym_SEMI] = ACTIONS(1795), + [anon_sym_extern] = ACTIONS(1793), + [anon_sym_LBRACE] = ACTIONS(1795), + [anon_sym_STAR] = ACTIONS(1795), + [anon_sym_typedef] = ACTIONS(1793), + [anon_sym_static] = ACTIONS(1793), + [anon_sym_auto] = ACTIONS(1793), + [anon_sym_register] = ACTIONS(1793), + [anon_sym_const] = ACTIONS(1793), + [anon_sym_restrict] = ACTIONS(1793), + [anon_sym_volatile] = ACTIONS(1793), + [sym_function_specifier] = ACTIONS(1793), + [anon_sym_unsigned] = ACTIONS(1793), + [anon_sym_long] = ACTIONS(1793), + [anon_sym_short] = ACTIONS(1793), + [anon_sym_enum] = ACTIONS(1793), + [anon_sym_struct] = ACTIONS(1793), + [anon_sym_union] = ACTIONS(1793), + [anon_sym_if] = ACTIONS(1793), + [anon_sym_switch] = ACTIONS(1793), + [anon_sym_case] = ACTIONS(1793), + [anon_sym_default] = ACTIONS(1793), + [anon_sym_while] = ACTIONS(1793), + [anon_sym_do] = ACTIONS(1793), + [anon_sym_for] = ACTIONS(1793), + [anon_sym_return] = ACTIONS(1793), + [anon_sym_break] = ACTIONS(1793), + [anon_sym_continue] = ACTIONS(1793), + [anon_sym_goto] = ACTIONS(1793), + [anon_sym_AMP] = ACTIONS(1795), + [anon_sym_BANG] = ACTIONS(1795), + [anon_sym_TILDE] = ACTIONS(1795), + [anon_sym_PLUS] = ACTIONS(1793), + [anon_sym_DASH] = ACTIONS(1793), + [anon_sym_DASH_DASH] = ACTIONS(1795), + [anon_sym_PLUS_PLUS] = ACTIONS(1795), + [anon_sym_sizeof] = ACTIONS(1793), + [sym_number_literal] = ACTIONS(1793), + [sym_char_literal] = ACTIONS(1793), + [sym_string_literal] = ACTIONS(1795), + [sym_identifier] = ACTIONS(1797), + [sym_comment] = ACTIONS(42), }, [1058] = { - [aux_sym_preproc_params_repeat1] = STATE(194), - [anon_sym_LPAREN] = ACTIONS(4280), - [anon_sym_COMMA] = ACTIONS(4286), - [anon_sym_RPAREN] = ACTIONS(4290), - [anon_sym_SEMI] = ACTIONS(865), - [anon_sym_extern] = ACTIONS(214), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(4296), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_typedef] = ACTIONS(214), - [anon_sym_static] = ACTIONS(214), - [anon_sym_auto] = ACTIONS(214), - [anon_sym_register] = ACTIONS(214), - [anon_sym_const] = ACTIONS(214), - [anon_sym_restrict] = ACTIONS(214), - [anon_sym_volatile] = ACTIONS(214), - [sym_function_specifier] = ACTIONS(214), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_identifier] = ACTIONS(216), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(866), + [anon_sym_COMMA] = ACTIONS(866), + [anon_sym_SEMI] = ACTIONS(866), + [anon_sym_STAR] = ACTIONS(868), + [anon_sym_LBRACK] = ACTIONS(866), + [anon_sym_EQ] = ACTIONS(868), + [anon_sym_COLON] = ACTIONS(1989), + [anon_sym_QMARK] = ACTIONS(866), + [anon_sym_STAR_EQ] = ACTIONS(866), + [anon_sym_SLASH_EQ] = ACTIONS(866), + [anon_sym_PERCENT_EQ] = ACTIONS(866), + [anon_sym_PLUS_EQ] = ACTIONS(866), + [anon_sym_DASH_EQ] = ACTIONS(866), + [anon_sym_LT_LT_EQ] = ACTIONS(866), + [anon_sym_GT_GT_EQ] = ACTIONS(866), + [anon_sym_AMP_EQ] = ACTIONS(866), + [anon_sym_CARET_EQ] = ACTIONS(866), + [anon_sym_PIPE_EQ] = ACTIONS(866), + [anon_sym_AMP] = ACTIONS(868), + [anon_sym_PIPE_PIPE] = ACTIONS(866), + [anon_sym_AMP_AMP] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_LT] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_LT_LT] = ACTIONS(868), + [anon_sym_GT_GT] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_PERCENT] = ACTIONS(868), + [anon_sym_DASH_DASH] = ACTIONS(866), + [anon_sym_PLUS_PLUS] = ACTIONS(866), + [anon_sym_DOT] = ACTIONS(866), + [anon_sym_DASH_GT] = ACTIONS(866), + [sym_comment] = ACTIONS(42), }, [1059] = { - [sym__declarator] = STATE(1203), - [sym__abstract_declarator] = STATE(240), - [sym_pointer_declarator] = STATE(44), - [sym_abstract_pointer_declarator] = STATE(132), - [sym_function_declarator] = STATE(44), - [sym_abstract_function_declarator] = STATE(132), - [sym_array_declarator] = STATE(44), - [sym_abstract_array_declarator] = STATE(132), - [sym_init_declarator] = STATE(46), - [sym_parameter_list] = STATE(133), - [anon_sym_LPAREN] = ACTIONS(775), - [anon_sym_COMMA] = ACTIONS(777), - [anon_sym_RPAREN] = ACTIONS(777), - [anon_sym_STAR] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(507), - [sym_identifier] = ACTIONS(232), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1805), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1805), + [anon_sym_LPAREN] = ACTIONS(1807), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1805), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1805), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1805), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1805), + [sym_preproc_directive] = ACTIONS(1809), + [anon_sym_SEMI] = ACTIONS(1807), + [anon_sym_extern] = ACTIONS(1805), + [anon_sym_LBRACE] = ACTIONS(1807), + [anon_sym_STAR] = ACTIONS(1807), + [anon_sym_typedef] = ACTIONS(1805), + [anon_sym_static] = ACTIONS(1805), + [anon_sym_auto] = ACTIONS(1805), + [anon_sym_register] = ACTIONS(1805), + [anon_sym_const] = ACTIONS(1805), + [anon_sym_restrict] = ACTIONS(1805), + [anon_sym_volatile] = ACTIONS(1805), + [sym_function_specifier] = ACTIONS(1805), + [anon_sym_unsigned] = ACTIONS(1805), + [anon_sym_long] = ACTIONS(1805), + [anon_sym_short] = ACTIONS(1805), + [anon_sym_enum] = ACTIONS(1805), + [anon_sym_struct] = ACTIONS(1805), + [anon_sym_union] = ACTIONS(1805), + [anon_sym_if] = ACTIONS(1805), + [anon_sym_switch] = ACTIONS(1805), + [anon_sym_case] = ACTIONS(1805), + [anon_sym_default] = ACTIONS(1805), + [anon_sym_while] = ACTIONS(1805), + [anon_sym_do] = ACTIONS(1805), + [anon_sym_for] = ACTIONS(1805), + [anon_sym_return] = ACTIONS(1805), + [anon_sym_break] = ACTIONS(1805), + [anon_sym_continue] = ACTIONS(1805), + [anon_sym_goto] = ACTIONS(1805), + [anon_sym_AMP] = ACTIONS(1807), + [anon_sym_BANG] = ACTIONS(1807), + [anon_sym_TILDE] = ACTIONS(1807), + [anon_sym_PLUS] = ACTIONS(1805), + [anon_sym_DASH] = ACTIONS(1805), + [anon_sym_DASH_DASH] = ACTIONS(1807), + [anon_sym_PLUS_PLUS] = ACTIONS(1807), + [anon_sym_sizeof] = ACTIONS(1805), + [sym_number_literal] = ACTIONS(1805), + [sym_char_literal] = ACTIONS(1805), + [sym_string_literal] = ACTIONS(1807), + [sym_identifier] = ACTIONS(1809), + [sym_comment] = ACTIONS(42), }, [1060] = { - [anon_sym_extern] = ACTIONS(189), - [anon_sym_typedef] = ACTIONS(189), - [anon_sym_static] = ACTIONS(189), - [anon_sym_auto] = ACTIONS(189), - [anon_sym_register] = ACTIONS(189), - [anon_sym_const] = ACTIONS(4303), - [anon_sym_restrict] = ACTIONS(4303), - [anon_sym_volatile] = ACTIONS(4303), - [sym_function_specifier] = ACTIONS(189), - [anon_sym_unsigned] = ACTIONS(4303), - [anon_sym_long] = ACTIONS(4303), - [anon_sym_short] = ACTIONS(4303), - [anon_sym_enum] = ACTIONS(4303), - [anon_sym_struct] = ACTIONS(4303), - [anon_sym_union] = ACTIONS(4303), - [sym_identifier] = ACTIONS(4306), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(466), + [anon_sym_LPAREN] = ACTIONS(464), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(466), + [sym_preproc_directive] = ACTIONS(468), + [anon_sym_SEMI] = ACTIONS(464), + [anon_sym_extern] = ACTIONS(466), + [anon_sym_LBRACE] = ACTIONS(464), + [anon_sym_STAR] = ACTIONS(464), + [anon_sym_typedef] = ACTIONS(466), + [anon_sym_static] = ACTIONS(466), + [anon_sym_auto] = ACTIONS(466), + [anon_sym_register] = ACTIONS(466), + [anon_sym_const] = ACTIONS(466), + [anon_sym_restrict] = ACTIONS(466), + [anon_sym_volatile] = ACTIONS(466), + [sym_function_specifier] = ACTIONS(466), + [anon_sym_unsigned] = ACTIONS(466), + [anon_sym_long] = ACTIONS(466), + [anon_sym_short] = ACTIONS(466), + [anon_sym_enum] = ACTIONS(466), + [anon_sym_struct] = ACTIONS(466), + [anon_sym_union] = ACTIONS(466), + [anon_sym_if] = ACTIONS(466), + [anon_sym_switch] = ACTIONS(466), + [anon_sym_case] = ACTIONS(466), + [anon_sym_default] = ACTIONS(466), + [anon_sym_while] = ACTIONS(466), + [anon_sym_do] = ACTIONS(466), + [anon_sym_for] = ACTIONS(466), + [anon_sym_return] = ACTIONS(466), + [anon_sym_break] = ACTIONS(466), + [anon_sym_continue] = ACTIONS(466), + [anon_sym_goto] = ACTIONS(466), + [anon_sym_AMP] = ACTIONS(464), + [anon_sym_BANG] = ACTIONS(464), + [anon_sym_TILDE] = ACTIONS(464), + [anon_sym_PLUS] = ACTIONS(466), + [anon_sym_DASH] = ACTIONS(466), + [anon_sym_DASH_DASH] = ACTIONS(464), + [anon_sym_PLUS_PLUS] = ACTIONS(464), + [anon_sym_sizeof] = ACTIONS(466), + [sym_number_literal] = ACTIONS(466), + [sym_char_literal] = ACTIONS(466), + [sym_string_literal] = ACTIONS(464), + [sym_identifier] = ACTIONS(468), + [sym_comment] = ACTIONS(42), }, [1061] = { - [sym__abstract_declarator] = STATE(131), - [sym_abstract_pointer_declarator] = STATE(132), - [sym_abstract_function_declarator] = STATE(132), - [sym_abstract_array_declarator] = STATE(132), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym_parameter_list] = STATE(133), - [aux_sym__declaration_specifiers_repeat1] = STATE(47), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_COMMA] = ACTIONS(234), - [anon_sym_RPAREN] = ACTIONS(4312), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(4315), - [anon_sym_LBRACK] = ACTIONS(4318), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [sym_identifier] = ACTIONS(238), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(568), + [anon_sym_SEMI] = ACTIONS(2379), + [sym_comment] = ACTIONS(42), }, [1062] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(631), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(4321), - [anon_sym_RPAREN] = ACTIONS(4323), - [anon_sym_SEMI] = ACTIONS(4325), - [anon_sym_STAR] = ACTIONS(4327), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(4329), - [anon_sym_QMARK] = ACTIONS(4331), - [anon_sym_STAR_EQ] = ACTIONS(4333), - [anon_sym_SLASH_EQ] = ACTIONS(4333), - [anon_sym_PERCENT_EQ] = ACTIONS(4333), - [anon_sym_PLUS_EQ] = ACTIONS(4333), - [anon_sym_DASH_EQ] = ACTIONS(4333), - [anon_sym_LT_LT_EQ] = ACTIONS(4333), - [anon_sym_GT_GT_EQ] = ACTIONS(4333), - [anon_sym_AMP_EQ] = ACTIONS(4333), - [anon_sym_CARET_EQ] = ACTIONS(4333), - [anon_sym_PIPE_EQ] = ACTIONS(4333), - [anon_sym_AMP] = ACTIONS(4335), - [anon_sym_PIPE_PIPE] = ACTIONS(4337), - [anon_sym_AMP_AMP] = ACTIONS(4337), - [anon_sym_PIPE] = ACTIONS(4335), - [anon_sym_CARET] = ACTIONS(4335), - [anon_sym_EQ_EQ] = ACTIONS(4339), - [anon_sym_BANG_EQ] = ACTIONS(4339), - [anon_sym_LT] = ACTIONS(4341), - [anon_sym_GT] = ACTIONS(4341), - [anon_sym_LT_EQ] = ACTIONS(4343), - [anon_sym_GT_EQ] = ACTIONS(4343), - [anon_sym_LT_LT] = ACTIONS(4345), - [anon_sym_GT_GT] = ACTIONS(4345), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4327), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1154), + [sym_labeled_statement] = STATE(1154), + [sym_expression_statement] = STATE(1154), + [sym_if_statement] = STATE(1154), + [sym_switch_statement] = STATE(1154), + [sym_case_statement] = STATE(1154), + [sym_while_statement] = STATE(1154), + [sym_do_statement] = STATE(1154), + [sym_for_statement] = STATE(1154), + [sym_return_statement] = STATE(1154), + [sym_break_statement] = STATE(1154), + [sym_continue_statement] = STATE(1154), + [sym_goto_statement] = STATE(1154), + [sym__expression] = STATE(1155), + [sym_comma_expression] = STATE(1156), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2381), + [anon_sym_LBRACE] = ACTIONS(2383), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2385), + [anon_sym_switch] = ACTIONS(2387), + [anon_sym_case] = ACTIONS(2389), + [anon_sym_default] = ACTIONS(2391), + [anon_sym_while] = ACTIONS(2393), + [anon_sym_do] = ACTIONS(2395), + [anon_sym_for] = ACTIONS(2397), + [anon_sym_return] = ACTIONS(2399), + [anon_sym_break] = ACTIONS(2401), + [anon_sym_continue] = ACTIONS(2403), + [anon_sym_goto] = ACTIONS(2405), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2407), + [sym_comment] = ACTIONS(42), }, [1063] = { - [sym__declaration_specifiers] = STATE(140), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_parameter_declaration] = STATE(387), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_DOT_DOT_DOT] = ACTIONS(4347), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [sym_identifier] = ACTIONS(4349), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1157), + [sym_labeled_statement] = STATE(1157), + [sym_expression_statement] = STATE(1157), + [sym_if_statement] = STATE(1157), + [sym_switch_statement] = STATE(1157), + [sym_case_statement] = STATE(1157), + [sym_while_statement] = STATE(1157), + [sym_do_statement] = STATE(1157), + [sym_for_statement] = STATE(1157), + [sym_return_statement] = STATE(1157), + [sym_break_statement] = STATE(1157), + [sym_continue_statement] = STATE(1157), + [sym_goto_statement] = STATE(1157), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2011), + [sym_comment] = ACTIONS(42), }, [1064] = { - [anon_sym_LF] = ACTIONS(1001), - [anon_sym_LPAREN] = ACTIONS(4351), - [anon_sym_COMMA] = ACTIONS(4351), - [anon_sym_RPAREN] = ACTIONS(4351), - [sym_preproc_arg] = ACTIONS(1001), - [anon_sym_SEMI] = ACTIONS(4351), - [anon_sym_LBRACE] = ACTIONS(4351), - [anon_sym_LBRACK] = ACTIONS(4351), - [anon_sym_EQ] = ACTIONS(4351), - [anon_sym_COLON] = ACTIONS(4351), - [sym_comment] = ACTIONS(165), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2089), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2089), + [anon_sym_LPAREN] = ACTIONS(2091), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2089), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2089), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2089), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2089), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2089), + [sym_preproc_directive] = ACTIONS(2093), + [anon_sym_SEMI] = ACTIONS(2091), + [anon_sym_extern] = ACTIONS(2089), + [anon_sym_LBRACE] = ACTIONS(2091), + [anon_sym_STAR] = ACTIONS(2091), + [anon_sym_typedef] = ACTIONS(2089), + [anon_sym_static] = ACTIONS(2089), + [anon_sym_auto] = ACTIONS(2089), + [anon_sym_register] = ACTIONS(2089), + [anon_sym_const] = ACTIONS(2089), + [anon_sym_restrict] = ACTIONS(2089), + [anon_sym_volatile] = ACTIONS(2089), + [sym_function_specifier] = ACTIONS(2089), + [anon_sym_unsigned] = ACTIONS(2089), + [anon_sym_long] = ACTIONS(2089), + [anon_sym_short] = ACTIONS(2089), + [anon_sym_enum] = ACTIONS(2089), + [anon_sym_struct] = ACTIONS(2089), + [anon_sym_union] = ACTIONS(2089), + [anon_sym_if] = ACTIONS(2089), + [anon_sym_switch] = ACTIONS(2089), + [anon_sym_case] = ACTIONS(2089), + [anon_sym_default] = ACTIONS(2089), + [anon_sym_while] = ACTIONS(2089), + [anon_sym_do] = ACTIONS(2089), + [anon_sym_for] = ACTIONS(2089), + [anon_sym_return] = ACTIONS(2089), + [anon_sym_break] = ACTIONS(2089), + [anon_sym_continue] = ACTIONS(2089), + [anon_sym_goto] = ACTIONS(2089), + [anon_sym_AMP] = ACTIONS(2091), + [anon_sym_BANG] = ACTIONS(2091), + [anon_sym_TILDE] = ACTIONS(2091), + [anon_sym_PLUS] = ACTIONS(2089), + [anon_sym_DASH] = ACTIONS(2089), + [anon_sym_DASH_DASH] = ACTIONS(2091), + [anon_sym_PLUS_PLUS] = ACTIONS(2091), + [anon_sym_sizeof] = ACTIONS(2089), + [sym_number_literal] = ACTIONS(2089), + [sym_char_literal] = ACTIONS(2089), + [sym_string_literal] = ACTIONS(2091), + [sym_identifier] = ACTIONS(2093), + [sym_comment] = ACTIONS(42), }, [1065] = { - [sym__declarator] = STATE(87), - [sym__field_declarator] = STATE(211), - [sym_pointer_declarator] = STATE(44), - [sym_pointer_field_declarator] = STATE(123), - [sym_function_declarator] = STATE(44), - [sym_function_field_declarator] = STATE(124), - [sym_array_declarator] = STATE(44), - [sym_array_field_declarator] = STATE(125), - [sym_type_qualifier] = STATE(81), - [sym__type_specifier] = STATE(82), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(1220), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_sized_type_specifier_repeat1] = STATE(84), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(4353), - [anon_sym_STAR] = ACTIONS(4355), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(4357), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1158), + [sym_labeled_statement] = STATE(1158), + [sym_expression_statement] = STATE(1158), + [sym_if_statement] = STATE(1158), + [sym_switch_statement] = STATE(1158), + [sym_case_statement] = STATE(1158), + [sym_while_statement] = STATE(1158), + [sym_do_statement] = STATE(1158), + [sym_for_statement] = STATE(1158), + [sym_return_statement] = STATE(1158), + [sym_break_statement] = STATE(1158), + [sym_continue_statement] = STATE(1158), + [sym_goto_statement] = STATE(1158), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2011), + [sym_comment] = ACTIONS(42), }, [1066] = { - [anon_sym_COMMA] = ACTIONS(4359), - [anon_sym_RPAREN] = ACTIONS(4359), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1159), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1067] = { - [anon_sym_LPAREN] = ACTIONS(4364), - [anon_sym_COMMA] = ACTIONS(4364), - [anon_sym_RPAREN] = ACTIONS(4364), - [anon_sym_SEMI] = ACTIONS(4364), - [anon_sym_extern] = ACTIONS(4369), - [anon_sym_RBRACE] = ACTIONS(1828), - [anon_sym_STAR] = ACTIONS(4373), - [anon_sym_LBRACK] = ACTIONS(4364), - [anon_sym_RBRACK] = ACTIONS(4364), - [anon_sym_EQ] = ACTIONS(1830), - [anon_sym_typedef] = ACTIONS(4369), - [anon_sym_static] = ACTIONS(4369), - [anon_sym_auto] = ACTIONS(4369), - [anon_sym_register] = ACTIONS(4369), - [anon_sym_const] = ACTIONS(4369), - [anon_sym_restrict] = ACTIONS(4369), - [anon_sym_volatile] = ACTIONS(4369), - [sym_function_specifier] = ACTIONS(4369), - [anon_sym_COLON] = ACTIONS(4364), - [anon_sym_QMARK] = ACTIONS(1828), - [anon_sym_STAR_EQ] = ACTIONS(1828), - [anon_sym_SLASH_EQ] = ACTIONS(1828), - [anon_sym_PERCENT_EQ] = ACTIONS(1828), - [anon_sym_PLUS_EQ] = ACTIONS(1828), - [anon_sym_DASH_EQ] = ACTIONS(1828), - [anon_sym_LT_LT_EQ] = ACTIONS(1828), - [anon_sym_GT_GT_EQ] = ACTIONS(1828), - [anon_sym_AMP_EQ] = ACTIONS(1828), - [anon_sym_CARET_EQ] = ACTIONS(1828), - [anon_sym_PIPE_EQ] = ACTIONS(1828), - [anon_sym_AMP] = ACTIONS(4373), - [anon_sym_PIPE_PIPE] = ACTIONS(1828), - [anon_sym_AMP_AMP] = ACTIONS(1828), - [anon_sym_BANG] = ACTIONS(4369), - [anon_sym_PIPE] = ACTIONS(1830), - [anon_sym_CARET] = ACTIONS(1830), - [anon_sym_TILDE] = ACTIONS(4378), - [anon_sym_EQ_EQ] = ACTIONS(1828), - [anon_sym_BANG_EQ] = ACTIONS(1828), - [anon_sym_LT] = ACTIONS(1830), - [anon_sym_GT] = ACTIONS(1830), - [anon_sym_LT_EQ] = ACTIONS(1828), - [anon_sym_GT_EQ] = ACTIONS(1828), - [anon_sym_LT_LT] = ACTIONS(1830), - [anon_sym_GT_GT] = ACTIONS(1830), - [anon_sym_PLUS] = ACTIONS(4373), - [anon_sym_DASH] = ACTIONS(4373), - [anon_sym_SLASH] = ACTIONS(1830), - [anon_sym_PERCENT] = ACTIONS(1830), - [anon_sym_DASH_DASH] = ACTIONS(4364), - [anon_sym_PLUS_PLUS] = ACTIONS(4364), - [anon_sym_sizeof] = ACTIONS(4369), - [anon_sym_DOT] = ACTIONS(1828), - [anon_sym_DASH_GT] = ACTIONS(1828), - [sym_number_literal] = ACTIONS(4369), - [sym_char_literal] = ACTIONS(4369), - [sym_string_literal] = ACTIONS(4378), - [sym_identifier] = ACTIONS(4382), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1161), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_RPAREN] = ACTIONS(2409), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1068] = { - [sym__declarator] = STATE(88), - [sym__field_declarator] = STATE(212), - [sym_pointer_declarator] = STATE(44), - [sym_pointer_field_declarator] = STATE(123), - [sym_function_declarator] = STATE(44), - [sym_function_field_declarator] = STATE(124), - [sym_array_declarator] = STATE(44), - [sym_array_field_declarator] = STATE(125), - [sym__expression] = STATE(1222), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(2304), - [anon_sym_STAR] = ACTIONS(2310), - [anon_sym_AMP] = ACTIONS(2312), - [anon_sym_BANG] = ACTIONS(2314), - [anon_sym_TILDE] = ACTIONS(2316), - [anon_sym_PLUS] = ACTIONS(2318), - [anon_sym_DASH] = ACTIONS(2318), - [anon_sym_DASH_DASH] = ACTIONS(2320), - [anon_sym_PLUS_PLUS] = ACTIONS(2320), - [anon_sym_sizeof] = ACTIONS(2322), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(4386), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2411), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1069] = { - [sym__expression] = STATE(1222), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_STAR] = ACTIONS(2312), - [anon_sym_AMP] = ACTIONS(2312), - [anon_sym_BANG] = ACTIONS(2314), - [anon_sym_TILDE] = ACTIONS(2316), - [anon_sym_PLUS] = ACTIONS(2318), - [anon_sym_DASH] = ACTIONS(2318), - [anon_sym_DASH_DASH] = ACTIONS(2320), - [anon_sym_PLUS_PLUS] = ACTIONS(2320), - [anon_sym_sizeof] = ACTIONS(2322), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1163), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(2411), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1070] = { - [sym__expression] = STATE(1224), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_STAR] = ACTIONS(2312), - [anon_sym_AMP] = ACTIONS(2312), - [anon_sym_BANG] = ACTIONS(2314), - [anon_sym_TILDE] = ACTIONS(2316), - [anon_sym_PLUS] = ACTIONS(2318), - [anon_sym_DASH] = ACTIONS(2318), - [anon_sym_DASH_DASH] = ACTIONS(2320), - [anon_sym_PLUS_PLUS] = ACTIONS(2320), - [anon_sym_sizeof] = ACTIONS(2322), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1019), + [anon_sym_LPAREN] = ACTIONS(1017), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1019), + [sym_preproc_directive] = ACTIONS(1021), + [anon_sym_SEMI] = ACTIONS(1017), + [anon_sym_extern] = ACTIONS(1019), + [anon_sym_LBRACE] = ACTIONS(1017), + [anon_sym_STAR] = ACTIONS(1017), + [anon_sym_typedef] = ACTIONS(1019), + [anon_sym_static] = ACTIONS(1019), + [anon_sym_auto] = ACTIONS(1019), + [anon_sym_register] = ACTIONS(1019), + [anon_sym_const] = ACTIONS(1019), + [anon_sym_restrict] = ACTIONS(1019), + [anon_sym_volatile] = ACTIONS(1019), + [sym_function_specifier] = ACTIONS(1019), + [anon_sym_unsigned] = ACTIONS(1019), + [anon_sym_long] = ACTIONS(1019), + [anon_sym_short] = ACTIONS(1019), + [anon_sym_enum] = ACTIONS(1019), + [anon_sym_struct] = ACTIONS(1019), + [anon_sym_union] = ACTIONS(1019), + [anon_sym_if] = ACTIONS(1019), + [anon_sym_switch] = ACTIONS(1019), + [anon_sym_case] = ACTIONS(1019), + [anon_sym_default] = ACTIONS(1019), + [anon_sym_while] = ACTIONS(1019), + [anon_sym_do] = ACTIONS(1019), + [anon_sym_for] = ACTIONS(1019), + [anon_sym_return] = ACTIONS(1019), + [anon_sym_break] = ACTIONS(1019), + [anon_sym_continue] = ACTIONS(1019), + [anon_sym_goto] = ACTIONS(1019), + [anon_sym_AMP] = ACTIONS(1017), + [anon_sym_BANG] = ACTIONS(1017), + [anon_sym_TILDE] = ACTIONS(1017), + [anon_sym_PLUS] = ACTIONS(1019), + [anon_sym_DASH] = ACTIONS(1019), + [anon_sym_DASH_DASH] = ACTIONS(1017), + [anon_sym_PLUS_PLUS] = ACTIONS(1017), + [anon_sym_sizeof] = ACTIONS(1019), + [sym_number_literal] = ACTIONS(1019), + [sym_char_literal] = ACTIONS(1019), + [sym_string_literal] = ACTIONS(1017), + [sym_identifier] = ACTIONS(1021), + [sym_comment] = ACTIONS(42), }, [1071] = { - [sym__expression] = STATE(1225), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_STAR] = ACTIONS(2312), - [anon_sym_AMP] = ACTIONS(2312), - [anon_sym_BANG] = ACTIONS(2314), - [anon_sym_TILDE] = ACTIONS(2316), - [anon_sym_PLUS] = ACTIONS(2318), - [anon_sym_DASH] = ACTIONS(2318), - [anon_sym_DASH_DASH] = ACTIONS(2320), - [anon_sym_PLUS_PLUS] = ACTIONS(2320), - [anon_sym_sizeof] = ACTIONS(2322), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(755), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_initializer_list] = STATE(756), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_RPAREN] = ACTIONS(2113), + [anon_sym_LBRACE] = ACTIONS(556), + [anon_sym_STAR] = ACTIONS(2413), + [anon_sym_LBRACK] = ACTIONS(2113), + [anon_sym_EQ] = ACTIONS(2117), + [anon_sym_QMARK] = ACTIONS(2113), + [anon_sym_STAR_EQ] = ACTIONS(2113), + [anon_sym_SLASH_EQ] = ACTIONS(2113), + [anon_sym_PERCENT_EQ] = ACTIONS(2113), + [anon_sym_PLUS_EQ] = ACTIONS(2113), + [anon_sym_DASH_EQ] = ACTIONS(2113), + [anon_sym_LT_LT_EQ] = ACTIONS(2113), + [anon_sym_GT_GT_EQ] = ACTIONS(2113), + [anon_sym_AMP_EQ] = ACTIONS(2113), + [anon_sym_CARET_EQ] = ACTIONS(2113), + [anon_sym_PIPE_EQ] = ACTIONS(2113), + [anon_sym_AMP] = ACTIONS(2413), + [anon_sym_PIPE_PIPE] = ACTIONS(2113), + [anon_sym_AMP_AMP] = ACTIONS(2113), + [anon_sym_BANG] = ACTIONS(2415), + [anon_sym_PIPE] = ACTIONS(2117), + [anon_sym_CARET] = ACTIONS(2117), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_EQ_EQ] = ACTIONS(2113), + [anon_sym_BANG_EQ] = ACTIONS(2113), + [anon_sym_LT] = ACTIONS(2117), + [anon_sym_GT] = ACTIONS(2117), + [anon_sym_LT_EQ] = ACTIONS(2113), + [anon_sym_GT_EQ] = ACTIONS(2113), + [anon_sym_LT_LT] = ACTIONS(2117), + [anon_sym_GT_GT] = ACTIONS(2117), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_SLASH] = ACTIONS(2117), + [anon_sym_PERCENT] = ACTIONS(2117), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [anon_sym_DOT] = ACTIONS(2113), + [anon_sym_DASH_GT] = ACTIONS(2113), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1072] = { - [sym__expression] = STATE(1226), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_STAR] = ACTIONS(2312), - [anon_sym_AMP] = ACTIONS(2312), - [anon_sym_BANG] = ACTIONS(2314), - [anon_sym_TILDE] = ACTIONS(2316), - [anon_sym_PLUS] = ACTIONS(2318), - [anon_sym_DASH] = ACTIONS(2318), - [anon_sym_DASH_DASH] = ACTIONS(2320), - [anon_sym_PLUS_PLUS] = ACTIONS(2320), - [anon_sym_sizeof] = ACTIONS(2322), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(814), + [anon_sym_LPAREN] = ACTIONS(812), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(814), + [sym_preproc_directive] = ACTIONS(816), + [anon_sym_SEMI] = ACTIONS(812), + [anon_sym_extern] = ACTIONS(814), + [anon_sym_LBRACE] = ACTIONS(812), + [anon_sym_RBRACE] = ACTIONS(812), + [anon_sym_STAR] = ACTIONS(812), + [anon_sym_typedef] = ACTIONS(814), + [anon_sym_static] = ACTIONS(814), + [anon_sym_auto] = ACTIONS(814), + [anon_sym_register] = ACTIONS(814), + [anon_sym_const] = ACTIONS(814), + [anon_sym_restrict] = ACTIONS(814), + [anon_sym_volatile] = ACTIONS(814), + [sym_function_specifier] = ACTIONS(814), + [anon_sym_unsigned] = ACTIONS(814), + [anon_sym_long] = ACTIONS(814), + [anon_sym_short] = ACTIONS(814), + [anon_sym_enum] = ACTIONS(814), + [anon_sym_struct] = ACTIONS(814), + [anon_sym_union] = ACTIONS(814), + [anon_sym_if] = ACTIONS(814), + [anon_sym_else] = ACTIONS(814), + [anon_sym_switch] = ACTIONS(814), + [anon_sym_case] = ACTIONS(814), + [anon_sym_default] = ACTIONS(814), + [anon_sym_while] = ACTIONS(814), + [anon_sym_do] = ACTIONS(814), + [anon_sym_for] = ACTIONS(814), + [anon_sym_return] = ACTIONS(814), + [anon_sym_break] = ACTIONS(814), + [anon_sym_continue] = ACTIONS(814), + [anon_sym_goto] = ACTIONS(814), + [anon_sym_AMP] = ACTIONS(812), + [anon_sym_BANG] = ACTIONS(812), + [anon_sym_TILDE] = ACTIONS(812), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_DASH_DASH] = ACTIONS(812), + [anon_sym_PLUS_PLUS] = ACTIONS(812), + [anon_sym_sizeof] = ACTIONS(814), + [sym_number_literal] = ACTIONS(814), + [sym_char_literal] = ACTIONS(814), + [sym_string_literal] = ACTIONS(812), + [sym_identifier] = ACTIONS(816), + [sym_comment] = ACTIONS(42), }, [1073] = { - [sym__expression] = STATE(1228), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4390), - [anon_sym_STAR] = ACTIONS(2312), - [anon_sym_AMP] = ACTIONS(2312), - [anon_sym_BANG] = ACTIONS(2314), - [anon_sym_TILDE] = ACTIONS(2316), - [anon_sym_PLUS] = ACTIONS(2318), - [anon_sym_DASH] = ACTIONS(2318), - [anon_sym_DASH_DASH] = ACTIONS(2320), - [anon_sym_PLUS_PLUS] = ACTIONS(2320), - [anon_sym_sizeof] = ACTIONS(2322), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), - }, - [1074] = { - [anon_sym_LPAREN] = ACTIONS(4280), - [anon_sym_COMMA] = ACTIONS(4392), - [anon_sym_RPAREN] = ACTIONS(4400), - [anon_sym_SEMI] = ACTIONS(4405), - [anon_sym_extern] = ACTIONS(214), - [anon_sym_RBRACE] = ACTIONS(4409), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(4296), - [anon_sym_EQ] = ACTIONS(4412), - [anon_sym_typedef] = ACTIONS(214), - [anon_sym_static] = ACTIONS(214), - [anon_sym_auto] = ACTIONS(214), - [anon_sym_register] = ACTIONS(214), - [anon_sym_const] = ACTIONS(214), - [anon_sym_restrict] = ACTIONS(214), - [anon_sym_volatile] = ACTIONS(214), - [sym_function_specifier] = ACTIONS(214), - [anon_sym_COLON] = ACTIONS(717), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_identifier] = ACTIONS(216), - [sym_comment] = ACTIONS(123), - }, - [1075] = { - [sym_parameter_list] = STATE(96), - [anon_sym_LPAREN] = ACTIONS(341), - [anon_sym_COMMA] = ACTIONS(4416), - [anon_sym_SEMI] = ACTIONS(4416), - [anon_sym_LBRACK] = ACTIONS(349), - [anon_sym_EQ] = ACTIONS(351), - [sym_comment] = ACTIONS(123), - }, - [1076] = { - [sym_parameter_list] = STATE(224), - [anon_sym_LPAREN] = ACTIONS(341), - [anon_sym_COMMA] = ACTIONS(4419), - [anon_sym_SEMI] = ACTIONS(4419), - [anon_sym_LBRACK] = ACTIONS(723), - [anon_sym_COLON] = ACTIONS(4419), - [sym_comment] = ACTIONS(123), - }, - [1077] = { - [anon_sym_COMMA] = ACTIONS(4416), - [anon_sym_SEMI] = ACTIONS(4416), - [sym_comment] = ACTIONS(123), - }, - [1078] = { - [anon_sym_COMMA] = ACTIONS(4422), - [anon_sym_RBRACE] = ACTIONS(4422), - [sym_comment] = ACTIONS(123), - }, - [1079] = { - [anon_sym_COMMA] = ACTIONS(4425), - [anon_sym_RPAREN] = ACTIONS(4425), - [sym_comment] = ACTIONS(123), - }, - [1080] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(4428), - [anon_sym_RPAREN] = ACTIONS(4433), - [anon_sym_SEMI] = ACTIONS(1602), - [anon_sym_RBRACE] = ACTIONS(1832), - [anon_sym_STAR] = ACTIONS(4437), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(4439), - [anon_sym_QMARK] = ACTIONS(4441), - [anon_sym_STAR_EQ] = ACTIONS(4443), - [anon_sym_SLASH_EQ] = ACTIONS(4443), - [anon_sym_PERCENT_EQ] = ACTIONS(4443), - [anon_sym_PLUS_EQ] = ACTIONS(4443), - [anon_sym_DASH_EQ] = ACTIONS(4443), - [anon_sym_LT_LT_EQ] = ACTIONS(4443), - [anon_sym_GT_GT_EQ] = ACTIONS(4443), - [anon_sym_AMP_EQ] = ACTIONS(4443), - [anon_sym_CARET_EQ] = ACTIONS(4443), - [anon_sym_PIPE_EQ] = ACTIONS(4443), - [anon_sym_AMP] = ACTIONS(4445), - [anon_sym_PIPE_PIPE] = ACTIONS(4447), - [anon_sym_AMP_AMP] = ACTIONS(4447), - [anon_sym_PIPE] = ACTIONS(4445), - [anon_sym_CARET] = ACTIONS(4445), - [anon_sym_EQ_EQ] = ACTIONS(4449), - [anon_sym_BANG_EQ] = ACTIONS(4449), - [anon_sym_LT] = ACTIONS(4451), - [anon_sym_GT] = ACTIONS(4451), - [anon_sym_LT_EQ] = ACTIONS(4453), - [anon_sym_GT_EQ] = ACTIONS(4453), - [anon_sym_LT_LT] = ACTIONS(4455), - [anon_sym_GT_GT] = ACTIONS(4455), - [anon_sym_PLUS] = ACTIONS(4437), - [anon_sym_DASH] = ACTIONS(4437), - [anon_sym_SLASH] = ACTIONS(4437), - [anon_sym_PERCENT] = ACTIONS(4437), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), - }, - [1081] = { - [sym_type_qualifier] = STATE(81), - [sym__type_specifier] = STATE(82), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(1238), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_sized_type_specifier_repeat1] = STATE(84), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(797), - [sym_comment] = ACTIONS(123), - }, - [1082] = { - [sym_preproc_include] = STATE(169), - [sym_preproc_def] = STATE(169), - [sym_preproc_function_def] = STATE(169), - [sym_preproc_call] = STATE(169), - [sym_preproc_if_in_compound_statement] = STATE(170), - [sym_preproc_ifdef_in_compound_statement] = STATE(171), - [sym_declaration] = STATE(169), - [sym__declaration_specifiers] = STATE(172), - [sym_compound_statement] = STATE(169), + [sym_preproc_include] = STATE(394), + [sym_preproc_def] = STATE(394), + [sym_preproc_function_def] = STATE(394), + [sym_preproc_call] = STATE(394), + [sym_preproc_if_in_compound_statement] = STATE(395), + [sym_preproc_ifdef_in_compound_statement] = STATE(396), + [sym_declaration] = STATE(394), + [sym__declaration_specifiers] = STATE(212), + [sym_compound_statement] = STATE(394), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -53941,447 +41430,207 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [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(1110), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(333), - [sym__initializer_list_contents] = STATE(334), - [sym_designator] = STATE(335), - [sym_concatenated_string] = STATE(166), - [sym__empty_declaration] = STATE(169), + [sym_labeled_statement] = STATE(394), + [sym_expression_statement] = STATE(394), + [sym_if_statement] = STATE(394), + [sym_switch_statement] = STATE(394), + [sym_case_statement] = STATE(394), + [sym_while_statement] = STATE(394), + [sym_do_statement] = STATE(394), + [sym_for_statement] = STATE(394), + [sym_return_statement] = STATE(394), + [sym_break_statement] = STATE(394), + [sym_continue_statement] = STATE(394), + [sym_goto_statement] = STATE(394), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(394), [sym_macro_type_specifier] = STATE(21), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(175), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym__initializer_list_contents_repeat1] = STATE(336), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [anon_sym_LPAREN] = ACTIONS(2838), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(531), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(533), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(535), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(2840), - [anon_sym_RBRACE] = ACTIONS(4457), - [anon_sym_STAR] = ACTIONS(2844), - [anon_sym_LBRACK] = ACTIONS(979), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(543), - [anon_sym_switch] = ACTIONS(545), - [anon_sym_case] = ACTIONS(547), - [anon_sym_default] = ACTIONS(549), - [anon_sym_while] = ACTIONS(551), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(555), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(2844), - [anon_sym_BANG] = ACTIONS(2846), - [anon_sym_TILDE] = ACTIONS(2848), - [anon_sym_PLUS] = ACTIONS(2850), - [anon_sym_DASH] = ACTIONS(2850), - [anon_sym_DASH_DASH] = ACTIONS(2852), - [anon_sym_PLUS_PLUS] = ACTIONS(2852), - [anon_sym_sizeof] = ACTIONS(2854), - [anon_sym_DOT] = ACTIONS(981), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(579), - [sym_comment] = ACTIONS(123), - }, - [1083] = { - [sym__expression] = STATE(1240), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(3044), - [anon_sym_STAR] = ACTIONS(2977), - [anon_sym_AMP] = ACTIONS(2977), - [anon_sym_BANG] = ACTIONS(2979), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2983), - [anon_sym_DASH] = ACTIONS(2983), - [anon_sym_DASH_DASH] = ACTIONS(2985), - [anon_sym_PLUS_PLUS] = ACTIONS(2985), - [anon_sym_sizeof] = ACTIONS(2987), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), - }, - [1084] = { - [anon_sym_LPAREN] = ACTIONS(4459), - [sym_comment] = ACTIONS(123), - }, - [1085] = { - [sym__expression] = STATE(1145), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(3044), - [anon_sym_STAR] = ACTIONS(2977), - [anon_sym_AMP] = ACTIONS(2977), - [anon_sym_BANG] = ACTIONS(2979), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2983), - [anon_sym_DASH] = ACTIONS(2983), - [anon_sym_DASH_DASH] = ACTIONS(2985), - [anon_sym_PLUS_PLUS] = ACTIONS(2985), - [anon_sym_sizeof] = ACTIONS(2987), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(470), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(472), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(476), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(478), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(480), + [sym_preproc_directive] = ACTIONS(482), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_RBRACE] = ACTIONS(2417), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(528), + [sym_comment] = ACTIONS(42), }, - [1086] = { - [anon_sym_LPAREN] = ACTIONS(865), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_RPAREN] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(865), - [anon_sym_RBRACE] = ACTIONS(865), - [anon_sym_STAR] = ACTIONS(867), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_RBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_COLON] = ACTIONS(4461), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_comment] = ACTIONS(123), - }, - [1087] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4464), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4464), - [anon_sym_LPAREN] = ACTIONS(4473), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4464), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4464), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4464), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4464), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(4464), - [sym_preproc_directive] = ACTIONS(4482), - [anon_sym_SEMI] = ACTIONS(4473), - [anon_sym_extern] = ACTIONS(4464), - [anon_sym_LBRACE] = ACTIONS(4473), - [anon_sym_RBRACE] = ACTIONS(4473), - [anon_sym_STAR] = ACTIONS(4473), - [anon_sym_typedef] = ACTIONS(4464), - [anon_sym_static] = ACTIONS(4464), - [anon_sym_auto] = ACTIONS(4464), - [anon_sym_register] = ACTIONS(4464), - [anon_sym_const] = ACTIONS(4464), - [anon_sym_restrict] = ACTIONS(4464), - [anon_sym_volatile] = ACTIONS(4464), - [sym_function_specifier] = ACTIONS(4464), - [anon_sym_unsigned] = ACTIONS(4464), - [anon_sym_long] = ACTIONS(4464), - [anon_sym_short] = ACTIONS(4464), - [anon_sym_enum] = ACTIONS(4464), - [anon_sym_struct] = ACTIONS(4464), - [anon_sym_union] = ACTIONS(4464), - [anon_sym_if] = ACTIONS(4464), - [anon_sym_else] = ACTIONS(4491), - [anon_sym_switch] = ACTIONS(4464), - [anon_sym_case] = ACTIONS(4464), - [anon_sym_default] = ACTIONS(4464), - [anon_sym_while] = ACTIONS(4464), - [anon_sym_do] = ACTIONS(4464), - [anon_sym_for] = ACTIONS(4464), - [anon_sym_return] = ACTIONS(4464), - [anon_sym_break] = ACTIONS(4464), - [anon_sym_continue] = ACTIONS(4464), - [anon_sym_goto] = ACTIONS(4464), - [anon_sym_AMP] = ACTIONS(4473), - [anon_sym_BANG] = ACTIONS(4473), - [anon_sym_TILDE] = ACTIONS(4473), - [anon_sym_PLUS] = ACTIONS(4464), - [anon_sym_DASH] = ACTIONS(4464), - [anon_sym_DASH_DASH] = ACTIONS(4473), - [anon_sym_PLUS_PLUS] = ACTIONS(4473), - [anon_sym_sizeof] = ACTIONS(4464), - [sym_number_literal] = ACTIONS(4464), - [sym_char_literal] = ACTIONS(4464), - [sym_string_literal] = ACTIONS(4473), - [sym_identifier] = ACTIONS(4482), - [sym_comment] = ACTIONS(123), + [1074] = { + [sym__expression] = STATE(1165), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, - [1088] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(4501), - [anon_sym_COMMA] = ACTIONS(4504), - [anon_sym_RPAREN] = ACTIONS(1690), - [anon_sym_SEMI] = ACTIONS(4507), - [anon_sym_RBRACE] = ACTIONS(1690), - [anon_sym_STAR] = ACTIONS(4510), - [anon_sym_LBRACK] = ACTIONS(4513), - [anon_sym_RBRACK] = ACTIONS(1690), - [anon_sym_EQ] = ACTIONS(4516), - [anon_sym_COLON] = ACTIONS(1690), - [anon_sym_QMARK] = ACTIONS(4519), - [anon_sym_STAR_EQ] = ACTIONS(4522), - [anon_sym_SLASH_EQ] = ACTIONS(4522), - [anon_sym_PERCENT_EQ] = ACTIONS(4522), - [anon_sym_PLUS_EQ] = ACTIONS(4522), - [anon_sym_DASH_EQ] = ACTIONS(4522), - [anon_sym_LT_LT_EQ] = ACTIONS(4522), - [anon_sym_GT_GT_EQ] = ACTIONS(4522), - [anon_sym_AMP_EQ] = ACTIONS(4522), - [anon_sym_CARET_EQ] = ACTIONS(4522), - [anon_sym_PIPE_EQ] = ACTIONS(4522), - [anon_sym_AMP] = ACTIONS(4525), - [anon_sym_PIPE_PIPE] = ACTIONS(4528), - [anon_sym_AMP_AMP] = ACTIONS(4528), - [anon_sym_PIPE] = ACTIONS(4525), - [anon_sym_CARET] = ACTIONS(4525), - [anon_sym_EQ_EQ] = ACTIONS(4531), - [anon_sym_BANG_EQ] = ACTIONS(4531), - [anon_sym_LT] = ACTIONS(4534), - [anon_sym_GT] = ACTIONS(4534), - [anon_sym_LT_EQ] = ACTIONS(4537), - [anon_sym_GT_EQ] = ACTIONS(4537), - [anon_sym_LT_LT] = ACTIONS(4540), - [anon_sym_GT_GT] = ACTIONS(4540), - [anon_sym_PLUS] = ACTIONS(4510), - [anon_sym_DASH] = ACTIONS(4510), - [anon_sym_SLASH] = ACTIONS(4510), - [anon_sym_PERCENT] = ACTIONS(4510), - [anon_sym_DASH_DASH] = ACTIONS(4543), - [anon_sym_PLUS_PLUS] = ACTIONS(4543), - [anon_sym_DOT] = ACTIONS(4546), - [anon_sym_DASH_GT] = ACTIONS(4546), - [sym_comment] = ACTIONS(123), + [1075] = { + [sym__expression] = STATE(1166), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, - [1089] = { - [sym_preproc_include] = STATE(1095), - [sym_preproc_def] = STATE(1095), - [sym_preproc_function_def] = STATE(1095), - [sym_preproc_call] = STATE(1095), - [sym_preproc_if] = STATE(18), - [sym_preproc_if_in_compound_statement] = STATE(170), - [sym_preproc_ifdef] = STATE(18), - [sym_preproc_ifdef_in_compound_statement] = STATE(171), - [sym_preproc_else] = STATE(59), - [sym_preproc_else_in_compound_statement] = STATE(419), - [sym_function_definition] = STATE(18), - [sym_declaration] = STATE(1095), - [sym__declaration_specifiers] = STATE(19), - [sym_linkage_specification] = STATE(18), - [sym_compound_statement] = STATE(169), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [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(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym__empty_declaration] = STATE(1095), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_translation_unit_repeat1] = STATE(60), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(420), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [anon_sym_LPAREN] = ACTIONS(529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2608), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4549), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2613), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2615), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(4551), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(1195), - [anon_sym_switch] = ACTIONS(1197), - [anon_sym_case] = ACTIONS(1199), - [anon_sym_default] = ACTIONS(1201), - [anon_sym_while] = ACTIONS(1203), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1205), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1207), - [sym_comment] = ACTIONS(123), + [1076] = { + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1339), + [anon_sym_COLON] = ACTIONS(2419), + [anon_sym_QMARK] = ACTIONS(1343), + [anon_sym_STAR_EQ] = ACTIONS(1345), + [anon_sym_SLASH_EQ] = ACTIONS(1345), + [anon_sym_PERCENT_EQ] = ACTIONS(1345), + [anon_sym_PLUS_EQ] = ACTIONS(1345), + [anon_sym_DASH_EQ] = ACTIONS(1345), + [anon_sym_LT_LT_EQ] = ACTIONS(1345), + [anon_sym_GT_GT_EQ] = ACTIONS(1345), + [anon_sym_AMP_EQ] = ACTIONS(1345), + [anon_sym_CARET_EQ] = ACTIONS(1345), + [anon_sym_PIPE_EQ] = ACTIONS(1345), + [anon_sym_AMP] = ACTIONS(1347), + [anon_sym_PIPE_PIPE] = ACTIONS(1349), + [anon_sym_AMP_AMP] = ACTIONS(1351), + [anon_sym_PIPE] = ACTIONS(1353), + [anon_sym_CARET] = ACTIONS(1355), + [anon_sym_EQ_EQ] = ACTIONS(1357), + [anon_sym_BANG_EQ] = ACTIONS(1357), + [anon_sym_LT] = ACTIONS(1359), + [anon_sym_GT] = ACTIONS(1359), + [anon_sym_LT_EQ] = ACTIONS(1361), + [anon_sym_GT_EQ] = ACTIONS(1361), + [anon_sym_LT_LT] = ACTIONS(1363), + [anon_sym_GT_GT] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1365), + [anon_sym_SLASH] = ACTIONS(1337), + [anon_sym_PERCENT] = ACTIONS(1337), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, - [1090] = { - [sym_preproc_include] = STATE(1095), - [sym_preproc_def] = STATE(1095), - [sym_preproc_function_def] = STATE(1095), - [sym_preproc_call] = STATE(1095), - [sym_preproc_if] = STATE(18), - [sym_preproc_if_in_compound_statement] = STATE(170), - [sym_preproc_ifdef] = STATE(18), - [sym_preproc_ifdef_in_compound_statement] = STATE(171), - [sym_preproc_else] = STATE(62), - [sym_preproc_else_in_compound_statement] = STATE(422), - [sym_function_definition] = STATE(18), - [sym_declaration] = STATE(1095), - [sym__declaration_specifiers] = STATE(19), - [sym_linkage_specification] = STATE(18), - [sym_compound_statement] = STATE(169), + [1077] = { + [sym_declaration] = STATE(1169), + [sym__declaration_specifiers] = STATE(1170), + [sym_compound_statement] = STATE(1169), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -54389,111 +41638,126 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [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(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym__empty_declaration] = STATE(1095), + [sym_labeled_statement] = STATE(1169), + [sym_expression_statement] = STATE(1169), + [sym_if_statement] = STATE(1169), + [sym_switch_statement] = STATE(1169), + [sym_case_statement] = STATE(1169), + [sym_while_statement] = STATE(1169), + [sym_do_statement] = STATE(1169), + [sym_for_statement] = STATE(1169), + [sym_return_statement] = STATE(1169), + [sym_break_statement] = STATE(1169), + [sym_continue_statement] = STATE(1169), + [sym_goto_statement] = STATE(1169), + [sym__expression] = STATE(980), + [sym_comma_expression] = STATE(981), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), [sym_macro_type_specifier] = STATE(21), - [aux_sym_translation_unit_repeat1] = STATE(63), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(423), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [anon_sym_LPAREN] = ACTIONS(529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2608), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4553), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2613), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2615), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(4551), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(1195), - [anon_sym_switch] = ACTIONS(1197), - [anon_sym_case] = ACTIONS(1199), - [anon_sym_default] = ACTIONS(1201), - [anon_sym_while] = ACTIONS(1203), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1205), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1207), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2059), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(2063), + [anon_sym_switch] = ACTIONS(2065), + [anon_sym_case] = ACTIONS(2067), + [anon_sym_default] = ACTIONS(2069), + [anon_sym_while] = ACTIONS(2071), + [anon_sym_do] = ACTIONS(2073), + [anon_sym_for] = ACTIONS(2075), + [anon_sym_return] = ACTIONS(2077), + [anon_sym_break] = ACTIONS(2079), + [anon_sym_continue] = ACTIONS(2081), + [anon_sym_goto] = ACTIONS(2083), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2421), + [sym_comment] = ACTIONS(42), }, - [1091] = { - [sym_preproc_include] = STATE(1095), - [sym_preproc_def] = STATE(1095), - [sym_preproc_function_def] = STATE(1095), - [sym_preproc_call] = STATE(1095), - [sym_preproc_if] = STATE(18), - [sym_preproc_if_in_compound_statement] = STATE(170), - [sym_preproc_ifdef] = STATE(18), - [sym_preproc_ifdef_in_compound_statement] = STATE(171), - [sym_preproc_else] = STATE(65), - [sym_preproc_else_in_compound_statement] = STATE(425), - [sym_function_definition] = STATE(18), - [sym_declaration] = STATE(1095), - [sym__declaration_specifiers] = STATE(19), - [sym_linkage_specification] = STATE(18), - [sym_compound_statement] = STATE(169), + [1078] = { + [sym__expression] = STATE(1171), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), + }, + [1079] = { + [anon_sym_while] = ACTIONS(2423), + [sym_comment] = ACTIONS(42), + }, + [1080] = { + [sym_declaration] = STATE(1173), + [sym__declaration_specifiers] = STATE(623), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -54501,8013 +41765,7899 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [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(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym__empty_declaration] = STATE(1095), + [sym__expression] = STATE(1174), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), [sym_macro_type_specifier] = STATE(21), - [aux_sym_translation_unit_repeat1] = STATE(66), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(426), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [anon_sym_LPAREN] = ACTIONS(529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2608), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4555), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2613), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2615), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(4551), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(1195), - [anon_sym_switch] = ACTIONS(1197), - [anon_sym_case] = ACTIONS(1199), - [anon_sym_default] = ACTIONS(1201), - [anon_sym_while] = ACTIONS(1203), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1205), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1207), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(2425), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1385), + [sym_comment] = ACTIONS(42), + }, + [1081] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1387), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1387), + [anon_sym_LPAREN] = ACTIONS(1389), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1387), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1387), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1387), + [sym_preproc_directive] = ACTIONS(1391), + [anon_sym_SEMI] = ACTIONS(1389), + [anon_sym_extern] = ACTIONS(1387), + [anon_sym_LBRACE] = ACTIONS(1389), + [anon_sym_RBRACE] = ACTIONS(1389), + [anon_sym_STAR] = ACTIONS(1389), + [anon_sym_typedef] = ACTIONS(1387), + [anon_sym_static] = ACTIONS(1387), + [anon_sym_auto] = ACTIONS(1387), + [anon_sym_register] = ACTIONS(1387), + [anon_sym_const] = ACTIONS(1387), + [anon_sym_restrict] = ACTIONS(1387), + [anon_sym_volatile] = ACTIONS(1387), + [sym_function_specifier] = ACTIONS(1387), + [anon_sym_unsigned] = ACTIONS(1387), + [anon_sym_long] = ACTIONS(1387), + [anon_sym_short] = ACTIONS(1387), + [anon_sym_enum] = ACTIONS(1387), + [anon_sym_struct] = ACTIONS(1387), + [anon_sym_union] = ACTIONS(1387), + [anon_sym_if] = ACTIONS(1387), + [anon_sym_else] = ACTIONS(1387), + [anon_sym_switch] = ACTIONS(1387), + [anon_sym_case] = ACTIONS(1387), + [anon_sym_default] = ACTIONS(1387), + [anon_sym_while] = ACTIONS(1387), + [anon_sym_do] = ACTIONS(1387), + [anon_sym_for] = ACTIONS(1387), + [anon_sym_return] = ACTIONS(1387), + [anon_sym_break] = ACTIONS(1387), + [anon_sym_continue] = ACTIONS(1387), + [anon_sym_goto] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_BANG] = ACTIONS(1389), + [anon_sym_TILDE] = ACTIONS(1389), + [anon_sym_PLUS] = ACTIONS(1387), + [anon_sym_DASH] = ACTIONS(1387), + [anon_sym_DASH_DASH] = ACTIONS(1389), + [anon_sym_PLUS_PLUS] = ACTIONS(1389), + [anon_sym_sizeof] = ACTIONS(1387), + [sym_number_literal] = ACTIONS(1387), + [sym_char_literal] = ACTIONS(1387), + [sym_string_literal] = ACTIONS(1389), + [sym_identifier] = ACTIONS(1391), + [sym_comment] = ACTIONS(42), + }, + [1082] = { + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2427), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), + }, + [1083] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1395), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1395), + [anon_sym_LPAREN] = ACTIONS(1397), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1395), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1395), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1395), + [sym_preproc_directive] = ACTIONS(1399), + [anon_sym_SEMI] = ACTIONS(1397), + [anon_sym_extern] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1397), + [anon_sym_RBRACE] = ACTIONS(1397), + [anon_sym_STAR] = ACTIONS(1397), + [anon_sym_typedef] = ACTIONS(1395), + [anon_sym_static] = ACTIONS(1395), + [anon_sym_auto] = ACTIONS(1395), + [anon_sym_register] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [anon_sym_restrict] = ACTIONS(1395), + [anon_sym_volatile] = ACTIONS(1395), + [sym_function_specifier] = ACTIONS(1395), + [anon_sym_unsigned] = ACTIONS(1395), + [anon_sym_long] = ACTIONS(1395), + [anon_sym_short] = ACTIONS(1395), + [anon_sym_enum] = ACTIONS(1395), + [anon_sym_struct] = ACTIONS(1395), + [anon_sym_union] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_else] = ACTIONS(1395), + [anon_sym_switch] = ACTIONS(1395), + [anon_sym_case] = ACTIONS(1395), + [anon_sym_default] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_goto] = ACTIONS(1395), + [anon_sym_AMP] = ACTIONS(1397), + [anon_sym_BANG] = ACTIONS(1397), + [anon_sym_TILDE] = ACTIONS(1397), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_DASH_DASH] = ACTIONS(1397), + [anon_sym_PLUS_PLUS] = ACTIONS(1397), + [anon_sym_sizeof] = ACTIONS(1395), + [sym_number_literal] = ACTIONS(1395), + [sym_char_literal] = ACTIONS(1395), + [sym_string_literal] = ACTIONS(1397), + [sym_identifier] = ACTIONS(1399), + [sym_comment] = ACTIONS(42), + }, + [1084] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1401), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1401), + [anon_sym_LPAREN] = ACTIONS(1403), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1401), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1401), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1401), + [sym_preproc_directive] = ACTIONS(1405), + [anon_sym_SEMI] = ACTIONS(1403), + [anon_sym_extern] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1403), + [anon_sym_STAR] = ACTIONS(1403), + [anon_sym_typedef] = ACTIONS(1401), + [anon_sym_static] = ACTIONS(1401), + [anon_sym_auto] = ACTIONS(1401), + [anon_sym_register] = ACTIONS(1401), + [anon_sym_const] = ACTIONS(1401), + [anon_sym_restrict] = ACTIONS(1401), + [anon_sym_volatile] = ACTIONS(1401), + [sym_function_specifier] = ACTIONS(1401), + [anon_sym_unsigned] = ACTIONS(1401), + [anon_sym_long] = ACTIONS(1401), + [anon_sym_short] = ACTIONS(1401), + [anon_sym_enum] = ACTIONS(1401), + [anon_sym_struct] = ACTIONS(1401), + [anon_sym_union] = ACTIONS(1401), + [anon_sym_if] = ACTIONS(1401), + [anon_sym_else] = ACTIONS(1401), + [anon_sym_switch] = ACTIONS(1401), + [anon_sym_case] = ACTIONS(1401), + [anon_sym_default] = ACTIONS(1401), + [anon_sym_while] = ACTIONS(1401), + [anon_sym_do] = ACTIONS(1401), + [anon_sym_for] = ACTIONS(1401), + [anon_sym_return] = ACTIONS(1401), + [anon_sym_break] = ACTIONS(1401), + [anon_sym_continue] = ACTIONS(1401), + [anon_sym_goto] = ACTIONS(1401), + [anon_sym_AMP] = ACTIONS(1403), + [anon_sym_BANG] = ACTIONS(1403), + [anon_sym_TILDE] = ACTIONS(1403), + [anon_sym_PLUS] = ACTIONS(1401), + [anon_sym_DASH] = ACTIONS(1401), + [anon_sym_DASH_DASH] = ACTIONS(1403), + [anon_sym_PLUS_PLUS] = ACTIONS(1403), + [anon_sym_sizeof] = ACTIONS(1401), + [sym_number_literal] = ACTIONS(1401), + [sym_char_literal] = ACTIONS(1401), + [sym_string_literal] = ACTIONS(1403), + [sym_identifier] = ACTIONS(1405), + [sym_comment] = ACTIONS(42), + }, + [1085] = { + [anon_sym_SEMI] = ACTIONS(2429), + [sym_comment] = ACTIONS(42), + }, + [1086] = { + [sym_compound_statement] = STATE(1177), + [sym_labeled_statement] = STATE(1177), + [sym_expression_statement] = STATE(1177), + [sym_if_statement] = STATE(1177), + [sym_switch_statement] = STATE(1177), + [sym_case_statement] = STATE(1177), + [sym_while_statement] = STATE(1177), + [sym_do_statement] = STATE(1177), + [sym_for_statement] = STATE(1177), + [sym_return_statement] = STATE(1177), + [sym_break_statement] = STATE(1177), + [sym_continue_statement] = STATE(1177), + [sym_goto_statement] = STATE(1177), + [sym__expression] = STATE(980), + [sym_comma_expression] = STATE(981), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2059), + [anon_sym_LBRACE] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2063), + [anon_sym_switch] = ACTIONS(2065), + [anon_sym_case] = ACTIONS(2067), + [anon_sym_default] = ACTIONS(2069), + [anon_sym_while] = ACTIONS(2071), + [anon_sym_do] = ACTIONS(2073), + [anon_sym_for] = ACTIONS(2075), + [anon_sym_return] = ACTIONS(2077), + [anon_sym_break] = ACTIONS(2079), + [anon_sym_continue] = ACTIONS(2081), + [anon_sym_goto] = ACTIONS(2083), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2085), + [sym_comment] = ACTIONS(42), + }, + [1087] = { + [sym_compound_statement] = STATE(1178), + [sym_labeled_statement] = STATE(1178), + [sym_expression_statement] = STATE(1178), + [sym_if_statement] = STATE(1178), + [sym_switch_statement] = STATE(1178), + [sym_case_statement] = STATE(1178), + [sym_while_statement] = STATE(1178), + [sym_do_statement] = STATE(1178), + [sym_for_statement] = STATE(1178), + [sym_return_statement] = STATE(1178), + [sym_break_statement] = STATE(1178), + [sym_continue_statement] = STATE(1178), + [sym_goto_statement] = STATE(1178), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1435), + [sym_comment] = ACTIONS(42), + }, + [1088] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1441), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1441), + [anon_sym_LPAREN] = ACTIONS(1443), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1441), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1441), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1441), + [sym_preproc_directive] = ACTIONS(1445), + [anon_sym_SEMI] = ACTIONS(1443), + [anon_sym_extern] = ACTIONS(1441), + [anon_sym_LBRACE] = ACTIONS(1443), + [anon_sym_RBRACE] = ACTIONS(1443), + [anon_sym_STAR] = ACTIONS(1443), + [anon_sym_typedef] = ACTIONS(1441), + [anon_sym_static] = ACTIONS(1441), + [anon_sym_auto] = ACTIONS(1441), + [anon_sym_register] = ACTIONS(1441), + [anon_sym_const] = ACTIONS(1441), + [anon_sym_restrict] = ACTIONS(1441), + [anon_sym_volatile] = ACTIONS(1441), + [sym_function_specifier] = ACTIONS(1441), + [anon_sym_unsigned] = ACTIONS(1441), + [anon_sym_long] = ACTIONS(1441), + [anon_sym_short] = ACTIONS(1441), + [anon_sym_enum] = ACTIONS(1441), + [anon_sym_struct] = ACTIONS(1441), + [anon_sym_union] = ACTIONS(1441), + [anon_sym_if] = ACTIONS(1441), + [anon_sym_else] = ACTIONS(1441), + [anon_sym_switch] = ACTIONS(1441), + [anon_sym_case] = ACTIONS(1441), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1441), + [anon_sym_do] = ACTIONS(1441), + [anon_sym_for] = ACTIONS(1441), + [anon_sym_return] = ACTIONS(1441), + [anon_sym_break] = ACTIONS(1441), + [anon_sym_continue] = ACTIONS(1441), + [anon_sym_goto] = ACTIONS(1441), + [anon_sym_AMP] = ACTIONS(1443), + [anon_sym_BANG] = ACTIONS(1443), + [anon_sym_TILDE] = ACTIONS(1443), + [anon_sym_PLUS] = ACTIONS(1441), + [anon_sym_DASH] = ACTIONS(1441), + [anon_sym_DASH_DASH] = ACTIONS(1443), + [anon_sym_PLUS_PLUS] = ACTIONS(1443), + [anon_sym_sizeof] = ACTIONS(1441), + [sym_number_literal] = ACTIONS(1441), + [sym_char_literal] = ACTIONS(1441), + [sym_string_literal] = ACTIONS(1443), + [sym_identifier] = ACTIONS(1445), + [sym_comment] = ACTIONS(42), + }, + [1089] = { + [sym__expression] = STATE(1179), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), + }, + [1090] = { + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1339), + [anon_sym_COLON] = ACTIONS(2335), + [anon_sym_QMARK] = ACTIONS(1343), + [anon_sym_STAR_EQ] = ACTIONS(1345), + [anon_sym_SLASH_EQ] = ACTIONS(1345), + [anon_sym_PERCENT_EQ] = ACTIONS(1345), + [anon_sym_PLUS_EQ] = ACTIONS(1345), + [anon_sym_DASH_EQ] = ACTIONS(1345), + [anon_sym_LT_LT_EQ] = ACTIONS(1345), + [anon_sym_GT_GT_EQ] = ACTIONS(1345), + [anon_sym_AMP_EQ] = ACTIONS(1345), + [anon_sym_CARET_EQ] = ACTIONS(1345), + [anon_sym_PIPE_EQ] = ACTIONS(1345), + [anon_sym_AMP] = ACTIONS(1347), + [anon_sym_PIPE_PIPE] = ACTIONS(1349), + [anon_sym_AMP_AMP] = ACTIONS(1351), + [anon_sym_PIPE] = ACTIONS(1353), + [anon_sym_CARET] = ACTIONS(1355), + [anon_sym_EQ_EQ] = ACTIONS(1357), + [anon_sym_BANG_EQ] = ACTIONS(1357), + [anon_sym_LT] = ACTIONS(1359), + [anon_sym_GT] = ACTIONS(1359), + [anon_sym_LT_EQ] = ACTIONS(1361), + [anon_sym_GT_EQ] = ACTIONS(1361), + [anon_sym_LT_LT] = ACTIONS(1363), + [anon_sym_GT_GT] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1365), + [anon_sym_SLASH] = ACTIONS(1337), + [anon_sym_PERCENT] = ACTIONS(1337), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), + }, + [1091] = { + [anon_sym_LPAREN] = ACTIONS(2431), + [sym_comment] = ACTIONS(42), }, [1092] = { - [sym_preproc_arg] = ACTIONS(4557), - [sym_comment] = ACTIONS(165), + [anon_sym_LPAREN] = ACTIONS(2433), + [sym_comment] = ACTIONS(42), }, [1093] = { - [sym_identifier] = ACTIONS(4559), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1182), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1094] = { - [sym_identifier] = ACTIONS(4561), - [sym_comment] = ACTIONS(123), + [anon_sym_COLON] = ACTIONS(2435), + [sym_comment] = ACTIONS(42), }, [1095] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4563), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4563), - [anon_sym_LPAREN] = ACTIONS(885), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4563), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4563), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4563), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4563), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(4563), - [sym_preproc_directive] = ACTIONS(4566), - [anon_sym_SEMI] = ACTIONS(885), - [anon_sym_extern] = ACTIONS(4563), - [anon_sym_LBRACE] = ACTIONS(885), - [anon_sym_RBRACE] = ACTIONS(4569), - [anon_sym_STAR] = ACTIONS(885), - [anon_sym_typedef] = ACTIONS(4563), - [anon_sym_static] = ACTIONS(4563), - [anon_sym_auto] = ACTIONS(4563), - [anon_sym_register] = ACTIONS(4563), - [anon_sym_const] = ACTIONS(4563), - [anon_sym_restrict] = ACTIONS(4563), - [anon_sym_volatile] = ACTIONS(4563), - [sym_function_specifier] = ACTIONS(4563), - [anon_sym_unsigned] = ACTIONS(4563), - [anon_sym_long] = ACTIONS(4563), - [anon_sym_short] = ACTIONS(4563), - [anon_sym_enum] = ACTIONS(4563), - [anon_sym_struct] = ACTIONS(4563), - [anon_sym_union] = ACTIONS(4563), - [anon_sym_if] = ACTIONS(883), - [anon_sym_switch] = ACTIONS(883), - [anon_sym_case] = ACTIONS(883), - [anon_sym_default] = ACTIONS(883), - [anon_sym_while] = ACTIONS(883), - [anon_sym_do] = ACTIONS(883), - [anon_sym_for] = ACTIONS(883), - [anon_sym_return] = ACTIONS(883), - [anon_sym_break] = ACTIONS(883), - [anon_sym_continue] = ACTIONS(883), - [anon_sym_goto] = ACTIONS(883), - [anon_sym_AMP] = ACTIONS(885), - [anon_sym_BANG] = ACTIONS(885), - [anon_sym_TILDE] = ACTIONS(885), - [anon_sym_PLUS] = ACTIONS(883), - [anon_sym_DASH] = ACTIONS(883), - [anon_sym_DASH_DASH] = ACTIONS(885), - [anon_sym_PLUS_PLUS] = ACTIONS(885), - [anon_sym_sizeof] = ACTIONS(883), - [sym_number_literal] = ACTIONS(883), - [sym_char_literal] = ACTIONS(883), - [sym_string_literal] = ACTIONS(885), - [sym_identifier] = ACTIONS(4566), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(2437), + [sym_comment] = ACTIONS(42), }, [1096] = { - [sym_type_qualifier] = STATE(81), - [sym__type_specifier] = STATE(82), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(1194), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_sized_type_specifier_repeat1] = STATE(84), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(797), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(2439), + [sym_comment] = ACTIONS(42), }, [1097] = { - [sym_compound_statement] = STATE(1248), - [sym_labeled_statement] = STATE(1248), - [sym_expression_statement] = STATE(1248), - [sym_if_statement] = STATE(1248), - [sym_switch_statement] = STATE(1248), - [sym_case_statement] = STATE(1248), - [sym_while_statement] = STATE(1248), - [sym_do_statement] = STATE(1248), - [sym_for_statement] = STATE(1248), - [sym_return_statement] = STATE(1248), - [sym_break_statement] = STATE(1248), - [sym_continue_statement] = STATE(1248), - [sym_goto_statement] = STATE(1248), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(3064), - [anon_sym_switch] = ACTIONS(3066), - [anon_sym_case] = ACTIONS(3068), - [anon_sym_default] = ACTIONS(3070), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(3074), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(3080), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(866), + [anon_sym_COMMA] = ACTIONS(866), + [anon_sym_SEMI] = ACTIONS(866), + [anon_sym_STAR] = ACTIONS(868), + [anon_sym_LBRACK] = ACTIONS(866), + [anon_sym_EQ] = ACTIONS(868), + [anon_sym_COLON] = ACTIONS(2441), + [anon_sym_QMARK] = ACTIONS(866), + [anon_sym_STAR_EQ] = ACTIONS(866), + [anon_sym_SLASH_EQ] = ACTIONS(866), + [anon_sym_PERCENT_EQ] = ACTIONS(866), + [anon_sym_PLUS_EQ] = ACTIONS(866), + [anon_sym_DASH_EQ] = ACTIONS(866), + [anon_sym_LT_LT_EQ] = ACTIONS(866), + [anon_sym_GT_GT_EQ] = ACTIONS(866), + [anon_sym_AMP_EQ] = ACTIONS(866), + [anon_sym_CARET_EQ] = ACTIONS(866), + [anon_sym_PIPE_EQ] = ACTIONS(866), + [anon_sym_AMP] = ACTIONS(868), + [anon_sym_PIPE_PIPE] = ACTIONS(866), + [anon_sym_AMP_AMP] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_LT] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_LT_LT] = ACTIONS(868), + [anon_sym_GT_GT] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_PERCENT] = ACTIONS(868), + [anon_sym_DASH_DASH] = ACTIONS(866), + [anon_sym_PLUS_PLUS] = ACTIONS(866), + [anon_sym_DOT] = ACTIONS(866), + [anon_sym_DASH_GT] = ACTIONS(866), + [sym_comment] = ACTIONS(42), }, [1098] = { - [sym__expression] = STATE(1250), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(4572), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_else] = ACTIONS(2443), + [anon_sym_while] = ACTIONS(2277), + [sym_comment] = ACTIONS(42), }, [1099] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(1253), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(4574), - [anon_sym_SEMI] = ACTIONS(4576), - [anon_sym_STAR] = ACTIONS(4327), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(4329), - [anon_sym_QMARK] = ACTIONS(4331), - [anon_sym_STAR_EQ] = ACTIONS(4333), - [anon_sym_SLASH_EQ] = ACTIONS(4333), - [anon_sym_PERCENT_EQ] = ACTIONS(4333), - [anon_sym_PLUS_EQ] = ACTIONS(4333), - [anon_sym_DASH_EQ] = ACTIONS(4333), - [anon_sym_LT_LT_EQ] = ACTIONS(4333), - [anon_sym_GT_GT_EQ] = ACTIONS(4333), - [anon_sym_AMP_EQ] = ACTIONS(4333), - [anon_sym_CARET_EQ] = ACTIONS(4333), - [anon_sym_PIPE_EQ] = ACTIONS(4333), - [anon_sym_AMP] = ACTIONS(4335), - [anon_sym_PIPE_PIPE] = ACTIONS(4337), - [anon_sym_AMP_AMP] = ACTIONS(4337), - [anon_sym_PIPE] = ACTIONS(4335), - [anon_sym_CARET] = ACTIONS(4335), - [anon_sym_EQ_EQ] = ACTIONS(4339), - [anon_sym_BANG_EQ] = ACTIONS(4339), - [anon_sym_LT] = ACTIONS(4341), - [anon_sym_GT] = ACTIONS(4341), - [anon_sym_LT_EQ] = ACTIONS(4343), - [anon_sym_GT_EQ] = ACTIONS(4343), - [anon_sym_LT_LT] = ACTIONS(4345), - [anon_sym_GT_GT] = ACTIONS(4345), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4327), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1104), + [sym_labeled_statement] = STATE(1104), + [sym_expression_statement] = STATE(1104), + [sym_if_statement] = STATE(1104), + [sym_switch_statement] = STATE(1104), + [sym_case_statement] = STATE(1104), + [sym_while_statement] = STATE(1104), + [sym_do_statement] = STATE(1104), + [sym_for_statement] = STATE(1104), + [sym_return_statement] = STATE(1104), + [sym_break_statement] = STATE(1104), + [sym_continue_statement] = STATE(1104), + [sym_goto_statement] = STATE(1104), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(840), + [anon_sym_switch] = ACTIONS(842), + [anon_sym_case] = ACTIONS(844), + [anon_sym_default] = ACTIONS(846), + [anon_sym_while] = ACTIONS(848), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(850), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(852), + [sym_comment] = ACTIONS(42), }, [1100] = { - [sym_type_qualifier] = STATE(81), - [sym__type_specifier] = STATE(82), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(1254), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_sized_type_specifier_repeat1] = STATE(84), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(797), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [aux_sym_for_statement_repeat1] = STATE(1189), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1817), + [anon_sym_RPAREN] = ACTIONS(2445), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1101] = { - [sym_preproc_include] = STATE(169), - [sym_preproc_def] = STATE(169), - [sym_preproc_function_def] = STATE(169), - [sym_preproc_call] = STATE(169), - [sym_preproc_if_in_compound_statement] = STATE(170), - [sym_preproc_ifdef_in_compound_statement] = STATE(171), - [sym_declaration] = STATE(169), - [sym__declaration_specifiers] = STATE(172), - [sym_compound_statement] = STATE(169), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [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(1110), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(333), - [sym__initializer_list_contents] = STATE(334), - [sym_designator] = STATE(335), - [sym_concatenated_string] = STATE(166), - [sym__empty_declaration] = STATE(169), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(175), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym__initializer_list_contents_repeat1] = STATE(336), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [anon_sym_LPAREN] = ACTIONS(2838), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(531), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(533), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(535), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(2840), - [anon_sym_RBRACE] = ACTIONS(4578), - [anon_sym_STAR] = ACTIONS(2844), - [anon_sym_LBRACK] = ACTIONS(979), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(543), - [anon_sym_switch] = ACTIONS(545), - [anon_sym_case] = ACTIONS(547), - [anon_sym_default] = ACTIONS(549), - [anon_sym_while] = ACTIONS(551), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(555), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(2844), - [anon_sym_BANG] = ACTIONS(2846), - [anon_sym_TILDE] = ACTIONS(2848), - [anon_sym_PLUS] = ACTIONS(2850), - [anon_sym_DASH] = ACTIONS(2850), - [anon_sym_DASH_DASH] = ACTIONS(2852), - [anon_sym_PLUS_PLUS] = ACTIONS(2852), - [anon_sym_sizeof] = ACTIONS(2854), - [anon_sym_DOT] = ACTIONS(981), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(579), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1190), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_RPAREN] = ACTIONS(2445), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1102] = { - [ts_builtin_sym_end] = ACTIONS(4580), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4583), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4583), - [anon_sym_LPAREN] = ACTIONS(4586), - [anon_sym_COMMA] = ACTIONS(4591), - [anon_sym_RPAREN] = ACTIONS(4591), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4583), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4583), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4583), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4583), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(4583), - [sym_preproc_directive] = ACTIONS(4595), - [anon_sym_SEMI] = ACTIONS(4586), - [anon_sym_extern] = ACTIONS(4598), - [anon_sym_LBRACE] = ACTIONS(811), - [anon_sym_RBRACE] = ACTIONS(4603), - [anon_sym_STAR] = ACTIONS(4607), - [anon_sym_LBRACK] = ACTIONS(4591), - [anon_sym_RBRACK] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(1379), - [anon_sym_typedef] = ACTIONS(4598), - [anon_sym_static] = ACTIONS(4598), - [anon_sym_auto] = ACTIONS(4598), - [anon_sym_register] = ACTIONS(4598), - [anon_sym_const] = ACTIONS(4598), - [anon_sym_restrict] = ACTIONS(4598), - [anon_sym_volatile] = ACTIONS(4598), - [sym_function_specifier] = ACTIONS(4598), - [anon_sym_unsigned] = ACTIONS(4583), - [anon_sym_long] = ACTIONS(4583), - [anon_sym_short] = ACTIONS(4583), - [anon_sym_enum] = ACTIONS(4583), - [anon_sym_struct] = ACTIONS(4583), - [anon_sym_union] = ACTIONS(4583), - [anon_sym_COLON] = ACTIONS(4591), - [anon_sym_if] = ACTIONS(813), - [anon_sym_else] = ACTIONS(813), - [anon_sym_switch] = ACTIONS(813), - [anon_sym_case] = ACTIONS(813), - [anon_sym_default] = ACTIONS(813), - [anon_sym_while] = ACTIONS(813), - [anon_sym_do] = ACTIONS(813), - [anon_sym_for] = ACTIONS(813), - [anon_sym_return] = ACTIONS(813), - [anon_sym_break] = ACTIONS(813), - [anon_sym_continue] = ACTIONS(813), - [anon_sym_goto] = ACTIONS(813), - [anon_sym_QMARK] = ACTIONS(1377), - [anon_sym_STAR_EQ] = ACTIONS(1377), - [anon_sym_SLASH_EQ] = ACTIONS(1377), - [anon_sym_PERCENT_EQ] = ACTIONS(1377), - [anon_sym_PLUS_EQ] = ACTIONS(1377), - [anon_sym_DASH_EQ] = ACTIONS(1377), - [anon_sym_LT_LT_EQ] = ACTIONS(1377), - [anon_sym_GT_GT_EQ] = ACTIONS(1377), - [anon_sym_AMP_EQ] = ACTIONS(1377), - [anon_sym_CARET_EQ] = ACTIONS(1377), - [anon_sym_PIPE_EQ] = ACTIONS(1377), - [anon_sym_AMP] = ACTIONS(4607), - [anon_sym_PIPE_PIPE] = ACTIONS(1377), - [anon_sym_AMP_AMP] = ACTIONS(1377), - [anon_sym_BANG] = ACTIONS(4612), - [anon_sym_PIPE] = ACTIONS(1379), - [anon_sym_CARET] = ACTIONS(1379), - [anon_sym_TILDE] = ACTIONS(4616), - [anon_sym_EQ_EQ] = ACTIONS(1377), - [anon_sym_BANG_EQ] = ACTIONS(1377), - [anon_sym_LT] = ACTIONS(1379), - [anon_sym_GT] = ACTIONS(1379), - [anon_sym_LT_EQ] = ACTIONS(1377), - [anon_sym_GT_EQ] = ACTIONS(1377), - [anon_sym_LT_LT] = ACTIONS(1379), - [anon_sym_GT_GT] = ACTIONS(1379), - [anon_sym_PLUS] = ACTIONS(4607), - [anon_sym_DASH] = ACTIONS(4607), - [anon_sym_SLASH] = ACTIONS(1379), - [anon_sym_PERCENT] = ACTIONS(1379), - [anon_sym_DASH_DASH] = ACTIONS(4586), - [anon_sym_PLUS_PLUS] = ACTIONS(4586), - [anon_sym_sizeof] = ACTIONS(4612), - [anon_sym_DOT] = ACTIONS(1377), - [anon_sym_DASH_GT] = ACTIONS(1377), - [sym_number_literal] = ACTIONS(4612), - [sym_char_literal] = ACTIONS(4612), - [sym_string_literal] = ACTIONS(4616), - [sym_identifier] = ACTIONS(4620), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2447), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1103] = { - [sym__expression] = STATE(1256), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(2838), - [anon_sym_STAR] = ACTIONS(2844), - [anon_sym_AMP] = ACTIONS(2844), - [anon_sym_BANG] = ACTIONS(2846), - [anon_sym_TILDE] = ACTIONS(2848), - [anon_sym_PLUS] = ACTIONS(2850), - [anon_sym_DASH] = ACTIONS(2850), - [anon_sym_DASH_DASH] = ACTIONS(2852), - [anon_sym_PLUS_PLUS] = ACTIONS(2852), - [anon_sym_sizeof] = ACTIONS(2854), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2449), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2449), + [anon_sym_LPAREN] = ACTIONS(2451), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2449), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2449), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2449), + [sym_preproc_directive] = ACTIONS(2453), + [anon_sym_SEMI] = ACTIONS(2451), + [anon_sym_extern] = ACTIONS(2449), + [anon_sym_LBRACE] = ACTIONS(2451), + [anon_sym_RBRACE] = ACTIONS(2451), + [anon_sym_STAR] = ACTIONS(2451), + [anon_sym_typedef] = ACTIONS(2449), + [anon_sym_static] = ACTIONS(2449), + [anon_sym_auto] = ACTIONS(2449), + [anon_sym_register] = ACTIONS(2449), + [anon_sym_const] = ACTIONS(2449), + [anon_sym_restrict] = ACTIONS(2449), + [anon_sym_volatile] = ACTIONS(2449), + [sym_function_specifier] = ACTIONS(2449), + [anon_sym_unsigned] = ACTIONS(2449), + [anon_sym_long] = ACTIONS(2449), + [anon_sym_short] = ACTIONS(2449), + [anon_sym_enum] = ACTIONS(2449), + [anon_sym_struct] = ACTIONS(2449), + [anon_sym_union] = ACTIONS(2449), + [anon_sym_if] = ACTIONS(2449), + [anon_sym_switch] = ACTIONS(2449), + [anon_sym_case] = ACTIONS(2449), + [anon_sym_default] = ACTIONS(2449), + [anon_sym_while] = ACTIONS(2449), + [anon_sym_do] = ACTIONS(2449), + [anon_sym_for] = ACTIONS(2449), + [anon_sym_return] = ACTIONS(2449), + [anon_sym_break] = ACTIONS(2449), + [anon_sym_continue] = ACTIONS(2449), + [anon_sym_goto] = ACTIONS(2449), + [anon_sym_AMP] = ACTIONS(2451), + [anon_sym_BANG] = ACTIONS(2451), + [anon_sym_TILDE] = ACTIONS(2451), + [anon_sym_PLUS] = ACTIONS(2449), + [anon_sym_DASH] = ACTIONS(2449), + [anon_sym_DASH_DASH] = ACTIONS(2451), + [anon_sym_PLUS_PLUS] = ACTIONS(2451), + [anon_sym_sizeof] = ACTIONS(2449), + [sym_number_literal] = ACTIONS(2449), + [sym_char_literal] = ACTIONS(2449), + [sym_string_literal] = ACTIONS(2451), + [sym_identifier] = ACTIONS(2453), + [sym_comment] = ACTIONS(42), }, [1104] = { - [sym__expression] = STATE(1257), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(2838), - [anon_sym_STAR] = ACTIONS(2844), - [anon_sym_AMP] = ACTIONS(2844), - [anon_sym_BANG] = ACTIONS(2846), - [anon_sym_TILDE] = ACTIONS(2848), - [anon_sym_PLUS] = ACTIONS(2850), - [anon_sym_DASH] = ACTIONS(2850), - [anon_sym_DASH_DASH] = ACTIONS(2852), - [anon_sym_PLUS_PLUS] = ACTIONS(2852), - [anon_sym_sizeof] = ACTIONS(2854), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2455), + [anon_sym_LPAREN] = ACTIONS(2457), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2455), + [sym_preproc_directive] = ACTIONS(2459), + [anon_sym_SEMI] = ACTIONS(2457), + [anon_sym_extern] = ACTIONS(2455), + [anon_sym_LBRACE] = ACTIONS(2457), + [anon_sym_RBRACE] = ACTIONS(2457), + [anon_sym_STAR] = ACTIONS(2457), + [anon_sym_typedef] = ACTIONS(2455), + [anon_sym_static] = ACTIONS(2455), + [anon_sym_auto] = ACTIONS(2455), + [anon_sym_register] = ACTIONS(2455), + [anon_sym_const] = ACTIONS(2455), + [anon_sym_restrict] = ACTIONS(2455), + [anon_sym_volatile] = ACTIONS(2455), + [sym_function_specifier] = ACTIONS(2455), + [anon_sym_unsigned] = ACTIONS(2455), + [anon_sym_long] = ACTIONS(2455), + [anon_sym_short] = ACTIONS(2455), + [anon_sym_enum] = ACTIONS(2455), + [anon_sym_struct] = ACTIONS(2455), + [anon_sym_union] = ACTIONS(2455), + [anon_sym_if] = ACTIONS(2455), + [anon_sym_switch] = ACTIONS(2455), + [anon_sym_case] = ACTIONS(2455), + [anon_sym_default] = ACTIONS(2455), + [anon_sym_while] = ACTIONS(2455), + [anon_sym_do] = ACTIONS(2455), + [anon_sym_for] = ACTIONS(2455), + [anon_sym_return] = ACTIONS(2455), + [anon_sym_break] = ACTIONS(2455), + [anon_sym_continue] = ACTIONS(2455), + [anon_sym_goto] = ACTIONS(2455), + [anon_sym_AMP] = ACTIONS(2457), + [anon_sym_BANG] = ACTIONS(2457), + [anon_sym_TILDE] = ACTIONS(2457), + [anon_sym_PLUS] = ACTIONS(2455), + [anon_sym_DASH] = ACTIONS(2455), + [anon_sym_DASH_DASH] = ACTIONS(2457), + [anon_sym_PLUS_PLUS] = ACTIONS(2457), + [anon_sym_sizeof] = ACTIONS(2455), + [sym_number_literal] = ACTIONS(2455), + [sym_char_literal] = ACTIONS(2455), + [sym_string_literal] = ACTIONS(2457), + [sym_identifier] = ACTIONS(2459), + [sym_comment] = ACTIONS(42), }, [1105] = { - [sym__expression] = STATE(1258), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(2838), - [anon_sym_STAR] = ACTIONS(2844), - [anon_sym_AMP] = ACTIONS(2844), - [anon_sym_BANG] = ACTIONS(2846), - [anon_sym_TILDE] = ACTIONS(2848), - [anon_sym_PLUS] = ACTIONS(2850), - [anon_sym_DASH] = ACTIONS(2850), - [anon_sym_DASH_DASH] = ACTIONS(2852), - [anon_sym_PLUS_PLUS] = ACTIONS(2852), - [anon_sym_sizeof] = ACTIONS(2854), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1192), + [sym_labeled_statement] = STATE(1192), + [sym_expression_statement] = STATE(1192), + [sym_if_statement] = STATE(1192), + [sym_switch_statement] = STATE(1192), + [sym_case_statement] = STATE(1192), + [sym_while_statement] = STATE(1192), + [sym_do_statement] = STATE(1192), + [sym_for_statement] = STATE(1192), + [sym_return_statement] = STATE(1192), + [sym_break_statement] = STATE(1192), + [sym_continue_statement] = STATE(1192), + [sym_goto_statement] = STATE(1192), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1435), + [sym_comment] = ACTIONS(42), }, [1106] = { - [sym__expression] = STATE(1259), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(2838), - [anon_sym_STAR] = ACTIONS(2844), - [anon_sym_AMP] = ACTIONS(2844), - [anon_sym_BANG] = ACTIONS(2846), - [anon_sym_TILDE] = ACTIONS(2848), - [anon_sym_PLUS] = ACTIONS(2850), - [anon_sym_DASH] = ACTIONS(2850), - [anon_sym_DASH_DASH] = ACTIONS(2852), - [anon_sym_PLUS_PLUS] = ACTIONS(2852), - [anon_sym_sizeof] = ACTIONS(2854), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(2125), + [anon_sym_RPAREN] = ACTIONS(2461), + [sym_comment] = ACTIONS(42), }, [1107] = { - [sym__expression] = STATE(1261), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4625), - [anon_sym_STAR] = ACTIONS(2844), - [anon_sym_AMP] = ACTIONS(2844), - [anon_sym_BANG] = ACTIONS(2846), - [anon_sym_TILDE] = ACTIONS(2848), - [anon_sym_PLUS] = ACTIONS(2850), - [anon_sym_DASH] = ACTIONS(2850), - [anon_sym_DASH_DASH] = ACTIONS(2852), - [anon_sym_PLUS_PLUS] = ACTIONS(2852), - [anon_sym_sizeof] = ACTIONS(2854), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [aux_sym_for_statement_repeat1] = STATE(1194), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1817), + [anon_sym_RPAREN] = ACTIONS(2461), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1108] = { - [anon_sym_LPAREN] = ACTIONS(871), - [anon_sym_COMMA] = ACTIONS(4409), - [anon_sym_SEMI] = ACTIONS(875), - [anon_sym_extern] = ACTIONS(214), - [anon_sym_RBRACE] = ACTIONS(4409), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(4627), - [anon_sym_typedef] = ACTIONS(214), - [anon_sym_static] = ACTIONS(214), - [anon_sym_auto] = ACTIONS(214), - [anon_sym_register] = ACTIONS(214), - [anon_sym_const] = ACTIONS(214), - [anon_sym_restrict] = ACTIONS(214), - [anon_sym_volatile] = ACTIONS(214), - [sym_function_specifier] = ACTIONS(214), - [anon_sym_COLON] = ACTIONS(4630), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_identifier] = ACTIONS(216), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1017), + [anon_sym_SEMI] = ACTIONS(1017), + [anon_sym_STAR] = ACTIONS(1017), + [anon_sym_AMP] = ACTIONS(1017), + [anon_sym_BANG] = ACTIONS(1017), + [anon_sym_TILDE] = ACTIONS(1017), + [anon_sym_PLUS] = ACTIONS(1019), + [anon_sym_DASH] = ACTIONS(1019), + [anon_sym_DASH_DASH] = ACTIONS(1017), + [anon_sym_PLUS_PLUS] = ACTIONS(1017), + [anon_sym_sizeof] = ACTIONS(1019), + [sym_number_literal] = ACTIONS(1019), + [sym_char_literal] = ACTIONS(1019), + [sym_string_literal] = ACTIONS(1017), + [sym_identifier] = ACTIONS(1021), + [sym_comment] = ACTIONS(42), }, [1109] = { - [sym__declarator] = STATE(45), - [sym__field_declarator] = STATE(122), - [sym_pointer_declarator] = STATE(44), - [sym_pointer_field_declarator] = STATE(123), - [sym_function_declarator] = STATE(44), - [sym_function_field_declarator] = STATE(124), - [sym_array_declarator] = STATE(44), - [sym_array_field_declarator] = STATE(125), - [sym_init_declarator] = STATE(46), - [anon_sym_LPAREN] = ACTIONS(4633), - [anon_sym_SEMI] = ACTIONS(3560), - [anon_sym_STAR] = ACTIONS(4635), - [anon_sym_COLON] = ACTIONS(473), - [sym_identifier] = ACTIONS(4637), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1195), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_RPAREN] = ACTIONS(2461), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1110] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(4639), - [anon_sym_SEMI] = ACTIONS(905), - [anon_sym_RBRACE] = ACTIONS(1383), - [anon_sym_STAR] = ACTIONS(4642), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(4644), - [anon_sym_QMARK] = ACTIONS(4646), - [anon_sym_STAR_EQ] = ACTIONS(4648), - [anon_sym_SLASH_EQ] = ACTIONS(4648), - [anon_sym_PERCENT_EQ] = ACTIONS(4648), - [anon_sym_PLUS_EQ] = ACTIONS(4648), - [anon_sym_DASH_EQ] = ACTIONS(4648), - [anon_sym_LT_LT_EQ] = ACTIONS(4648), - [anon_sym_GT_GT_EQ] = ACTIONS(4648), - [anon_sym_AMP_EQ] = ACTIONS(4648), - [anon_sym_CARET_EQ] = ACTIONS(4648), - [anon_sym_PIPE_EQ] = ACTIONS(4648), - [anon_sym_AMP] = ACTIONS(4650), - [anon_sym_PIPE_PIPE] = ACTIONS(4652), - [anon_sym_AMP_AMP] = ACTIONS(4652), - [anon_sym_PIPE] = ACTIONS(4650), - [anon_sym_CARET] = ACTIONS(4650), - [anon_sym_EQ_EQ] = ACTIONS(4654), - [anon_sym_BANG_EQ] = ACTIONS(4654), - [anon_sym_LT] = ACTIONS(4656), - [anon_sym_GT] = ACTIONS(4656), - [anon_sym_LT_EQ] = ACTIONS(4658), - [anon_sym_GT_EQ] = ACTIONS(4658), - [anon_sym_LT_LT] = ACTIONS(4660), - [anon_sym_GT_GT] = ACTIONS(4660), - [anon_sym_PLUS] = ACTIONS(4642), - [anon_sym_DASH] = ACTIONS(4642), - [anon_sym_SLASH] = ACTIONS(4642), - [anon_sym_PERCENT] = ACTIONS(4642), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(2463), + [anon_sym_RPAREN] = ACTIONS(2463), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1111] = { - [sym__declaration_specifiers] = STATE(140), - [sym__declarator] = STATE(87), - [sym__field_declarator] = STATE(211), - [sym__abstract_declarator] = STATE(226), - [sym_pointer_declarator] = STATE(44), - [sym_pointer_field_declarator] = STATE(123), - [sym_abstract_pointer_declarator] = STATE(132), - [sym_function_declarator] = STATE(44), - [sym_function_field_declarator] = STATE(124), - [sym_abstract_function_declarator] = STATE(132), - [sym_array_declarator] = STATE(44), - [sym_array_field_declarator] = STATE(125), - [sym_abstract_array_declarator] = STATE(132), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(1060), - [sym__type_specifier] = STATE(1061), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_parameter_list] = STATE(133), - [sym_parameter_declaration] = STATE(138), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(1238), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(4252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(519), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(4254), - [anon_sym_LBRACK] = ACTIONS(507), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(4256), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(1562), + [anon_sym_extern] = ACTIONS(1564), + [anon_sym_STAR] = ACTIONS(1562), + [anon_sym_RBRACK] = ACTIONS(1562), + [anon_sym_typedef] = ACTIONS(1564), + [anon_sym_static] = ACTIONS(1564), + [anon_sym_auto] = ACTIONS(1564), + [anon_sym_register] = ACTIONS(1564), + [anon_sym_const] = ACTIONS(1564), + [anon_sym_restrict] = ACTIONS(1564), + [anon_sym_volatile] = ACTIONS(1564), + [sym_function_specifier] = ACTIONS(1564), + [anon_sym_AMP] = ACTIONS(1562), + [anon_sym_BANG] = ACTIONS(1562), + [anon_sym_TILDE] = ACTIONS(1562), + [anon_sym_PLUS] = ACTIONS(1564), + [anon_sym_DASH] = ACTIONS(1564), + [anon_sym_DASH_DASH] = ACTIONS(1562), + [anon_sym_PLUS_PLUS] = ACTIONS(1562), + [anon_sym_sizeof] = ACTIONS(1564), + [sym_number_literal] = ACTIONS(1564), + [sym_char_literal] = ACTIONS(1564), + [sym_string_literal] = ACTIONS(1562), + [sym_identifier] = ACTIONS(1566), + [sym_comment] = ACTIONS(42), }, [1112] = { - [sym__declarator] = STATE(1114), - [sym__field_declarator] = STATE(1115), - [sym__abstract_declarator] = STATE(227), - [sym_pointer_declarator] = STATE(44), - [sym_pointer_field_declarator] = STATE(123), - [sym_abstract_pointer_declarator] = STATE(132), - [sym_function_declarator] = STATE(44), - [sym_function_field_declarator] = STATE(124), - [sym_abstract_function_declarator] = STATE(132), - [sym_array_declarator] = STATE(44), - [sym_array_field_declarator] = STATE(125), - [sym_abstract_array_declarator] = STATE(132), - [sym_parameter_list] = STATE(133), - [sym__expression] = STATE(1240), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(2969), - [anon_sym_COMMA] = ACTIONS(745), - [anon_sym_RPAREN] = ACTIONS(745), - [anon_sym_STAR] = ACTIONS(2972), - [anon_sym_LBRACK] = ACTIONS(2974), - [anon_sym_AMP] = ACTIONS(2977), - [anon_sym_BANG] = ACTIONS(2979), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2983), - [anon_sym_DASH] = ACTIONS(2983), - [anon_sym_DASH_DASH] = ACTIONS(2985), - [anon_sym_PLUS_PLUS] = ACTIONS(2985), - [anon_sym_sizeof] = ACTIONS(2987), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(2989), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(2465), + [anon_sym_RBRACE] = ACTIONS(2465), + [anon_sym_STAR] = ACTIONS(1113), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1115), + [anon_sym_QMARK] = ACTIONS(1117), + [anon_sym_STAR_EQ] = ACTIONS(1119), + [anon_sym_SLASH_EQ] = ACTIONS(1119), + [anon_sym_PERCENT_EQ] = ACTIONS(1119), + [anon_sym_PLUS_EQ] = ACTIONS(1119), + [anon_sym_DASH_EQ] = ACTIONS(1119), + [anon_sym_LT_LT_EQ] = ACTIONS(1119), + [anon_sym_GT_GT_EQ] = ACTIONS(1119), + [anon_sym_AMP_EQ] = ACTIONS(1119), + [anon_sym_CARET_EQ] = ACTIONS(1119), + [anon_sym_PIPE_EQ] = ACTIONS(1119), + [anon_sym_AMP] = ACTIONS(1121), + [anon_sym_PIPE_PIPE] = ACTIONS(1123), + [anon_sym_AMP_AMP] = ACTIONS(1125), + [anon_sym_PIPE] = ACTIONS(1127), + [anon_sym_CARET] = ACTIONS(1129), + [anon_sym_EQ_EQ] = ACTIONS(1131), + [anon_sym_BANG_EQ] = ACTIONS(1131), + [anon_sym_LT] = ACTIONS(1133), + [anon_sym_GT] = ACTIONS(1133), + [anon_sym_LT_EQ] = ACTIONS(1135), + [anon_sym_GT_EQ] = ACTIONS(1135), + [anon_sym_LT_LT] = ACTIONS(1137), + [anon_sym_GT_GT] = ACTIONS(1137), + [anon_sym_PLUS] = ACTIONS(1139), + [anon_sym_DASH] = ACTIONS(1139), + [anon_sym_SLASH] = ACTIONS(1113), + [anon_sym_PERCENT] = ACTIONS(1113), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1113] = { - [anon_sym_LPAREN] = ACTIONS(4405), - [anon_sym_COMMA] = ACTIONS(4405), - [anon_sym_RPAREN] = ACTIONS(4405), - [anon_sym_SEMI] = ACTIONS(4405), - [anon_sym_LBRACE] = ACTIONS(339), - [anon_sym_RBRACE] = ACTIONS(865), - [anon_sym_STAR] = ACTIONS(867), - [anon_sym_LBRACK] = ACTIONS(4405), - [anon_sym_RBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(4662), - [anon_sym_COLON] = ACTIONS(4665), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(2465), + [anon_sym_RBRACE] = ACTIONS(2465), + [sym_comment] = ACTIONS(42), }, [1114] = { - [sym_parameter_list] = STATE(96), - [anon_sym_LPAREN] = ACTIONS(3568), - [anon_sym_COMMA] = ACTIONS(515), - [anon_sym_RPAREN] = ACTIONS(515), - [anon_sym_SEMI] = ACTIONS(515), - [anon_sym_LBRACE] = ACTIONS(515), - [anon_sym_LBRACK] = ACTIONS(3589), - [anon_sym_EQ] = ACTIONS(515), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1025), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1025), + [anon_sym_LPAREN] = ACTIONS(1023), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1025), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1025), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1025), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1025), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1025), + [sym_preproc_directive] = ACTIONS(1027), + [anon_sym_SEMI] = ACTIONS(1023), + [anon_sym_extern] = ACTIONS(1025), + [anon_sym_LBRACE] = ACTIONS(1023), + [anon_sym_STAR] = ACTIONS(1023), + [anon_sym_typedef] = ACTIONS(1025), + [anon_sym_static] = ACTIONS(1025), + [anon_sym_auto] = ACTIONS(1025), + [anon_sym_register] = ACTIONS(1025), + [anon_sym_const] = ACTIONS(1025), + [anon_sym_restrict] = ACTIONS(1025), + [anon_sym_volatile] = ACTIONS(1025), + [sym_function_specifier] = ACTIONS(1025), + [anon_sym_unsigned] = ACTIONS(1025), + [anon_sym_long] = ACTIONS(1025), + [anon_sym_short] = ACTIONS(1025), + [anon_sym_enum] = ACTIONS(1025), + [anon_sym_struct] = ACTIONS(1025), + [anon_sym_union] = ACTIONS(1025), + [anon_sym_if] = ACTIONS(1025), + [anon_sym_switch] = ACTIONS(1025), + [anon_sym_case] = ACTIONS(1025), + [anon_sym_default] = ACTIONS(1025), + [anon_sym_while] = ACTIONS(1025), + [anon_sym_do] = ACTIONS(1025), + [anon_sym_for] = ACTIONS(1025), + [anon_sym_return] = ACTIONS(1025), + [anon_sym_break] = ACTIONS(1025), + [anon_sym_continue] = ACTIONS(1025), + [anon_sym_goto] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(1023), + [anon_sym_TILDE] = ACTIONS(1023), + [anon_sym_PLUS] = ACTIONS(1025), + [anon_sym_DASH] = ACTIONS(1025), + [anon_sym_DASH_DASH] = ACTIONS(1023), + [anon_sym_PLUS_PLUS] = ACTIONS(1023), + [anon_sym_sizeof] = ACTIONS(1025), + [sym_number_literal] = ACTIONS(1025), + [sym_char_literal] = ACTIONS(1025), + [sym_string_literal] = ACTIONS(1023), + [sym_identifier] = ACTIONS(1027), + [sym_comment] = ACTIONS(42), }, [1115] = { - [sym_parameter_list] = STATE(224), - [anon_sym_LPAREN] = ACTIONS(3595), - [anon_sym_COMMA] = ACTIONS(1081), - [anon_sym_RPAREN] = ACTIONS(1081), - [anon_sym_SEMI] = ACTIONS(1081), - [anon_sym_LBRACK] = ACTIONS(3611), - [anon_sym_COLON] = ACTIONS(1081), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1041), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1041), + [anon_sym_LPAREN] = ACTIONS(1039), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1041), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1041), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1041), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1041), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1041), + [sym_preproc_directive] = ACTIONS(1043), + [anon_sym_SEMI] = ACTIONS(1039), + [anon_sym_extern] = ACTIONS(1041), + [anon_sym_LBRACE] = ACTIONS(1039), + [anon_sym_STAR] = ACTIONS(1039), + [anon_sym_typedef] = ACTIONS(1041), + [anon_sym_static] = ACTIONS(1041), + [anon_sym_auto] = ACTIONS(1041), + [anon_sym_register] = ACTIONS(1041), + [anon_sym_const] = ACTIONS(1041), + [anon_sym_restrict] = ACTIONS(1041), + [anon_sym_volatile] = ACTIONS(1041), + [sym_function_specifier] = ACTIONS(1041), + [anon_sym_unsigned] = ACTIONS(1041), + [anon_sym_long] = ACTIONS(1041), + [anon_sym_short] = ACTIONS(1041), + [anon_sym_enum] = ACTIONS(1041), + [anon_sym_struct] = ACTIONS(1041), + [anon_sym_union] = ACTIONS(1041), + [anon_sym_if] = ACTIONS(1041), + [anon_sym_switch] = ACTIONS(1041), + [anon_sym_case] = ACTIONS(1041), + [anon_sym_default] = ACTIONS(1041), + [anon_sym_while] = ACTIONS(1041), + [anon_sym_do] = ACTIONS(1041), + [anon_sym_for] = ACTIONS(1041), + [anon_sym_return] = ACTIONS(1041), + [anon_sym_break] = ACTIONS(1041), + [anon_sym_continue] = ACTIONS(1041), + [anon_sym_goto] = ACTIONS(1041), + [anon_sym_AMP] = ACTIONS(1039), + [anon_sym_BANG] = ACTIONS(1039), + [anon_sym_TILDE] = ACTIONS(1039), + [anon_sym_PLUS] = ACTIONS(1041), + [anon_sym_DASH] = ACTIONS(1041), + [anon_sym_DASH_DASH] = ACTIONS(1039), + [anon_sym_PLUS_PLUS] = ACTIONS(1039), + [anon_sym_sizeof] = ACTIONS(1041), + [sym_number_literal] = ACTIONS(1041), + [sym_char_literal] = ACTIONS(1041), + [sym_string_literal] = ACTIONS(1039), + [sym_identifier] = ACTIONS(1043), + [sym_comment] = ACTIONS(42), }, [1116] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(4668), - [anon_sym_COMMA] = ACTIONS(4672), - [anon_sym_RPAREN] = ACTIONS(4672), - [anon_sym_SEMI] = ACTIONS(4672), - [anon_sym_RBRACE] = ACTIONS(4672), - [anon_sym_STAR] = ACTIONS(4675), - [anon_sym_LBRACK] = ACTIONS(4679), - [anon_sym_RBRACK] = ACTIONS(4672), - [anon_sym_EQ] = ACTIONS(4683), - [anon_sym_COLON] = ACTIONS(4672), - [anon_sym_QMARK] = ACTIONS(4687), - [anon_sym_STAR_EQ] = ACTIONS(4691), - [anon_sym_SLASH_EQ] = ACTIONS(4691), - [anon_sym_PERCENT_EQ] = ACTIONS(4691), - [anon_sym_PLUS_EQ] = ACTIONS(4691), - [anon_sym_DASH_EQ] = ACTIONS(4691), - [anon_sym_LT_LT_EQ] = ACTIONS(4691), - [anon_sym_GT_GT_EQ] = ACTIONS(4691), - [anon_sym_AMP_EQ] = ACTIONS(4691), - [anon_sym_CARET_EQ] = ACTIONS(4691), - [anon_sym_PIPE_EQ] = ACTIONS(4691), - [anon_sym_AMP] = ACTIONS(4695), - [anon_sym_PIPE_PIPE] = ACTIONS(4699), - [anon_sym_AMP_AMP] = ACTIONS(4699), - [anon_sym_PIPE] = ACTIONS(4695), - [anon_sym_CARET] = ACTIONS(4695), - [anon_sym_EQ_EQ] = ACTIONS(4703), - [anon_sym_BANG_EQ] = ACTIONS(4703), - [anon_sym_LT] = ACTIONS(4707), - [anon_sym_GT] = ACTIONS(4707), - [anon_sym_LT_EQ] = ACTIONS(4711), - [anon_sym_GT_EQ] = ACTIONS(4711), - [anon_sym_LT_LT] = ACTIONS(4715), - [anon_sym_GT_GT] = ACTIONS(4715), - [anon_sym_PLUS] = ACTIONS(4675), - [anon_sym_DASH] = ACTIONS(4675), - [anon_sym_SLASH] = ACTIONS(4675), - [anon_sym_PERCENT] = ACTIONS(4675), - [anon_sym_DASH_DASH] = ACTIONS(4719), - [anon_sym_PLUS_PLUS] = ACTIONS(4719), - [anon_sym_DOT] = ACTIONS(4723), - [anon_sym_DASH_GT] = ACTIONS(4723), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2233), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2233), + [anon_sym_LPAREN] = ACTIONS(2235), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2233), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2233), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2233), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2233), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2233), + [sym_preproc_directive] = ACTIONS(2237), + [anon_sym_SEMI] = ACTIONS(2235), + [anon_sym_extern] = ACTIONS(2233), + [anon_sym_LBRACE] = ACTIONS(2235), + [anon_sym_STAR] = ACTIONS(2235), + [anon_sym_typedef] = ACTIONS(2233), + [anon_sym_static] = ACTIONS(2233), + [anon_sym_auto] = ACTIONS(2233), + [anon_sym_register] = ACTIONS(2233), + [anon_sym_const] = ACTIONS(2233), + [anon_sym_restrict] = ACTIONS(2233), + [anon_sym_volatile] = ACTIONS(2233), + [sym_function_specifier] = ACTIONS(2233), + [anon_sym_unsigned] = ACTIONS(2233), + [anon_sym_long] = ACTIONS(2233), + [anon_sym_short] = ACTIONS(2233), + [anon_sym_enum] = ACTIONS(2233), + [anon_sym_struct] = ACTIONS(2233), + [anon_sym_union] = ACTIONS(2233), + [anon_sym_if] = ACTIONS(2233), + [anon_sym_switch] = ACTIONS(2233), + [anon_sym_case] = ACTIONS(2233), + [anon_sym_default] = ACTIONS(2233), + [anon_sym_while] = ACTIONS(2233), + [anon_sym_do] = ACTIONS(2233), + [anon_sym_for] = ACTIONS(2233), + [anon_sym_return] = ACTIONS(2233), + [anon_sym_break] = ACTIONS(2233), + [anon_sym_continue] = ACTIONS(2233), + [anon_sym_goto] = ACTIONS(2233), + [anon_sym_AMP] = ACTIONS(2235), + [anon_sym_BANG] = ACTIONS(2235), + [anon_sym_TILDE] = ACTIONS(2235), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_DASH_DASH] = ACTIONS(2235), + [anon_sym_PLUS_PLUS] = ACTIONS(2235), + [anon_sym_sizeof] = ACTIONS(2233), + [sym_number_literal] = ACTIONS(2233), + [sym_char_literal] = ACTIONS(2233), + [sym_string_literal] = ACTIONS(2235), + [sym_identifier] = ACTIONS(2237), + [sym_comment] = ACTIONS(42), }, [1117] = { - [anon_sym_LPAREN] = ACTIONS(4727), - [anon_sym_COMMA] = ACTIONS(4727), - [anon_sym_RPAREN] = ACTIONS(4727), - [anon_sym_SEMI] = ACTIONS(4732), - [anon_sym_LBRACE] = ACTIONS(943), - [anon_sym_LBRACK] = ACTIONS(4727), - [anon_sym_EQ] = ACTIONS(943), - [anon_sym_COLON] = ACTIONS(1425), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2239), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2239), + [anon_sym_LPAREN] = ACTIONS(2241), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2239), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2239), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2239), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2239), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2239), + [sym_preproc_directive] = ACTIONS(2243), + [anon_sym_SEMI] = ACTIONS(2241), + [anon_sym_extern] = ACTIONS(2239), + [anon_sym_LBRACE] = ACTIONS(2241), + [anon_sym_STAR] = ACTIONS(2241), + [anon_sym_typedef] = ACTIONS(2239), + [anon_sym_static] = ACTIONS(2239), + [anon_sym_auto] = ACTIONS(2239), + [anon_sym_register] = ACTIONS(2239), + [anon_sym_const] = ACTIONS(2239), + [anon_sym_restrict] = ACTIONS(2239), + [anon_sym_volatile] = ACTIONS(2239), + [sym_function_specifier] = ACTIONS(2239), + [anon_sym_unsigned] = ACTIONS(2239), + [anon_sym_long] = ACTIONS(2239), + [anon_sym_short] = ACTIONS(2239), + [anon_sym_enum] = ACTIONS(2239), + [anon_sym_struct] = ACTIONS(2239), + [anon_sym_union] = ACTIONS(2239), + [anon_sym_if] = ACTIONS(2239), + [anon_sym_switch] = ACTIONS(2239), + [anon_sym_case] = ACTIONS(2239), + [anon_sym_default] = ACTIONS(2239), + [anon_sym_while] = ACTIONS(2239), + [anon_sym_do] = ACTIONS(2239), + [anon_sym_for] = ACTIONS(2239), + [anon_sym_return] = ACTIONS(2239), + [anon_sym_break] = ACTIONS(2239), + [anon_sym_continue] = ACTIONS(2239), + [anon_sym_goto] = ACTIONS(2239), + [anon_sym_AMP] = ACTIONS(2241), + [anon_sym_BANG] = ACTIONS(2241), + [anon_sym_TILDE] = ACTIONS(2241), + [anon_sym_PLUS] = ACTIONS(2239), + [anon_sym_DASH] = ACTIONS(2239), + [anon_sym_DASH_DASH] = ACTIONS(2241), + [anon_sym_PLUS_PLUS] = ACTIONS(2241), + [anon_sym_sizeof] = ACTIONS(2239), + [sym_number_literal] = ACTIONS(2239), + [sym_char_literal] = ACTIONS(2239), + [sym_string_literal] = ACTIONS(2241), + [sym_identifier] = ACTIONS(2243), + [sym_comment] = ACTIONS(42), }, [1118] = { - [sym__expression] = STATE(1169), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_RBRACK] = ACTIONS(3564), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2245), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2245), + [anon_sym_LPAREN] = ACTIONS(2247), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2245), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2245), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2245), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2245), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2245), + [sym_preproc_directive] = ACTIONS(2249), + [anon_sym_SEMI] = ACTIONS(2247), + [anon_sym_extern] = ACTIONS(2245), + [anon_sym_LBRACE] = ACTIONS(2247), + [anon_sym_STAR] = ACTIONS(2247), + [anon_sym_typedef] = ACTIONS(2245), + [anon_sym_static] = ACTIONS(2245), + [anon_sym_auto] = ACTIONS(2245), + [anon_sym_register] = ACTIONS(2245), + [anon_sym_const] = ACTIONS(2245), + [anon_sym_restrict] = ACTIONS(2245), + [anon_sym_volatile] = ACTIONS(2245), + [sym_function_specifier] = ACTIONS(2245), + [anon_sym_unsigned] = ACTIONS(2245), + [anon_sym_long] = ACTIONS(2245), + [anon_sym_short] = ACTIONS(2245), + [anon_sym_enum] = ACTIONS(2245), + [anon_sym_struct] = ACTIONS(2245), + [anon_sym_union] = ACTIONS(2245), + [anon_sym_if] = ACTIONS(2245), + [anon_sym_switch] = ACTIONS(2245), + [anon_sym_case] = ACTIONS(2245), + [anon_sym_default] = ACTIONS(2245), + [anon_sym_while] = ACTIONS(2245), + [anon_sym_do] = ACTIONS(2245), + [anon_sym_for] = ACTIONS(2245), + [anon_sym_return] = ACTIONS(2245), + [anon_sym_break] = ACTIONS(2245), + [anon_sym_continue] = ACTIONS(2245), + [anon_sym_goto] = ACTIONS(2245), + [anon_sym_AMP] = ACTIONS(2247), + [anon_sym_BANG] = ACTIONS(2247), + [anon_sym_TILDE] = ACTIONS(2247), + [anon_sym_PLUS] = ACTIONS(2245), + [anon_sym_DASH] = ACTIONS(2245), + [anon_sym_DASH_DASH] = ACTIONS(2247), + [anon_sym_PLUS_PLUS] = ACTIONS(2247), + [anon_sym_sizeof] = ACTIONS(2245), + [sym_number_literal] = ACTIONS(2245), + [sym_char_literal] = ACTIONS(2245), + [sym_string_literal] = ACTIONS(2247), + [sym_identifier] = ACTIONS(2249), + [sym_comment] = ACTIONS(42), }, [1119] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(949), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(4735), - [anon_sym_EQ] = ACTIONS(951), - [anon_sym_QMARK] = ACTIONS(953), - [anon_sym_STAR_EQ] = ACTIONS(955), - [anon_sym_SLASH_EQ] = ACTIONS(955), - [anon_sym_PERCENT_EQ] = ACTIONS(955), - [anon_sym_PLUS_EQ] = ACTIONS(955), - [anon_sym_DASH_EQ] = ACTIONS(955), - [anon_sym_LT_LT_EQ] = ACTIONS(955), - [anon_sym_GT_GT_EQ] = ACTIONS(955), - [anon_sym_AMP_EQ] = ACTIONS(955), - [anon_sym_CARET_EQ] = ACTIONS(955), - [anon_sym_PIPE_EQ] = ACTIONS(955), - [anon_sym_AMP] = ACTIONS(957), - [anon_sym_PIPE_PIPE] = ACTIONS(959), - [anon_sym_AMP_AMP] = ACTIONS(961), - [anon_sym_PIPE] = ACTIONS(963), - [anon_sym_CARET] = ACTIONS(965), - [anon_sym_EQ_EQ] = ACTIONS(967), - [anon_sym_BANG_EQ] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(969), - [anon_sym_GT] = ACTIONS(969), - [anon_sym_LT_EQ] = ACTIONS(971), - [anon_sym_GT_EQ] = ACTIONS(971), - [anon_sym_LT_LT] = ACTIONS(973), - [anon_sym_GT_GT] = ACTIONS(973), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_SLASH] = ACTIONS(949), - [anon_sym_PERCENT] = ACTIONS(949), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_LF] = ACTIONS(2467), + [sym_comment] = ACTIONS(52), }, [1120] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(4737), - [anon_sym_COMMA] = ACTIONS(4740), - [anon_sym_RPAREN] = ACTIONS(1610), - [anon_sym_SEMI] = ACTIONS(4746), - [anon_sym_RBRACE] = ACTIONS(4749), - [anon_sym_STAR] = ACTIONS(4754), - [anon_sym_LBRACK] = ACTIONS(4757), - [anon_sym_RBRACK] = ACTIONS(1610), - [anon_sym_EQ] = ACTIONS(4760), - [anon_sym_COLON] = ACTIONS(1610), - [anon_sym_QMARK] = ACTIONS(4763), - [anon_sym_STAR_EQ] = ACTIONS(4766), - [anon_sym_SLASH_EQ] = ACTIONS(4766), - [anon_sym_PERCENT_EQ] = ACTIONS(4766), - [anon_sym_PLUS_EQ] = ACTIONS(4766), - [anon_sym_DASH_EQ] = ACTIONS(4766), - [anon_sym_LT_LT_EQ] = ACTIONS(4766), - [anon_sym_GT_GT_EQ] = ACTIONS(4766), - [anon_sym_AMP_EQ] = ACTIONS(4766), - [anon_sym_CARET_EQ] = ACTIONS(4766), - [anon_sym_PIPE_EQ] = ACTIONS(4766), - [anon_sym_AMP] = ACTIONS(4769), - [anon_sym_PIPE_PIPE] = ACTIONS(4772), - [anon_sym_AMP_AMP] = ACTIONS(4772), - [anon_sym_PIPE] = ACTIONS(4769), - [anon_sym_CARET] = ACTIONS(4769), - [anon_sym_EQ_EQ] = ACTIONS(4775), - [anon_sym_BANG_EQ] = ACTIONS(4775), - [anon_sym_LT] = ACTIONS(4778), - [anon_sym_GT] = ACTIONS(4778), - [anon_sym_LT_EQ] = ACTIONS(4781), - [anon_sym_GT_EQ] = ACTIONS(4781), - [anon_sym_LT_LT] = ACTIONS(4784), - [anon_sym_GT_GT] = ACTIONS(4784), - [anon_sym_PLUS] = ACTIONS(4754), - [anon_sym_DASH] = ACTIONS(4754), - [anon_sym_SLASH] = ACTIONS(4754), - [anon_sym_PERCENT] = ACTIONS(4754), - [anon_sym_DASH_DASH] = ACTIONS(4787), - [anon_sym_PLUS_PLUS] = ACTIONS(4787), - [anon_sym_DOT] = ACTIONS(4790), - [anon_sym_DASH_GT] = ACTIONS(4790), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(588), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(588), + [anon_sym_LPAREN] = ACTIONS(586), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(588), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(588), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(588), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(588), + [sym_preproc_directive] = ACTIONS(590), + [anon_sym_SEMI] = ACTIONS(586), + [anon_sym_extern] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(586), + [anon_sym_STAR] = ACTIONS(586), + [anon_sym_typedef] = ACTIONS(588), + [anon_sym_static] = ACTIONS(588), + [anon_sym_auto] = ACTIONS(588), + [anon_sym_register] = ACTIONS(588), + [anon_sym_const] = ACTIONS(588), + [anon_sym_restrict] = ACTIONS(588), + [anon_sym_volatile] = ACTIONS(588), + [sym_function_specifier] = ACTIONS(588), + [anon_sym_unsigned] = ACTIONS(588), + [anon_sym_long] = ACTIONS(588), + [anon_sym_short] = ACTIONS(588), + [anon_sym_enum] = ACTIONS(588), + [anon_sym_struct] = ACTIONS(588), + [anon_sym_union] = ACTIONS(588), + [anon_sym_if] = ACTIONS(588), + [anon_sym_switch] = ACTIONS(588), + [anon_sym_case] = ACTIONS(588), + [anon_sym_default] = ACTIONS(588), + [anon_sym_while] = ACTIONS(588), + [anon_sym_do] = ACTIONS(588), + [anon_sym_for] = ACTIONS(588), + [anon_sym_return] = ACTIONS(588), + [anon_sym_break] = ACTIONS(588), + [anon_sym_continue] = ACTIONS(588), + [anon_sym_goto] = ACTIONS(588), + [anon_sym_AMP] = ACTIONS(586), + [anon_sym_BANG] = ACTIONS(586), + [anon_sym_TILDE] = ACTIONS(586), + [anon_sym_PLUS] = ACTIONS(588), + [anon_sym_DASH] = ACTIONS(588), + [anon_sym_DASH_DASH] = ACTIONS(586), + [anon_sym_PLUS_PLUS] = ACTIONS(586), + [anon_sym_sizeof] = ACTIONS(588), + [sym_number_literal] = ACTIONS(588), + [sym_char_literal] = ACTIONS(588), + [sym_string_literal] = ACTIONS(586), + [sym_identifier] = ACTIONS(590), + [sym_comment] = ACTIONS(42), }, [1121] = { - [anon_sym_COMMA] = ACTIONS(4793), - [anon_sym_SEMI] = ACTIONS(983), - [anon_sym_RBRACE] = ACTIONS(4797), - [sym_comment] = ACTIONS(123), + [anon_sym_LF] = ACTIONS(2469), + [sym_comment] = ACTIONS(52), }, [1122] = { - [anon_sym_LPAREN] = ACTIONS(871), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_RPAREN] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(865), - [anon_sym_extern] = ACTIONS(214), - [anon_sym_RBRACE] = ACTIONS(865), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_RBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_typedef] = ACTIONS(214), - [anon_sym_static] = ACTIONS(214), - [anon_sym_auto] = ACTIONS(214), - [anon_sym_register] = ACTIONS(214), - [anon_sym_const] = ACTIONS(214), - [anon_sym_restrict] = ACTIONS(214), - [anon_sym_volatile] = ACTIONS(214), - [sym_function_specifier] = ACTIONS(214), - [anon_sym_COLON] = ACTIONS(4461), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_identifier] = ACTIONS(216), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2013), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2013), + [anon_sym_LPAREN] = ACTIONS(2015), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2013), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2013), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2013), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2013), + [sym_preproc_directive] = ACTIONS(2017), + [anon_sym_SEMI] = ACTIONS(2015), + [anon_sym_extern] = ACTIONS(2013), + [anon_sym_LBRACE] = ACTIONS(2015), + [anon_sym_STAR] = ACTIONS(2015), + [anon_sym_typedef] = ACTIONS(2013), + [anon_sym_static] = ACTIONS(2013), + [anon_sym_auto] = ACTIONS(2013), + [anon_sym_register] = ACTIONS(2013), + [anon_sym_const] = ACTIONS(2013), + [anon_sym_restrict] = ACTIONS(2013), + [anon_sym_volatile] = ACTIONS(2013), + [sym_function_specifier] = ACTIONS(2013), + [anon_sym_unsigned] = ACTIONS(2013), + [anon_sym_long] = ACTIONS(2013), + [anon_sym_short] = ACTIONS(2013), + [anon_sym_enum] = ACTIONS(2013), + [anon_sym_struct] = ACTIONS(2013), + [anon_sym_union] = ACTIONS(2013), + [anon_sym_if] = ACTIONS(2013), + [anon_sym_switch] = ACTIONS(2013), + [anon_sym_case] = ACTIONS(2013), + [anon_sym_default] = ACTIONS(2013), + [anon_sym_while] = ACTIONS(2013), + [anon_sym_do] = ACTIONS(2013), + [anon_sym_for] = ACTIONS(2013), + [anon_sym_return] = ACTIONS(2013), + [anon_sym_break] = ACTIONS(2013), + [anon_sym_continue] = ACTIONS(2013), + [anon_sym_goto] = ACTIONS(2013), + [anon_sym_AMP] = ACTIONS(2015), + [anon_sym_BANG] = ACTIONS(2015), + [anon_sym_TILDE] = ACTIONS(2015), + [anon_sym_PLUS] = ACTIONS(2013), + [anon_sym_DASH] = ACTIONS(2013), + [anon_sym_DASH_DASH] = ACTIONS(2015), + [anon_sym_PLUS_PLUS] = ACTIONS(2015), + [anon_sym_sizeof] = ACTIONS(2013), + [sym_number_literal] = ACTIONS(2013), + [sym_char_literal] = ACTIONS(2013), + [sym_string_literal] = ACTIONS(2015), + [sym_identifier] = ACTIONS(2017), + [sym_comment] = ACTIONS(42), }, [1123] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3504), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3504), - [anon_sym_LPAREN] = ACTIONS(4800), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3504), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3504), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3504), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3504), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3504), - [sym_preproc_directive] = ACTIONS(4803), - [anon_sym_SEMI] = ACTIONS(4800), - [anon_sym_extern] = ACTIONS(3504), - [anon_sym_LBRACE] = ACTIONS(4800), - [anon_sym_RBRACE] = ACTIONS(4800), - [anon_sym_STAR] = ACTIONS(4800), - [anon_sym_typedef] = ACTIONS(3504), - [anon_sym_static] = ACTIONS(3504), - [anon_sym_auto] = ACTIONS(3504), - [anon_sym_register] = ACTIONS(3504), - [anon_sym_const] = ACTIONS(3504), - [anon_sym_restrict] = ACTIONS(3504), - [anon_sym_volatile] = ACTIONS(3504), - [sym_function_specifier] = ACTIONS(3504), - [anon_sym_unsigned] = ACTIONS(3504), - [anon_sym_long] = ACTIONS(3504), - [anon_sym_short] = ACTIONS(3504), - [anon_sym_enum] = ACTIONS(3504), - [anon_sym_struct] = ACTIONS(3504), - [anon_sym_union] = ACTIONS(3504), - [anon_sym_if] = ACTIONS(3504), - [anon_sym_else] = ACTIONS(3504), - [anon_sym_switch] = ACTIONS(3504), - [anon_sym_case] = ACTIONS(3504), - [anon_sym_default] = ACTIONS(3504), - [anon_sym_while] = ACTIONS(3504), - [anon_sym_do] = ACTIONS(3504), - [anon_sym_for] = ACTIONS(3504), - [anon_sym_return] = ACTIONS(3504), - [anon_sym_break] = ACTIONS(3504), - [anon_sym_continue] = ACTIONS(3504), - [anon_sym_goto] = ACTIONS(3504), - [anon_sym_AMP] = ACTIONS(4800), - [anon_sym_BANG] = ACTIONS(4800), - [anon_sym_TILDE] = ACTIONS(4800), - [anon_sym_PLUS] = ACTIONS(3504), - [anon_sym_DASH] = ACTIONS(3504), - [anon_sym_DASH_DASH] = ACTIONS(4800), - [anon_sym_PLUS_PLUS] = ACTIONS(4800), - [anon_sym_sizeof] = ACTIONS(3504), - [sym_number_literal] = ACTIONS(3504), - [sym_char_literal] = ACTIONS(3504), - [sym_string_literal] = ACTIONS(4800), - [sym_identifier] = ACTIONS(4803), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2021), + [anon_sym_LPAREN] = ACTIONS(2023), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2021), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2021), + [sym_preproc_directive] = ACTIONS(2025), + [anon_sym_SEMI] = ACTIONS(2023), + [anon_sym_extern] = ACTIONS(2021), + [anon_sym_LBRACE] = ACTIONS(2023), + [anon_sym_STAR] = ACTIONS(2023), + [anon_sym_typedef] = ACTIONS(2021), + [anon_sym_static] = ACTIONS(2021), + [anon_sym_auto] = ACTIONS(2021), + [anon_sym_register] = ACTIONS(2021), + [anon_sym_const] = ACTIONS(2021), + [anon_sym_restrict] = ACTIONS(2021), + [anon_sym_volatile] = ACTIONS(2021), + [sym_function_specifier] = ACTIONS(2021), + [anon_sym_unsigned] = ACTIONS(2021), + [anon_sym_long] = ACTIONS(2021), + [anon_sym_short] = ACTIONS(2021), + [anon_sym_enum] = ACTIONS(2021), + [anon_sym_struct] = ACTIONS(2021), + [anon_sym_union] = ACTIONS(2021), + [anon_sym_if] = ACTIONS(2021), + [anon_sym_switch] = ACTIONS(2021), + [anon_sym_case] = ACTIONS(2021), + [anon_sym_default] = ACTIONS(2021), + [anon_sym_while] = ACTIONS(2021), + [anon_sym_do] = ACTIONS(2021), + [anon_sym_for] = ACTIONS(2021), + [anon_sym_return] = ACTIONS(2021), + [anon_sym_break] = ACTIONS(2021), + [anon_sym_continue] = ACTIONS(2021), + [anon_sym_goto] = ACTIONS(2021), + [anon_sym_AMP] = ACTIONS(2023), + [anon_sym_BANG] = ACTIONS(2023), + [anon_sym_TILDE] = ACTIONS(2023), + [anon_sym_PLUS] = ACTIONS(2021), + [anon_sym_DASH] = ACTIONS(2021), + [anon_sym_DASH_DASH] = ACTIONS(2023), + [anon_sym_PLUS_PLUS] = ACTIONS(2023), + [anon_sym_sizeof] = ACTIONS(2021), + [sym_number_literal] = ACTIONS(2021), + [sym_char_literal] = ACTIONS(2021), + [sym_string_literal] = ACTIONS(2023), + [sym_identifier] = ACTIONS(2025), + [sym_comment] = ACTIONS(42), }, [1124] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4806), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4806), - [anon_sym_LPAREN] = ACTIONS(4810), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4806), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4806), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4806), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4806), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(4806), - [sym_preproc_directive] = ACTIONS(4814), - [anon_sym_SEMI] = ACTIONS(4810), - [anon_sym_extern] = ACTIONS(4806), - [anon_sym_LBRACE] = ACTIONS(4810), - [anon_sym_RBRACE] = ACTIONS(4810), - [anon_sym_STAR] = ACTIONS(4810), - [anon_sym_typedef] = ACTIONS(4806), - [anon_sym_static] = ACTIONS(4806), - [anon_sym_auto] = ACTIONS(4806), - [anon_sym_register] = ACTIONS(4806), - [anon_sym_const] = ACTIONS(4806), - [anon_sym_restrict] = ACTIONS(4806), - [anon_sym_volatile] = ACTIONS(4806), - [sym_function_specifier] = ACTIONS(4806), - [anon_sym_unsigned] = ACTIONS(4806), - [anon_sym_long] = ACTIONS(4806), - [anon_sym_short] = ACTIONS(4806), - [anon_sym_enum] = ACTIONS(4806), - [anon_sym_struct] = ACTIONS(4806), - [anon_sym_union] = ACTIONS(4806), - [anon_sym_if] = ACTIONS(4806), - [anon_sym_else] = ACTIONS(4806), - [anon_sym_switch] = ACTIONS(4806), - [anon_sym_case] = ACTIONS(4806), - [anon_sym_default] = ACTIONS(4806), - [anon_sym_while] = ACTIONS(4806), - [anon_sym_do] = ACTIONS(4806), - [anon_sym_for] = ACTIONS(4806), - [anon_sym_return] = ACTIONS(4806), - [anon_sym_break] = ACTIONS(4806), - [anon_sym_continue] = ACTIONS(4806), - [anon_sym_goto] = ACTIONS(4806), - [anon_sym_AMP] = ACTIONS(4810), - [anon_sym_BANG] = ACTIONS(4810), - [anon_sym_TILDE] = ACTIONS(4810), - [anon_sym_PLUS] = ACTIONS(4806), - [anon_sym_DASH] = ACTIONS(4806), - [anon_sym_DASH_DASH] = ACTIONS(4810), - [anon_sym_PLUS_PLUS] = ACTIONS(4810), - [anon_sym_sizeof] = ACTIONS(4806), - [sym_number_literal] = ACTIONS(4806), - [sym_char_literal] = ACTIONS(4806), - [sym_string_literal] = ACTIONS(4810), - [sym_identifier] = ACTIONS(4814), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2471), + [sym_comment] = ACTIONS(42), }, [1125] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(4818), - [anon_sym_COMMA] = ACTIONS(4821), - [anon_sym_RPAREN] = ACTIONS(1964), - [anon_sym_SEMI] = ACTIONS(4824), - [anon_sym_RBRACE] = ACTIONS(1964), - [anon_sym_STAR] = ACTIONS(4827), - [anon_sym_LBRACK] = ACTIONS(4830), - [anon_sym_RBRACK] = ACTIONS(1964), - [anon_sym_EQ] = ACTIONS(4833), - [anon_sym_COLON] = ACTIONS(1964), - [anon_sym_QMARK] = ACTIONS(4836), - [anon_sym_STAR_EQ] = ACTIONS(4839), - [anon_sym_SLASH_EQ] = ACTIONS(4839), - [anon_sym_PERCENT_EQ] = ACTIONS(4839), - [anon_sym_PLUS_EQ] = ACTIONS(4839), - [anon_sym_DASH_EQ] = ACTIONS(4839), - [anon_sym_LT_LT_EQ] = ACTIONS(4839), - [anon_sym_GT_GT_EQ] = ACTIONS(4839), - [anon_sym_AMP_EQ] = ACTIONS(4839), - [anon_sym_CARET_EQ] = ACTIONS(4839), - [anon_sym_PIPE_EQ] = ACTIONS(4839), - [anon_sym_AMP] = ACTIONS(4842), - [anon_sym_PIPE_PIPE] = ACTIONS(4845), - [anon_sym_AMP_AMP] = ACTIONS(4845), - [anon_sym_PIPE] = ACTIONS(4842), - [anon_sym_CARET] = ACTIONS(4842), - [anon_sym_EQ_EQ] = ACTIONS(4848), - [anon_sym_BANG_EQ] = ACTIONS(4848), - [anon_sym_LT] = ACTIONS(4851), - [anon_sym_GT] = ACTIONS(4851), - [anon_sym_LT_EQ] = ACTIONS(4854), - [anon_sym_GT_EQ] = ACTIONS(4854), - [anon_sym_LT_LT] = ACTIONS(4857), - [anon_sym_GT_GT] = ACTIONS(4857), - [anon_sym_PLUS] = ACTIONS(4827), - [anon_sym_DASH] = ACTIONS(4827), - [anon_sym_SLASH] = ACTIONS(4827), - [anon_sym_PERCENT] = ACTIONS(4827), - [anon_sym_DASH_DASH] = ACTIONS(4860), - [anon_sym_PLUS_PLUS] = ACTIONS(4860), - [anon_sym_DOT] = ACTIONS(4863), - [anon_sym_DASH_GT] = ACTIONS(4863), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2029), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2029), + [anon_sym_LPAREN] = ACTIONS(2031), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2029), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2029), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2029), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2029), + [sym_preproc_directive] = ACTIONS(2033), + [anon_sym_SEMI] = ACTIONS(2031), + [anon_sym_extern] = ACTIONS(2029), + [anon_sym_LBRACE] = ACTIONS(2031), + [anon_sym_STAR] = ACTIONS(2031), + [anon_sym_typedef] = ACTIONS(2029), + [anon_sym_static] = ACTIONS(2029), + [anon_sym_auto] = ACTIONS(2029), + [anon_sym_register] = ACTIONS(2029), + [anon_sym_const] = ACTIONS(2029), + [anon_sym_restrict] = ACTIONS(2029), + [anon_sym_volatile] = ACTIONS(2029), + [sym_function_specifier] = ACTIONS(2029), + [anon_sym_unsigned] = ACTIONS(2029), + [anon_sym_long] = ACTIONS(2029), + [anon_sym_short] = ACTIONS(2029), + [anon_sym_enum] = ACTIONS(2029), + [anon_sym_struct] = ACTIONS(2029), + [anon_sym_union] = ACTIONS(2029), + [anon_sym_if] = ACTIONS(2029), + [anon_sym_switch] = ACTIONS(2029), + [anon_sym_case] = ACTIONS(2029), + [anon_sym_default] = ACTIONS(2029), + [anon_sym_while] = ACTIONS(2029), + [anon_sym_do] = ACTIONS(2029), + [anon_sym_for] = ACTIONS(2029), + [anon_sym_return] = ACTIONS(2029), + [anon_sym_break] = ACTIONS(2029), + [anon_sym_continue] = ACTIONS(2029), + [anon_sym_goto] = ACTIONS(2029), + [anon_sym_AMP] = ACTIONS(2031), + [anon_sym_BANG] = ACTIONS(2031), + [anon_sym_TILDE] = ACTIONS(2031), + [anon_sym_PLUS] = ACTIONS(2029), + [anon_sym_DASH] = ACTIONS(2029), + [anon_sym_DASH_DASH] = ACTIONS(2031), + [anon_sym_PLUS_PLUS] = ACTIONS(2031), + [anon_sym_sizeof] = ACTIONS(2029), + [sym_number_literal] = ACTIONS(2029), + [sym_char_literal] = ACTIONS(2029), + [sym_string_literal] = ACTIONS(2031), + [sym_identifier] = ACTIONS(2033), + [sym_comment] = ACTIONS(42), }, [1126] = { - [sym__expression] = STATE(1275), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2035), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2035), + [anon_sym_LPAREN] = ACTIONS(2037), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2035), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2035), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2035), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2035), + [sym_preproc_directive] = ACTIONS(2039), + [anon_sym_SEMI] = ACTIONS(2037), + [anon_sym_extern] = ACTIONS(2035), + [anon_sym_LBRACE] = ACTIONS(2037), + [anon_sym_STAR] = ACTIONS(2037), + [anon_sym_typedef] = ACTIONS(2035), + [anon_sym_static] = ACTIONS(2035), + [anon_sym_auto] = ACTIONS(2035), + [anon_sym_register] = ACTIONS(2035), + [anon_sym_const] = ACTIONS(2035), + [anon_sym_restrict] = ACTIONS(2035), + [anon_sym_volatile] = ACTIONS(2035), + [sym_function_specifier] = ACTIONS(2035), + [anon_sym_unsigned] = ACTIONS(2035), + [anon_sym_long] = ACTIONS(2035), + [anon_sym_short] = ACTIONS(2035), + [anon_sym_enum] = ACTIONS(2035), + [anon_sym_struct] = ACTIONS(2035), + [anon_sym_union] = ACTIONS(2035), + [anon_sym_if] = ACTIONS(2035), + [anon_sym_switch] = ACTIONS(2035), + [anon_sym_case] = ACTIONS(2035), + [anon_sym_default] = ACTIONS(2035), + [anon_sym_while] = ACTIONS(2035), + [anon_sym_do] = ACTIONS(2035), + [anon_sym_for] = ACTIONS(2035), + [anon_sym_return] = ACTIONS(2035), + [anon_sym_break] = ACTIONS(2035), + [anon_sym_continue] = ACTIONS(2035), + [anon_sym_goto] = ACTIONS(2035), + [anon_sym_AMP] = ACTIONS(2037), + [anon_sym_BANG] = ACTIONS(2037), + [anon_sym_TILDE] = ACTIONS(2037), + [anon_sym_PLUS] = ACTIONS(2035), + [anon_sym_DASH] = ACTIONS(2035), + [anon_sym_DASH_DASH] = ACTIONS(2037), + [anon_sym_PLUS_PLUS] = ACTIONS(2037), + [anon_sym_sizeof] = ACTIONS(2035), + [sym_number_literal] = ACTIONS(2035), + [sym_char_literal] = ACTIONS(2035), + [sym_string_literal] = ACTIONS(2037), + [sym_identifier] = ACTIONS(2039), + [sym_comment] = ACTIONS(42), }, [1127] = { - [anon_sym_LPAREN] = ACTIONS(865), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(865), - [anon_sym_STAR] = ACTIONS(867), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_COLON] = ACTIONS(4866), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2473), + [sym_comment] = ACTIONS(42), }, [1128] = { - [sym__expression] = STATE(1276), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2043), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2043), + [anon_sym_LPAREN] = ACTIONS(2045), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2043), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2043), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2043), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2043), + [sym_preproc_directive] = ACTIONS(2047), + [anon_sym_SEMI] = ACTIONS(2045), + [anon_sym_extern] = ACTIONS(2043), + [anon_sym_LBRACE] = ACTIONS(2045), + [anon_sym_STAR] = ACTIONS(2045), + [anon_sym_typedef] = ACTIONS(2043), + [anon_sym_static] = ACTIONS(2043), + [anon_sym_auto] = ACTIONS(2043), + [anon_sym_register] = ACTIONS(2043), + [anon_sym_const] = ACTIONS(2043), + [anon_sym_restrict] = ACTIONS(2043), + [anon_sym_volatile] = ACTIONS(2043), + [sym_function_specifier] = ACTIONS(2043), + [anon_sym_unsigned] = ACTIONS(2043), + [anon_sym_long] = ACTIONS(2043), + [anon_sym_short] = ACTIONS(2043), + [anon_sym_enum] = ACTIONS(2043), + [anon_sym_struct] = ACTIONS(2043), + [anon_sym_union] = ACTIONS(2043), + [anon_sym_if] = ACTIONS(2043), + [anon_sym_switch] = ACTIONS(2043), + [anon_sym_case] = ACTIONS(2043), + [anon_sym_default] = ACTIONS(2043), + [anon_sym_while] = ACTIONS(2043), + [anon_sym_do] = ACTIONS(2043), + [anon_sym_for] = ACTIONS(2043), + [anon_sym_return] = ACTIONS(2043), + [anon_sym_break] = ACTIONS(2043), + [anon_sym_continue] = ACTIONS(2043), + [anon_sym_goto] = ACTIONS(2043), + [anon_sym_AMP] = ACTIONS(2045), + [anon_sym_BANG] = ACTIONS(2045), + [anon_sym_TILDE] = ACTIONS(2045), + [anon_sym_PLUS] = ACTIONS(2043), + [anon_sym_DASH] = ACTIONS(2043), + [anon_sym_DASH_DASH] = ACTIONS(2045), + [anon_sym_PLUS_PLUS] = ACTIONS(2045), + [anon_sym_sizeof] = ACTIONS(2043), + [sym_number_literal] = ACTIONS(2043), + [sym_char_literal] = ACTIONS(2043), + [sym_string_literal] = ACTIONS(2045), + [sym_identifier] = ACTIONS(2047), + [sym_comment] = ACTIONS(42), }, [1129] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_COLON] = ACTIONS(4868), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_STAR_EQ] = ACTIONS(1241), - [anon_sym_SLASH_EQ] = ACTIONS(1241), - [anon_sym_PERCENT_EQ] = ACTIONS(1241), - [anon_sym_PLUS_EQ] = ACTIONS(1241), - [anon_sym_DASH_EQ] = ACTIONS(1241), - [anon_sym_LT_LT_EQ] = ACTIONS(1241), - [anon_sym_GT_GT_EQ] = ACTIONS(1241), - [anon_sym_AMP_EQ] = ACTIONS(1241), - [anon_sym_CARET_EQ] = ACTIONS(1241), - [anon_sym_PIPE_EQ] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1245), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE] = ACTIONS(1249), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_EQ_EQ] = ACTIONS(1253), - [anon_sym_BANG_EQ] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2049), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2049), + [anon_sym_LPAREN] = ACTIONS(2051), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2049), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2049), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2049), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2049), + [sym_preproc_directive] = ACTIONS(2053), + [anon_sym_SEMI] = ACTIONS(2051), + [anon_sym_extern] = ACTIONS(2049), + [anon_sym_LBRACE] = ACTIONS(2051), + [anon_sym_STAR] = ACTIONS(2051), + [anon_sym_typedef] = ACTIONS(2049), + [anon_sym_static] = ACTIONS(2049), + [anon_sym_auto] = ACTIONS(2049), + [anon_sym_register] = ACTIONS(2049), + [anon_sym_const] = ACTIONS(2049), + [anon_sym_restrict] = ACTIONS(2049), + [anon_sym_volatile] = ACTIONS(2049), + [sym_function_specifier] = ACTIONS(2049), + [anon_sym_unsigned] = ACTIONS(2049), + [anon_sym_long] = ACTIONS(2049), + [anon_sym_short] = ACTIONS(2049), + [anon_sym_enum] = ACTIONS(2049), + [anon_sym_struct] = ACTIONS(2049), + [anon_sym_union] = ACTIONS(2049), + [anon_sym_if] = ACTIONS(2049), + [anon_sym_switch] = ACTIONS(2049), + [anon_sym_case] = ACTIONS(2049), + [anon_sym_default] = ACTIONS(2049), + [anon_sym_while] = ACTIONS(2049), + [anon_sym_do] = ACTIONS(2049), + [anon_sym_for] = ACTIONS(2049), + [anon_sym_return] = ACTIONS(2049), + [anon_sym_break] = ACTIONS(2049), + [anon_sym_continue] = ACTIONS(2049), + [anon_sym_goto] = ACTIONS(2049), + [anon_sym_AMP] = ACTIONS(2051), + [anon_sym_BANG] = ACTIONS(2051), + [anon_sym_TILDE] = ACTIONS(2051), + [anon_sym_PLUS] = ACTIONS(2049), + [anon_sym_DASH] = ACTIONS(2049), + [anon_sym_DASH_DASH] = ACTIONS(2051), + [anon_sym_PLUS_PLUS] = ACTIONS(2051), + [anon_sym_sizeof] = ACTIONS(2049), + [sym_number_literal] = ACTIONS(2049), + [sym_char_literal] = ACTIONS(2049), + [sym_string_literal] = ACTIONS(2051), + [sym_identifier] = ACTIONS(2053), + [sym_comment] = ACTIONS(42), }, [1130] = { - [sym_declaration] = STATE(452), - [sym__declaration_specifiers] = STATE(453), - [sym_compound_statement] = STATE(452), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(452), - [sym_expression_statement] = STATE(452), - [sym_if_statement] = STATE(452), - [sym_switch_statement] = STATE(452), - [sym_case_statement] = STATE(452), - [sym_while_statement] = STATE(452), - [sym_do_statement] = STATE(452), - [sym_for_statement] = STATE(452), - [sym_return_statement] = STATE(452), - [sym_break_statement] = STATE(452), - [sym_continue_statement] = STATE(452), - [sym_goto_statement] = STATE(452), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(3064), - [anon_sym_switch] = ACTIONS(3066), - [anon_sym_case] = ACTIONS(3068), - [anon_sym_default] = ACTIONS(3070), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(3074), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(4870), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2475), + [sym_comment] = ACTIONS(42), }, [1131] = { - [sym__expression] = STATE(1279), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1215), + [sym_labeled_statement] = STATE(1215), + [sym_expression_statement] = STATE(1215), + [sym_if_statement] = STATE(1215), + [sym_switch_statement] = STATE(1215), + [sym_case_statement] = STATE(1215), + [sym_while_statement] = STATE(1215), + [sym_do_statement] = STATE(1215), + [sym_for_statement] = STATE(1215), + [sym_return_statement] = STATE(1215), + [sym_break_statement] = STATE(1215), + [sym_continue_statement] = STATE(1215), + [sym_goto_statement] = STATE(1215), + [sym__expression] = STATE(1216), + [sym_comma_expression] = STATE(1217), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2477), + [anon_sym_LBRACE] = ACTIONS(2479), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2481), + [anon_sym_switch] = ACTIONS(2483), + [anon_sym_case] = ACTIONS(2485), + [anon_sym_default] = ACTIONS(2487), + [anon_sym_while] = ACTIONS(2489), + [anon_sym_do] = ACTIONS(2491), + [anon_sym_for] = ACTIONS(2493), + [anon_sym_return] = ACTIONS(2495), + [anon_sym_break] = ACTIONS(2497), + [anon_sym_continue] = ACTIONS(2499), + [anon_sym_goto] = ACTIONS(2501), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2503), + [sym_comment] = ACTIONS(42), }, [1132] = { - [sym_declaration] = STATE(1051), - [sym__declaration_specifiers] = STATE(453), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(1280), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(2274), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1281), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1218), + [sym_labeled_statement] = STATE(1218), + [sym_expression_statement] = STATE(1218), + [sym_if_statement] = STATE(1218), + [sym_switch_statement] = STATE(1218), + [sym_case_statement] = STATE(1218), + [sym_while_statement] = STATE(1218), + [sym_do_statement] = STATE(1218), + [sym_for_statement] = STATE(1218), + [sym_return_statement] = STATE(1218), + [sym_break_statement] = STATE(1218), + [sym_continue_statement] = STATE(1218), + [sym_goto_statement] = STATE(1218), + [sym__expression] = STATE(786), + [sym_comma_expression] = STATE(787), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(1651), + [anon_sym_LBRACE] = ACTIONS(1653), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(1655), + [anon_sym_switch] = ACTIONS(1657), + [anon_sym_case] = ACTIONS(1659), + [anon_sym_default] = ACTIONS(1661), + [anon_sym_while] = ACTIONS(1663), + [anon_sym_do] = ACTIONS(1665), + [anon_sym_for] = ACTIONS(1667), + [anon_sym_return] = ACTIONS(1669), + [anon_sym_break] = ACTIONS(1671), + [anon_sym_continue] = ACTIONS(1673), + [anon_sym_goto] = ACTIONS(1675), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2215), + [sym_comment] = ACTIONS(42), }, [1133] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_COLON] = ACTIONS(4872), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_STAR_EQ] = ACTIONS(1241), - [anon_sym_SLASH_EQ] = ACTIONS(1241), - [anon_sym_PERCENT_EQ] = ACTIONS(1241), - [anon_sym_PLUS_EQ] = ACTIONS(1241), - [anon_sym_DASH_EQ] = ACTIONS(1241), - [anon_sym_LT_LT_EQ] = ACTIONS(1241), - [anon_sym_GT_GT_EQ] = ACTIONS(1241), - [anon_sym_AMP_EQ] = ACTIONS(1241), - [anon_sym_CARET_EQ] = ACTIONS(1241), - [anon_sym_PIPE_EQ] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1245), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE] = ACTIONS(1249), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_EQ_EQ] = ACTIONS(1253), - [anon_sym_BANG_EQ] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2089), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2089), + [anon_sym_LPAREN] = ACTIONS(2091), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2089), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2089), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2089), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2089), + [sym_preproc_directive] = ACTIONS(2093), + [anon_sym_SEMI] = ACTIONS(2091), + [anon_sym_extern] = ACTIONS(2089), + [anon_sym_LBRACE] = ACTIONS(2091), + [anon_sym_STAR] = ACTIONS(2091), + [anon_sym_typedef] = ACTIONS(2089), + [anon_sym_static] = ACTIONS(2089), + [anon_sym_auto] = ACTIONS(2089), + [anon_sym_register] = ACTIONS(2089), + [anon_sym_const] = ACTIONS(2089), + [anon_sym_restrict] = ACTIONS(2089), + [anon_sym_volatile] = ACTIONS(2089), + [sym_function_specifier] = ACTIONS(2089), + [anon_sym_unsigned] = ACTIONS(2089), + [anon_sym_long] = ACTIONS(2089), + [anon_sym_short] = ACTIONS(2089), + [anon_sym_enum] = ACTIONS(2089), + [anon_sym_struct] = ACTIONS(2089), + [anon_sym_union] = ACTIONS(2089), + [anon_sym_if] = ACTIONS(2089), + [anon_sym_switch] = ACTIONS(2089), + [anon_sym_case] = ACTIONS(2089), + [anon_sym_default] = ACTIONS(2089), + [anon_sym_while] = ACTIONS(2089), + [anon_sym_do] = ACTIONS(2089), + [anon_sym_for] = ACTIONS(2089), + [anon_sym_return] = ACTIONS(2089), + [anon_sym_break] = ACTIONS(2089), + [anon_sym_continue] = ACTIONS(2089), + [anon_sym_goto] = ACTIONS(2089), + [anon_sym_AMP] = ACTIONS(2091), + [anon_sym_BANG] = ACTIONS(2091), + [anon_sym_TILDE] = ACTIONS(2091), + [anon_sym_PLUS] = ACTIONS(2089), + [anon_sym_DASH] = ACTIONS(2089), + [anon_sym_DASH_DASH] = ACTIONS(2091), + [anon_sym_PLUS_PLUS] = ACTIONS(2091), + [anon_sym_sizeof] = ACTIONS(2089), + [sym_number_literal] = ACTIONS(2089), + [sym_char_literal] = ACTIONS(2089), + [sym_string_literal] = ACTIONS(2091), + [sym_identifier] = ACTIONS(2093), + [sym_comment] = ACTIONS(42), }, [1134] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(4737), - [anon_sym_COMMA] = ACTIONS(1610), - [anon_sym_RPAREN] = ACTIONS(1610), - [anon_sym_SEMI] = ACTIONS(1610), - [anon_sym_RBRACE] = ACTIONS(1610), - [anon_sym_STAR] = ACTIONS(4754), - [anon_sym_LBRACK] = ACTIONS(4757), - [anon_sym_RBRACK] = ACTIONS(1610), - [anon_sym_EQ] = ACTIONS(4760), - [anon_sym_COLON] = ACTIONS(1610), - [anon_sym_QMARK] = ACTIONS(4763), - [anon_sym_STAR_EQ] = ACTIONS(4766), - [anon_sym_SLASH_EQ] = ACTIONS(4766), - [anon_sym_PERCENT_EQ] = ACTIONS(4766), - [anon_sym_PLUS_EQ] = ACTIONS(4766), - [anon_sym_DASH_EQ] = ACTIONS(4766), - [anon_sym_LT_LT_EQ] = ACTIONS(4766), - [anon_sym_GT_GT_EQ] = ACTIONS(4766), - [anon_sym_AMP_EQ] = ACTIONS(4766), - [anon_sym_CARET_EQ] = ACTIONS(4766), - [anon_sym_PIPE_EQ] = ACTIONS(4766), - [anon_sym_AMP] = ACTIONS(4769), - [anon_sym_PIPE_PIPE] = ACTIONS(4772), - [anon_sym_AMP_AMP] = ACTIONS(4772), - [anon_sym_PIPE] = ACTIONS(4769), - [anon_sym_CARET] = ACTIONS(4769), - [anon_sym_EQ_EQ] = ACTIONS(4775), - [anon_sym_BANG_EQ] = ACTIONS(4775), - [anon_sym_LT] = ACTIONS(4778), - [anon_sym_GT] = ACTIONS(4778), - [anon_sym_LT_EQ] = ACTIONS(4781), - [anon_sym_GT_EQ] = ACTIONS(4781), - [anon_sym_LT_LT] = ACTIONS(4784), - [anon_sym_GT_GT] = ACTIONS(4784), - [anon_sym_PLUS] = ACTIONS(4754), - [anon_sym_DASH] = ACTIONS(4754), - [anon_sym_SLASH] = ACTIONS(4754), - [anon_sym_PERCENT] = ACTIONS(4754), - [anon_sym_DASH_DASH] = ACTIONS(4787), - [anon_sym_PLUS_PLUS] = ACTIONS(4787), - [anon_sym_DOT] = ACTIONS(4790), - [anon_sym_DASH_GT] = ACTIONS(4790), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1219), + [sym_labeled_statement] = STATE(1219), + [sym_expression_statement] = STATE(1219), + [sym_if_statement] = STATE(1219), + [sym_switch_statement] = STATE(1219), + [sym_case_statement] = STATE(1219), + [sym_while_statement] = STATE(1219), + [sym_do_statement] = STATE(1219), + [sym_for_statement] = STATE(1219), + [sym_return_statement] = STATE(1219), + [sym_break_statement] = STATE(1219), + [sym_continue_statement] = STATE(1219), + [sym_goto_statement] = STATE(1219), + [sym__expression] = STATE(786), + [sym_comma_expression] = STATE(787), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(1651), + [anon_sym_LBRACE] = ACTIONS(1653), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(1655), + [anon_sym_switch] = ACTIONS(1657), + [anon_sym_case] = ACTIONS(1659), + [anon_sym_default] = ACTIONS(1661), + [anon_sym_while] = ACTIONS(1663), + [anon_sym_do] = ACTIONS(1665), + [anon_sym_for] = ACTIONS(1667), + [anon_sym_return] = ACTIONS(1669), + [anon_sym_break] = ACTIONS(1671), + [anon_sym_continue] = ACTIONS(1673), + [anon_sym_goto] = ACTIONS(1675), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2215), + [sym_comment] = ACTIONS(42), }, [1135] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(4874), - [anon_sym_COMMA] = ACTIONS(4878), - [anon_sym_RPAREN] = ACTIONS(4878), - [anon_sym_SEMI] = ACTIONS(4878), - [anon_sym_RBRACE] = ACTIONS(4878), - [anon_sym_STAR] = ACTIONS(4881), - [anon_sym_LBRACK] = ACTIONS(4885), - [anon_sym_RBRACK] = ACTIONS(4878), - [anon_sym_EQ] = ACTIONS(4889), - [anon_sym_COLON] = ACTIONS(4878), - [anon_sym_QMARK] = ACTIONS(4893), - [anon_sym_STAR_EQ] = ACTIONS(4897), - [anon_sym_SLASH_EQ] = ACTIONS(4897), - [anon_sym_PERCENT_EQ] = ACTIONS(4897), - [anon_sym_PLUS_EQ] = ACTIONS(4897), - [anon_sym_DASH_EQ] = ACTIONS(4897), - [anon_sym_LT_LT_EQ] = ACTIONS(4897), - [anon_sym_GT_GT_EQ] = ACTIONS(4897), - [anon_sym_AMP_EQ] = ACTIONS(4897), - [anon_sym_CARET_EQ] = ACTIONS(4897), - [anon_sym_PIPE_EQ] = ACTIONS(4897), - [anon_sym_AMP] = ACTIONS(4901), - [anon_sym_PIPE_PIPE] = ACTIONS(4905), - [anon_sym_AMP_AMP] = ACTIONS(4905), - [anon_sym_PIPE] = ACTIONS(4901), - [anon_sym_CARET] = ACTIONS(4901), - [anon_sym_EQ_EQ] = ACTIONS(4909), - [anon_sym_BANG_EQ] = ACTIONS(4909), - [anon_sym_LT] = ACTIONS(4913), - [anon_sym_GT] = ACTIONS(4913), - [anon_sym_LT_EQ] = ACTIONS(4917), - [anon_sym_GT_EQ] = ACTIONS(4917), - [anon_sym_LT_LT] = ACTIONS(4921), - [anon_sym_GT_GT] = ACTIONS(4921), - [anon_sym_PLUS] = ACTIONS(4881), - [anon_sym_DASH] = ACTIONS(4881), - [anon_sym_SLASH] = ACTIONS(4881), - [anon_sym_PERCENT] = ACTIONS(4881), - [anon_sym_DASH_DASH] = ACTIONS(4925), - [anon_sym_PLUS_PLUS] = ACTIONS(4925), - [anon_sym_DOT] = ACTIONS(4929), - [anon_sym_DASH_GT] = ACTIONS(4929), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1220), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1136] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(4933), - [anon_sym_COMMA] = ACTIONS(1618), - [anon_sym_RPAREN] = ACTIONS(1618), - [anon_sym_SEMI] = ACTIONS(1618), - [anon_sym_RBRACE] = ACTIONS(1618), - [anon_sym_STAR] = ACTIONS(4936), - [anon_sym_LBRACK] = ACTIONS(4939), - [anon_sym_RBRACK] = ACTIONS(1618), - [anon_sym_EQ] = ACTIONS(4942), - [anon_sym_COLON] = ACTIONS(1618), - [anon_sym_QMARK] = ACTIONS(4945), - [anon_sym_STAR_EQ] = ACTIONS(4948), - [anon_sym_SLASH_EQ] = ACTIONS(4948), - [anon_sym_PERCENT_EQ] = ACTIONS(4948), - [anon_sym_PLUS_EQ] = ACTIONS(4948), - [anon_sym_DASH_EQ] = ACTIONS(4948), - [anon_sym_LT_LT_EQ] = ACTIONS(4948), - [anon_sym_GT_GT_EQ] = ACTIONS(4948), - [anon_sym_AMP_EQ] = ACTIONS(4948), - [anon_sym_CARET_EQ] = ACTIONS(4948), - [anon_sym_PIPE_EQ] = ACTIONS(4948), - [anon_sym_AMP] = ACTIONS(4951), - [anon_sym_PIPE_PIPE] = ACTIONS(4954), - [anon_sym_AMP_AMP] = ACTIONS(4954), - [anon_sym_PIPE] = ACTIONS(4951), - [anon_sym_CARET] = ACTIONS(4951), - [anon_sym_EQ_EQ] = ACTIONS(4957), - [anon_sym_BANG_EQ] = ACTIONS(4957), - [anon_sym_LT] = ACTIONS(4960), - [anon_sym_GT] = ACTIONS(4960), - [anon_sym_LT_EQ] = ACTIONS(4963), - [anon_sym_GT_EQ] = ACTIONS(4963), - [anon_sym_LT_LT] = ACTIONS(4966), - [anon_sym_GT_GT] = ACTIONS(4966), - [anon_sym_PLUS] = ACTIONS(4936), - [anon_sym_DASH] = ACTIONS(4936), - [anon_sym_SLASH] = ACTIONS(4936), - [anon_sym_PERCENT] = ACTIONS(4936), - [anon_sym_DASH_DASH] = ACTIONS(4969), - [anon_sym_PLUS_PLUS] = ACTIONS(4969), - [anon_sym_DOT] = ACTIONS(4972), - [anon_sym_DASH_GT] = ACTIONS(4972), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1222), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_RPAREN] = ACTIONS(2505), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1137] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(4975), - [anon_sym_COMMA] = ACTIONS(1305), - [anon_sym_RPAREN] = ACTIONS(1305), - [anon_sym_SEMI] = ACTIONS(1305), - [anon_sym_RBRACE] = ACTIONS(1305), - [anon_sym_STAR] = ACTIONS(4978), - [anon_sym_LBRACK] = ACTIONS(4981), - [anon_sym_RBRACK] = ACTIONS(1305), - [anon_sym_EQ] = ACTIONS(4984), - [anon_sym_COLON] = ACTIONS(1305), - [anon_sym_QMARK] = ACTIONS(4987), - [anon_sym_STAR_EQ] = ACTIONS(4990), - [anon_sym_SLASH_EQ] = ACTIONS(4990), - [anon_sym_PERCENT_EQ] = ACTIONS(4990), - [anon_sym_PLUS_EQ] = ACTIONS(4990), - [anon_sym_DASH_EQ] = ACTIONS(4990), - [anon_sym_LT_LT_EQ] = ACTIONS(4990), - [anon_sym_GT_GT_EQ] = ACTIONS(4990), - [anon_sym_AMP_EQ] = ACTIONS(4990), - [anon_sym_CARET_EQ] = ACTIONS(4990), - [anon_sym_PIPE_EQ] = ACTIONS(4990), - [anon_sym_AMP] = ACTIONS(4993), - [anon_sym_PIPE_PIPE] = ACTIONS(4996), - [anon_sym_AMP_AMP] = ACTIONS(4996), - [anon_sym_PIPE] = ACTIONS(4993), - [anon_sym_CARET] = ACTIONS(4993), - [anon_sym_EQ_EQ] = ACTIONS(4999), - [anon_sym_BANG_EQ] = ACTIONS(4999), - [anon_sym_LT] = ACTIONS(5002), - [anon_sym_GT] = ACTIONS(5002), - [anon_sym_LT_EQ] = ACTIONS(5005), - [anon_sym_GT_EQ] = ACTIONS(5005), - [anon_sym_LT_LT] = ACTIONS(5008), - [anon_sym_GT_GT] = ACTIONS(5008), - [anon_sym_PLUS] = ACTIONS(4978), - [anon_sym_DASH] = ACTIONS(4978), - [anon_sym_SLASH] = ACTIONS(4978), - [anon_sym_PERCENT] = ACTIONS(4978), - [anon_sym_DASH_DASH] = ACTIONS(5011), - [anon_sym_PLUS_PLUS] = ACTIONS(5011), - [anon_sym_DOT] = ACTIONS(5014), - [anon_sym_DASH_GT] = ACTIONS(5014), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2507), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1138] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5017), - [anon_sym_COMMA] = ACTIONS(1614), - [anon_sym_RPAREN] = ACTIONS(1614), - [anon_sym_SEMI] = ACTIONS(1614), - [anon_sym_RBRACE] = ACTIONS(1614), - [anon_sym_STAR] = ACTIONS(5020), - [anon_sym_LBRACK] = ACTIONS(5023), - [anon_sym_RBRACK] = ACTIONS(1614), - [anon_sym_EQ] = ACTIONS(5026), - [anon_sym_COLON] = ACTIONS(1614), - [anon_sym_QMARK] = ACTIONS(5029), - [anon_sym_STAR_EQ] = ACTIONS(5032), - [anon_sym_SLASH_EQ] = ACTIONS(5032), - [anon_sym_PERCENT_EQ] = ACTIONS(5032), - [anon_sym_PLUS_EQ] = ACTIONS(5032), - [anon_sym_DASH_EQ] = ACTIONS(5032), - [anon_sym_LT_LT_EQ] = ACTIONS(5032), - [anon_sym_GT_GT_EQ] = ACTIONS(5032), - [anon_sym_AMP_EQ] = ACTIONS(5032), - [anon_sym_CARET_EQ] = ACTIONS(5032), - [anon_sym_PIPE_EQ] = ACTIONS(5032), - [anon_sym_AMP] = ACTIONS(5035), - [anon_sym_PIPE_PIPE] = ACTIONS(5038), - [anon_sym_AMP_AMP] = ACTIONS(5038), - [anon_sym_PIPE] = ACTIONS(5035), - [anon_sym_CARET] = ACTIONS(5035), - [anon_sym_EQ_EQ] = ACTIONS(5041), - [anon_sym_BANG_EQ] = ACTIONS(5041), - [anon_sym_LT] = ACTIONS(5044), - [anon_sym_GT] = ACTIONS(5044), - [anon_sym_LT_EQ] = ACTIONS(5047), - [anon_sym_GT_EQ] = ACTIONS(5047), - [anon_sym_LT_LT] = ACTIONS(5050), - [anon_sym_GT_GT] = ACTIONS(5050), - [anon_sym_PLUS] = ACTIONS(5020), - [anon_sym_DASH] = ACTIONS(5020), - [anon_sym_SLASH] = ACTIONS(5020), - [anon_sym_PERCENT] = ACTIONS(5020), - [anon_sym_DASH_DASH] = ACTIONS(5053), - [anon_sym_PLUS_PLUS] = ACTIONS(5053), - [anon_sym_DOT] = ACTIONS(5056), - [anon_sym_DASH_GT] = ACTIONS(5056), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1224), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(2507), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1139] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5059), - [anon_sym_COMMA] = ACTIONS(1309), - [anon_sym_RPAREN] = ACTIONS(1309), - [anon_sym_SEMI] = ACTIONS(1309), - [anon_sym_RBRACE] = ACTIONS(1309), - [anon_sym_STAR] = ACTIONS(5062), - [anon_sym_LBRACK] = ACTIONS(5065), - [anon_sym_RBRACK] = ACTIONS(1309), - [anon_sym_EQ] = ACTIONS(5068), - [anon_sym_COLON] = ACTIONS(1309), - [anon_sym_QMARK] = ACTIONS(5071), - [anon_sym_STAR_EQ] = ACTIONS(5074), - [anon_sym_SLASH_EQ] = ACTIONS(5074), - [anon_sym_PERCENT_EQ] = ACTIONS(5074), - [anon_sym_PLUS_EQ] = ACTIONS(5074), - [anon_sym_DASH_EQ] = ACTIONS(5074), - [anon_sym_LT_LT_EQ] = ACTIONS(5074), - [anon_sym_GT_GT_EQ] = ACTIONS(5074), - [anon_sym_AMP_EQ] = ACTIONS(5074), - [anon_sym_CARET_EQ] = ACTIONS(5074), - [anon_sym_PIPE_EQ] = ACTIONS(5074), - [anon_sym_AMP] = ACTIONS(5077), - [anon_sym_PIPE_PIPE] = ACTIONS(5080), - [anon_sym_AMP_AMP] = ACTIONS(5080), - [anon_sym_PIPE] = ACTIONS(5077), - [anon_sym_CARET] = ACTIONS(5077), - [anon_sym_EQ_EQ] = ACTIONS(5083), - [anon_sym_BANG_EQ] = ACTIONS(5083), - [anon_sym_LT] = ACTIONS(5086), - [anon_sym_GT] = ACTIONS(5086), - [anon_sym_LT_EQ] = ACTIONS(5089), - [anon_sym_GT_EQ] = ACTIONS(5089), - [anon_sym_LT_LT] = ACTIONS(5092), - [anon_sym_GT_GT] = ACTIONS(5092), - [anon_sym_PLUS] = ACTIONS(5062), - [anon_sym_DASH] = ACTIONS(5062), - [anon_sym_SLASH] = ACTIONS(5062), - [anon_sym_PERCENT] = ACTIONS(5062), - [anon_sym_DASH_DASH] = ACTIONS(5095), - [anon_sym_PLUS_PLUS] = ACTIONS(5095), - [anon_sym_DOT] = ACTIONS(5098), - [anon_sym_DASH_GT] = ACTIONS(5098), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1019), + [anon_sym_LPAREN] = ACTIONS(1017), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1019), + [sym_preproc_directive] = ACTIONS(1021), + [anon_sym_SEMI] = ACTIONS(1017), + [anon_sym_extern] = ACTIONS(1019), + [anon_sym_LBRACE] = ACTIONS(1017), + [anon_sym_STAR] = ACTIONS(1017), + [anon_sym_typedef] = ACTIONS(1019), + [anon_sym_static] = ACTIONS(1019), + [anon_sym_auto] = ACTIONS(1019), + [anon_sym_register] = ACTIONS(1019), + [anon_sym_const] = ACTIONS(1019), + [anon_sym_restrict] = ACTIONS(1019), + [anon_sym_volatile] = ACTIONS(1019), + [sym_function_specifier] = ACTIONS(1019), + [anon_sym_unsigned] = ACTIONS(1019), + [anon_sym_long] = ACTIONS(1019), + [anon_sym_short] = ACTIONS(1019), + [anon_sym_enum] = ACTIONS(1019), + [anon_sym_struct] = ACTIONS(1019), + [anon_sym_union] = ACTIONS(1019), + [anon_sym_if] = ACTIONS(1019), + [anon_sym_switch] = ACTIONS(1019), + [anon_sym_case] = ACTIONS(1019), + [anon_sym_default] = ACTIONS(1019), + [anon_sym_while] = ACTIONS(1019), + [anon_sym_do] = ACTIONS(1019), + [anon_sym_for] = ACTIONS(1019), + [anon_sym_return] = ACTIONS(1019), + [anon_sym_break] = ACTIONS(1019), + [anon_sym_continue] = ACTIONS(1019), + [anon_sym_goto] = ACTIONS(1019), + [anon_sym_AMP] = ACTIONS(1017), + [anon_sym_BANG] = ACTIONS(1017), + [anon_sym_TILDE] = ACTIONS(1017), + [anon_sym_PLUS] = ACTIONS(1019), + [anon_sym_DASH] = ACTIONS(1019), + [anon_sym_DASH_DASH] = ACTIONS(1017), + [anon_sym_PLUS_PLUS] = ACTIONS(1017), + [anon_sym_sizeof] = ACTIONS(1019), + [sym_number_literal] = ACTIONS(1019), + [sym_char_literal] = ACTIONS(1019), + [sym_string_literal] = ACTIONS(1017), + [sym_identifier] = ACTIONS(1021), + [sym_comment] = ACTIONS(42), }, [1140] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5101), - [anon_sym_COMMA] = ACTIONS(1622), - [anon_sym_RPAREN] = ACTIONS(1622), - [anon_sym_SEMI] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1622), - [anon_sym_STAR] = ACTIONS(5104), - [anon_sym_LBRACK] = ACTIONS(5107), - [anon_sym_RBRACK] = ACTIONS(1622), - [anon_sym_EQ] = ACTIONS(5110), - [anon_sym_COLON] = ACTIONS(1622), - [anon_sym_QMARK] = ACTIONS(5113), - [anon_sym_STAR_EQ] = ACTIONS(5116), - [anon_sym_SLASH_EQ] = ACTIONS(5116), - [anon_sym_PERCENT_EQ] = ACTIONS(5116), - [anon_sym_PLUS_EQ] = ACTIONS(5116), - [anon_sym_DASH_EQ] = ACTIONS(5116), - [anon_sym_LT_LT_EQ] = ACTIONS(5116), - [anon_sym_GT_GT_EQ] = ACTIONS(5116), - [anon_sym_AMP_EQ] = ACTIONS(5116), - [anon_sym_CARET_EQ] = ACTIONS(5116), - [anon_sym_PIPE_EQ] = ACTIONS(5116), - [anon_sym_AMP] = ACTIONS(5119), - [anon_sym_PIPE_PIPE] = ACTIONS(5122), - [anon_sym_AMP_AMP] = ACTIONS(5122), - [anon_sym_PIPE] = ACTIONS(5119), - [anon_sym_CARET] = ACTIONS(5119), - [anon_sym_EQ_EQ] = ACTIONS(5125), - [anon_sym_BANG_EQ] = ACTIONS(5125), - [anon_sym_LT] = ACTIONS(5128), - [anon_sym_GT] = ACTIONS(5128), - [anon_sym_LT_EQ] = ACTIONS(5131), - [anon_sym_GT_EQ] = ACTIONS(5131), - [anon_sym_LT_LT] = ACTIONS(5134), - [anon_sym_GT_GT] = ACTIONS(5134), - [anon_sym_PLUS] = ACTIONS(5104), - [anon_sym_DASH] = ACTIONS(5104), - [anon_sym_SLASH] = ACTIONS(5104), - [anon_sym_PERCENT] = ACTIONS(5104), - [anon_sym_DASH_DASH] = ACTIONS(5137), - [anon_sym_PLUS_PLUS] = ACTIONS(5137), - [anon_sym_DOT] = ACTIONS(5140), - [anon_sym_DASH_GT] = ACTIONS(5140), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(804), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(804), + [anon_sym_LPAREN] = ACTIONS(806), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(804), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(804), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(804), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(804), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(804), + [sym_preproc_directive] = ACTIONS(808), + [anon_sym_SEMI] = ACTIONS(806), + [anon_sym_extern] = ACTIONS(804), + [anon_sym_LBRACE] = ACTIONS(806), + [anon_sym_STAR] = ACTIONS(806), + [anon_sym_typedef] = ACTIONS(804), + [anon_sym_static] = ACTIONS(804), + [anon_sym_auto] = ACTIONS(804), + [anon_sym_register] = ACTIONS(804), + [anon_sym_const] = ACTIONS(804), + [anon_sym_restrict] = ACTIONS(804), + [anon_sym_volatile] = ACTIONS(804), + [sym_function_specifier] = ACTIONS(804), + [anon_sym_unsigned] = ACTIONS(804), + [anon_sym_long] = ACTIONS(804), + [anon_sym_short] = ACTIONS(804), + [anon_sym_enum] = ACTIONS(804), + [anon_sym_struct] = ACTIONS(804), + [anon_sym_union] = ACTIONS(804), + [anon_sym_if] = ACTIONS(804), + [anon_sym_else] = ACTIONS(804), + [anon_sym_switch] = ACTIONS(804), + [anon_sym_case] = ACTIONS(804), + [anon_sym_default] = ACTIONS(804), + [anon_sym_while] = ACTIONS(804), + [anon_sym_do] = ACTIONS(804), + [anon_sym_for] = ACTIONS(804), + [anon_sym_return] = ACTIONS(804), + [anon_sym_break] = ACTIONS(804), + [anon_sym_continue] = ACTIONS(804), + [anon_sym_goto] = ACTIONS(804), + [anon_sym_AMP] = ACTIONS(806), + [anon_sym_BANG] = ACTIONS(806), + [anon_sym_TILDE] = ACTIONS(806), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_DASH_DASH] = ACTIONS(806), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_sizeof] = ACTIONS(804), + [sym_number_literal] = ACTIONS(804), + [sym_char_literal] = ACTIONS(804), + [sym_string_literal] = ACTIONS(806), + [sym_identifier] = ACTIONS(808), + [sym_comment] = ACTIONS(42), }, [1141] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5143), - [anon_sym_COMMA] = ACTIONS(1626), - [anon_sym_RPAREN] = ACTIONS(1626), - [anon_sym_SEMI] = ACTIONS(1626), - [anon_sym_RBRACE] = ACTIONS(1626), - [anon_sym_STAR] = ACTIONS(5146), - [anon_sym_LBRACK] = ACTIONS(5149), - [anon_sym_RBRACK] = ACTIONS(1626), - [anon_sym_EQ] = ACTIONS(5152), - [anon_sym_COLON] = ACTIONS(1626), - [anon_sym_QMARK] = ACTIONS(5155), - [anon_sym_STAR_EQ] = ACTIONS(5158), - [anon_sym_SLASH_EQ] = ACTIONS(5158), - [anon_sym_PERCENT_EQ] = ACTIONS(5158), - [anon_sym_PLUS_EQ] = ACTIONS(5158), - [anon_sym_DASH_EQ] = ACTIONS(5158), - [anon_sym_LT_LT_EQ] = ACTIONS(5158), - [anon_sym_GT_GT_EQ] = ACTIONS(5158), - [anon_sym_AMP_EQ] = ACTIONS(5158), - [anon_sym_CARET_EQ] = ACTIONS(5158), - [anon_sym_PIPE_EQ] = ACTIONS(5158), - [anon_sym_AMP] = ACTIONS(5161), - [anon_sym_PIPE_PIPE] = ACTIONS(5164), - [anon_sym_AMP_AMP] = ACTIONS(5164), - [anon_sym_PIPE] = ACTIONS(5161), - [anon_sym_CARET] = ACTIONS(5161), - [anon_sym_EQ_EQ] = ACTIONS(5167), - [anon_sym_BANG_EQ] = ACTIONS(5167), - [anon_sym_LT] = ACTIONS(5170), - [anon_sym_GT] = ACTIONS(5170), - [anon_sym_LT_EQ] = ACTIONS(5173), - [anon_sym_GT_EQ] = ACTIONS(5173), - [anon_sym_LT_LT] = ACTIONS(5176), - [anon_sym_GT_GT] = ACTIONS(5176), - [anon_sym_PLUS] = ACTIONS(5146), - [anon_sym_DASH] = ACTIONS(5146), - [anon_sym_SLASH] = ACTIONS(5146), - [anon_sym_PERCENT] = ACTIONS(5146), - [anon_sym_DASH_DASH] = ACTIONS(5179), - [anon_sym_PLUS_PLUS] = ACTIONS(5179), - [anon_sym_DOT] = ACTIONS(5182), - [anon_sym_DASH_GT] = ACTIONS(5182), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(209), + [sym_preproc_def] = STATE(209), + [sym_preproc_function_def] = STATE(209), + [sym_preproc_call] = STATE(209), + [sym_preproc_if_in_compound_statement] = STATE(210), + [sym_preproc_ifdef_in_compound_statement] = STATE(211), + [sym_declaration] = STATE(209), + [sym__declaration_specifiers] = STATE(212), + [sym_compound_statement] = STATE(209), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(209), + [sym_expression_statement] = STATE(209), + [sym_if_statement] = STATE(209), + [sym_switch_statement] = STATE(209), + [sym_case_statement] = STATE(209), + [sym_while_statement] = STATE(209), + [sym_do_statement] = STATE(209), + [sym_for_statement] = STATE(209), + [sym_return_statement] = STATE(209), + [sym_break_statement] = STATE(209), + [sym_continue_statement] = STATE(209), + [sym_goto_statement] = STATE(209), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(209), + [sym_macro_type_specifier] = STATE(21), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1226), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(470), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(472), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(476), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(478), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(480), + [sym_preproc_directive] = ACTIONS(482), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_RBRACE] = ACTIONS(2509), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(528), + [sym_comment] = ACTIONS(42), }, [1142] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5185), - [anon_sym_COMMA] = ACTIONS(1630), - [anon_sym_RPAREN] = ACTIONS(1630), - [anon_sym_SEMI] = ACTIONS(1630), - [anon_sym_RBRACE] = ACTIONS(1630), - [anon_sym_STAR] = ACTIONS(5188), - [anon_sym_LBRACK] = ACTIONS(5191), - [anon_sym_RBRACK] = ACTIONS(1630), - [anon_sym_EQ] = ACTIONS(5194), - [anon_sym_COLON] = ACTIONS(1630), - [anon_sym_QMARK] = ACTIONS(5197), - [anon_sym_STAR_EQ] = ACTIONS(5200), - [anon_sym_SLASH_EQ] = ACTIONS(5200), - [anon_sym_PERCENT_EQ] = ACTIONS(5200), - [anon_sym_PLUS_EQ] = ACTIONS(5200), - [anon_sym_DASH_EQ] = ACTIONS(5200), - [anon_sym_LT_LT_EQ] = ACTIONS(5200), - [anon_sym_GT_GT_EQ] = ACTIONS(5200), - [anon_sym_AMP_EQ] = ACTIONS(5200), - [anon_sym_CARET_EQ] = ACTIONS(5200), - [anon_sym_PIPE_EQ] = ACTIONS(5200), - [anon_sym_AMP] = ACTIONS(5203), - [anon_sym_PIPE_PIPE] = ACTIONS(5206), - [anon_sym_AMP_AMP] = ACTIONS(5206), - [anon_sym_PIPE] = ACTIONS(5203), - [anon_sym_CARET] = ACTIONS(5203), - [anon_sym_EQ_EQ] = ACTIONS(5209), - [anon_sym_BANG_EQ] = ACTIONS(5209), - [anon_sym_LT] = ACTIONS(5212), - [anon_sym_GT] = ACTIONS(5212), - [anon_sym_LT_EQ] = ACTIONS(5215), - [anon_sym_GT_EQ] = ACTIONS(5215), - [anon_sym_LT_LT] = ACTIONS(5218), - [anon_sym_GT_GT] = ACTIONS(5218), - [anon_sym_PLUS] = ACTIONS(5188), - [anon_sym_DASH] = ACTIONS(5188), - [anon_sym_SLASH] = ACTIONS(5188), - [anon_sym_PERCENT] = ACTIONS(5188), - [anon_sym_DASH_DASH] = ACTIONS(5221), - [anon_sym_PLUS_PLUS] = ACTIONS(5221), - [anon_sym_DOT] = ACTIONS(5224), - [anon_sym_DASH_GT] = ACTIONS(5224), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(2511), + [sym_comment] = ACTIONS(42), }, [1143] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5227), - [anon_sym_COMMA] = ACTIONS(5231), - [anon_sym_RPAREN] = ACTIONS(5231), - [anon_sym_SEMI] = ACTIONS(5231), - [anon_sym_RBRACE] = ACTIONS(5231), - [anon_sym_STAR] = ACTIONS(5234), - [anon_sym_LBRACK] = ACTIONS(5238), - [anon_sym_RBRACK] = ACTIONS(5231), - [anon_sym_EQ] = ACTIONS(5242), - [anon_sym_COLON] = ACTIONS(5231), - [anon_sym_QMARK] = ACTIONS(5246), - [anon_sym_STAR_EQ] = ACTIONS(5250), - [anon_sym_SLASH_EQ] = ACTIONS(5250), - [anon_sym_PERCENT_EQ] = ACTIONS(5250), - [anon_sym_PLUS_EQ] = ACTIONS(5250), - [anon_sym_DASH_EQ] = ACTIONS(5250), - [anon_sym_LT_LT_EQ] = ACTIONS(5250), - [anon_sym_GT_GT_EQ] = ACTIONS(5250), - [anon_sym_AMP_EQ] = ACTIONS(5250), - [anon_sym_CARET_EQ] = ACTIONS(5250), - [anon_sym_PIPE_EQ] = ACTIONS(5250), - [anon_sym_AMP] = ACTIONS(5254), - [anon_sym_PIPE_PIPE] = ACTIONS(5258), - [anon_sym_AMP_AMP] = ACTIONS(5258), - [anon_sym_PIPE] = ACTIONS(5254), - [anon_sym_CARET] = ACTIONS(5254), - [anon_sym_EQ_EQ] = ACTIONS(5262), - [anon_sym_BANG_EQ] = ACTIONS(5262), - [anon_sym_LT] = ACTIONS(5266), - [anon_sym_GT] = ACTIONS(5266), - [anon_sym_LT_EQ] = ACTIONS(5270), - [anon_sym_GT_EQ] = ACTIONS(5270), - [anon_sym_LT_LT] = ACTIONS(5274), - [anon_sym_GT_GT] = ACTIONS(5274), - [anon_sym_PLUS] = ACTIONS(5234), - [anon_sym_DASH] = ACTIONS(5234), - [anon_sym_SLASH] = ACTIONS(5234), - [anon_sym_PERCENT] = ACTIONS(5234), - [anon_sym_DASH_DASH] = ACTIONS(5278), - [anon_sym_PLUS_PLUS] = ACTIONS(5278), - [anon_sym_DOT] = ACTIONS(5282), - [anon_sym_DASH_GT] = ACTIONS(5282), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(2513), + [sym_comment] = ACTIONS(42), }, [1144] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5286), - [anon_sym_COMMA] = ACTIONS(1604), - [anon_sym_RPAREN] = ACTIONS(1604), - [anon_sym_SEMI] = ACTIONS(1604), - [anon_sym_RBRACE] = ACTIONS(1604), - [anon_sym_STAR] = ACTIONS(5289), - [anon_sym_LBRACK] = ACTIONS(5292), - [anon_sym_RBRACK] = ACTIONS(1604), - [anon_sym_EQ] = ACTIONS(5295), - [anon_sym_COLON] = ACTIONS(1604), - [anon_sym_QMARK] = ACTIONS(5298), - [anon_sym_STAR_EQ] = ACTIONS(5301), - [anon_sym_SLASH_EQ] = ACTIONS(5301), - [anon_sym_PERCENT_EQ] = ACTIONS(5301), - [anon_sym_PLUS_EQ] = ACTIONS(5301), - [anon_sym_DASH_EQ] = ACTIONS(5301), - [anon_sym_LT_LT_EQ] = ACTIONS(5301), - [anon_sym_GT_GT_EQ] = ACTIONS(5301), - [anon_sym_AMP_EQ] = ACTIONS(5301), - [anon_sym_CARET_EQ] = ACTIONS(5301), - [anon_sym_PIPE_EQ] = ACTIONS(5301), - [anon_sym_AMP] = ACTIONS(5304), - [anon_sym_PIPE_PIPE] = ACTIONS(5307), - [anon_sym_AMP_AMP] = ACTIONS(5307), - [anon_sym_PIPE] = ACTIONS(5304), - [anon_sym_CARET] = ACTIONS(5304), - [anon_sym_EQ_EQ] = ACTIONS(5310), - [anon_sym_BANG_EQ] = ACTIONS(5310), - [anon_sym_LT] = ACTIONS(5313), - [anon_sym_GT] = ACTIONS(5313), - [anon_sym_LT_EQ] = ACTIONS(5316), - [anon_sym_GT_EQ] = ACTIONS(5316), - [anon_sym_LT_LT] = ACTIONS(5319), - [anon_sym_GT_GT] = ACTIONS(5319), - [anon_sym_PLUS] = ACTIONS(5289), - [anon_sym_DASH] = ACTIONS(5289), - [anon_sym_SLASH] = ACTIONS(5289), - [anon_sym_PERCENT] = ACTIONS(5289), - [anon_sym_DASH_DASH] = ACTIONS(5322), - [anon_sym_PLUS_PLUS] = ACTIONS(5322), - [anon_sym_DOT] = ACTIONS(5325), - [anon_sym_DASH_GT] = ACTIONS(5325), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1229), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1145] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5328), - [anon_sym_COMMA] = ACTIONS(1313), - [anon_sym_RPAREN] = ACTIONS(1313), - [anon_sym_SEMI] = ACTIONS(1313), - [anon_sym_RBRACE] = ACTIONS(1313), - [anon_sym_STAR] = ACTIONS(5331), - [anon_sym_LBRACK] = ACTIONS(5334), - [anon_sym_RBRACK] = ACTIONS(1313), - [anon_sym_EQ] = ACTIONS(5337), - [anon_sym_COLON] = ACTIONS(1313), - [anon_sym_QMARK] = ACTIONS(5340), - [anon_sym_STAR_EQ] = ACTIONS(5343), - [anon_sym_SLASH_EQ] = ACTIONS(5343), - [anon_sym_PERCENT_EQ] = ACTIONS(5343), - [anon_sym_PLUS_EQ] = ACTIONS(5343), - [anon_sym_DASH_EQ] = ACTIONS(5343), - [anon_sym_LT_LT_EQ] = ACTIONS(5343), - [anon_sym_GT_GT_EQ] = ACTIONS(5343), - [anon_sym_AMP_EQ] = ACTIONS(5343), - [anon_sym_CARET_EQ] = ACTIONS(5343), - [anon_sym_PIPE_EQ] = ACTIONS(5343), - [anon_sym_AMP] = ACTIONS(5346), - [anon_sym_PIPE_PIPE] = ACTIONS(5349), - [anon_sym_AMP_AMP] = ACTIONS(5349), - [anon_sym_PIPE] = ACTIONS(5346), - [anon_sym_CARET] = ACTIONS(5346), - [anon_sym_EQ_EQ] = ACTIONS(5352), - [anon_sym_BANG_EQ] = ACTIONS(5352), - [anon_sym_LT] = ACTIONS(5355), - [anon_sym_GT] = ACTIONS(5355), - [anon_sym_LT_EQ] = ACTIONS(5358), - [anon_sym_GT_EQ] = ACTIONS(5358), - [anon_sym_LT_LT] = ACTIONS(5361), - [anon_sym_GT_GT] = ACTIONS(5361), - [anon_sym_PLUS] = ACTIONS(5331), - [anon_sym_DASH] = ACTIONS(5331), - [anon_sym_SLASH] = ACTIONS(5331), - [anon_sym_PERCENT] = ACTIONS(5331), - [anon_sym_DASH_DASH] = ACTIONS(5364), - [anon_sym_PLUS_PLUS] = ACTIONS(5364), - [anon_sym_DOT] = ACTIONS(5367), - [anon_sym_DASH_GT] = ACTIONS(5367), - [sym_comment] = ACTIONS(123), + [anon_sym_COLON] = ACTIONS(2515), + [sym_comment] = ACTIONS(42), }, [1146] = { - [sym_type_qualifier] = STATE(81), - [sym__type_specifier] = STATE(82), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(1282), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_sized_type_specifier_repeat1] = STATE(84), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(797), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(2517), + [sym_comment] = ACTIONS(42), }, [1147] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5370), - [anon_sym_COMMA] = ACTIONS(1317), - [anon_sym_RPAREN] = ACTIONS(1317), - [anon_sym_SEMI] = ACTIONS(1317), - [anon_sym_RBRACE] = ACTIONS(1317), - [anon_sym_STAR] = ACTIONS(5373), - [anon_sym_LBRACK] = ACTIONS(5376), - [anon_sym_RBRACK] = ACTIONS(1317), - [anon_sym_EQ] = ACTIONS(5379), - [anon_sym_COLON] = ACTIONS(1317), - [anon_sym_QMARK] = ACTIONS(5382), - [anon_sym_STAR_EQ] = ACTIONS(5385), - [anon_sym_SLASH_EQ] = ACTIONS(5385), - [anon_sym_PERCENT_EQ] = ACTIONS(5385), - [anon_sym_PLUS_EQ] = ACTIONS(5385), - [anon_sym_DASH_EQ] = ACTIONS(5385), - [anon_sym_LT_LT_EQ] = ACTIONS(5385), - [anon_sym_GT_GT_EQ] = ACTIONS(5385), - [anon_sym_AMP_EQ] = ACTIONS(5385), - [anon_sym_CARET_EQ] = ACTIONS(5385), - [anon_sym_PIPE_EQ] = ACTIONS(5385), - [anon_sym_AMP] = ACTIONS(5388), - [anon_sym_PIPE_PIPE] = ACTIONS(5391), - [anon_sym_AMP_AMP] = ACTIONS(5391), - [anon_sym_PIPE] = ACTIONS(5388), - [anon_sym_CARET] = ACTIONS(5388), - [anon_sym_EQ_EQ] = ACTIONS(5394), - [anon_sym_BANG_EQ] = ACTIONS(5394), - [anon_sym_LT] = ACTIONS(5397), - [anon_sym_GT] = ACTIONS(5397), - [anon_sym_LT_EQ] = ACTIONS(5400), - [anon_sym_GT_EQ] = ACTIONS(5400), - [anon_sym_LT_LT] = ACTIONS(5403), - [anon_sym_GT_GT] = ACTIONS(5403), - [anon_sym_PLUS] = ACTIONS(5373), - [anon_sym_DASH] = ACTIONS(5373), - [anon_sym_SLASH] = ACTIONS(5373), - [anon_sym_PERCENT] = ACTIONS(5373), - [anon_sym_DASH_DASH] = ACTIONS(5406), - [anon_sym_PLUS_PLUS] = ACTIONS(5406), - [anon_sym_DOT] = ACTIONS(5409), - [anon_sym_DASH_GT] = ACTIONS(5409), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1232), + [sym_labeled_statement] = STATE(1232), + [sym_expression_statement] = STATE(1232), + [sym_if_statement] = STATE(1232), + [sym_switch_statement] = STATE(1232), + [sym_case_statement] = STATE(1232), + [sym_while_statement] = STATE(1232), + [sym_do_statement] = STATE(1232), + [sym_for_statement] = STATE(1232), + [sym_return_statement] = STATE(1232), + [sym_break_statement] = STATE(1232), + [sym_continue_statement] = STATE(1232), + [sym_goto_statement] = STATE(1232), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(840), + [anon_sym_switch] = ACTIONS(842), + [anon_sym_case] = ACTIONS(844), + [anon_sym_default] = ACTIONS(846), + [anon_sym_while] = ACTIONS(848), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(850), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(852), + [sym_comment] = ACTIONS(42), }, [1148] = { - [anon_sym_LPAREN] = ACTIONS(1634), - [anon_sym_COMMA] = ACTIONS(1634), - [anon_sym_RPAREN] = ACTIONS(1634), - [anon_sym_SEMI] = ACTIONS(1634), - [anon_sym_RBRACE] = ACTIONS(1634), - [anon_sym_STAR] = ACTIONS(1636), - [anon_sym_LBRACK] = ACTIONS(5412), - [anon_sym_RBRACK] = ACTIONS(1634), - [anon_sym_EQ] = ACTIONS(5415), - [anon_sym_COLON] = ACTIONS(1634), - [anon_sym_QMARK] = ACTIONS(1634), - [anon_sym_STAR_EQ] = ACTIONS(1634), - [anon_sym_SLASH_EQ] = ACTIONS(1634), - [anon_sym_PERCENT_EQ] = ACTIONS(1634), - [anon_sym_PLUS_EQ] = ACTIONS(1634), - [anon_sym_DASH_EQ] = ACTIONS(1634), - [anon_sym_LT_LT_EQ] = ACTIONS(1634), - [anon_sym_GT_GT_EQ] = ACTIONS(1634), - [anon_sym_AMP_EQ] = ACTIONS(1634), - [anon_sym_CARET_EQ] = ACTIONS(1634), - [anon_sym_PIPE_EQ] = ACTIONS(1634), - [anon_sym_AMP] = ACTIONS(1636), - [anon_sym_PIPE_PIPE] = ACTIONS(1634), - [anon_sym_AMP_AMP] = ACTIONS(1634), - [anon_sym_PIPE] = ACTIONS(1636), - [anon_sym_CARET] = ACTIONS(1636), - [anon_sym_EQ_EQ] = ACTIONS(1634), - [anon_sym_BANG_EQ] = ACTIONS(1634), - [anon_sym_LT] = ACTIONS(1636), - [anon_sym_GT] = ACTIONS(1636), - [anon_sym_LT_EQ] = ACTIONS(1634), - [anon_sym_GT_EQ] = ACTIONS(1634), - [anon_sym_LT_LT] = ACTIONS(1636), - [anon_sym_GT_GT] = ACTIONS(1636), - [anon_sym_PLUS] = ACTIONS(1636), - [anon_sym_DASH] = ACTIONS(1636), - [anon_sym_SLASH] = ACTIONS(1636), - [anon_sym_PERCENT] = ACTIONS(1636), - [anon_sym_DASH_DASH] = ACTIONS(1634), - [anon_sym_PLUS_PLUS] = ACTIONS(1634), - [anon_sym_DOT] = ACTIONS(5412), - [anon_sym_DASH_GT] = ACTIONS(1634), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(2519), + [sym_comment] = ACTIONS(42), }, [1149] = { - [sym_type_qualifier] = STATE(81), - [sym__type_specifier] = STATE(82), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(1284), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_sized_type_specifier_repeat1] = STATE(84), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_DOT_DOT_DOT] = ACTIONS(391), - [anon_sym_RPAREN] = ACTIONS(393), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(5418), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1235), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(2521), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1150] = { - [ts_builtin_sym_end] = ACTIONS(5420), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(5423), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(5423), - [anon_sym_LPAREN] = ACTIONS(5428), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(5423), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(5423), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(5423), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(5423), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(5423), - [sym_preproc_directive] = ACTIONS(5431), - [anon_sym_SEMI] = ACTIONS(5428), - [anon_sym_extern] = ACTIONS(5423), - [anon_sym_LBRACE] = ACTIONS(5428), - [anon_sym_RBRACE] = ACTIONS(5436), - [anon_sym_STAR] = ACTIONS(5428), - [anon_sym_typedef] = ACTIONS(5423), - [anon_sym_static] = ACTIONS(5423), - [anon_sym_auto] = ACTIONS(5423), - [anon_sym_register] = ACTIONS(5423), - [anon_sym_const] = ACTIONS(5423), - [anon_sym_restrict] = ACTIONS(5423), - [anon_sym_volatile] = ACTIONS(5423), - [sym_function_specifier] = ACTIONS(5423), - [anon_sym_unsigned] = ACTIONS(5423), - [anon_sym_long] = ACTIONS(5423), - [anon_sym_short] = ACTIONS(5423), - [anon_sym_enum] = ACTIONS(5423), - [anon_sym_struct] = ACTIONS(5423), - [anon_sym_union] = ACTIONS(5423), - [anon_sym_if] = ACTIONS(5441), - [anon_sym_switch] = ACTIONS(5441), - [anon_sym_case] = ACTIONS(5441), - [anon_sym_default] = ACTIONS(5441), - [anon_sym_while] = ACTIONS(5441), - [anon_sym_do] = ACTIONS(5441), - [anon_sym_for] = ACTIONS(5441), - [anon_sym_return] = ACTIONS(5441), - [anon_sym_break] = ACTIONS(5441), - [anon_sym_continue] = ACTIONS(5441), - [anon_sym_goto] = ACTIONS(5441), - [anon_sym_AMP] = ACTIONS(5428), - [anon_sym_BANG] = ACTIONS(5428), - [anon_sym_TILDE] = ACTIONS(5428), - [anon_sym_PLUS] = ACTIONS(5441), - [anon_sym_DASH] = ACTIONS(5441), - [anon_sym_DASH_DASH] = ACTIONS(5428), - [anon_sym_PLUS_PLUS] = ACTIONS(5428), - [anon_sym_sizeof] = ACTIONS(5441), - [sym_number_literal] = ACTIONS(5441), - [sym_char_literal] = ACTIONS(5441), - [sym_string_literal] = ACTIONS(5428), - [sym_identifier] = ACTIONS(5431), - [sym_comment] = ACTIONS(123), + [anon_sym_SEMI] = ACTIONS(2523), + [sym_comment] = ACTIONS(42), }, [1151] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(5444), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(5444), - [anon_sym_LPAREN] = ACTIONS(5447), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(5444), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(5444), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(5444), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(5444), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(5444), - [sym_preproc_directive] = ACTIONS(5450), - [anon_sym_SEMI] = ACTIONS(5447), - [anon_sym_extern] = ACTIONS(5444), - [anon_sym_LBRACE] = ACTIONS(5447), - [anon_sym_RBRACE] = ACTIONS(1578), - [anon_sym_STAR] = ACTIONS(5447), - [anon_sym_typedef] = ACTIONS(5444), - [anon_sym_static] = ACTIONS(5444), - [anon_sym_auto] = ACTIONS(5444), - [anon_sym_register] = ACTIONS(5444), - [anon_sym_const] = ACTIONS(5444), - [anon_sym_restrict] = ACTIONS(5444), - [anon_sym_volatile] = ACTIONS(5444), - [sym_function_specifier] = ACTIONS(5444), - [anon_sym_unsigned] = ACTIONS(5444), - [anon_sym_long] = ACTIONS(5444), - [anon_sym_short] = ACTIONS(5444), - [anon_sym_enum] = ACTIONS(5444), - [anon_sym_struct] = ACTIONS(5444), - [anon_sym_union] = ACTIONS(5444), - [anon_sym_if] = ACTIONS(5444), - [anon_sym_else] = ACTIONS(1576), - [anon_sym_switch] = ACTIONS(5444), - [anon_sym_case] = ACTIONS(5444), - [anon_sym_default] = ACTIONS(5444), - [anon_sym_while] = ACTIONS(5444), - [anon_sym_do] = ACTIONS(5444), - [anon_sym_for] = ACTIONS(5444), - [anon_sym_return] = ACTIONS(5444), - [anon_sym_break] = ACTIONS(5444), - [anon_sym_continue] = ACTIONS(5444), - [anon_sym_goto] = ACTIONS(5444), - [anon_sym_AMP] = ACTIONS(5447), - [anon_sym_BANG] = ACTIONS(5447), - [anon_sym_TILDE] = ACTIONS(5447), - [anon_sym_PLUS] = ACTIONS(5444), - [anon_sym_DASH] = ACTIONS(5444), - [anon_sym_DASH_DASH] = ACTIONS(5447), - [anon_sym_PLUS_PLUS] = ACTIONS(5447), - [anon_sym_sizeof] = ACTIONS(5444), - [sym_number_literal] = ACTIONS(5444), - [sym_char_literal] = ACTIONS(5444), - [sym_string_literal] = ACTIONS(5447), - [sym_identifier] = ACTIONS(5450), - [sym_comment] = ACTIONS(123), + [anon_sym_SEMI] = ACTIONS(2525), + [sym_comment] = ACTIONS(42), }, [1152] = { - [sym_preproc_include] = STATE(169), - [sym_preproc_def] = STATE(169), - [sym_preproc_function_def] = STATE(169), - [sym_preproc_call] = STATE(169), - [sym_preproc_if_in_compound_statement] = STATE(170), - [sym_preproc_ifdef_in_compound_statement] = STATE(171), - [sym_declaration] = STATE(169), - [sym__declaration_specifiers] = STATE(1287), - [sym_compound_statement] = STATE(169), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_field_declaration] = STATE(77), - [sym_enumerator] = STATE(73), - [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(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym__empty_declaration] = STATE(169), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(175), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_field_declaration_list_repeat1] = STATE(78), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_COMMA] = ACTIONS(287), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(531), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(533), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(535), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_RBRACE] = ACTIONS(5453), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(543), - [anon_sym_switch] = ACTIONS(545), - [anon_sym_case] = ACTIONS(547), - [anon_sym_default] = ACTIONS(549), - [anon_sym_while] = ACTIONS(551), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(555), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(5455), - [sym_comment] = ACTIONS(123), + [sym_identifier] = ACTIONS(2527), + [sym_comment] = ACTIONS(42), }, [1153] = { - [sym_compound_statement] = STATE(471), - [sym_labeled_statement] = STATE(471), - [sym_expression_statement] = STATE(471), - [sym_if_statement] = STATE(471), - [sym_switch_statement] = STATE(471), - [sym_case_statement] = STATE(471), - [sym_while_statement] = STATE(471), - [sym_do_statement] = STATE(471), - [sym_for_statement] = STATE(471), - [sym_return_statement] = STATE(471), - [sym_break_statement] = STATE(471), - [sym_continue_statement] = STATE(471), - [sym_goto_statement] = STATE(471), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(3064), - [anon_sym_switch] = ACTIONS(3066), - [anon_sym_case] = ACTIONS(3068), - [anon_sym_default] = ACTIONS(3070), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(3074), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(3080), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(866), + [anon_sym_COMMA] = ACTIONS(866), + [anon_sym_SEMI] = ACTIONS(866), + [anon_sym_STAR] = ACTIONS(868), + [anon_sym_LBRACK] = ACTIONS(866), + [anon_sym_EQ] = ACTIONS(868), + [anon_sym_COLON] = ACTIONS(2529), + [anon_sym_QMARK] = ACTIONS(866), + [anon_sym_STAR_EQ] = ACTIONS(866), + [anon_sym_SLASH_EQ] = ACTIONS(866), + [anon_sym_PERCENT_EQ] = ACTIONS(866), + [anon_sym_PLUS_EQ] = ACTIONS(866), + [anon_sym_DASH_EQ] = ACTIONS(866), + [anon_sym_LT_LT_EQ] = ACTIONS(866), + [anon_sym_GT_GT_EQ] = ACTIONS(866), + [anon_sym_AMP_EQ] = ACTIONS(866), + [anon_sym_CARET_EQ] = ACTIONS(866), + [anon_sym_PIPE_EQ] = ACTIONS(866), + [anon_sym_AMP] = ACTIONS(868), + [anon_sym_PIPE_PIPE] = ACTIONS(866), + [anon_sym_AMP_AMP] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_LT] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_LT_LT] = ACTIONS(868), + [anon_sym_GT_GT] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_PERCENT] = ACTIONS(868), + [anon_sym_DASH_DASH] = ACTIONS(866), + [anon_sym_PLUS_PLUS] = ACTIONS(866), + [anon_sym_DOT] = ACTIONS(866), + [anon_sym_DASH_GT] = ACTIONS(866), + [sym_comment] = ACTIONS(42), }, [1154] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(5457), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2275), + [anon_sym_LPAREN] = ACTIONS(2277), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2275), + [sym_preproc_directive] = ACTIONS(2279), + [anon_sym_SEMI] = ACTIONS(2277), + [anon_sym_extern] = ACTIONS(2275), + [anon_sym_LBRACE] = ACTIONS(2277), + [anon_sym_STAR] = ACTIONS(2277), + [anon_sym_typedef] = ACTIONS(2275), + [anon_sym_static] = ACTIONS(2275), + [anon_sym_auto] = ACTIONS(2275), + [anon_sym_register] = ACTIONS(2275), + [anon_sym_const] = ACTIONS(2275), + [anon_sym_restrict] = ACTIONS(2275), + [anon_sym_volatile] = ACTIONS(2275), + [sym_function_specifier] = ACTIONS(2275), + [anon_sym_unsigned] = ACTIONS(2275), + [anon_sym_long] = ACTIONS(2275), + [anon_sym_short] = ACTIONS(2275), + [anon_sym_enum] = ACTIONS(2275), + [anon_sym_struct] = ACTIONS(2275), + [anon_sym_union] = ACTIONS(2275), + [anon_sym_if] = ACTIONS(2275), + [anon_sym_else] = ACTIONS(2531), + [anon_sym_switch] = ACTIONS(2275), + [anon_sym_case] = ACTIONS(2275), + [anon_sym_default] = ACTIONS(2275), + [anon_sym_while] = ACTIONS(2275), + [anon_sym_do] = ACTIONS(2275), + [anon_sym_for] = ACTIONS(2275), + [anon_sym_return] = ACTIONS(2275), + [anon_sym_break] = ACTIONS(2275), + [anon_sym_continue] = ACTIONS(2275), + [anon_sym_goto] = ACTIONS(2275), + [anon_sym_AMP] = ACTIONS(2277), + [anon_sym_BANG] = ACTIONS(2277), + [anon_sym_TILDE] = ACTIONS(2277), + [anon_sym_PLUS] = ACTIONS(2275), + [anon_sym_DASH] = ACTIONS(2275), + [anon_sym_DASH_DASH] = ACTIONS(2277), + [anon_sym_PLUS_PLUS] = ACTIONS(2277), + [anon_sym_sizeof] = ACTIONS(2275), + [sym_number_literal] = ACTIONS(2275), + [sym_char_literal] = ACTIONS(2275), + [sym_string_literal] = ACTIONS(2277), + [sym_identifier] = ACTIONS(2279), + [sym_comment] = ACTIONS(42), }, [1155] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(5459), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(906), + [anon_sym_SEMI] = ACTIONS(2533), + [anon_sym_STAR] = ACTIONS(910), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(914), + [anon_sym_QMARK] = ACTIONS(916), + [anon_sym_STAR_EQ] = ACTIONS(918), + [anon_sym_SLASH_EQ] = ACTIONS(918), + [anon_sym_PERCENT_EQ] = ACTIONS(918), + [anon_sym_PLUS_EQ] = ACTIONS(918), + [anon_sym_DASH_EQ] = ACTIONS(918), + [anon_sym_LT_LT_EQ] = ACTIONS(918), + [anon_sym_GT_GT_EQ] = ACTIONS(918), + [anon_sym_AMP_EQ] = ACTIONS(918), + [anon_sym_CARET_EQ] = ACTIONS(918), + [anon_sym_PIPE_EQ] = ACTIONS(918), + [anon_sym_AMP] = ACTIONS(920), + [anon_sym_PIPE_PIPE] = ACTIONS(922), + [anon_sym_AMP_AMP] = ACTIONS(924), + [anon_sym_PIPE] = ACTIONS(926), + [anon_sym_CARET] = ACTIONS(928), + [anon_sym_EQ_EQ] = ACTIONS(930), + [anon_sym_BANG_EQ] = ACTIONS(930), + [anon_sym_LT] = ACTIONS(932), + [anon_sym_GT] = ACTIONS(932), + [anon_sym_LT_EQ] = ACTIONS(934), + [anon_sym_GT_EQ] = ACTIONS(934), + [anon_sym_LT_LT] = ACTIONS(936), + [anon_sym_GT_GT] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_SLASH] = ACTIONS(910), + [anon_sym_PERCENT] = ACTIONS(910), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1156] = { - [anon_sym_LPAREN] = ACTIONS(5461), - [anon_sym_COMMA] = ACTIONS(5461), - [anon_sym_RPAREN] = ACTIONS(5461), - [anon_sym_SEMI] = ACTIONS(5461), - [anon_sym_extern] = ACTIONS(5464), - [anon_sym_STAR] = ACTIONS(5461), - [anon_sym_LBRACK] = ACTIONS(5461), - [anon_sym_RBRACK] = ACTIONS(5461), - [anon_sym_typedef] = ACTIONS(5464), - [anon_sym_static] = ACTIONS(5464), - [anon_sym_auto] = ACTIONS(5464), - [anon_sym_register] = ACTIONS(5464), - [anon_sym_const] = ACTIONS(5464), - [anon_sym_restrict] = ACTIONS(5464), - [anon_sym_volatile] = ACTIONS(5464), - [sym_function_specifier] = ACTIONS(5464), - [anon_sym_COLON] = ACTIONS(5461), - [anon_sym_AMP] = ACTIONS(5461), - [anon_sym_BANG] = ACTIONS(5461), - [anon_sym_TILDE] = ACTIONS(5461), - [anon_sym_PLUS] = ACTIONS(5464), - [anon_sym_DASH] = ACTIONS(5464), - [anon_sym_DASH_DASH] = ACTIONS(5461), - [anon_sym_PLUS_PLUS] = ACTIONS(5461), - [anon_sym_sizeof] = ACTIONS(5464), - [sym_number_literal] = ACTIONS(5464), - [sym_char_literal] = ACTIONS(5464), - [sym_string_literal] = ACTIONS(5461), - [sym_identifier] = ACTIONS(5467), - [sym_comment] = ACTIONS(123), + [anon_sym_SEMI] = ACTIONS(2533), + [sym_comment] = ACTIONS(42), }, [1157] = { - [sym_preproc_include] = STATE(48), - [sym_preproc_def] = STATE(48), - [sym_preproc_function_def] = STATE(48), - [sym_preproc_call] = STATE(48), - [sym_preproc_if] = STATE(48), - [sym_preproc_ifdef] = STATE(48), - [sym_preproc_else] = STATE(1290), - [sym_function_definition] = STATE(48), - [sym_declaration] = STATE(48), - [sym__declaration_specifiers] = STATE(19), - [sym_linkage_specification] = STATE(48), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym__empty_declaration] = STATE(48), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(131), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(5470), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(133), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(135), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(273), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_extern] = ACTIONS(139), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [sym_identifier] = ACTIONS(155), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2287), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2287), + [anon_sym_LPAREN] = ACTIONS(2289), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2287), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2287), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2287), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2287), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2287), + [sym_preproc_directive] = ACTIONS(2291), + [anon_sym_SEMI] = ACTIONS(2289), + [anon_sym_extern] = ACTIONS(2287), + [anon_sym_LBRACE] = ACTIONS(2289), + [anon_sym_STAR] = ACTIONS(2289), + [anon_sym_typedef] = ACTIONS(2287), + [anon_sym_static] = ACTIONS(2287), + [anon_sym_auto] = ACTIONS(2287), + [anon_sym_register] = ACTIONS(2287), + [anon_sym_const] = ACTIONS(2287), + [anon_sym_restrict] = ACTIONS(2287), + [anon_sym_volatile] = ACTIONS(2287), + [sym_function_specifier] = ACTIONS(2287), + [anon_sym_unsigned] = ACTIONS(2287), + [anon_sym_long] = ACTIONS(2287), + [anon_sym_short] = ACTIONS(2287), + [anon_sym_enum] = ACTIONS(2287), + [anon_sym_struct] = ACTIONS(2287), + [anon_sym_union] = ACTIONS(2287), + [anon_sym_if] = ACTIONS(2287), + [anon_sym_switch] = ACTIONS(2287), + [anon_sym_case] = ACTIONS(2287), + [anon_sym_default] = ACTIONS(2287), + [anon_sym_while] = ACTIONS(2287), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2287), + [anon_sym_return] = ACTIONS(2287), + [anon_sym_break] = ACTIONS(2287), + [anon_sym_continue] = ACTIONS(2287), + [anon_sym_goto] = ACTIONS(2287), + [anon_sym_AMP] = ACTIONS(2289), + [anon_sym_BANG] = ACTIONS(2289), + [anon_sym_TILDE] = ACTIONS(2289), + [anon_sym_PLUS] = ACTIONS(2287), + [anon_sym_DASH] = ACTIONS(2287), + [anon_sym_DASH_DASH] = ACTIONS(2289), + [anon_sym_PLUS_PLUS] = ACTIONS(2289), + [anon_sym_sizeof] = ACTIONS(2287), + [sym_number_literal] = ACTIONS(2287), + [sym_char_literal] = ACTIONS(2287), + [sym_string_literal] = ACTIONS(2289), + [sym_identifier] = ACTIONS(2291), + [sym_comment] = ACTIONS(42), }, [1158] = { - [sym_preproc_include] = STATE(309), - [sym_preproc_def] = STATE(309), - [sym_preproc_function_def] = STATE(309), - [sym_preproc_call] = STATE(309), - [sym_preproc_if_in_compound_statement] = STATE(310), - [sym_preproc_ifdef_in_compound_statement] = STATE(311), - [sym_preproc_else_in_compound_statement] = STATE(1292), - [sym_declaration] = STATE(309), - [sym__declaration_specifiers] = STATE(172), - [sym_compound_statement] = STATE(309), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(309), - [sym_expression_statement] = STATE(309), - [sym_if_statement] = STATE(309), - [sym_switch_statement] = STATE(309), - [sym_case_statement] = STATE(309), - [sym_while_statement] = STATE(309), - [sym_do_statement] = STATE(309), - [sym_for_statement] = STATE(309), - [sym_return_statement] = STATE(309), - [sym_break_statement] = STATE(309), - [sym_continue_statement] = STATE(309), - [sym_goto_statement] = STATE(309), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym__empty_declaration] = STATE(309), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [anon_sym_LPAREN] = ACTIONS(529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(531), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(5472), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(533), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(535), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1193), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(1195), - [anon_sym_switch] = ACTIONS(1197), - [anon_sym_case] = ACTIONS(1199), - [anon_sym_default] = ACTIONS(1201), - [anon_sym_while] = ACTIONS(1203), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1205), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1207), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2297), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2297), + [anon_sym_LPAREN] = ACTIONS(2299), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2297), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2297), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2297), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2297), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2297), + [sym_preproc_directive] = ACTIONS(2301), + [anon_sym_SEMI] = ACTIONS(2299), + [anon_sym_extern] = ACTIONS(2297), + [anon_sym_LBRACE] = ACTIONS(2299), + [anon_sym_STAR] = ACTIONS(2299), + [anon_sym_typedef] = ACTIONS(2297), + [anon_sym_static] = ACTIONS(2297), + [anon_sym_auto] = ACTIONS(2297), + [anon_sym_register] = ACTIONS(2297), + [anon_sym_const] = ACTIONS(2297), + [anon_sym_restrict] = ACTIONS(2297), + [anon_sym_volatile] = ACTIONS(2297), + [sym_function_specifier] = ACTIONS(2297), + [anon_sym_unsigned] = ACTIONS(2297), + [anon_sym_long] = ACTIONS(2297), + [anon_sym_short] = ACTIONS(2297), + [anon_sym_enum] = ACTIONS(2297), + [anon_sym_struct] = ACTIONS(2297), + [anon_sym_union] = ACTIONS(2297), + [anon_sym_if] = ACTIONS(2297), + [anon_sym_switch] = ACTIONS(2297), + [anon_sym_case] = ACTIONS(2297), + [anon_sym_default] = ACTIONS(2297), + [anon_sym_while] = ACTIONS(2297), + [anon_sym_do] = ACTIONS(2297), + [anon_sym_for] = ACTIONS(2297), + [anon_sym_return] = ACTIONS(2297), + [anon_sym_break] = ACTIONS(2297), + [anon_sym_continue] = ACTIONS(2297), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(2299), + [anon_sym_BANG] = ACTIONS(2299), + [anon_sym_TILDE] = ACTIONS(2299), + [anon_sym_PLUS] = ACTIONS(2297), + [anon_sym_DASH] = ACTIONS(2297), + [anon_sym_DASH_DASH] = ACTIONS(2299), + [anon_sym_PLUS_PLUS] = ACTIONS(2299), + [anon_sym_sizeof] = ACTIONS(2297), + [sym_number_literal] = ACTIONS(2297), + [sym_char_literal] = ACTIONS(2297), + [sym_string_literal] = ACTIONS(2299), + [sym_identifier] = ACTIONS(2301), + [sym_comment] = ACTIONS(42), }, [1159] = { - [ts_builtin_sym_end] = ACTIONS(5474), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(5481), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(5481), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(5481), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(5481), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(5481), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(5481), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(5481), - [sym_preproc_directive] = ACTIONS(5488), - [anon_sym_extern] = ACTIONS(5481), - [anon_sym_RBRACE] = ACTIONS(5474), - [anon_sym_typedef] = ACTIONS(5481), - [anon_sym_static] = ACTIONS(5481), - [anon_sym_auto] = ACTIONS(5481), - [anon_sym_register] = ACTIONS(5481), - [anon_sym_const] = ACTIONS(5481), - [anon_sym_restrict] = ACTIONS(5481), - [anon_sym_volatile] = ACTIONS(5481), - [sym_function_specifier] = ACTIONS(5481), - [anon_sym_unsigned] = ACTIONS(5481), - [anon_sym_long] = ACTIONS(5481), - [anon_sym_short] = ACTIONS(5481), - [anon_sym_enum] = ACTIONS(5481), - [anon_sym_struct] = ACTIONS(5481), - [anon_sym_union] = ACTIONS(5481), - [sym_identifier] = ACTIONS(5488), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(2535), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1160] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(5495), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(5495), - [anon_sym_LPAREN] = ACTIONS(5502), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(5495), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(5495), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(5495), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(5495), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(5495), - [sym_preproc_directive] = ACTIONS(5509), - [anon_sym_SEMI] = ACTIONS(5502), - [anon_sym_extern] = ACTIONS(5495), - [anon_sym_LBRACE] = ACTIONS(5502), - [anon_sym_RBRACE] = ACTIONS(5502), - [anon_sym_STAR] = ACTIONS(5502), - [anon_sym_typedef] = ACTIONS(5495), - [anon_sym_static] = ACTIONS(5495), - [anon_sym_auto] = ACTIONS(5495), - [anon_sym_register] = ACTIONS(5495), - [anon_sym_const] = ACTIONS(5495), - [anon_sym_restrict] = ACTIONS(5495), - [anon_sym_volatile] = ACTIONS(5495), - [sym_function_specifier] = ACTIONS(5495), - [anon_sym_unsigned] = ACTIONS(5495), - [anon_sym_long] = ACTIONS(5495), - [anon_sym_short] = ACTIONS(5495), - [anon_sym_enum] = ACTIONS(5495), - [anon_sym_struct] = ACTIONS(5495), - [anon_sym_union] = ACTIONS(5495), - [anon_sym_if] = ACTIONS(5495), - [anon_sym_switch] = ACTIONS(5495), - [anon_sym_case] = ACTIONS(5495), - [anon_sym_default] = ACTIONS(5495), - [anon_sym_while] = ACTIONS(5495), - [anon_sym_do] = ACTIONS(5495), - [anon_sym_for] = ACTIONS(5495), - [anon_sym_return] = ACTIONS(5495), - [anon_sym_break] = ACTIONS(5495), - [anon_sym_continue] = ACTIONS(5495), - [anon_sym_goto] = ACTIONS(5495), - [anon_sym_AMP] = ACTIONS(5502), - [anon_sym_BANG] = ACTIONS(5502), - [anon_sym_TILDE] = ACTIONS(5502), - [anon_sym_PLUS] = ACTIONS(5495), - [anon_sym_DASH] = ACTIONS(5495), - [anon_sym_DASH_DASH] = ACTIONS(5502), - [anon_sym_PLUS_PLUS] = ACTIONS(5502), - [anon_sym_sizeof] = ACTIONS(5495), - [sym_number_literal] = ACTIONS(5495), - [sym_char_literal] = ACTIONS(5495), - [sym_string_literal] = ACTIONS(5502), - [sym_identifier] = ACTIONS(5509), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1243), + [sym_labeled_statement] = STATE(1243), + [sym_expression_statement] = STATE(1243), + [sym_if_statement] = STATE(1243), + [sym_switch_statement] = STATE(1243), + [sym_case_statement] = STATE(1243), + [sym_while_statement] = STATE(1243), + [sym_do_statement] = STATE(1243), + [sym_for_statement] = STATE(1243), + [sym_return_statement] = STATE(1243), + [sym_break_statement] = STATE(1243), + [sym_continue_statement] = STATE(1243), + [sym_goto_statement] = STATE(1243), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2011), + [sym_comment] = ACTIONS(42), }, [1161] = { - [sym__expression] = STATE(1294), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(5516), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [aux_sym_for_statement_repeat1] = STATE(1245), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1817), + [anon_sym_RPAREN] = ACTIONS(2537), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1162] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(5518), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1246), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_RPAREN] = ACTIONS(2537), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1163] = { - [sym__declaration_specifiers] = STATE(140), - [sym__declarator] = STATE(87), - [sym__field_declarator] = STATE(211), - [sym__abstract_declarator] = STATE(226), - [sym_pointer_declarator] = STATE(44), - [sym_pointer_field_declarator] = STATE(123), - [sym_abstract_pointer_declarator] = STATE(132), - [sym_function_declarator] = STATE(44), - [sym_function_field_declarator] = STATE(124), - [sym_abstract_function_declarator] = STATE(132), - [sym_array_declarator] = STATE(44), - [sym_array_field_declarator] = STATE(125), - [sym_abstract_array_declarator] = STATE(132), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(1060), - [sym__type_specifier] = STATE(1061), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_parameter_list] = STATE(133), - [sym_parameter_declaration] = STATE(138), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(312), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(4252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(519), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(4254), - [anon_sym_LBRACK] = ACTIONS(507), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(4256), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2539), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1164] = { - [ts_builtin_sym_end] = ACTIONS(333), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(335), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(335), - [anon_sym_LPAREN] = ACTIONS(333), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(335), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(335), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(335), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(335), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(335), - [sym_preproc_directive] = ACTIONS(337), - [anon_sym_SEMI] = ACTIONS(333), - [anon_sym_extern] = ACTIONS(5520), - [anon_sym_LBRACE] = ACTIONS(333), - [anon_sym_RBRACE] = ACTIONS(5523), - [anon_sym_STAR] = ACTIONS(333), - [anon_sym_typedef] = ACTIONS(5520), - [anon_sym_static] = ACTIONS(5520), - [anon_sym_auto] = ACTIONS(5520), - [anon_sym_register] = ACTIONS(5520), - [anon_sym_const] = ACTIONS(5520), - [anon_sym_restrict] = ACTIONS(5520), - [anon_sym_volatile] = ACTIONS(5520), - [sym_function_specifier] = ACTIONS(5520), - [anon_sym_unsigned] = ACTIONS(5520), - [anon_sym_long] = ACTIONS(5520), - [anon_sym_short] = ACTIONS(5520), - [anon_sym_enum] = ACTIONS(5520), - [anon_sym_struct] = ACTIONS(5520), - [anon_sym_union] = ACTIONS(5520), - [anon_sym_if] = ACTIONS(335), - [anon_sym_switch] = ACTIONS(335), - [anon_sym_case] = ACTIONS(335), - [anon_sym_default] = ACTIONS(335), - [anon_sym_while] = ACTIONS(335), - [anon_sym_do] = ACTIONS(335), - [anon_sym_for] = ACTIONS(335), - [anon_sym_return] = ACTIONS(335), - [anon_sym_break] = ACTIONS(335), - [anon_sym_continue] = ACTIONS(335), - [anon_sym_goto] = ACTIONS(335), - [anon_sym_AMP] = ACTIONS(333), - [anon_sym_BANG] = ACTIONS(333), - [anon_sym_TILDE] = ACTIONS(333), - [anon_sym_PLUS] = ACTIONS(335), - [anon_sym_DASH] = ACTIONS(335), - [anon_sym_DASH_DASH] = ACTIONS(333), - [anon_sym_PLUS_PLUS] = ACTIONS(333), - [anon_sym_sizeof] = ACTIONS(335), - [sym_number_literal] = ACTIONS(335), - [sym_char_literal] = ACTIONS(335), - [sym_string_literal] = ACTIONS(333), - [sym_identifier] = ACTIONS(5526), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1455), + [anon_sym_LPAREN] = ACTIONS(1453), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1455), + [sym_preproc_directive] = ACTIONS(1457), + [anon_sym_SEMI] = ACTIONS(1453), + [anon_sym_extern] = ACTIONS(1455), + [anon_sym_LBRACE] = ACTIONS(1453), + [anon_sym_RBRACE] = ACTIONS(1453), + [anon_sym_STAR] = ACTIONS(1453), + [anon_sym_typedef] = ACTIONS(1455), + [anon_sym_static] = ACTIONS(1455), + [anon_sym_auto] = ACTIONS(1455), + [anon_sym_register] = ACTIONS(1455), + [anon_sym_const] = ACTIONS(1455), + [anon_sym_restrict] = ACTIONS(1455), + [anon_sym_volatile] = ACTIONS(1455), + [sym_function_specifier] = ACTIONS(1455), + [anon_sym_unsigned] = ACTIONS(1455), + [anon_sym_long] = ACTIONS(1455), + [anon_sym_short] = ACTIONS(1455), + [anon_sym_enum] = ACTIONS(1455), + [anon_sym_struct] = ACTIONS(1455), + [anon_sym_union] = ACTIONS(1455), + [anon_sym_if] = ACTIONS(1455), + [anon_sym_else] = ACTIONS(1455), + [anon_sym_switch] = ACTIONS(1455), + [anon_sym_case] = ACTIONS(1455), + [anon_sym_default] = ACTIONS(1455), + [anon_sym_while] = ACTIONS(1455), + [anon_sym_do] = ACTIONS(1455), + [anon_sym_for] = ACTIONS(1455), + [anon_sym_return] = ACTIONS(1455), + [anon_sym_break] = ACTIONS(1455), + [anon_sym_continue] = ACTIONS(1455), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(1453), + [anon_sym_BANG] = ACTIONS(1453), + [anon_sym_TILDE] = ACTIONS(1453), + [anon_sym_PLUS] = ACTIONS(1455), + [anon_sym_DASH] = ACTIONS(1455), + [anon_sym_DASH_DASH] = ACTIONS(1453), + [anon_sym_PLUS_PLUS] = ACTIONS(1453), + [anon_sym_sizeof] = ACTIONS(1455), + [sym_number_literal] = ACTIONS(1455), + [sym_char_literal] = ACTIONS(1455), + [sym_string_literal] = ACTIONS(1453), + [sym_identifier] = ACTIONS(1457), + [sym_comment] = ACTIONS(42), }, [1165] = { - [sym__declarator] = STATE(1114), - [sym__field_declarator] = STATE(212), - [sym__abstract_declarator] = STATE(227), - [sym_pointer_declarator] = STATE(44), - [sym_pointer_field_declarator] = STATE(123), - [sym_abstract_pointer_declarator] = STATE(132), - [sym_function_declarator] = STATE(44), - [sym_function_field_declarator] = STATE(124), - [sym_abstract_function_declarator] = STATE(132), - [sym_array_declarator] = STATE(44), - [sym_array_field_declarator] = STATE(125), - [sym_abstract_array_declarator] = STATE(132), - [sym_parameter_list] = STATE(133), - [sym__expression] = STATE(254), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(5529), - [anon_sym_COMMA] = ACTIONS(745), - [anon_sym_RPAREN] = ACTIONS(745), - [anon_sym_STAR] = ACTIONS(3562), - [anon_sym_LBRACK] = ACTIONS(2974), - [anon_sym_AMP] = ACTIONS(583), - [anon_sym_BANG] = ACTIONS(587), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(593), - [anon_sym_PLUS_PLUS] = ACTIONS(593), - [anon_sym_sizeof] = ACTIONS(595), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(3566), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(2541), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1166] = { - [anon_sym_LPAREN] = ACTIONS(5532), - [anon_sym_COMMA] = ACTIONS(5532), - [anon_sym_RPAREN] = ACTIONS(5532), - [anon_sym_SEMI] = ACTIONS(5537), - [anon_sym_LBRACE] = ACTIONS(1373), - [anon_sym_LBRACK] = ACTIONS(5532), - [anon_sym_EQ] = ACTIONS(1373), - [anon_sym_COLON] = ACTIONS(1666), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(2543), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1167] = { - [anon_sym_LPAREN] = ACTIONS(4405), - [anon_sym_COMMA] = ACTIONS(5540), - [anon_sym_RPAREN] = ACTIONS(339), - [anon_sym_SEMI] = ACTIONS(5540), - [anon_sym_LBRACE] = ACTIONS(339), - [anon_sym_STAR] = ACTIONS(867), - [anon_sym_LBRACK] = ACTIONS(4405), - [anon_sym_RBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(4662), - [anon_sym_COLON] = ACTIONS(717), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_comment] = ACTIONS(123), + [sym_declaration] = STATE(1250), + [sym__declaration_specifiers] = STATE(1170), + [sym_compound_statement] = STATE(1250), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(1250), + [sym_expression_statement] = STATE(1250), + [sym_if_statement] = STATE(1250), + [sym_switch_statement] = STATE(1250), + [sym_case_statement] = STATE(1250), + [sym_while_statement] = STATE(1250), + [sym_do_statement] = STATE(1250), + [sym_for_statement] = STATE(1250), + [sym_return_statement] = STATE(1250), + [sym_break_statement] = STATE(1250), + [sym_continue_statement] = STATE(1250), + [sym_goto_statement] = STATE(1250), + [sym__expression] = STATE(980), + [sym_comma_expression] = STATE(981), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2059), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(2063), + [anon_sym_switch] = ACTIONS(2065), + [anon_sym_case] = ACTIONS(2067), + [anon_sym_default] = ACTIONS(2069), + [anon_sym_while] = ACTIONS(2071), + [anon_sym_do] = ACTIONS(2073), + [anon_sym_for] = ACTIONS(2075), + [anon_sym_return] = ACTIONS(2077), + [anon_sym_break] = ACTIONS(2079), + [anon_sym_continue] = ACTIONS(2081), + [anon_sym_goto] = ACTIONS(2083), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2421), + [sym_comment] = ACTIONS(42), }, [1168] = { - [sym_compound_statement] = STATE(95), - [sym_parameter_list] = STATE(96), - [aux_sym_declaration_repeat1] = STATE(97), - [anon_sym_LPAREN] = ACTIONS(341), - [anon_sym_COMMA] = ACTIONS(5543), - [anon_sym_RPAREN] = ACTIONS(1153), - [anon_sym_SEMI] = ACTIONS(345), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_LBRACK] = ACTIONS(349), - [anon_sym_EQ] = ACTIONS(351), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(872), + [anon_sym_COMMA] = ACTIONS(866), + [anon_sym_SEMI] = ACTIONS(866), + [anon_sym_extern] = ACTIONS(95), + [anon_sym_STAR] = ACTIONS(879), + [anon_sym_LBRACK] = ACTIONS(866), + [anon_sym_EQ] = ACTIONS(868), + [anon_sym_typedef] = ACTIONS(95), + [anon_sym_static] = ACTIONS(95), + [anon_sym_auto] = ACTIONS(95), + [anon_sym_register] = ACTIONS(95), + [anon_sym_const] = ACTIONS(95), + [anon_sym_restrict] = ACTIONS(95), + [anon_sym_volatile] = ACTIONS(95), + [sym_function_specifier] = ACTIONS(95), + [anon_sym_COLON] = ACTIONS(2273), + [anon_sym_QMARK] = ACTIONS(866), + [anon_sym_STAR_EQ] = ACTIONS(866), + [anon_sym_SLASH_EQ] = ACTIONS(866), + [anon_sym_PERCENT_EQ] = ACTIONS(866), + [anon_sym_PLUS_EQ] = ACTIONS(866), + [anon_sym_DASH_EQ] = ACTIONS(866), + [anon_sym_LT_LT_EQ] = ACTIONS(866), + [anon_sym_GT_GT_EQ] = ACTIONS(866), + [anon_sym_AMP_EQ] = ACTIONS(866), + [anon_sym_CARET_EQ] = ACTIONS(866), + [anon_sym_PIPE_EQ] = ACTIONS(866), + [anon_sym_AMP] = ACTIONS(868), + [anon_sym_PIPE_PIPE] = ACTIONS(866), + [anon_sym_AMP_AMP] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_LT] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_LT_LT] = ACTIONS(868), + [anon_sym_GT_GT] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_PERCENT] = ACTIONS(868), + [anon_sym_DASH_DASH] = ACTIONS(866), + [anon_sym_PLUS_PLUS] = ACTIONS(866), + [anon_sym_DOT] = ACTIONS(866), + [anon_sym_DASH_GT] = ACTIONS(866), + [sym_identifier] = ACTIONS(97), + [sym_comment] = ACTIONS(42), }, [1169] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(949), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(5546), - [anon_sym_EQ] = ACTIONS(951), - [anon_sym_QMARK] = ACTIONS(953), - [anon_sym_STAR_EQ] = ACTIONS(955), - [anon_sym_SLASH_EQ] = ACTIONS(955), - [anon_sym_PERCENT_EQ] = ACTIONS(955), - [anon_sym_PLUS_EQ] = ACTIONS(955), - [anon_sym_DASH_EQ] = ACTIONS(955), - [anon_sym_LT_LT_EQ] = ACTIONS(955), - [anon_sym_GT_GT_EQ] = ACTIONS(955), - [anon_sym_AMP_EQ] = ACTIONS(955), - [anon_sym_CARET_EQ] = ACTIONS(955), - [anon_sym_PIPE_EQ] = ACTIONS(955), - [anon_sym_AMP] = ACTIONS(957), - [anon_sym_PIPE_PIPE] = ACTIONS(959), - [anon_sym_AMP_AMP] = ACTIONS(961), - [anon_sym_PIPE] = ACTIONS(963), - [anon_sym_CARET] = ACTIONS(965), - [anon_sym_EQ_EQ] = ACTIONS(967), - [anon_sym_BANG_EQ] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(969), - [anon_sym_GT] = ACTIONS(969), - [anon_sym_LT_EQ] = ACTIONS(971), - [anon_sym_GT_EQ] = ACTIONS(971), - [anon_sym_LT_LT] = ACTIONS(973), - [anon_sym_GT_GT] = ACTIONS(973), - [anon_sym_PLUS] = ACTIONS(975), - [anon_sym_DASH] = ACTIONS(975), - [anon_sym_SLASH] = ACTIONS(949), - [anon_sym_PERCENT] = ACTIONS(949), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1767), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1767), + [anon_sym_LPAREN] = ACTIONS(1769), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1767), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1767), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1767), + [sym_preproc_directive] = ACTIONS(1771), + [anon_sym_SEMI] = ACTIONS(1769), + [anon_sym_extern] = ACTIONS(1767), + [anon_sym_LBRACE] = ACTIONS(1769), + [anon_sym_RBRACE] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1769), + [anon_sym_typedef] = ACTIONS(1767), + [anon_sym_static] = ACTIONS(1767), + [anon_sym_auto] = ACTIONS(1767), + [anon_sym_register] = ACTIONS(1767), + [anon_sym_const] = ACTIONS(1767), + [anon_sym_restrict] = ACTIONS(1767), + [anon_sym_volatile] = ACTIONS(1767), + [sym_function_specifier] = ACTIONS(1767), + [anon_sym_unsigned] = ACTIONS(1767), + [anon_sym_long] = ACTIONS(1767), + [anon_sym_short] = ACTIONS(1767), + [anon_sym_enum] = ACTIONS(1767), + [anon_sym_struct] = ACTIONS(1767), + [anon_sym_union] = ACTIONS(1767), + [anon_sym_if] = ACTIONS(1767), + [anon_sym_else] = ACTIONS(1767), + [anon_sym_switch] = ACTIONS(1767), + [anon_sym_case] = ACTIONS(1767), + [anon_sym_default] = ACTIONS(1767), + [anon_sym_while] = ACTIONS(1767), + [anon_sym_do] = ACTIONS(1767), + [anon_sym_for] = ACTIONS(1767), + [anon_sym_return] = ACTIONS(1767), + [anon_sym_break] = ACTIONS(1767), + [anon_sym_continue] = ACTIONS(1767), + [anon_sym_goto] = ACTIONS(1767), + [anon_sym_AMP] = ACTIONS(1769), + [anon_sym_BANG] = ACTIONS(1769), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_PLUS] = ACTIONS(1767), + [anon_sym_DASH] = ACTIONS(1767), + [anon_sym_DASH_DASH] = ACTIONS(1769), + [anon_sym_PLUS_PLUS] = ACTIONS(1769), + [anon_sym_sizeof] = ACTIONS(1767), + [sym_number_literal] = ACTIONS(1767), + [sym_char_literal] = ACTIONS(1767), + [sym_string_literal] = ACTIONS(1769), + [sym_identifier] = ACTIONS(1771), + [sym_comment] = ACTIONS(42), }, [1170] = { - [sym_parameter_list] = STATE(232), - [anon_sym_LPAREN] = ACTIONS(341), - [anon_sym_RPAREN] = ACTIONS(5548), - [anon_sym_LBRACK] = ACTIONS(751), - [sym_comment] = ACTIONS(123), + [sym__declarator] = STATE(1251), + [sym_pointer_declarator] = STATE(44), + [sym_function_declarator] = STATE(44), + [sym_array_declarator] = STATE(44), + [sym_init_declarator] = STATE(1252), + [anon_sym_LPAREN] = ACTIONS(107), + [anon_sym_STAR] = ACTIONS(462), + [sym_identifier] = ACTIONS(113), + [sym_comment] = ACTIONS(42), }, [1171] = { - [sym_storage_class_specifier] = STATE(49), - [sym_type_qualifier] = STATE(49), - [anon_sym_LPAREN] = ACTIONS(4238), - [anon_sym_COMMA] = ACTIONS(4238), - [anon_sym_RPAREN] = ACTIONS(4238), - [anon_sym_SEMI] = ACTIONS(4238), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(4238), - [anon_sym_LBRACK] = ACTIONS(4238), - [anon_sym_RBRACK] = ACTIONS(4238), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(248), - [anon_sym_COLON] = ACTIONS(4238), - [anon_sym_AMP] = ACTIONS(4238), - [anon_sym_BANG] = ACTIONS(4238), - [anon_sym_TILDE] = ACTIONS(4238), - [anon_sym_PLUS] = ACTIONS(4241), - [anon_sym_DASH] = ACTIONS(4241), - [anon_sym_DASH_DASH] = ACTIONS(4238), - [anon_sym_PLUS_PLUS] = ACTIONS(4238), - [anon_sym_sizeof] = ACTIONS(4241), - [sym_number_literal] = ACTIONS(4241), - [sym_char_literal] = ACTIONS(4241), - [sym_string_literal] = ACTIONS(4238), - [sym_identifier] = ACTIONS(5551), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(2545), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1172] = { - [sym__expression] = STATE(1297), - [sym_comma_expression] = STATE(475), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4276), - [anon_sym_STAR] = ACTIONS(2278), - [anon_sym_AMP] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2280), - [anon_sym_TILDE] = ACTIONS(2282), - [anon_sym_PLUS] = ACTIONS(2284), - [anon_sym_DASH] = ACTIONS(2284), - [anon_sym_DASH_DASH] = ACTIONS(2286), - [anon_sym_PLUS_PLUS] = ACTIONS(2286), - [anon_sym_sizeof] = ACTIONS(2288), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(2547), + [sym_comment] = ACTIONS(42), }, [1173] = { - [sym_compound_statement] = STATE(1298), - [sym_labeled_statement] = STATE(1298), - [sym_expression_statement] = STATE(1298), - [sym_if_statement] = STATE(1298), - [sym_switch_statement] = STATE(1298), - [sym_case_statement] = STATE(1298), - [sym_while_statement] = STATE(1298), - [sym_do_statement] = STATE(1298), - [sym_for_statement] = STATE(1298), - [sym_return_statement] = STATE(1298), - [sym_break_statement] = STATE(1298), - [sym_continue_statement] = STATE(1298), - [sym_goto_statement] = STATE(1298), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2022), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2022), - [anon_sym_LPAREN] = ACTIONS(5554), - [anon_sym_COMMA] = ACTIONS(5559), - [anon_sym_RPAREN] = ACTIONS(5559), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2022), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2022), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2022), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2022), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2022), - [sym_preproc_directive] = ACTIONS(2026), - [anon_sym_SEMI] = ACTIONS(5562), - [anon_sym_extern] = ACTIONS(2022), - [anon_sym_LBRACE] = ACTIONS(5567), - [anon_sym_RBRACE] = ACTIONS(5570), - [anon_sym_STAR] = ACTIONS(5574), - [anon_sym_LBRACK] = ACTIONS(5559), - [anon_sym_RBRACK] = ACTIONS(5559), - [anon_sym_EQ] = ACTIONS(5579), - [anon_sym_typedef] = ACTIONS(2022), - [anon_sym_static] = ACTIONS(2022), - [anon_sym_auto] = ACTIONS(2022), - [anon_sym_register] = ACTIONS(2022), - [anon_sym_const] = ACTIONS(2022), - [anon_sym_restrict] = ACTIONS(2022), - [anon_sym_volatile] = ACTIONS(2022), - [sym_function_specifier] = ACTIONS(2022), - [anon_sym_unsigned] = ACTIONS(2022), - [anon_sym_long] = ACTIONS(2022), - [anon_sym_short] = ACTIONS(2022), - [anon_sym_enum] = ACTIONS(2022), - [anon_sym_struct] = ACTIONS(2022), - [anon_sym_union] = ACTIONS(2022), - [anon_sym_COLON] = ACTIONS(5559), - [anon_sym_if] = ACTIONS(5582), - [anon_sym_else] = ACTIONS(2022), - [anon_sym_switch] = ACTIONS(5585), - [anon_sym_case] = ACTIONS(5588), - [anon_sym_default] = ACTIONS(5591), - [anon_sym_while] = ACTIONS(5594), - [anon_sym_do] = ACTIONS(5597), - [anon_sym_for] = ACTIONS(5600), - [anon_sym_return] = ACTIONS(5603), - [anon_sym_break] = ACTIONS(5606), - [anon_sym_continue] = ACTIONS(5609), - [anon_sym_goto] = ACTIONS(5612), - [anon_sym_QMARK] = ACTIONS(5559), - [anon_sym_STAR_EQ] = ACTIONS(5559), - [anon_sym_SLASH_EQ] = ACTIONS(5559), - [anon_sym_PERCENT_EQ] = ACTIONS(5559), - [anon_sym_PLUS_EQ] = ACTIONS(5559), - [anon_sym_DASH_EQ] = ACTIONS(5559), - [anon_sym_LT_LT_EQ] = ACTIONS(5559), - [anon_sym_GT_GT_EQ] = ACTIONS(5559), - [anon_sym_AMP_EQ] = ACTIONS(5559), - [anon_sym_CARET_EQ] = ACTIONS(5559), - [anon_sym_PIPE_EQ] = ACTIONS(5559), - [anon_sym_AMP] = ACTIONS(5574), - [anon_sym_PIPE_PIPE] = ACTIONS(5559), - [anon_sym_AMP_AMP] = ACTIONS(5559), - [anon_sym_BANG] = ACTIONS(5615), - [anon_sym_PIPE] = ACTIONS(5579), - [anon_sym_CARET] = ACTIONS(5579), - [anon_sym_TILDE] = ACTIONS(5618), - [anon_sym_EQ_EQ] = ACTIONS(5559), - [anon_sym_BANG_EQ] = ACTIONS(5559), - [anon_sym_LT] = ACTIONS(5579), - [anon_sym_GT] = ACTIONS(5579), - [anon_sym_LT_EQ] = ACTIONS(5559), - [anon_sym_GT_EQ] = ACTIONS(5559), - [anon_sym_LT_LT] = ACTIONS(5579), - [anon_sym_GT_GT] = ACTIONS(5579), - [anon_sym_PLUS] = ACTIONS(5621), - [anon_sym_DASH] = ACTIONS(5621), - [anon_sym_SLASH] = ACTIONS(5579), - [anon_sym_PERCENT] = ACTIONS(5579), - [anon_sym_DASH_DASH] = ACTIONS(5626), - [anon_sym_PLUS_PLUS] = ACTIONS(5626), - [anon_sym_sizeof] = ACTIONS(5631), - [anon_sym_DOT] = ACTIONS(5559), - [anon_sym_DASH_GT] = ACTIONS(5559), - [sym_number_literal] = ACTIONS(5634), - [sym_char_literal] = ACTIONS(5634), - [sym_string_literal] = ACTIONS(5637), - [sym_identifier] = ACTIONS(5640), - [sym_comment] = ACTIONS(123), - }, - [1174] = { - [sym__expression] = STATE(1300), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(5643), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(5643), - [anon_sym_LPAREN] = ACTIONS(5646), - [anon_sym_RPAREN] = ACTIONS(5650), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(5643), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(5643), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(5643), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(5643), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(5643), - [sym_preproc_directive] = ACTIONS(5652), - [anon_sym_SEMI] = ACTIONS(5655), - [anon_sym_extern] = ACTIONS(5659), - [anon_sym_LBRACE] = ACTIONS(5665), - [anon_sym_RBRACE] = ACTIONS(5668), - [anon_sym_STAR] = ACTIONS(5674), - [anon_sym_typedef] = ACTIONS(5659), - [anon_sym_static] = ACTIONS(5659), - [anon_sym_auto] = ACTIONS(5659), - [anon_sym_register] = ACTIONS(5659), - [anon_sym_const] = ACTIONS(5659), - [anon_sym_restrict] = ACTIONS(5659), - [anon_sym_volatile] = ACTIONS(5659), - [sym_function_specifier] = ACTIONS(5659), - [anon_sym_unsigned] = ACTIONS(5659), - [anon_sym_long] = ACTIONS(5659), - [anon_sym_short] = ACTIONS(5659), - [anon_sym_enum] = ACTIONS(5659), - [anon_sym_struct] = ACTIONS(5659), - [anon_sym_union] = ACTIONS(5659), - [anon_sym_if] = ACTIONS(5643), - [anon_sym_else] = ACTIONS(5643), - [anon_sym_switch] = ACTIONS(5643), - [anon_sym_case] = ACTIONS(5643), - [anon_sym_default] = ACTIONS(5643), - [anon_sym_while] = ACTIONS(5643), - [anon_sym_do] = ACTIONS(5643), - [anon_sym_for] = ACTIONS(5643), - [anon_sym_return] = ACTIONS(5643), - [anon_sym_break] = ACTIONS(5643), - [anon_sym_continue] = ACTIONS(5643), - [anon_sym_goto] = ACTIONS(5643), - [anon_sym_AMP] = ACTIONS(5674), - [anon_sym_BANG] = ACTIONS(5678), - [anon_sym_TILDE] = ACTIONS(5682), - [anon_sym_PLUS] = ACTIONS(5686), - [anon_sym_DASH] = ACTIONS(5686), - [anon_sym_DASH_DASH] = ACTIONS(5690), - [anon_sym_PLUS_PLUS] = ACTIONS(5690), - [anon_sym_sizeof] = ACTIONS(5694), - [sym_number_literal] = ACTIONS(5698), - [sym_char_literal] = ACTIONS(5698), - [sym_string_literal] = ACTIONS(5702), - [sym_identifier] = ACTIONS(5706), - [sym_comment] = ACTIONS(123), - }, - [1175] = { - [anon_sym_LPAREN] = ACTIONS(5713), - [anon_sym_COMMA] = ACTIONS(5713), - [anon_sym_RPAREN] = ACTIONS(5713), - [anon_sym_SEMI] = ACTIONS(5722), - [anon_sym_LBRACE] = ACTIONS(5728), - [anon_sym_RBRACE] = ACTIONS(1818), - [anon_sym_STAR] = ACTIONS(1820), - [anon_sym_LBRACK] = ACTIONS(5731), - [anon_sym_RBRACK] = ACTIONS(1818), - [anon_sym_EQ] = ACTIONS(5741), - [anon_sym_COLON] = ACTIONS(5746), - [anon_sym_QMARK] = ACTIONS(1818), - [anon_sym_STAR_EQ] = ACTIONS(1818), - [anon_sym_SLASH_EQ] = ACTIONS(1818), - [anon_sym_PERCENT_EQ] = ACTIONS(1818), - [anon_sym_PLUS_EQ] = ACTIONS(1818), - [anon_sym_DASH_EQ] = ACTIONS(1818), - [anon_sym_LT_LT_EQ] = ACTIONS(1818), - [anon_sym_GT_GT_EQ] = ACTIONS(1818), - [anon_sym_AMP_EQ] = ACTIONS(1818), - [anon_sym_CARET_EQ] = ACTIONS(1818), - [anon_sym_PIPE_EQ] = ACTIONS(1818), - [anon_sym_AMP] = ACTIONS(1820), - [anon_sym_PIPE_PIPE] = ACTIONS(1818), - [anon_sym_AMP_AMP] = ACTIONS(1818), - [anon_sym_PIPE] = ACTIONS(1820), - [anon_sym_CARET] = ACTIONS(1820), - [anon_sym_EQ_EQ] = ACTIONS(1818), - [anon_sym_BANG_EQ] = ACTIONS(1818), - [anon_sym_LT] = ACTIONS(1820), - [anon_sym_GT] = ACTIONS(1820), - [anon_sym_LT_EQ] = ACTIONS(1818), - [anon_sym_GT_EQ] = ACTIONS(1818), - [anon_sym_LT_LT] = ACTIONS(1820), - [anon_sym_GT_GT] = ACTIONS(1820), - [anon_sym_PLUS] = ACTIONS(1820), - [anon_sym_DASH] = ACTIONS(1820), - [anon_sym_SLASH] = ACTIONS(1820), - [anon_sym_PERCENT] = ACTIONS(1820), - [anon_sym_DASH_DASH] = ACTIONS(1818), - [anon_sym_PLUS_PLUS] = ACTIONS(1818), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_DASH_GT] = ACTIONS(1818), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1256), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(2549), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, - [1176] = { - [sym_declaration] = STATE(605), - [sym__declaration_specifiers] = STATE(453), - [sym_compound_statement] = STATE(605), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(605), - [sym_expression_statement] = STATE(605), - [sym_if_statement] = STATE(605), - [sym_switch_statement] = STATE(605), - [sym_case_statement] = STATE(605), - [sym_while_statement] = STATE(605), - [sym_do_statement] = STATE(605), - [sym_for_statement] = STATE(605), - [sym_return_statement] = STATE(605), - [sym_break_statement] = STATE(605), - [sym_continue_statement] = STATE(605), - [sym_goto_statement] = STATE(605), - [sym__expression] = STATE(1301), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(3044), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(2977), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(3064), - [anon_sym_switch] = ACTIONS(3066), - [anon_sym_case] = ACTIONS(3068), - [anon_sym_default] = ACTIONS(3070), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(3074), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(2977), - [anon_sym_BANG] = ACTIONS(2979), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2983), - [anon_sym_DASH] = ACTIONS(2983), - [anon_sym_DASH_DASH] = ACTIONS(2985), - [anon_sym_PLUS_PLUS] = ACTIONS(2985), - [anon_sym_sizeof] = ACTIONS(2987), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(3076), - [sym_comment] = ACTIONS(123), + [1174] = { + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2551), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), + }, + [1175] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1787), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1787), + [anon_sym_LPAREN] = ACTIONS(1789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1787), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1787), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1787), + [sym_preproc_directive] = ACTIONS(1791), + [anon_sym_SEMI] = ACTIONS(1789), + [anon_sym_extern] = ACTIONS(1787), + [anon_sym_LBRACE] = ACTIONS(1789), + [anon_sym_RBRACE] = ACTIONS(1789), + [anon_sym_STAR] = ACTIONS(1789), + [anon_sym_typedef] = ACTIONS(1787), + [anon_sym_static] = ACTIONS(1787), + [anon_sym_auto] = ACTIONS(1787), + [anon_sym_register] = ACTIONS(1787), + [anon_sym_const] = ACTIONS(1787), + [anon_sym_restrict] = ACTIONS(1787), + [anon_sym_volatile] = ACTIONS(1787), + [sym_function_specifier] = ACTIONS(1787), + [anon_sym_unsigned] = ACTIONS(1787), + [anon_sym_long] = ACTIONS(1787), + [anon_sym_short] = ACTIONS(1787), + [anon_sym_enum] = ACTIONS(1787), + [anon_sym_struct] = ACTIONS(1787), + [anon_sym_union] = ACTIONS(1787), + [anon_sym_if] = ACTIONS(1787), + [anon_sym_else] = ACTIONS(1787), + [anon_sym_switch] = ACTIONS(1787), + [anon_sym_case] = ACTIONS(1787), + [anon_sym_default] = ACTIONS(1787), + [anon_sym_while] = ACTIONS(1787), + [anon_sym_do] = ACTIONS(1787), + [anon_sym_for] = ACTIONS(1787), + [anon_sym_return] = ACTIONS(1787), + [anon_sym_break] = ACTIONS(1787), + [anon_sym_continue] = ACTIONS(1787), + [anon_sym_goto] = ACTIONS(1787), + [anon_sym_AMP] = ACTIONS(1789), + [anon_sym_BANG] = ACTIONS(1789), + [anon_sym_TILDE] = ACTIONS(1789), + [anon_sym_PLUS] = ACTIONS(1787), + [anon_sym_DASH] = ACTIONS(1787), + [anon_sym_DASH_DASH] = ACTIONS(1789), + [anon_sym_PLUS_PLUS] = ACTIONS(1789), + [anon_sym_sizeof] = ACTIONS(1787), + [sym_number_literal] = ACTIONS(1787), + [sym_char_literal] = ACTIONS(1787), + [sym_string_literal] = ACTIONS(1789), + [sym_identifier] = ACTIONS(1791), + [sym_comment] = ACTIONS(42), + }, + [1176] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1793), + [anon_sym_LPAREN] = ACTIONS(1795), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1793), + [sym_preproc_directive] = ACTIONS(1797), + [anon_sym_SEMI] = ACTIONS(1795), + [anon_sym_extern] = ACTIONS(1793), + [anon_sym_LBRACE] = ACTIONS(1795), + [anon_sym_RBRACE] = ACTIONS(1795), + [anon_sym_STAR] = ACTIONS(1795), + [anon_sym_typedef] = ACTIONS(1793), + [anon_sym_static] = ACTIONS(1793), + [anon_sym_auto] = ACTIONS(1793), + [anon_sym_register] = ACTIONS(1793), + [anon_sym_const] = ACTIONS(1793), + [anon_sym_restrict] = ACTIONS(1793), + [anon_sym_volatile] = ACTIONS(1793), + [sym_function_specifier] = ACTIONS(1793), + [anon_sym_unsigned] = ACTIONS(1793), + [anon_sym_long] = ACTIONS(1793), + [anon_sym_short] = ACTIONS(1793), + [anon_sym_enum] = ACTIONS(1793), + [anon_sym_struct] = ACTIONS(1793), + [anon_sym_union] = ACTIONS(1793), + [anon_sym_if] = ACTIONS(1793), + [anon_sym_else] = ACTIONS(1793), + [anon_sym_switch] = ACTIONS(1793), + [anon_sym_case] = ACTIONS(1793), + [anon_sym_default] = ACTIONS(1793), + [anon_sym_while] = ACTIONS(1793), + [anon_sym_do] = ACTIONS(1793), + [anon_sym_for] = ACTIONS(1793), + [anon_sym_return] = ACTIONS(1793), + [anon_sym_break] = ACTIONS(1793), + [anon_sym_continue] = ACTIONS(1793), + [anon_sym_goto] = ACTIONS(1793), + [anon_sym_AMP] = ACTIONS(1795), + [anon_sym_BANG] = ACTIONS(1795), + [anon_sym_TILDE] = ACTIONS(1795), + [anon_sym_PLUS] = ACTIONS(1793), + [anon_sym_DASH] = ACTIONS(1793), + [anon_sym_DASH_DASH] = ACTIONS(1795), + [anon_sym_PLUS_PLUS] = ACTIONS(1795), + [anon_sym_sizeof] = ACTIONS(1793), + [sym_number_literal] = ACTIONS(1793), + [sym_char_literal] = ACTIONS(1793), + [sym_string_literal] = ACTIONS(1795), + [sym_identifier] = ACTIONS(1797), + [sym_comment] = ACTIONS(42), }, [1177] = { - [sym__expression] = STATE(1302), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(560), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(5750), - [anon_sym_COMMA] = ACTIONS(5754), - [anon_sym_RPAREN] = ACTIONS(5754), - [anon_sym_SEMI] = ACTIONS(5754), - [anon_sym_extern] = ACTIONS(759), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_RBRACE] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(5757), - [anon_sym_LBRACK] = ACTIONS(5754), - [anon_sym_RBRACK] = ACTIONS(5754), - [anon_sym_EQ] = ACTIONS(1806), - [anon_sym_typedef] = ACTIONS(759), - [anon_sym_static] = ACTIONS(759), - [anon_sym_auto] = ACTIONS(759), - [anon_sym_register] = ACTIONS(759), - [anon_sym_const] = ACTIONS(759), - [anon_sym_restrict] = ACTIONS(759), - [anon_sym_volatile] = ACTIONS(759), - [sym_function_specifier] = ACTIONS(759), - [anon_sym_COLON] = ACTIONS(5754), - [anon_sym_QMARK] = ACTIONS(1802), - [anon_sym_STAR_EQ] = ACTIONS(1802), - [anon_sym_SLASH_EQ] = ACTIONS(1802), - [anon_sym_PERCENT_EQ] = ACTIONS(1802), - [anon_sym_PLUS_EQ] = ACTIONS(1802), - [anon_sym_DASH_EQ] = ACTIONS(1802), - [anon_sym_LT_LT_EQ] = ACTIONS(1802), - [anon_sym_GT_GT_EQ] = ACTIONS(1802), - [anon_sym_AMP_EQ] = ACTIONS(1802), - [anon_sym_CARET_EQ] = ACTIONS(1802), - [anon_sym_PIPE_EQ] = ACTIONS(1802), - [anon_sym_AMP] = ACTIONS(5757), - [anon_sym_PIPE_PIPE] = ACTIONS(1802), - [anon_sym_AMP_AMP] = ACTIONS(1802), - [anon_sym_BANG] = ACTIONS(5761), - [anon_sym_PIPE] = ACTIONS(1806), - [anon_sym_CARET] = ACTIONS(1806), - [anon_sym_TILDE] = ACTIONS(5764), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_LT] = ACTIONS(1806), - [anon_sym_GT] = ACTIONS(1806), - [anon_sym_LT_EQ] = ACTIONS(1802), - [anon_sym_GT_EQ] = ACTIONS(1802), - [anon_sym_LT_LT] = ACTIONS(1806), - [anon_sym_GT_GT] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(5767), - [anon_sym_DASH] = ACTIONS(5767), - [anon_sym_SLASH] = ACTIONS(1806), - [anon_sym_PERCENT] = ACTIONS(1806), - [anon_sym_DASH_DASH] = ACTIONS(5771), - [anon_sym_PLUS_PLUS] = ACTIONS(5771), - [anon_sym_sizeof] = ACTIONS(5775), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_DASH_GT] = ACTIONS(1802), - [sym_number_literal] = ACTIONS(5778), - [sym_char_literal] = ACTIONS(5778), - [sym_string_literal] = ACTIONS(5781), - [sym_identifier] = ACTIONS(5784), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1805), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1805), + [anon_sym_LPAREN] = ACTIONS(1807), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1805), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1805), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1805), + [sym_preproc_directive] = ACTIONS(1809), + [anon_sym_SEMI] = ACTIONS(1807), + [anon_sym_extern] = ACTIONS(1805), + [anon_sym_LBRACE] = ACTIONS(1807), + [anon_sym_RBRACE] = ACTIONS(1807), + [anon_sym_STAR] = ACTIONS(1807), + [anon_sym_typedef] = ACTIONS(1805), + [anon_sym_static] = ACTIONS(1805), + [anon_sym_auto] = ACTIONS(1805), + [anon_sym_register] = ACTIONS(1805), + [anon_sym_const] = ACTIONS(1805), + [anon_sym_restrict] = ACTIONS(1805), + [anon_sym_volatile] = ACTIONS(1805), + [sym_function_specifier] = ACTIONS(1805), + [anon_sym_unsigned] = ACTIONS(1805), + [anon_sym_long] = ACTIONS(1805), + [anon_sym_short] = ACTIONS(1805), + [anon_sym_enum] = ACTIONS(1805), + [anon_sym_struct] = ACTIONS(1805), + [anon_sym_union] = ACTIONS(1805), + [anon_sym_if] = ACTIONS(1805), + [anon_sym_else] = ACTIONS(1805), + [anon_sym_switch] = ACTIONS(1805), + [anon_sym_case] = ACTIONS(1805), + [anon_sym_default] = ACTIONS(1805), + [anon_sym_while] = ACTIONS(1805), + [anon_sym_do] = ACTIONS(1805), + [anon_sym_for] = ACTIONS(1805), + [anon_sym_return] = ACTIONS(1805), + [anon_sym_break] = ACTIONS(1805), + [anon_sym_continue] = ACTIONS(1805), + [anon_sym_goto] = ACTIONS(1805), + [anon_sym_AMP] = ACTIONS(1807), + [anon_sym_BANG] = ACTIONS(1807), + [anon_sym_TILDE] = ACTIONS(1807), + [anon_sym_PLUS] = ACTIONS(1805), + [anon_sym_DASH] = ACTIONS(1805), + [anon_sym_DASH_DASH] = ACTIONS(1807), + [anon_sym_PLUS_PLUS] = ACTIONS(1807), + [anon_sym_sizeof] = ACTIONS(1805), + [sym_number_literal] = ACTIONS(1805), + [sym_char_literal] = ACTIONS(1805), + [sym_string_literal] = ACTIONS(1807), + [sym_identifier] = ACTIONS(1809), + [sym_comment] = ACTIONS(42), }, [1178] = { - [ts_builtin_sym_end] = ACTIONS(5787), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(5791), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(5791), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(5791), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(5791), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(5791), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(5791), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(5791), - [sym_preproc_directive] = ACTIONS(5795), - [anon_sym_extern] = ACTIONS(5791), - [anon_sym_RBRACE] = ACTIONS(5787), - [anon_sym_typedef] = ACTIONS(5791), - [anon_sym_static] = ACTIONS(5791), - [anon_sym_auto] = ACTIONS(5791), - [anon_sym_register] = ACTIONS(5791), - [anon_sym_const] = ACTIONS(5791), - [anon_sym_restrict] = ACTIONS(5791), - [anon_sym_volatile] = ACTIONS(5791), - [sym_function_specifier] = ACTIONS(5791), - [anon_sym_unsigned] = ACTIONS(5791), - [anon_sym_long] = ACTIONS(5791), - [anon_sym_short] = ACTIONS(5791), - [anon_sym_enum] = ACTIONS(5791), - [anon_sym_struct] = ACTIONS(5791), - [anon_sym_union] = ACTIONS(5791), - [sym_identifier] = ACTIONS(5795), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2553), + [anon_sym_LPAREN] = ACTIONS(2555), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2553), + [sym_preproc_directive] = ACTIONS(2557), + [anon_sym_SEMI] = ACTIONS(2555), + [anon_sym_extern] = ACTIONS(2553), + [anon_sym_LBRACE] = ACTIONS(2555), + [anon_sym_RBRACE] = ACTIONS(2555), + [anon_sym_STAR] = ACTIONS(2555), + [anon_sym_typedef] = ACTIONS(2553), + [anon_sym_static] = ACTIONS(2553), + [anon_sym_auto] = ACTIONS(2553), + [anon_sym_register] = ACTIONS(2553), + [anon_sym_const] = ACTIONS(2553), + [anon_sym_restrict] = ACTIONS(2553), + [anon_sym_volatile] = ACTIONS(2553), + [sym_function_specifier] = ACTIONS(2553), + [anon_sym_unsigned] = ACTIONS(2553), + [anon_sym_long] = ACTIONS(2553), + [anon_sym_short] = ACTIONS(2553), + [anon_sym_enum] = ACTIONS(2553), + [anon_sym_struct] = ACTIONS(2553), + [anon_sym_union] = ACTIONS(2553), + [anon_sym_if] = ACTIONS(2553), + [anon_sym_switch] = ACTIONS(2553), + [anon_sym_case] = ACTIONS(2553), + [anon_sym_default] = ACTIONS(2553), + [anon_sym_while] = ACTIONS(2553), + [anon_sym_do] = ACTIONS(2553), + [anon_sym_for] = ACTIONS(2553), + [anon_sym_return] = ACTIONS(2553), + [anon_sym_break] = ACTIONS(2553), + [anon_sym_continue] = ACTIONS(2553), + [anon_sym_goto] = ACTIONS(2553), + [anon_sym_AMP] = ACTIONS(2555), + [anon_sym_BANG] = ACTIONS(2555), + [anon_sym_TILDE] = ACTIONS(2555), + [anon_sym_PLUS] = ACTIONS(2553), + [anon_sym_DASH] = ACTIONS(2553), + [anon_sym_DASH_DASH] = ACTIONS(2555), + [anon_sym_PLUS_PLUS] = ACTIONS(2555), + [anon_sym_sizeof] = ACTIONS(2553), + [sym_number_literal] = ACTIONS(2553), + [sym_char_literal] = ACTIONS(2553), + [sym_string_literal] = ACTIONS(2555), + [sym_identifier] = ACTIONS(2557), + [sym_comment] = ACTIONS(42), }, [1179] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(5799), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(2335), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1180] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(5801), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(5801), - [anon_sym_LPAREN] = ACTIONS(5805), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(5801), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(5801), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(5801), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(5801), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(5801), - [sym_preproc_directive] = ACTIONS(5809), - [anon_sym_SEMI] = ACTIONS(5805), - [anon_sym_extern] = ACTIONS(5801), - [anon_sym_LBRACE] = ACTIONS(5805), - [anon_sym_RBRACE] = ACTIONS(5805), - [anon_sym_STAR] = ACTIONS(5805), - [anon_sym_typedef] = ACTIONS(5801), - [anon_sym_static] = ACTIONS(5801), - [anon_sym_auto] = ACTIONS(5801), - [anon_sym_register] = ACTIONS(5801), - [anon_sym_const] = ACTIONS(5801), - [anon_sym_restrict] = ACTIONS(5801), - [anon_sym_volatile] = ACTIONS(5801), - [sym_function_specifier] = ACTIONS(5801), - [anon_sym_unsigned] = ACTIONS(5801), - [anon_sym_long] = ACTIONS(5801), - [anon_sym_short] = ACTIONS(5801), - [anon_sym_enum] = ACTIONS(5801), - [anon_sym_struct] = ACTIONS(5801), - [anon_sym_union] = ACTIONS(5801), - [anon_sym_if] = ACTIONS(5801), - [anon_sym_switch] = ACTIONS(5801), - [anon_sym_case] = ACTIONS(5801), - [anon_sym_default] = ACTIONS(5801), - [anon_sym_while] = ACTIONS(5801), - [anon_sym_do] = ACTIONS(5801), - [anon_sym_for] = ACTIONS(5801), - [anon_sym_return] = ACTIONS(5801), - [anon_sym_break] = ACTIONS(5801), - [anon_sym_continue] = ACTIONS(5801), - [anon_sym_goto] = ACTIONS(5801), - [anon_sym_AMP] = ACTIONS(5805), - [anon_sym_BANG] = ACTIONS(5805), - [anon_sym_TILDE] = ACTIONS(5805), - [anon_sym_PLUS] = ACTIONS(5801), - [anon_sym_DASH] = ACTIONS(5801), - [anon_sym_DASH_DASH] = ACTIONS(5805), - [anon_sym_PLUS_PLUS] = ACTIONS(5805), - [anon_sym_sizeof] = ACTIONS(5801), - [sym_number_literal] = ACTIONS(5801), - [sym_char_literal] = ACTIONS(5801), - [sym_string_literal] = ACTIONS(5805), - [sym_identifier] = ACTIONS(5809), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1258), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1181] = { - [anon_sym_LPAREN] = ACTIONS(5813), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1259), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1182] = { - [anon_sym_LPAREN] = ACTIONS(5815), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1339), + [anon_sym_COLON] = ACTIONS(2559), + [anon_sym_QMARK] = ACTIONS(1343), + [anon_sym_STAR_EQ] = ACTIONS(1345), + [anon_sym_SLASH_EQ] = ACTIONS(1345), + [anon_sym_PERCENT_EQ] = ACTIONS(1345), + [anon_sym_PLUS_EQ] = ACTIONS(1345), + [anon_sym_DASH_EQ] = ACTIONS(1345), + [anon_sym_LT_LT_EQ] = ACTIONS(1345), + [anon_sym_GT_GT_EQ] = ACTIONS(1345), + [anon_sym_AMP_EQ] = ACTIONS(1345), + [anon_sym_CARET_EQ] = ACTIONS(1345), + [anon_sym_PIPE_EQ] = ACTIONS(1345), + [anon_sym_AMP] = ACTIONS(1347), + [anon_sym_PIPE_PIPE] = ACTIONS(1349), + [anon_sym_AMP_AMP] = ACTIONS(1351), + [anon_sym_PIPE] = ACTIONS(1353), + [anon_sym_CARET] = ACTIONS(1355), + [anon_sym_EQ_EQ] = ACTIONS(1357), + [anon_sym_BANG_EQ] = ACTIONS(1357), + [anon_sym_LT] = ACTIONS(1359), + [anon_sym_GT] = ACTIONS(1359), + [anon_sym_LT_EQ] = ACTIONS(1361), + [anon_sym_GT_EQ] = ACTIONS(1361), + [anon_sym_LT_LT] = ACTIONS(1363), + [anon_sym_GT_GT] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1365), + [anon_sym_SLASH] = ACTIONS(1337), + [anon_sym_PERCENT] = ACTIONS(1337), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1183] = { - [sym__expression] = STATE(1306), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_declaration] = STATE(1169), + [sym__declaration_specifiers] = STATE(1170), + [sym_compound_statement] = STATE(1169), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(1169), + [sym_expression_statement] = STATE(1169), + [sym_if_statement] = STATE(1169), + [sym_switch_statement] = STATE(1169), + [sym_case_statement] = STATE(1169), + [sym_while_statement] = STATE(1169), + [sym_do_statement] = STATE(1169), + [sym_for_statement] = STATE(1169), + [sym_return_statement] = STATE(1169), + [sym_break_statement] = STATE(1169), + [sym_continue_statement] = STATE(1169), + [sym_goto_statement] = STATE(1169), + [sym__expression] = STATE(980), + [sym_comma_expression] = STATE(981), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2059), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(2303), + [anon_sym_switch] = ACTIONS(2305), + [anon_sym_case] = ACTIONS(2307), + [anon_sym_default] = ACTIONS(2309), + [anon_sym_while] = ACTIONS(2311), + [anon_sym_do] = ACTIONS(2073), + [anon_sym_for] = ACTIONS(2313), + [anon_sym_return] = ACTIONS(2077), + [anon_sym_break] = ACTIONS(2079), + [anon_sym_continue] = ACTIONS(2081), + [anon_sym_goto] = ACTIONS(2083), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2561), + [sym_comment] = ACTIONS(42), }, [1184] = { - [anon_sym_COLON] = ACTIONS(5817), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1262), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1185] = { - [anon_sym_LPAREN] = ACTIONS(5819), - [sym_comment] = ACTIONS(123), + [sym_declaration] = STATE(1263), + [sym__declaration_specifiers] = STATE(623), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__expression] = STATE(1264), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(2563), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1385), + [sym_comment] = ACTIONS(42), }, [1186] = { - [anon_sym_LPAREN] = ACTIONS(5821), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1177), + [sym_labeled_statement] = STATE(1177), + [sym_expression_statement] = STATE(1177), + [sym_if_statement] = STATE(1177), + [sym_switch_statement] = STATE(1177), + [sym_case_statement] = STATE(1177), + [sym_while_statement] = STATE(1177), + [sym_do_statement] = STATE(1177), + [sym_for_statement] = STATE(1177), + [sym_return_statement] = STATE(1177), + [sym_break_statement] = STATE(1177), + [sym_continue_statement] = STATE(1177), + [sym_goto_statement] = STATE(1177), + [sym__expression] = STATE(980), + [sym_comma_expression] = STATE(981), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2059), + [anon_sym_LBRACE] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2303), + [anon_sym_switch] = ACTIONS(2305), + [anon_sym_case] = ACTIONS(2307), + [anon_sym_default] = ACTIONS(2309), + [anon_sym_while] = ACTIONS(2311), + [anon_sym_do] = ACTIONS(2073), + [anon_sym_for] = ACTIONS(2313), + [anon_sym_return] = ACTIONS(2077), + [anon_sym_break] = ACTIONS(2079), + [anon_sym_continue] = ACTIONS(2081), + [anon_sym_goto] = ACTIONS(2083), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2315), + [sym_comment] = ACTIONS(42), }, [1187] = { - [anon_sym_LPAREN] = ACTIONS(871), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(875), - [anon_sym_extern] = ACTIONS(214), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_typedef] = ACTIONS(214), - [anon_sym_static] = ACTIONS(214), - [anon_sym_auto] = ACTIONS(214), - [anon_sym_register] = ACTIONS(214), - [anon_sym_const] = ACTIONS(214), - [anon_sym_restrict] = ACTIONS(214), - [anon_sym_volatile] = ACTIONS(214), - [sym_function_specifier] = ACTIONS(214), - [anon_sym_COLON] = ACTIONS(5823), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_identifier] = ACTIONS(216), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1178), + [sym_labeled_statement] = STATE(1178), + [sym_expression_statement] = STATE(1178), + [sym_if_statement] = STATE(1178), + [sym_switch_statement] = STATE(1178), + [sym_case_statement] = STATE(1178), + [sym_while_statement] = STATE(1178), + [sym_do_statement] = STATE(1178), + [sym_for_statement] = STATE(1178), + [sym_return_statement] = STATE(1178), + [sym_break_statement] = STATE(1178), + [sym_continue_statement] = STATE(1178), + [sym_goto_statement] = STATE(1178), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(840), + [anon_sym_switch] = ACTIONS(842), + [anon_sym_case] = ACTIONS(844), + [anon_sym_default] = ACTIONS(846), + [anon_sym_while] = ACTIONS(848), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(850), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(852), + [sym_comment] = ACTIONS(42), }, [1188] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(5825), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1192), + [sym_labeled_statement] = STATE(1192), + [sym_expression_statement] = STATE(1192), + [sym_if_statement] = STATE(1192), + [sym_switch_statement] = STATE(1192), + [sym_case_statement] = STATE(1192), + [sym_while_statement] = STATE(1192), + [sym_do_statement] = STATE(1192), + [sym_for_statement] = STATE(1192), + [sym_return_statement] = STATE(1192), + [sym_break_statement] = STATE(1192), + [sym_continue_statement] = STATE(1192), + [sym_goto_statement] = STATE(1192), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(840), + [anon_sym_switch] = ACTIONS(842), + [anon_sym_case] = ACTIONS(844), + [anon_sym_default] = ACTIONS(846), + [anon_sym_while] = ACTIONS(848), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(850), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(852), + [sym_comment] = ACTIONS(42), }, [1189] = { - [sym_compound_statement] = STATE(1312), - [sym_labeled_statement] = STATE(1312), - [sym_expression_statement] = STATE(1312), - [sym_if_statement] = STATE(1312), - [sym_switch_statement] = STATE(1312), - [sym_case_statement] = STATE(1312), - [sym_while_statement] = STATE(1312), - [sym_do_statement] = STATE(1312), - [sym_for_statement] = STATE(1312), - [sym_return_statement] = STATE(1312), - [sym_break_statement] = STATE(1312), - [sym_continue_statement] = STATE(1312), - [sym_goto_statement] = STATE(1312), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(5827), - [anon_sym_COMMA] = ACTIONS(1960), - [anon_sym_RPAREN] = ACTIONS(1960), - [anon_sym_SEMI] = ACTIONS(5830), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_RBRACE] = ACTIONS(1960), - [anon_sym_STAR] = ACTIONS(5833), - [anon_sym_LBRACK] = ACTIONS(1960), - [anon_sym_RBRACK] = ACTIONS(1960), - [anon_sym_EQ] = ACTIONS(1962), - [anon_sym_COLON] = ACTIONS(1960), - [anon_sym_if] = ACTIONS(3064), - [anon_sym_switch] = ACTIONS(3066), - [anon_sym_case] = ACTIONS(3068), - [anon_sym_default] = ACTIONS(3070), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(3074), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_QMARK] = ACTIONS(1960), - [anon_sym_STAR_EQ] = ACTIONS(1960), - [anon_sym_SLASH_EQ] = ACTIONS(1960), - [anon_sym_PERCENT_EQ] = ACTIONS(1960), - [anon_sym_PLUS_EQ] = ACTIONS(1960), - [anon_sym_DASH_EQ] = ACTIONS(1960), - [anon_sym_LT_LT_EQ] = ACTIONS(1960), - [anon_sym_GT_GT_EQ] = ACTIONS(1960), - [anon_sym_AMP_EQ] = ACTIONS(1960), - [anon_sym_CARET_EQ] = ACTIONS(1960), - [anon_sym_PIPE_EQ] = ACTIONS(1960), - [anon_sym_AMP] = ACTIONS(5833), - [anon_sym_PIPE_PIPE] = ACTIONS(1960), - [anon_sym_AMP_AMP] = ACTIONS(1960), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_PIPE] = ACTIONS(1962), - [anon_sym_CARET] = ACTIONS(1962), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_EQ_EQ] = ACTIONS(1960), - [anon_sym_BANG_EQ] = ACTIONS(1960), - [anon_sym_LT] = ACTIONS(1962), - [anon_sym_GT] = ACTIONS(1962), - [anon_sym_LT_EQ] = ACTIONS(1960), - [anon_sym_GT_EQ] = ACTIONS(1960), - [anon_sym_LT_LT] = ACTIONS(1962), - [anon_sym_GT_GT] = ACTIONS(1962), - [anon_sym_PLUS] = ACTIONS(5836), - [anon_sym_DASH] = ACTIONS(5836), - [anon_sym_SLASH] = ACTIONS(1962), - [anon_sym_PERCENT] = ACTIONS(1962), - [anon_sym_DASH_DASH] = ACTIONS(5839), - [anon_sym_PLUS_PLUS] = ACTIONS(5839), - [anon_sym_sizeof] = ACTIONS(573), - [anon_sym_DOT] = ACTIONS(1960), - [anon_sym_DASH_GT] = ACTIONS(1960), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(3080), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(2125), + [anon_sym_RPAREN] = ACTIONS(2565), + [sym_comment] = ACTIONS(42), }, [1190] = { - [sym__expression] = STATE(1313), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(1314), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(677), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_STAR] = ACTIONS(679), - [anon_sym_AMP] = ACTIONS(679), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_PLUS] = ACTIONS(685), - [anon_sym_DASH] = ACTIONS(685), - [anon_sym_DASH_DASH] = ACTIONS(687), - [anon_sym_PLUS_PLUS] = ACTIONS(687), - [anon_sym_sizeof] = ACTIONS(689), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [aux_sym_for_statement_repeat1] = STATE(1266), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1817), + [anon_sym_RPAREN] = ACTIONS(2565), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1191] = { - [sym__declaration_specifiers] = STATE(140), - [sym__declarator] = STATE(87), - [sym__field_declarator] = STATE(211), - [sym__abstract_declarator] = STATE(226), - [sym_pointer_declarator] = STATE(44), - [sym_pointer_field_declarator] = STATE(123), - [sym_abstract_pointer_declarator] = STATE(132), - [sym_function_declarator] = STATE(44), - [sym_function_field_declarator] = STATE(124), - [sym_abstract_function_declarator] = STATE(132), - [sym_array_declarator] = STATE(44), - [sym_array_field_declarator] = STATE(125), - [sym_abstract_array_declarator] = STATE(132), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(1060), - [sym__type_specifier] = STATE(1061), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_parameter_list] = STATE(133), - [sym_parameter_declaration] = STATE(138), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(392), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(4252), - [anon_sym_DOT_DOT_DOT] = ACTIONS(517), - [anon_sym_RPAREN] = ACTIONS(519), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(4254), - [anon_sym_LBRACK] = ACTIONS(507), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(4256), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1267), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_RPAREN] = ACTIONS(2565), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1192] = { - [sym__declarator] = STATE(88), - [sym__field_declarator] = STATE(212), - [sym__abstract_declarator] = STATE(227), - [sym_pointer_declarator] = STATE(44), - [sym_pointer_field_declarator] = STATE(123), - [sym_abstract_pointer_declarator] = STATE(132), - [sym_function_declarator] = STATE(44), - [sym_function_field_declarator] = STATE(124), - [sym_abstract_function_declarator] = STATE(132), - [sym_array_declarator] = STATE(44), - [sym_array_field_declarator] = STATE(125), - [sym_abstract_array_declarator] = STATE(132), - [sym_parameter_list] = STATE(133), - [sym__expression] = STATE(254), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(5842), - [anon_sym_RPAREN] = ACTIONS(745), - [anon_sym_STAR] = ACTIONS(4254), - [anon_sym_LBRACK] = ACTIONS(2974), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(4274), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2567), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2567), + [anon_sym_LPAREN] = ACTIONS(2569), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2567), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2567), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2567), + [sym_preproc_directive] = ACTIONS(2571), + [anon_sym_SEMI] = ACTIONS(2569), + [anon_sym_extern] = ACTIONS(2567), + [anon_sym_LBRACE] = ACTIONS(2569), + [anon_sym_RBRACE] = ACTIONS(2569), + [anon_sym_STAR] = ACTIONS(2569), + [anon_sym_typedef] = ACTIONS(2567), + [anon_sym_static] = ACTIONS(2567), + [anon_sym_auto] = ACTIONS(2567), + [anon_sym_register] = ACTIONS(2567), + [anon_sym_const] = ACTIONS(2567), + [anon_sym_restrict] = ACTIONS(2567), + [anon_sym_volatile] = ACTIONS(2567), + [sym_function_specifier] = ACTIONS(2567), + [anon_sym_unsigned] = ACTIONS(2567), + [anon_sym_long] = ACTIONS(2567), + [anon_sym_short] = ACTIONS(2567), + [anon_sym_enum] = ACTIONS(2567), + [anon_sym_struct] = ACTIONS(2567), + [anon_sym_union] = ACTIONS(2567), + [anon_sym_if] = ACTIONS(2567), + [anon_sym_switch] = ACTIONS(2567), + [anon_sym_case] = ACTIONS(2567), + [anon_sym_default] = ACTIONS(2567), + [anon_sym_while] = ACTIONS(2567), + [anon_sym_do] = ACTIONS(2567), + [anon_sym_for] = ACTIONS(2567), + [anon_sym_return] = ACTIONS(2567), + [anon_sym_break] = ACTIONS(2567), + [anon_sym_continue] = ACTIONS(2567), + [anon_sym_goto] = ACTIONS(2567), + [anon_sym_AMP] = ACTIONS(2569), + [anon_sym_BANG] = ACTIONS(2569), + [anon_sym_TILDE] = ACTIONS(2569), + [anon_sym_PLUS] = ACTIONS(2567), + [anon_sym_DASH] = ACTIONS(2567), + [anon_sym_DASH_DASH] = ACTIONS(2569), + [anon_sym_PLUS_PLUS] = ACTIONS(2569), + [anon_sym_sizeof] = ACTIONS(2567), + [sym_number_literal] = ACTIONS(2567), + [sym_char_literal] = ACTIONS(2567), + [sym_string_literal] = ACTIONS(2569), + [sym_identifier] = ACTIONS(2571), + [sym_comment] = ACTIONS(42), }, [1193] = { - [anon_sym_LPAREN] = ACTIONS(4280), - [anon_sym_COMMA] = ACTIONS(875), - [anon_sym_RPAREN] = ACTIONS(4296), - [anon_sym_extern] = ACTIONS(214), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(4296), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_typedef] = ACTIONS(214), - [anon_sym_static] = ACTIONS(214), - [anon_sym_auto] = ACTIONS(214), - [anon_sym_register] = ACTIONS(214), - [anon_sym_const] = ACTIONS(214), - [anon_sym_restrict] = ACTIONS(214), - [anon_sym_volatile] = ACTIONS(214), - [sym_function_specifier] = ACTIONS(214), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_identifier] = ACTIONS(216), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1268), + [sym_labeled_statement] = STATE(1268), + [sym_expression_statement] = STATE(1268), + [sym_if_statement] = STATE(1268), + [sym_switch_statement] = STATE(1268), + [sym_case_statement] = STATE(1268), + [sym_while_statement] = STATE(1268), + [sym_do_statement] = STATE(1268), + [sym_for_statement] = STATE(1268), + [sym_return_statement] = STATE(1268), + [sym_break_statement] = STATE(1268), + [sym_continue_statement] = STATE(1268), + [sym_goto_statement] = STATE(1268), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1435), + [sym_comment] = ACTIONS(42), }, [1194] = { - [anon_sym_RPAREN] = ACTIONS(5845), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(2125), + [anon_sym_RPAREN] = ACTIONS(2573), + [sym_comment] = ACTIONS(42), }, [1195] = { - [anon_sym_LPAREN] = ACTIONS(4405), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_RPAREN] = ACTIONS(4405), - [anon_sym_SEMI] = ACTIONS(865), - [anon_sym_STAR] = ACTIONS(867), - [anon_sym_LBRACK] = ACTIONS(4405), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [aux_sym_for_statement_repeat1] = STATE(1270), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1817), + [anon_sym_RPAREN] = ACTIONS(2573), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1196] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5847), - [anon_sym_COMMA] = ACTIONS(1213), - [anon_sym_RPAREN] = ACTIONS(1213), - [anon_sym_SEMI] = ACTIONS(1213), - [anon_sym_STAR] = ACTIONS(5850), - [anon_sym_LBRACK] = ACTIONS(5853), - [anon_sym_EQ] = ACTIONS(5856), - [anon_sym_QMARK] = ACTIONS(5859), - [anon_sym_STAR_EQ] = ACTIONS(5862), - [anon_sym_SLASH_EQ] = ACTIONS(5862), - [anon_sym_PERCENT_EQ] = ACTIONS(5862), - [anon_sym_PLUS_EQ] = ACTIONS(5862), - [anon_sym_DASH_EQ] = ACTIONS(5862), - [anon_sym_LT_LT_EQ] = ACTIONS(5862), - [anon_sym_GT_GT_EQ] = ACTIONS(5862), - [anon_sym_AMP_EQ] = ACTIONS(5862), - [anon_sym_CARET_EQ] = ACTIONS(5862), - [anon_sym_PIPE_EQ] = ACTIONS(5862), - [anon_sym_AMP] = ACTIONS(5865), - [anon_sym_PIPE_PIPE] = ACTIONS(5868), - [anon_sym_AMP_AMP] = ACTIONS(5868), - [anon_sym_PIPE] = ACTIONS(5865), - [anon_sym_CARET] = ACTIONS(5865), - [anon_sym_EQ_EQ] = ACTIONS(5871), - [anon_sym_BANG_EQ] = ACTIONS(5871), - [anon_sym_LT] = ACTIONS(5874), - [anon_sym_GT] = ACTIONS(5874), - [anon_sym_LT_EQ] = ACTIONS(5877), - [anon_sym_GT_EQ] = ACTIONS(5877), - [anon_sym_LT_LT] = ACTIONS(5880), - [anon_sym_GT_GT] = ACTIONS(5880), - [anon_sym_PLUS] = ACTIONS(5850), - [anon_sym_DASH] = ACTIONS(5850), - [anon_sym_SLASH] = ACTIONS(5850), - [anon_sym_PERCENT] = ACTIONS(5850), - [anon_sym_DASH_DASH] = ACTIONS(5883), - [anon_sym_PLUS_PLUS] = ACTIONS(5883), - [anon_sym_DOT] = ACTIONS(5886), - [anon_sym_DASH_GT] = ACTIONS(5886), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1025), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1025), + [anon_sym_LPAREN] = ACTIONS(1023), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1025), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1025), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1025), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1025), + [sym_preproc_directive] = ACTIONS(1027), + [anon_sym_SEMI] = ACTIONS(1023), + [anon_sym_extern] = ACTIONS(1025), + [anon_sym_LBRACE] = ACTIONS(1023), + [anon_sym_STAR] = ACTIONS(1023), + [anon_sym_typedef] = ACTIONS(1025), + [anon_sym_static] = ACTIONS(1025), + [anon_sym_auto] = ACTIONS(1025), + [anon_sym_register] = ACTIONS(1025), + [anon_sym_const] = ACTIONS(1025), + [anon_sym_restrict] = ACTIONS(1025), + [anon_sym_volatile] = ACTIONS(1025), + [sym_function_specifier] = ACTIONS(1025), + [anon_sym_unsigned] = ACTIONS(1025), + [anon_sym_long] = ACTIONS(1025), + [anon_sym_short] = ACTIONS(1025), + [anon_sym_enum] = ACTIONS(1025), + [anon_sym_struct] = ACTIONS(1025), + [anon_sym_union] = ACTIONS(1025), + [anon_sym_if] = ACTIONS(1025), + [anon_sym_switch] = ACTIONS(1025), + [anon_sym_case] = ACTIONS(1025), + [anon_sym_default] = ACTIONS(1025), + [anon_sym_while] = ACTIONS(1025), + [anon_sym_do] = ACTIONS(1025), + [anon_sym_for] = ACTIONS(1025), + [anon_sym_return] = ACTIONS(1025), + [anon_sym_break] = ACTIONS(1025), + [anon_sym_continue] = ACTIONS(1025), + [anon_sym_goto] = ACTIONS(1025), + [anon_sym_AMP] = ACTIONS(1023), + [anon_sym_BANG] = ACTIONS(1023), + [anon_sym_TILDE] = ACTIONS(1023), + [anon_sym_PLUS] = ACTIONS(1025), + [anon_sym_DASH] = ACTIONS(1025), + [anon_sym_DASH_DASH] = ACTIONS(1023), + [anon_sym_PLUS_PLUS] = ACTIONS(1023), + [anon_sym_sizeof] = ACTIONS(1025), + [sym_number_literal] = ACTIONS(1025), + [sym_char_literal] = ACTIONS(1025), + [sym_string_literal] = ACTIONS(1023), + [sym_identifier] = ACTIONS(1027), + [sym_comment] = ACTIONS(42), }, [1197] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(4975), - [anon_sym_COMMA] = ACTIONS(1305), - [anon_sym_RPAREN] = ACTIONS(1305), - [anon_sym_SEMI] = ACTIONS(1305), - [anon_sym_STAR] = ACTIONS(5889), - [anon_sym_LBRACK] = ACTIONS(4981), - [anon_sym_EQ] = ACTIONS(5892), - [anon_sym_QMARK] = ACTIONS(5895), - [anon_sym_STAR_EQ] = ACTIONS(5898), - [anon_sym_SLASH_EQ] = ACTIONS(5898), - [anon_sym_PERCENT_EQ] = ACTIONS(5898), - [anon_sym_PLUS_EQ] = ACTIONS(5898), - [anon_sym_DASH_EQ] = ACTIONS(5898), - [anon_sym_LT_LT_EQ] = ACTIONS(5898), - [anon_sym_GT_GT_EQ] = ACTIONS(5898), - [anon_sym_AMP_EQ] = ACTIONS(5898), - [anon_sym_CARET_EQ] = ACTIONS(5898), - [anon_sym_PIPE_EQ] = ACTIONS(5898), - [anon_sym_AMP] = ACTIONS(5901), - [anon_sym_PIPE_PIPE] = ACTIONS(5904), - [anon_sym_AMP_AMP] = ACTIONS(5904), - [anon_sym_PIPE] = ACTIONS(5901), - [anon_sym_CARET] = ACTIONS(5901), - [anon_sym_EQ_EQ] = ACTIONS(5907), - [anon_sym_BANG_EQ] = ACTIONS(5907), - [anon_sym_LT] = ACTIONS(5910), - [anon_sym_GT] = ACTIONS(5910), - [anon_sym_LT_EQ] = ACTIONS(5913), - [anon_sym_GT_EQ] = ACTIONS(5913), - [anon_sym_LT_LT] = ACTIONS(5916), - [anon_sym_GT_GT] = ACTIONS(5916), - [anon_sym_PLUS] = ACTIONS(5889), - [anon_sym_DASH] = ACTIONS(5889), - [anon_sym_SLASH] = ACTIONS(5889), - [anon_sym_PERCENT] = ACTIONS(5889), - [anon_sym_DASH_DASH] = ACTIONS(5011), - [anon_sym_PLUS_PLUS] = ACTIONS(5011), - [anon_sym_DOT] = ACTIONS(5014), - [anon_sym_DASH_GT] = ACTIONS(5014), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1041), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1041), + [anon_sym_LPAREN] = ACTIONS(1039), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1041), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1041), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1041), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1041), + [sym_preproc_directive] = ACTIONS(1043), + [anon_sym_SEMI] = ACTIONS(1039), + [anon_sym_extern] = ACTIONS(1041), + [anon_sym_LBRACE] = ACTIONS(1039), + [anon_sym_STAR] = ACTIONS(1039), + [anon_sym_typedef] = ACTIONS(1041), + [anon_sym_static] = ACTIONS(1041), + [anon_sym_auto] = ACTIONS(1041), + [anon_sym_register] = ACTIONS(1041), + [anon_sym_const] = ACTIONS(1041), + [anon_sym_restrict] = ACTIONS(1041), + [anon_sym_volatile] = ACTIONS(1041), + [sym_function_specifier] = ACTIONS(1041), + [anon_sym_unsigned] = ACTIONS(1041), + [anon_sym_long] = ACTIONS(1041), + [anon_sym_short] = ACTIONS(1041), + [anon_sym_enum] = ACTIONS(1041), + [anon_sym_struct] = ACTIONS(1041), + [anon_sym_union] = ACTIONS(1041), + [anon_sym_if] = ACTIONS(1041), + [anon_sym_switch] = ACTIONS(1041), + [anon_sym_case] = ACTIONS(1041), + [anon_sym_default] = ACTIONS(1041), + [anon_sym_while] = ACTIONS(1041), + [anon_sym_do] = ACTIONS(1041), + [anon_sym_for] = ACTIONS(1041), + [anon_sym_return] = ACTIONS(1041), + [anon_sym_break] = ACTIONS(1041), + [anon_sym_continue] = ACTIONS(1041), + [anon_sym_goto] = ACTIONS(1041), + [anon_sym_AMP] = ACTIONS(1039), + [anon_sym_BANG] = ACTIONS(1039), + [anon_sym_TILDE] = ACTIONS(1039), + [anon_sym_PLUS] = ACTIONS(1041), + [anon_sym_DASH] = ACTIONS(1041), + [anon_sym_DASH_DASH] = ACTIONS(1039), + [anon_sym_PLUS_PLUS] = ACTIONS(1039), + [anon_sym_sizeof] = ACTIONS(1041), + [sym_number_literal] = ACTIONS(1041), + [sym_char_literal] = ACTIONS(1041), + [sym_string_literal] = ACTIONS(1039), + [sym_identifier] = ACTIONS(1043), + [sym_comment] = ACTIONS(42), }, [1198] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5059), - [anon_sym_COMMA] = ACTIONS(1309), - [anon_sym_RPAREN] = ACTIONS(1309), - [anon_sym_SEMI] = ACTIONS(1309), - [anon_sym_STAR] = ACTIONS(5919), - [anon_sym_LBRACK] = ACTIONS(5065), - [anon_sym_EQ] = ACTIONS(5922), - [anon_sym_QMARK] = ACTIONS(5925), - [anon_sym_STAR_EQ] = ACTIONS(5928), - [anon_sym_SLASH_EQ] = ACTIONS(5928), - [anon_sym_PERCENT_EQ] = ACTIONS(5928), - [anon_sym_PLUS_EQ] = ACTIONS(5928), - [anon_sym_DASH_EQ] = ACTIONS(5928), - [anon_sym_LT_LT_EQ] = ACTIONS(5928), - [anon_sym_GT_GT_EQ] = ACTIONS(5928), - [anon_sym_AMP_EQ] = ACTIONS(5928), - [anon_sym_CARET_EQ] = ACTIONS(5928), - [anon_sym_PIPE_EQ] = ACTIONS(5928), - [anon_sym_AMP] = ACTIONS(5931), - [anon_sym_PIPE_PIPE] = ACTIONS(5934), - [anon_sym_AMP_AMP] = ACTIONS(5934), - [anon_sym_PIPE] = ACTIONS(5931), - [anon_sym_CARET] = ACTIONS(5931), - [anon_sym_EQ_EQ] = ACTIONS(5937), - [anon_sym_BANG_EQ] = ACTIONS(5937), - [anon_sym_LT] = ACTIONS(5940), - [anon_sym_GT] = ACTIONS(5940), - [anon_sym_LT_EQ] = ACTIONS(5943), - [anon_sym_GT_EQ] = ACTIONS(5943), - [anon_sym_LT_LT] = ACTIONS(5946), - [anon_sym_GT_GT] = ACTIONS(5946), - [anon_sym_PLUS] = ACTIONS(5919), - [anon_sym_DASH] = ACTIONS(5919), - [anon_sym_SLASH] = ACTIONS(5919), - [anon_sym_PERCENT] = ACTIONS(5919), - [anon_sym_DASH_DASH] = ACTIONS(5095), - [anon_sym_PLUS_PLUS] = ACTIONS(5095), - [anon_sym_DOT] = ACTIONS(5098), - [anon_sym_DASH_GT] = ACTIONS(5098), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2233), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2233), + [anon_sym_LPAREN] = ACTIONS(2235), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2233), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2233), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2233), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2233), + [sym_preproc_directive] = ACTIONS(2237), + [anon_sym_SEMI] = ACTIONS(2235), + [anon_sym_extern] = ACTIONS(2233), + [anon_sym_LBRACE] = ACTIONS(2235), + [anon_sym_STAR] = ACTIONS(2235), + [anon_sym_typedef] = ACTIONS(2233), + [anon_sym_static] = ACTIONS(2233), + [anon_sym_auto] = ACTIONS(2233), + [anon_sym_register] = ACTIONS(2233), + [anon_sym_const] = ACTIONS(2233), + [anon_sym_restrict] = ACTIONS(2233), + [anon_sym_volatile] = ACTIONS(2233), + [sym_function_specifier] = ACTIONS(2233), + [anon_sym_unsigned] = ACTIONS(2233), + [anon_sym_long] = ACTIONS(2233), + [anon_sym_short] = ACTIONS(2233), + [anon_sym_enum] = ACTIONS(2233), + [anon_sym_struct] = ACTIONS(2233), + [anon_sym_union] = ACTIONS(2233), + [anon_sym_if] = ACTIONS(2233), + [anon_sym_switch] = ACTIONS(2233), + [anon_sym_case] = ACTIONS(2233), + [anon_sym_default] = ACTIONS(2233), + [anon_sym_while] = ACTIONS(2233), + [anon_sym_do] = ACTIONS(2233), + [anon_sym_for] = ACTIONS(2233), + [anon_sym_return] = ACTIONS(2233), + [anon_sym_break] = ACTIONS(2233), + [anon_sym_continue] = ACTIONS(2233), + [anon_sym_goto] = ACTIONS(2233), + [anon_sym_AMP] = ACTIONS(2235), + [anon_sym_BANG] = ACTIONS(2235), + [anon_sym_TILDE] = ACTIONS(2235), + [anon_sym_PLUS] = ACTIONS(2233), + [anon_sym_DASH] = ACTIONS(2233), + [anon_sym_DASH_DASH] = ACTIONS(2235), + [anon_sym_PLUS_PLUS] = ACTIONS(2235), + [anon_sym_sizeof] = ACTIONS(2233), + [sym_number_literal] = ACTIONS(2233), + [sym_char_literal] = ACTIONS(2233), + [sym_string_literal] = ACTIONS(2235), + [sym_identifier] = ACTIONS(2237), + [sym_comment] = ACTIONS(42), }, [1199] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5328), - [anon_sym_COMMA] = ACTIONS(1313), - [anon_sym_RPAREN] = ACTIONS(1313), - [anon_sym_SEMI] = ACTIONS(1313), - [anon_sym_STAR] = ACTIONS(5949), - [anon_sym_LBRACK] = ACTIONS(5334), - [anon_sym_EQ] = ACTIONS(5952), - [anon_sym_QMARK] = ACTIONS(5955), - [anon_sym_STAR_EQ] = ACTIONS(5958), - [anon_sym_SLASH_EQ] = ACTIONS(5958), - [anon_sym_PERCENT_EQ] = ACTIONS(5958), - [anon_sym_PLUS_EQ] = ACTIONS(5958), - [anon_sym_DASH_EQ] = ACTIONS(5958), - [anon_sym_LT_LT_EQ] = ACTIONS(5958), - [anon_sym_GT_GT_EQ] = ACTIONS(5958), - [anon_sym_AMP_EQ] = ACTIONS(5958), - [anon_sym_CARET_EQ] = ACTIONS(5958), - [anon_sym_PIPE_EQ] = ACTIONS(5958), - [anon_sym_AMP] = ACTIONS(5961), - [anon_sym_PIPE_PIPE] = ACTIONS(5964), - [anon_sym_AMP_AMP] = ACTIONS(5964), - [anon_sym_PIPE] = ACTIONS(5961), - [anon_sym_CARET] = ACTIONS(5961), - [anon_sym_EQ_EQ] = ACTIONS(5967), - [anon_sym_BANG_EQ] = ACTIONS(5967), - [anon_sym_LT] = ACTIONS(5970), - [anon_sym_GT] = ACTIONS(5970), - [anon_sym_LT_EQ] = ACTIONS(5973), - [anon_sym_GT_EQ] = ACTIONS(5973), - [anon_sym_LT_LT] = ACTIONS(5976), - [anon_sym_GT_GT] = ACTIONS(5976), - [anon_sym_PLUS] = ACTIONS(5949), - [anon_sym_DASH] = ACTIONS(5949), - [anon_sym_SLASH] = ACTIONS(5949), - [anon_sym_PERCENT] = ACTIONS(5949), - [anon_sym_DASH_DASH] = ACTIONS(5364), - [anon_sym_PLUS_PLUS] = ACTIONS(5364), - [anon_sym_DOT] = ACTIONS(5367), - [anon_sym_DASH_GT] = ACTIONS(5367), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2239), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2239), + [anon_sym_LPAREN] = ACTIONS(2241), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2239), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2239), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2239), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2239), + [sym_preproc_directive] = ACTIONS(2243), + [anon_sym_SEMI] = ACTIONS(2241), + [anon_sym_extern] = ACTIONS(2239), + [anon_sym_LBRACE] = ACTIONS(2241), + [anon_sym_STAR] = ACTIONS(2241), + [anon_sym_typedef] = ACTIONS(2239), + [anon_sym_static] = ACTIONS(2239), + [anon_sym_auto] = ACTIONS(2239), + [anon_sym_register] = ACTIONS(2239), + [anon_sym_const] = ACTIONS(2239), + [anon_sym_restrict] = ACTIONS(2239), + [anon_sym_volatile] = ACTIONS(2239), + [sym_function_specifier] = ACTIONS(2239), + [anon_sym_unsigned] = ACTIONS(2239), + [anon_sym_long] = ACTIONS(2239), + [anon_sym_short] = ACTIONS(2239), + [anon_sym_enum] = ACTIONS(2239), + [anon_sym_struct] = ACTIONS(2239), + [anon_sym_union] = ACTIONS(2239), + [anon_sym_if] = ACTIONS(2239), + [anon_sym_switch] = ACTIONS(2239), + [anon_sym_case] = ACTIONS(2239), + [anon_sym_default] = ACTIONS(2239), + [anon_sym_while] = ACTIONS(2239), + [anon_sym_do] = ACTIONS(2239), + [anon_sym_for] = ACTIONS(2239), + [anon_sym_return] = ACTIONS(2239), + [anon_sym_break] = ACTIONS(2239), + [anon_sym_continue] = ACTIONS(2239), + [anon_sym_goto] = ACTIONS(2239), + [anon_sym_AMP] = ACTIONS(2241), + [anon_sym_BANG] = ACTIONS(2241), + [anon_sym_TILDE] = ACTIONS(2241), + [anon_sym_PLUS] = ACTIONS(2239), + [anon_sym_DASH] = ACTIONS(2239), + [anon_sym_DASH_DASH] = ACTIONS(2241), + [anon_sym_PLUS_PLUS] = ACTIONS(2241), + [anon_sym_sizeof] = ACTIONS(2239), + [sym_number_literal] = ACTIONS(2239), + [sym_char_literal] = ACTIONS(2239), + [sym_string_literal] = ACTIONS(2241), + [sym_identifier] = ACTIONS(2243), + [sym_comment] = ACTIONS(42), }, [1200] = { - [sym_type_qualifier] = STATE(81), - [sym__type_specifier] = STATE(82), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2245), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2245), + [anon_sym_LPAREN] = ACTIONS(2247), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2245), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2245), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2245), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2245), + [sym_preproc_directive] = ACTIONS(2249), + [anon_sym_SEMI] = ACTIONS(2247), + [anon_sym_extern] = ACTIONS(2245), + [anon_sym_LBRACE] = ACTIONS(2247), + [anon_sym_STAR] = ACTIONS(2247), + [anon_sym_typedef] = ACTIONS(2245), + [anon_sym_static] = ACTIONS(2245), + [anon_sym_auto] = ACTIONS(2245), + [anon_sym_register] = ACTIONS(2245), + [anon_sym_const] = ACTIONS(2245), + [anon_sym_restrict] = ACTIONS(2245), + [anon_sym_volatile] = ACTIONS(2245), + [sym_function_specifier] = ACTIONS(2245), + [anon_sym_unsigned] = ACTIONS(2245), + [anon_sym_long] = ACTIONS(2245), + [anon_sym_short] = ACTIONS(2245), + [anon_sym_enum] = ACTIONS(2245), + [anon_sym_struct] = ACTIONS(2245), + [anon_sym_union] = ACTIONS(2245), + [anon_sym_if] = ACTIONS(2245), + [anon_sym_switch] = ACTIONS(2245), + [anon_sym_case] = ACTIONS(2245), + [anon_sym_default] = ACTIONS(2245), + [anon_sym_while] = ACTIONS(2245), + [anon_sym_do] = ACTIONS(2245), + [anon_sym_for] = ACTIONS(2245), + [anon_sym_return] = ACTIONS(2245), + [anon_sym_break] = ACTIONS(2245), + [anon_sym_continue] = ACTIONS(2245), + [anon_sym_goto] = ACTIONS(2245), + [anon_sym_AMP] = ACTIONS(2247), + [anon_sym_BANG] = ACTIONS(2247), + [anon_sym_TILDE] = ACTIONS(2247), + [anon_sym_PLUS] = ACTIONS(2245), + [anon_sym_DASH] = ACTIONS(2245), + [anon_sym_DASH_DASH] = ACTIONS(2247), + [anon_sym_PLUS_PLUS] = ACTIONS(2247), + [anon_sym_sizeof] = ACTIONS(2245), + [sym_number_literal] = ACTIONS(2245), + [sym_char_literal] = ACTIONS(2245), + [sym_string_literal] = ACTIONS(2247), + [sym_identifier] = ACTIONS(2249), + [sym_comment] = ACTIONS(42), + }, + [1201] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(804), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(804), + [anon_sym_LPAREN] = ACTIONS(806), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(804), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(804), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(804), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(804), + [sym_preproc_directive] = ACTIONS(808), + [anon_sym_SEMI] = ACTIONS(806), + [anon_sym_extern] = ACTIONS(804), + [anon_sym_LBRACE] = ACTIONS(806), + [anon_sym_STAR] = ACTIONS(806), + [anon_sym_typedef] = ACTIONS(804), + [anon_sym_static] = ACTIONS(804), + [anon_sym_auto] = ACTIONS(804), + [anon_sym_register] = ACTIONS(804), + [anon_sym_const] = ACTIONS(804), + [anon_sym_restrict] = ACTIONS(804), + [anon_sym_volatile] = ACTIONS(804), + [sym_function_specifier] = ACTIONS(804), + [anon_sym_unsigned] = ACTIONS(804), + [anon_sym_long] = ACTIONS(804), + [anon_sym_short] = ACTIONS(804), + [anon_sym_enum] = ACTIONS(804), + [anon_sym_struct] = ACTIONS(804), + [anon_sym_union] = ACTIONS(804), + [anon_sym_if] = ACTIONS(804), + [anon_sym_else] = ACTIONS(804), + [anon_sym_switch] = ACTIONS(804), + [anon_sym_case] = ACTIONS(804), + [anon_sym_default] = ACTIONS(804), + [anon_sym_while] = ACTIONS(804), + [anon_sym_do] = ACTIONS(804), + [anon_sym_for] = ACTIONS(804), + [anon_sym_return] = ACTIONS(804), + [anon_sym_break] = ACTIONS(804), + [anon_sym_continue] = ACTIONS(804), + [anon_sym_goto] = ACTIONS(804), + [anon_sym_AMP] = ACTIONS(806), + [anon_sym_BANG] = ACTIONS(806), + [anon_sym_TILDE] = ACTIONS(806), + [anon_sym_PLUS] = ACTIONS(804), + [anon_sym_DASH] = ACTIONS(804), + [anon_sym_DASH_DASH] = ACTIONS(806), + [anon_sym_PLUS_PLUS] = ACTIONS(806), + [anon_sym_sizeof] = ACTIONS(804), + [sym_number_literal] = ACTIONS(804), + [sym_char_literal] = ACTIONS(804), + [sym_string_literal] = ACTIONS(806), + [sym_identifier] = ACTIONS(808), + [sym_comment] = ACTIONS(42), + }, + [1202] = { + [sym_preproc_include] = STATE(209), + [sym_preproc_def] = STATE(209), + [sym_preproc_function_def] = STATE(209), + [sym_preproc_call] = STATE(209), + [sym_preproc_if_in_compound_statement] = STATE(210), + [sym_preproc_ifdef_in_compound_statement] = STATE(211), + [sym_declaration] = STATE(209), + [sym__declaration_specifiers] = STATE(212), + [sym_compound_statement] = STATE(209), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), [sym_sized_type_specifier] = STATE(21), [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(1316), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), + [sym_labeled_statement] = STATE(209), + [sym_expression_statement] = STATE(209), + [sym_if_statement] = STATE(209), + [sym_switch_statement] = STATE(209), + [sym_case_statement] = STATE(209), + [sym_while_statement] = STATE(209), + [sym_do_statement] = STATE(209), + [sym_for_statement] = STATE(209), + [sym_return_statement] = STATE(209), + [sym_break_statement] = STATE(209), + [sym_continue_statement] = STATE(209), + [sym_goto_statement] = STATE(209), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(209), [sym_macro_type_specifier] = STATE(21), - [aux_sym_sized_type_specifier_repeat1] = STATE(84), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(797), - [sym_comment] = ACTIONS(123), - }, - [1201] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5370), - [anon_sym_COMMA] = ACTIONS(1317), - [anon_sym_RPAREN] = ACTIONS(1317), - [anon_sym_SEMI] = ACTIONS(1317), - [anon_sym_STAR] = ACTIONS(5979), - [anon_sym_LBRACK] = ACTIONS(5376), - [anon_sym_EQ] = ACTIONS(5982), - [anon_sym_QMARK] = ACTIONS(5985), - [anon_sym_STAR_EQ] = ACTIONS(5988), - [anon_sym_SLASH_EQ] = ACTIONS(5988), - [anon_sym_PERCENT_EQ] = ACTIONS(5988), - [anon_sym_PLUS_EQ] = ACTIONS(5988), - [anon_sym_DASH_EQ] = ACTIONS(5988), - [anon_sym_LT_LT_EQ] = ACTIONS(5988), - [anon_sym_GT_GT_EQ] = ACTIONS(5988), - [anon_sym_AMP_EQ] = ACTIONS(5988), - [anon_sym_CARET_EQ] = ACTIONS(5988), - [anon_sym_PIPE_EQ] = ACTIONS(5988), - [anon_sym_AMP] = ACTIONS(5991), - [anon_sym_PIPE_PIPE] = ACTIONS(5994), - [anon_sym_AMP_AMP] = ACTIONS(5994), - [anon_sym_PIPE] = ACTIONS(5991), - [anon_sym_CARET] = ACTIONS(5991), - [anon_sym_EQ_EQ] = ACTIONS(5997), - [anon_sym_BANG_EQ] = ACTIONS(5997), - [anon_sym_LT] = ACTIONS(6000), - [anon_sym_GT] = ACTIONS(6000), - [anon_sym_LT_EQ] = ACTIONS(6003), - [anon_sym_GT_EQ] = ACTIONS(6003), - [anon_sym_LT_LT] = ACTIONS(6006), - [anon_sym_GT_GT] = ACTIONS(6006), - [anon_sym_PLUS] = ACTIONS(5979), - [anon_sym_DASH] = ACTIONS(5979), - [anon_sym_SLASH] = ACTIONS(5979), - [anon_sym_PERCENT] = ACTIONS(5979), - [anon_sym_DASH_DASH] = ACTIONS(5406), - [anon_sym_PLUS_PLUS] = ACTIONS(5406), - [anon_sym_DOT] = ACTIONS(5409), - [anon_sym_DASH_GT] = ACTIONS(5409), - [sym_comment] = ACTIONS(123), - }, - [1202] = { - [sym__declarator] = STATE(1114), - [sym__abstract_declarator] = STATE(227), - [sym_pointer_declarator] = STATE(44), - [sym_abstract_pointer_declarator] = STATE(132), - [sym_function_declarator] = STATE(44), - [sym_abstract_function_declarator] = STATE(132), - [sym_array_declarator] = STATE(44), - [sym_abstract_array_declarator] = STATE(132), - [sym_parameter_list] = STATE(133), - [anon_sym_LPAREN] = ACTIONS(6009), - [anon_sym_COMMA] = ACTIONS(745), - [anon_sym_RPAREN] = ACTIONS(745), - [anon_sym_STAR] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(2974), - [sym_identifier] = ACTIONS(232), - [sym_comment] = ACTIONS(123), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1272), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(470), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(472), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(476), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(478), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(480), + [sym_preproc_directive] = ACTIONS(482), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_RBRACE] = ACTIONS(2575), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(528), + [sym_comment] = ACTIONS(42), }, [1203] = { - [sym_parameter_list] = STATE(96), - [aux_sym_declaration_repeat1] = STATE(97), - [anon_sym_LPAREN] = ACTIONS(341), - [anon_sym_COMMA] = ACTIONS(5543), - [anon_sym_RPAREN] = ACTIONS(1153), - [anon_sym_SEMI] = ACTIONS(345), - [anon_sym_LBRACK] = ACTIONS(349), - [anon_sym_EQ] = ACTIONS(351), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(2577), + [sym_comment] = ACTIONS(42), }, [1204] = { - [sym__expression] = STATE(1317), - [sym_comma_expression] = STATE(475), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(2579), + [sym_comment] = ACTIONS(42), }, [1205] = { - [sym_compound_statement] = STATE(1318), - [sym_labeled_statement] = STATE(1318), - [sym_expression_statement] = STATE(1318), - [sym_if_statement] = STATE(1318), - [sym_switch_statement] = STATE(1318), - [sym_case_statement] = STATE(1318), - [sym_while_statement] = STATE(1318), - [sym_do_statement] = STATE(1318), - [sym_for_statement] = STATE(1318), - [sym_return_statement] = STATE(1318), - [sym_break_statement] = STATE(1318), - [sym_continue_statement] = STATE(1318), - [sym_goto_statement] = STATE(1318), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2022), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2022), - [anon_sym_LPAREN] = ACTIONS(5554), - [anon_sym_COMMA] = ACTIONS(5559), - [anon_sym_RPAREN] = ACTIONS(5559), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2022), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2022), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2022), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2022), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2022), - [sym_preproc_directive] = ACTIONS(2026), - [anon_sym_SEMI] = ACTIONS(5562), - [anon_sym_extern] = ACTIONS(2022), - [anon_sym_LBRACE] = ACTIONS(5567), - [anon_sym_RBRACE] = ACTIONS(5570), - [anon_sym_STAR] = ACTIONS(5574), - [anon_sym_LBRACK] = ACTIONS(5559), - [anon_sym_RBRACK] = ACTIONS(5559), - [anon_sym_EQ] = ACTIONS(5579), - [anon_sym_typedef] = ACTIONS(2022), - [anon_sym_static] = ACTIONS(2022), - [anon_sym_auto] = ACTIONS(2022), - [anon_sym_register] = ACTIONS(2022), - [anon_sym_const] = ACTIONS(2022), - [anon_sym_restrict] = ACTIONS(2022), - [anon_sym_volatile] = ACTIONS(2022), - [sym_function_specifier] = ACTIONS(2022), - [anon_sym_unsigned] = ACTIONS(2022), - [anon_sym_long] = ACTIONS(2022), - [anon_sym_short] = ACTIONS(2022), - [anon_sym_enum] = ACTIONS(2022), - [anon_sym_struct] = ACTIONS(2022), - [anon_sym_union] = ACTIONS(2022), - [anon_sym_COLON] = ACTIONS(5559), - [anon_sym_if] = ACTIONS(5582), - [anon_sym_else] = ACTIONS(2022), - [anon_sym_switch] = ACTIONS(5585), - [anon_sym_case] = ACTIONS(5588), - [anon_sym_default] = ACTIONS(5591), - [anon_sym_while] = ACTIONS(5594), - [anon_sym_do] = ACTIONS(5597), - [anon_sym_for] = ACTIONS(5600), - [anon_sym_return] = ACTIONS(5603), - [anon_sym_break] = ACTIONS(5606), - [anon_sym_continue] = ACTIONS(5609), - [anon_sym_goto] = ACTIONS(5612), - [anon_sym_QMARK] = ACTIONS(5559), - [anon_sym_STAR_EQ] = ACTIONS(5559), - [anon_sym_SLASH_EQ] = ACTIONS(5559), - [anon_sym_PERCENT_EQ] = ACTIONS(5559), - [anon_sym_PLUS_EQ] = ACTIONS(5559), - [anon_sym_DASH_EQ] = ACTIONS(5559), - [anon_sym_LT_LT_EQ] = ACTIONS(5559), - [anon_sym_GT_GT_EQ] = ACTIONS(5559), - [anon_sym_AMP_EQ] = ACTIONS(5559), - [anon_sym_CARET_EQ] = ACTIONS(5559), - [anon_sym_PIPE_EQ] = ACTIONS(5559), - [anon_sym_AMP] = ACTIONS(5574), - [anon_sym_PIPE_PIPE] = ACTIONS(5559), - [anon_sym_AMP_AMP] = ACTIONS(5559), - [anon_sym_BANG] = ACTIONS(5615), - [anon_sym_PIPE] = ACTIONS(5579), - [anon_sym_CARET] = ACTIONS(5579), - [anon_sym_TILDE] = ACTIONS(5618), - [anon_sym_EQ_EQ] = ACTIONS(5559), - [anon_sym_BANG_EQ] = ACTIONS(5559), - [anon_sym_LT] = ACTIONS(5579), - [anon_sym_GT] = ACTIONS(5579), - [anon_sym_LT_EQ] = ACTIONS(5559), - [anon_sym_GT_EQ] = ACTIONS(5559), - [anon_sym_LT_LT] = ACTIONS(5579), - [anon_sym_GT_GT] = ACTIONS(5579), - [anon_sym_PLUS] = ACTIONS(5621), - [anon_sym_DASH] = ACTIONS(5621), - [anon_sym_SLASH] = ACTIONS(5579), - [anon_sym_PERCENT] = ACTIONS(5579), - [anon_sym_DASH_DASH] = ACTIONS(5626), - [anon_sym_PLUS_PLUS] = ACTIONS(5626), - [anon_sym_sizeof] = ACTIONS(5631), - [anon_sym_DOT] = ACTIONS(5559), - [anon_sym_DASH_GT] = ACTIONS(5559), - [sym_number_literal] = ACTIONS(5634), - [sym_char_literal] = ACTIONS(5634), - [sym_string_literal] = ACTIONS(5637), - [sym_identifier] = ACTIONS(5640), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1275), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(822), + [anon_sym_STAR] = ACTIONS(824), + [anon_sym_AMP] = ACTIONS(824), + [anon_sym_BANG] = ACTIONS(826), + [anon_sym_TILDE] = ACTIONS(828), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(832), + [anon_sym_PLUS_PLUS] = ACTIONS(832), + [anon_sym_sizeof] = ACTIONS(834), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1206] = { - [sym__expression] = STATE(1319), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(5518), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_COLON] = ACTIONS(2581), + [sym_comment] = ACTIONS(42), }, [1207] = { - [sym__expression] = STATE(1320), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4276), - [anon_sym_STAR] = ACTIONS(2278), - [anon_sym_AMP] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2280), - [anon_sym_TILDE] = ACTIONS(2282), - [anon_sym_PLUS] = ACTIONS(2284), - [anon_sym_DASH] = ACTIONS(2284), - [anon_sym_DASH_DASH] = ACTIONS(2286), - [anon_sym_PLUS_PLUS] = ACTIONS(2286), - [anon_sym_sizeof] = ACTIONS(2288), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(2583), + [sym_comment] = ACTIONS(42), }, [1208] = { - [sym__expression] = STATE(1321), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4276), - [anon_sym_STAR] = ACTIONS(2278), - [anon_sym_AMP] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2280), - [anon_sym_TILDE] = ACTIONS(2282), - [anon_sym_PLUS] = ACTIONS(2284), - [anon_sym_DASH] = ACTIONS(2284), - [anon_sym_DASH_DASH] = ACTIONS(2286), - [anon_sym_PLUS_PLUS] = ACTIONS(2286), - [anon_sym_sizeof] = ACTIONS(2288), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1278), + [sym_labeled_statement] = STATE(1278), + [sym_expression_statement] = STATE(1278), + [sym_if_statement] = STATE(1278), + [sym_switch_statement] = STATE(1278), + [sym_case_statement] = STATE(1278), + [sym_while_statement] = STATE(1278), + [sym_do_statement] = STATE(1278), + [sym_for_statement] = STATE(1278), + [sym_return_statement] = STATE(1278), + [sym_break_statement] = STATE(1278), + [sym_continue_statement] = STATE(1278), + [sym_goto_statement] = STATE(1278), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(840), + [anon_sym_switch] = ACTIONS(842), + [anon_sym_case] = ACTIONS(844), + [anon_sym_default] = ACTIONS(846), + [anon_sym_while] = ACTIONS(848), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(850), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(852), + [sym_comment] = ACTIONS(42), }, [1209] = { - [sym__expression] = STATE(1322), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(2585), + [sym_comment] = ACTIONS(42), }, [1210] = { - [sym__expression] = STATE(1323), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4276), - [anon_sym_STAR] = ACTIONS(2278), - [anon_sym_AMP] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2280), - [anon_sym_TILDE] = ACTIONS(2282), - [anon_sym_PLUS] = ACTIONS(2284), - [anon_sym_DASH] = ACTIONS(2284), - [anon_sym_DASH_DASH] = ACTIONS(2286), - [anon_sym_PLUS_PLUS] = ACTIONS(2286), - [anon_sym_sizeof] = ACTIONS(2288), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1281), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(2587), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1211] = { - [sym__expression] = STATE(1324), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4276), - [anon_sym_STAR] = ACTIONS(2278), - [anon_sym_AMP] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2280), - [anon_sym_TILDE] = ACTIONS(2282), - [anon_sym_PLUS] = ACTIONS(2284), - [anon_sym_DASH] = ACTIONS(2284), - [anon_sym_DASH_DASH] = ACTIONS(2286), - [anon_sym_PLUS_PLUS] = ACTIONS(2286), - [anon_sym_sizeof] = ACTIONS(2288), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_SEMI] = ACTIONS(2589), + [sym_comment] = ACTIONS(42), }, [1212] = { - [sym__expression] = STATE(1325), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4276), - [anon_sym_STAR] = ACTIONS(2278), - [anon_sym_AMP] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2280), - [anon_sym_TILDE] = ACTIONS(2282), - [anon_sym_PLUS] = ACTIONS(2284), - [anon_sym_DASH] = ACTIONS(2284), - [anon_sym_DASH_DASH] = ACTIONS(2286), - [anon_sym_PLUS_PLUS] = ACTIONS(2286), - [anon_sym_sizeof] = ACTIONS(2288), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_SEMI] = ACTIONS(2591), + [sym_comment] = ACTIONS(42), }, [1213] = { - [sym__expression] = STATE(1326), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4276), - [anon_sym_STAR] = ACTIONS(2278), - [anon_sym_AMP] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2280), - [anon_sym_TILDE] = ACTIONS(2282), - [anon_sym_PLUS] = ACTIONS(2284), - [anon_sym_DASH] = ACTIONS(2284), - [anon_sym_DASH_DASH] = ACTIONS(2286), - [anon_sym_PLUS_PLUS] = ACTIONS(2286), - [anon_sym_sizeof] = ACTIONS(2288), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_identifier] = ACTIONS(2593), + [sym_comment] = ACTIONS(42), }, [1214] = { - [sym__expression] = STATE(1327), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4276), - [anon_sym_STAR] = ACTIONS(2278), - [anon_sym_AMP] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2280), - [anon_sym_TILDE] = ACTIONS(2282), - [anon_sym_PLUS] = ACTIONS(2284), - [anon_sym_DASH] = ACTIONS(2284), - [anon_sym_DASH_DASH] = ACTIONS(2286), - [anon_sym_PLUS_PLUS] = ACTIONS(2286), - [anon_sym_sizeof] = ACTIONS(2288), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(866), + [anon_sym_COMMA] = ACTIONS(866), + [anon_sym_SEMI] = ACTIONS(866), + [anon_sym_STAR] = ACTIONS(868), + [anon_sym_LBRACK] = ACTIONS(866), + [anon_sym_EQ] = ACTIONS(868), + [anon_sym_COLON] = ACTIONS(2595), + [anon_sym_QMARK] = ACTIONS(866), + [anon_sym_STAR_EQ] = ACTIONS(866), + [anon_sym_SLASH_EQ] = ACTIONS(866), + [anon_sym_PERCENT_EQ] = ACTIONS(866), + [anon_sym_PLUS_EQ] = ACTIONS(866), + [anon_sym_DASH_EQ] = ACTIONS(866), + [anon_sym_LT_LT_EQ] = ACTIONS(866), + [anon_sym_GT_GT_EQ] = ACTIONS(866), + [anon_sym_AMP_EQ] = ACTIONS(866), + [anon_sym_CARET_EQ] = ACTIONS(866), + [anon_sym_PIPE_EQ] = ACTIONS(866), + [anon_sym_AMP] = ACTIONS(868), + [anon_sym_PIPE_PIPE] = ACTIONS(866), + [anon_sym_AMP_AMP] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_LT] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_LT_LT] = ACTIONS(868), + [anon_sym_GT_GT] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_PERCENT] = ACTIONS(868), + [anon_sym_DASH_DASH] = ACTIONS(866), + [anon_sym_PLUS_PLUS] = ACTIONS(866), + [anon_sym_DOT] = ACTIONS(866), + [anon_sym_DASH_GT] = ACTIONS(866), + [sym_comment] = ACTIONS(42), }, [1215] = { - [anon_sym_COMMA] = ACTIONS(6012), - [anon_sym_RPAREN] = ACTIONS(6012), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2275), + [anon_sym_LPAREN] = ACTIONS(2277), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2275), + [sym_preproc_directive] = ACTIONS(2279), + [anon_sym_SEMI] = ACTIONS(2277), + [anon_sym_extern] = ACTIONS(2275), + [anon_sym_LBRACE] = ACTIONS(2277), + [anon_sym_STAR] = ACTIONS(2277), + [anon_sym_typedef] = ACTIONS(2275), + [anon_sym_static] = ACTIONS(2275), + [anon_sym_auto] = ACTIONS(2275), + [anon_sym_register] = ACTIONS(2275), + [anon_sym_const] = ACTIONS(2275), + [anon_sym_restrict] = ACTIONS(2275), + [anon_sym_volatile] = ACTIONS(2275), + [sym_function_specifier] = ACTIONS(2275), + [anon_sym_unsigned] = ACTIONS(2275), + [anon_sym_long] = ACTIONS(2275), + [anon_sym_short] = ACTIONS(2275), + [anon_sym_enum] = ACTIONS(2275), + [anon_sym_struct] = ACTIONS(2275), + [anon_sym_union] = ACTIONS(2275), + [anon_sym_if] = ACTIONS(2275), + [anon_sym_else] = ACTIONS(2597), + [anon_sym_switch] = ACTIONS(2275), + [anon_sym_case] = ACTIONS(2275), + [anon_sym_default] = ACTIONS(2275), + [anon_sym_while] = ACTIONS(2275), + [anon_sym_do] = ACTIONS(2275), + [anon_sym_for] = ACTIONS(2275), + [anon_sym_return] = ACTIONS(2275), + [anon_sym_break] = ACTIONS(2275), + [anon_sym_continue] = ACTIONS(2275), + [anon_sym_goto] = ACTIONS(2275), + [anon_sym_AMP] = ACTIONS(2277), + [anon_sym_BANG] = ACTIONS(2277), + [anon_sym_TILDE] = ACTIONS(2277), + [anon_sym_PLUS] = ACTIONS(2275), + [anon_sym_DASH] = ACTIONS(2275), + [anon_sym_DASH_DASH] = ACTIONS(2277), + [anon_sym_PLUS_PLUS] = ACTIONS(2277), + [anon_sym_sizeof] = ACTIONS(2275), + [sym_number_literal] = ACTIONS(2275), + [sym_char_literal] = ACTIONS(2275), + [sym_string_literal] = ACTIONS(2277), + [sym_identifier] = ACTIONS(2279), + [sym_comment] = ACTIONS(42), }, [1216] = { - [anon_sym_LPAREN] = ACTIONS(209), - [anon_sym_COMMA] = ACTIONS(6015), - [anon_sym_RPAREN] = ACTIONS(6015), - [anon_sym_extern] = ACTIONS(214), - [anon_sym_STAR] = ACTIONS(212), - [anon_sym_LBRACK] = ACTIONS(212), - [anon_sym_typedef] = ACTIONS(214), - [anon_sym_static] = ACTIONS(214), - [anon_sym_auto] = ACTIONS(214), - [anon_sym_register] = ACTIONS(214), - [anon_sym_const] = ACTIONS(214), - [anon_sym_restrict] = ACTIONS(214), - [anon_sym_volatile] = ACTIONS(214), - [sym_function_specifier] = ACTIONS(214), - [sym_identifier] = ACTIONS(216), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(906), + [anon_sym_SEMI] = ACTIONS(2599), + [anon_sym_STAR] = ACTIONS(910), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(914), + [anon_sym_QMARK] = ACTIONS(916), + [anon_sym_STAR_EQ] = ACTIONS(918), + [anon_sym_SLASH_EQ] = ACTIONS(918), + [anon_sym_PERCENT_EQ] = ACTIONS(918), + [anon_sym_PLUS_EQ] = ACTIONS(918), + [anon_sym_DASH_EQ] = ACTIONS(918), + [anon_sym_LT_LT_EQ] = ACTIONS(918), + [anon_sym_GT_GT_EQ] = ACTIONS(918), + [anon_sym_AMP_EQ] = ACTIONS(918), + [anon_sym_CARET_EQ] = ACTIONS(918), + [anon_sym_PIPE_EQ] = ACTIONS(918), + [anon_sym_AMP] = ACTIONS(920), + [anon_sym_PIPE_PIPE] = ACTIONS(922), + [anon_sym_AMP_AMP] = ACTIONS(924), + [anon_sym_PIPE] = ACTIONS(926), + [anon_sym_CARET] = ACTIONS(928), + [anon_sym_EQ_EQ] = ACTIONS(930), + [anon_sym_BANG_EQ] = ACTIONS(930), + [anon_sym_LT] = ACTIONS(932), + [anon_sym_GT] = ACTIONS(932), + [anon_sym_LT_EQ] = ACTIONS(934), + [anon_sym_GT_EQ] = ACTIONS(934), + [anon_sym_LT_LT] = ACTIONS(936), + [anon_sym_GT_GT] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_SLASH] = ACTIONS(910), + [anon_sym_PERCENT] = ACTIONS(910), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1217] = { - [sym__declarator] = STATE(87), - [sym__field_declarator] = STATE(211), - [sym_pointer_declarator] = STATE(44), - [sym_pointer_field_declarator] = STATE(123), - [sym_function_declarator] = STATE(44), - [sym_function_field_declarator] = STATE(124), - [sym_array_declarator] = STATE(44), - [sym_array_field_declarator] = STATE(125), - [sym_type_qualifier] = STATE(81), - [sym__type_specifier] = STATE(82), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(392), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_sized_type_specifier_repeat1] = STATE(84), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(4353), - [anon_sym_STAR] = ACTIONS(4355), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(4357), - [sym_comment] = ACTIONS(123), + [anon_sym_SEMI] = ACTIONS(2599), + [sym_comment] = ACTIONS(42), }, [1218] = { - [sym__declarator] = STATE(88), - [sym__field_declarator] = STATE(212), - [sym_pointer_declarator] = STATE(44), - [sym_pointer_field_declarator] = STATE(123), - [sym_function_declarator] = STATE(44), - [sym_function_field_declarator] = STATE(124), - [sym_array_declarator] = STATE(44), - [sym_array_field_declarator] = STATE(125), - [sym__expression] = STATE(254), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4353), - [anon_sym_STAR] = ACTIONS(4355), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(4274), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2287), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2287), + [anon_sym_LPAREN] = ACTIONS(2289), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2287), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2287), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2287), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2287), + [sym_preproc_directive] = ACTIONS(2291), + [anon_sym_SEMI] = ACTIONS(2289), + [anon_sym_extern] = ACTIONS(2287), + [anon_sym_LBRACE] = ACTIONS(2289), + [anon_sym_STAR] = ACTIONS(2289), + [anon_sym_typedef] = ACTIONS(2287), + [anon_sym_static] = ACTIONS(2287), + [anon_sym_auto] = ACTIONS(2287), + [anon_sym_register] = ACTIONS(2287), + [anon_sym_const] = ACTIONS(2287), + [anon_sym_restrict] = ACTIONS(2287), + [anon_sym_volatile] = ACTIONS(2287), + [sym_function_specifier] = ACTIONS(2287), + [anon_sym_unsigned] = ACTIONS(2287), + [anon_sym_long] = ACTIONS(2287), + [anon_sym_short] = ACTIONS(2287), + [anon_sym_enum] = ACTIONS(2287), + [anon_sym_struct] = ACTIONS(2287), + [anon_sym_union] = ACTIONS(2287), + [anon_sym_if] = ACTIONS(2287), + [anon_sym_switch] = ACTIONS(2287), + [anon_sym_case] = ACTIONS(2287), + [anon_sym_default] = ACTIONS(2287), + [anon_sym_while] = ACTIONS(2287), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2287), + [anon_sym_return] = ACTIONS(2287), + [anon_sym_break] = ACTIONS(2287), + [anon_sym_continue] = ACTIONS(2287), + [anon_sym_goto] = ACTIONS(2287), + [anon_sym_AMP] = ACTIONS(2289), + [anon_sym_BANG] = ACTIONS(2289), + [anon_sym_TILDE] = ACTIONS(2289), + [anon_sym_PLUS] = ACTIONS(2287), + [anon_sym_DASH] = ACTIONS(2287), + [anon_sym_DASH_DASH] = ACTIONS(2289), + [anon_sym_PLUS_PLUS] = ACTIONS(2289), + [anon_sym_sizeof] = ACTIONS(2287), + [sym_number_literal] = ACTIONS(2287), + [sym_char_literal] = ACTIONS(2287), + [sym_string_literal] = ACTIONS(2289), + [sym_identifier] = ACTIONS(2291), + [sym_comment] = ACTIONS(42), }, [1219] = { - [anon_sym_LPAREN] = ACTIONS(4280), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_RPAREN] = ACTIONS(4296), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(4296), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2297), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2297), + [anon_sym_LPAREN] = ACTIONS(2299), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2297), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2297), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2297), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2297), + [sym_preproc_directive] = ACTIONS(2301), + [anon_sym_SEMI] = ACTIONS(2299), + [anon_sym_extern] = ACTIONS(2297), + [anon_sym_LBRACE] = ACTIONS(2299), + [anon_sym_STAR] = ACTIONS(2299), + [anon_sym_typedef] = ACTIONS(2297), + [anon_sym_static] = ACTIONS(2297), + [anon_sym_auto] = ACTIONS(2297), + [anon_sym_register] = ACTIONS(2297), + [anon_sym_const] = ACTIONS(2297), + [anon_sym_restrict] = ACTIONS(2297), + [anon_sym_volatile] = ACTIONS(2297), + [sym_function_specifier] = ACTIONS(2297), + [anon_sym_unsigned] = ACTIONS(2297), + [anon_sym_long] = ACTIONS(2297), + [anon_sym_short] = ACTIONS(2297), + [anon_sym_enum] = ACTIONS(2297), + [anon_sym_struct] = ACTIONS(2297), + [anon_sym_union] = ACTIONS(2297), + [anon_sym_if] = ACTIONS(2297), + [anon_sym_switch] = ACTIONS(2297), + [anon_sym_case] = ACTIONS(2297), + [anon_sym_default] = ACTIONS(2297), + [anon_sym_while] = ACTIONS(2297), + [anon_sym_do] = ACTIONS(2297), + [anon_sym_for] = ACTIONS(2297), + [anon_sym_return] = ACTIONS(2297), + [anon_sym_break] = ACTIONS(2297), + [anon_sym_continue] = ACTIONS(2297), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(2299), + [anon_sym_BANG] = ACTIONS(2299), + [anon_sym_TILDE] = ACTIONS(2299), + [anon_sym_PLUS] = ACTIONS(2297), + [anon_sym_DASH] = ACTIONS(2297), + [anon_sym_DASH_DASH] = ACTIONS(2299), + [anon_sym_PLUS_PLUS] = ACTIONS(2299), + [anon_sym_sizeof] = ACTIONS(2297), + [sym_number_literal] = ACTIONS(2297), + [sym_char_literal] = ACTIONS(2297), + [sym_string_literal] = ACTIONS(2299), + [sym_identifier] = ACTIONS(2301), + [sym_comment] = ACTIONS(42), }, [1220] = { - [anon_sym_RPAREN] = ACTIONS(6018), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(2601), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1221] = { - [anon_sym_LPAREN] = ACTIONS(4405), - [anon_sym_COMMA] = ACTIONS(4405), - [anon_sym_RPAREN] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(4405), - [anon_sym_RBRACE] = ACTIONS(865), - [anon_sym_STAR] = ACTIONS(867), - [anon_sym_LBRACK] = ACTIONS(4405), - [anon_sym_EQ] = ACTIONS(4662), - [anon_sym_COLON] = ACTIONS(717), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1289), + [sym_labeled_statement] = STATE(1289), + [sym_expression_statement] = STATE(1289), + [sym_if_statement] = STATE(1289), + [sym_switch_statement] = STATE(1289), + [sym_case_statement] = STATE(1289), + [sym_while_statement] = STATE(1289), + [sym_do_statement] = STATE(1289), + [sym_for_statement] = STATE(1289), + [sym_return_statement] = STATE(1289), + [sym_break_statement] = STATE(1289), + [sym_continue_statement] = STATE(1289), + [sym_goto_statement] = STATE(1289), + [sym__expression] = STATE(786), + [sym_comma_expression] = STATE(787), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(1651), + [anon_sym_LBRACE] = ACTIONS(1653), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(1655), + [anon_sym_switch] = ACTIONS(1657), + [anon_sym_case] = ACTIONS(1659), + [anon_sym_default] = ACTIONS(1661), + [anon_sym_while] = ACTIONS(1663), + [anon_sym_do] = ACTIONS(1665), + [anon_sym_for] = ACTIONS(1667), + [anon_sym_return] = ACTIONS(1669), + [anon_sym_break] = ACTIONS(1671), + [anon_sym_continue] = ACTIONS(1673), + [anon_sym_goto] = ACTIONS(1675), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2215), + [sym_comment] = ACTIONS(42), }, [1222] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5847), - [anon_sym_COMMA] = ACTIONS(1213), - [anon_sym_RPAREN] = ACTIONS(1213), - [anon_sym_SEMI] = ACTIONS(1213), - [anon_sym_RBRACE] = ACTIONS(1213), - [anon_sym_STAR] = ACTIONS(6020), - [anon_sym_LBRACK] = ACTIONS(5853), - [anon_sym_EQ] = ACTIONS(6023), - [anon_sym_QMARK] = ACTIONS(6026), - [anon_sym_STAR_EQ] = ACTIONS(6029), - [anon_sym_SLASH_EQ] = ACTIONS(6029), - [anon_sym_PERCENT_EQ] = ACTIONS(6029), - [anon_sym_PLUS_EQ] = ACTIONS(6029), - [anon_sym_DASH_EQ] = ACTIONS(6029), - [anon_sym_LT_LT_EQ] = ACTIONS(6029), - [anon_sym_GT_GT_EQ] = ACTIONS(6029), - [anon_sym_AMP_EQ] = ACTIONS(6029), - [anon_sym_CARET_EQ] = ACTIONS(6029), - [anon_sym_PIPE_EQ] = ACTIONS(6029), - [anon_sym_AMP] = ACTIONS(6032), - [anon_sym_PIPE_PIPE] = ACTIONS(6035), - [anon_sym_AMP_AMP] = ACTIONS(6035), - [anon_sym_PIPE] = ACTIONS(6032), - [anon_sym_CARET] = ACTIONS(6032), - [anon_sym_EQ_EQ] = ACTIONS(6038), - [anon_sym_BANG_EQ] = ACTIONS(6038), - [anon_sym_LT] = ACTIONS(6041), - [anon_sym_GT] = ACTIONS(6041), - [anon_sym_LT_EQ] = ACTIONS(6044), - [anon_sym_GT_EQ] = ACTIONS(6044), - [anon_sym_LT_LT] = ACTIONS(6047), - [anon_sym_GT_GT] = ACTIONS(6047), - [anon_sym_PLUS] = ACTIONS(6020), - [anon_sym_DASH] = ACTIONS(6020), - [anon_sym_SLASH] = ACTIONS(6020), - [anon_sym_PERCENT] = ACTIONS(6020), - [anon_sym_DASH_DASH] = ACTIONS(5883), - [anon_sym_PLUS_PLUS] = ACTIONS(5883), - [anon_sym_DOT] = ACTIONS(5886), - [anon_sym_DASH_GT] = ACTIONS(5886), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [aux_sym_for_statement_repeat1] = STATE(1291), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1817), + [anon_sym_RPAREN] = ACTIONS(2603), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1223] = { - [sym_type_qualifier] = STATE(81), - [sym__type_specifier] = STATE(82), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(1220), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_sized_type_specifier_repeat1] = STATE(84), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(797), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1292), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_RPAREN] = ACTIONS(2603), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1224] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(4975), - [anon_sym_COMMA] = ACTIONS(1305), - [anon_sym_RPAREN] = ACTIONS(1305), - [anon_sym_SEMI] = ACTIONS(1305), - [anon_sym_RBRACE] = ACTIONS(1305), - [anon_sym_STAR] = ACTIONS(6050), - [anon_sym_LBRACK] = ACTIONS(4981), - [anon_sym_EQ] = ACTIONS(6053), - [anon_sym_QMARK] = ACTIONS(6056), - [anon_sym_STAR_EQ] = ACTIONS(6059), - [anon_sym_SLASH_EQ] = ACTIONS(6059), - [anon_sym_PERCENT_EQ] = ACTIONS(6059), - [anon_sym_PLUS_EQ] = ACTIONS(6059), - [anon_sym_DASH_EQ] = ACTIONS(6059), - [anon_sym_LT_LT_EQ] = ACTIONS(6059), - [anon_sym_GT_GT_EQ] = ACTIONS(6059), - [anon_sym_AMP_EQ] = ACTIONS(6059), - [anon_sym_CARET_EQ] = ACTIONS(6059), - [anon_sym_PIPE_EQ] = ACTIONS(6059), - [anon_sym_AMP] = ACTIONS(6062), - [anon_sym_PIPE_PIPE] = ACTIONS(6065), - [anon_sym_AMP_AMP] = ACTIONS(6065), - [anon_sym_PIPE] = ACTIONS(6062), - [anon_sym_CARET] = ACTIONS(6062), - [anon_sym_EQ_EQ] = ACTIONS(6068), - [anon_sym_BANG_EQ] = ACTIONS(6068), - [anon_sym_LT] = ACTIONS(6071), - [anon_sym_GT] = ACTIONS(6071), - [anon_sym_LT_EQ] = ACTIONS(6074), - [anon_sym_GT_EQ] = ACTIONS(6074), - [anon_sym_LT_LT] = ACTIONS(6077), - [anon_sym_GT_GT] = ACTIONS(6077), - [anon_sym_PLUS] = ACTIONS(6050), - [anon_sym_DASH] = ACTIONS(6050), - [anon_sym_SLASH] = ACTIONS(6050), - [anon_sym_PERCENT] = ACTIONS(6050), - [anon_sym_DASH_DASH] = ACTIONS(5011), - [anon_sym_PLUS_PLUS] = ACTIONS(5011), - [anon_sym_DOT] = ACTIONS(5014), - [anon_sym_DASH_GT] = ACTIONS(5014), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2605), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1225] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5059), - [anon_sym_COMMA] = ACTIONS(1309), - [anon_sym_RPAREN] = ACTIONS(1309), - [anon_sym_SEMI] = ACTIONS(1309), - [anon_sym_RBRACE] = ACTIONS(1309), - [anon_sym_STAR] = ACTIONS(6080), - [anon_sym_LBRACK] = ACTIONS(5065), - [anon_sym_EQ] = ACTIONS(6083), - [anon_sym_QMARK] = ACTIONS(6086), - [anon_sym_STAR_EQ] = ACTIONS(6089), - [anon_sym_SLASH_EQ] = ACTIONS(6089), - [anon_sym_PERCENT_EQ] = ACTIONS(6089), - [anon_sym_PLUS_EQ] = ACTIONS(6089), - [anon_sym_DASH_EQ] = ACTIONS(6089), - [anon_sym_LT_LT_EQ] = ACTIONS(6089), - [anon_sym_GT_GT_EQ] = ACTIONS(6089), - [anon_sym_AMP_EQ] = ACTIONS(6089), - [anon_sym_CARET_EQ] = ACTIONS(6089), - [anon_sym_PIPE_EQ] = ACTIONS(6089), - [anon_sym_AMP] = ACTIONS(6092), - [anon_sym_PIPE_PIPE] = ACTIONS(6095), - [anon_sym_AMP_AMP] = ACTIONS(6095), - [anon_sym_PIPE] = ACTIONS(6092), - [anon_sym_CARET] = ACTIONS(6092), - [anon_sym_EQ_EQ] = ACTIONS(6098), - [anon_sym_BANG_EQ] = ACTIONS(6098), - [anon_sym_LT] = ACTIONS(6101), - [anon_sym_GT] = ACTIONS(6101), - [anon_sym_LT_EQ] = ACTIONS(6104), - [anon_sym_GT_EQ] = ACTIONS(6104), - [anon_sym_LT_LT] = ACTIONS(6107), - [anon_sym_GT_GT] = ACTIONS(6107), - [anon_sym_PLUS] = ACTIONS(6080), - [anon_sym_DASH] = ACTIONS(6080), - [anon_sym_SLASH] = ACTIONS(6080), - [anon_sym_PERCENT] = ACTIONS(6080), - [anon_sym_DASH_DASH] = ACTIONS(5095), - [anon_sym_PLUS_PLUS] = ACTIONS(5095), - [anon_sym_DOT] = ACTIONS(5098), - [anon_sym_DASH_GT] = ACTIONS(5098), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(814), + [anon_sym_LPAREN] = ACTIONS(812), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(814), + [sym_preproc_directive] = ACTIONS(816), + [anon_sym_SEMI] = ACTIONS(812), + [anon_sym_extern] = ACTIONS(814), + [anon_sym_LBRACE] = ACTIONS(812), + [anon_sym_STAR] = ACTIONS(812), + [anon_sym_typedef] = ACTIONS(814), + [anon_sym_static] = ACTIONS(814), + [anon_sym_auto] = ACTIONS(814), + [anon_sym_register] = ACTIONS(814), + [anon_sym_const] = ACTIONS(814), + [anon_sym_restrict] = ACTIONS(814), + [anon_sym_volatile] = ACTIONS(814), + [sym_function_specifier] = ACTIONS(814), + [anon_sym_unsigned] = ACTIONS(814), + [anon_sym_long] = ACTIONS(814), + [anon_sym_short] = ACTIONS(814), + [anon_sym_enum] = ACTIONS(814), + [anon_sym_struct] = ACTIONS(814), + [anon_sym_union] = ACTIONS(814), + [anon_sym_if] = ACTIONS(814), + [anon_sym_else] = ACTIONS(814), + [anon_sym_switch] = ACTIONS(814), + [anon_sym_case] = ACTIONS(814), + [anon_sym_default] = ACTIONS(814), + [anon_sym_while] = ACTIONS(814), + [anon_sym_do] = ACTIONS(814), + [anon_sym_for] = ACTIONS(814), + [anon_sym_return] = ACTIONS(814), + [anon_sym_break] = ACTIONS(814), + [anon_sym_continue] = ACTIONS(814), + [anon_sym_goto] = ACTIONS(814), + [anon_sym_AMP] = ACTIONS(812), + [anon_sym_BANG] = ACTIONS(812), + [anon_sym_TILDE] = ACTIONS(812), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_DASH_DASH] = ACTIONS(812), + [anon_sym_PLUS_PLUS] = ACTIONS(812), + [anon_sym_sizeof] = ACTIONS(814), + [sym_number_literal] = ACTIONS(814), + [sym_char_literal] = ACTIONS(814), + [sym_string_literal] = ACTIONS(812), + [sym_identifier] = ACTIONS(816), + [sym_comment] = ACTIONS(42), }, [1226] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5328), - [anon_sym_COMMA] = ACTIONS(1313), - [anon_sym_RPAREN] = ACTIONS(1313), - [anon_sym_SEMI] = ACTIONS(1313), - [anon_sym_RBRACE] = ACTIONS(1313), - [anon_sym_STAR] = ACTIONS(6110), - [anon_sym_LBRACK] = ACTIONS(5334), - [anon_sym_EQ] = ACTIONS(6113), - [anon_sym_QMARK] = ACTIONS(6116), - [anon_sym_STAR_EQ] = ACTIONS(6119), - [anon_sym_SLASH_EQ] = ACTIONS(6119), - [anon_sym_PERCENT_EQ] = ACTIONS(6119), - [anon_sym_PLUS_EQ] = ACTIONS(6119), - [anon_sym_DASH_EQ] = ACTIONS(6119), - [anon_sym_LT_LT_EQ] = ACTIONS(6119), - [anon_sym_GT_GT_EQ] = ACTIONS(6119), - [anon_sym_AMP_EQ] = ACTIONS(6119), - [anon_sym_CARET_EQ] = ACTIONS(6119), - [anon_sym_PIPE_EQ] = ACTIONS(6119), - [anon_sym_AMP] = ACTIONS(6122), - [anon_sym_PIPE_PIPE] = ACTIONS(6125), - [anon_sym_AMP_AMP] = ACTIONS(6125), - [anon_sym_PIPE] = ACTIONS(6122), - [anon_sym_CARET] = ACTIONS(6122), - [anon_sym_EQ_EQ] = ACTIONS(6128), - [anon_sym_BANG_EQ] = ACTIONS(6128), - [anon_sym_LT] = ACTIONS(6131), - [anon_sym_GT] = ACTIONS(6131), - [anon_sym_LT_EQ] = ACTIONS(6134), - [anon_sym_GT_EQ] = ACTIONS(6134), - [anon_sym_LT_LT] = ACTIONS(6137), - [anon_sym_GT_GT] = ACTIONS(6137), - [anon_sym_PLUS] = ACTIONS(6110), - [anon_sym_DASH] = ACTIONS(6110), - [anon_sym_SLASH] = ACTIONS(6110), - [anon_sym_PERCENT] = ACTIONS(6110), - [anon_sym_DASH_DASH] = ACTIONS(5364), - [anon_sym_PLUS_PLUS] = ACTIONS(5364), - [anon_sym_DOT] = ACTIONS(5367), - [anon_sym_DASH_GT] = ACTIONS(5367), - [sym_comment] = ACTIONS(123), - }, - [1227] = { - [sym_type_qualifier] = STATE(81), - [sym__type_specifier] = STATE(82), + [sym_preproc_include] = STATE(394), + [sym_preproc_def] = STATE(394), + [sym_preproc_function_def] = STATE(394), + [sym_preproc_call] = STATE(394), + [sym_preproc_if_in_compound_statement] = STATE(395), + [sym_preproc_ifdef_in_compound_statement] = STATE(396), + [sym_declaration] = STATE(394), + [sym__declaration_specifiers] = STATE(212), + [sym_compound_statement] = STATE(394), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), [sym_sized_type_specifier] = STATE(21), [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(1329), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), + [sym_labeled_statement] = STATE(394), + [sym_expression_statement] = STATE(394), + [sym_if_statement] = STATE(394), + [sym_switch_statement] = STATE(394), + [sym_case_statement] = STATE(394), + [sym_while_statement] = STATE(394), + [sym_do_statement] = STATE(394), + [sym_for_statement] = STATE(394), + [sym_return_statement] = STATE(394), + [sym_break_statement] = STATE(394), + [sym_continue_statement] = STATE(394), + [sym_goto_statement] = STATE(394), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(394), [sym_macro_type_specifier] = STATE(21), - [aux_sym_sized_type_specifier_repeat1] = STATE(84), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(797), - [sym_comment] = ACTIONS(123), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(470), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(472), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(476), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(478), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(480), + [sym_preproc_directive] = ACTIONS(482), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_RBRACE] = ACTIONS(2607), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(528), + [sym_comment] = ACTIONS(42), + }, + [1227] = { + [sym__expression] = STATE(1295), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1228] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5370), - [anon_sym_COMMA] = ACTIONS(1317), - [anon_sym_RPAREN] = ACTIONS(1317), - [anon_sym_SEMI] = ACTIONS(1317), - [anon_sym_RBRACE] = ACTIONS(1317), - [anon_sym_STAR] = ACTIONS(6140), - [anon_sym_LBRACK] = ACTIONS(5376), - [anon_sym_EQ] = ACTIONS(6143), - [anon_sym_QMARK] = ACTIONS(6146), - [anon_sym_STAR_EQ] = ACTIONS(6149), - [anon_sym_SLASH_EQ] = ACTIONS(6149), - [anon_sym_PERCENT_EQ] = ACTIONS(6149), - [anon_sym_PLUS_EQ] = ACTIONS(6149), - [anon_sym_DASH_EQ] = ACTIONS(6149), - [anon_sym_LT_LT_EQ] = ACTIONS(6149), - [anon_sym_GT_GT_EQ] = ACTIONS(6149), - [anon_sym_AMP_EQ] = ACTIONS(6149), - [anon_sym_CARET_EQ] = ACTIONS(6149), - [anon_sym_PIPE_EQ] = ACTIONS(6149), - [anon_sym_AMP] = ACTIONS(6152), - [anon_sym_PIPE_PIPE] = ACTIONS(6155), - [anon_sym_AMP_AMP] = ACTIONS(6155), - [anon_sym_PIPE] = ACTIONS(6152), - [anon_sym_CARET] = ACTIONS(6152), - [anon_sym_EQ_EQ] = ACTIONS(6158), - [anon_sym_BANG_EQ] = ACTIONS(6158), - [anon_sym_LT] = ACTIONS(6161), - [anon_sym_GT] = ACTIONS(6161), - [anon_sym_LT_EQ] = ACTIONS(6164), - [anon_sym_GT_EQ] = ACTIONS(6164), - [anon_sym_LT_LT] = ACTIONS(6167), - [anon_sym_GT_GT] = ACTIONS(6167), - [anon_sym_PLUS] = ACTIONS(6140), - [anon_sym_DASH] = ACTIONS(6140), - [anon_sym_SLASH] = ACTIONS(6140), - [anon_sym_PERCENT] = ACTIONS(6140), - [anon_sym_DASH_DASH] = ACTIONS(5406), - [anon_sym_PLUS_PLUS] = ACTIONS(5406), - [anon_sym_DOT] = ACTIONS(5409), - [anon_sym_DASH_GT] = ACTIONS(5409), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1296), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1229] = { - [sym__expression] = STATE(1330), - [sym_comma_expression] = STATE(475), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4276), - [anon_sym_STAR] = ACTIONS(2278), - [anon_sym_AMP] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2280), - [anon_sym_TILDE] = ACTIONS(2282), - [anon_sym_PLUS] = ACTIONS(2284), - [anon_sym_DASH] = ACTIONS(2284), - [anon_sym_DASH_DASH] = ACTIONS(2286), - [anon_sym_PLUS_PLUS] = ACTIONS(2286), - [anon_sym_sizeof] = ACTIONS(2288), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1339), + [anon_sym_COLON] = ACTIONS(2609), + [anon_sym_QMARK] = ACTIONS(1343), + [anon_sym_STAR_EQ] = ACTIONS(1345), + [anon_sym_SLASH_EQ] = ACTIONS(1345), + [anon_sym_PERCENT_EQ] = ACTIONS(1345), + [anon_sym_PLUS_EQ] = ACTIONS(1345), + [anon_sym_DASH_EQ] = ACTIONS(1345), + [anon_sym_LT_LT_EQ] = ACTIONS(1345), + [anon_sym_GT_GT_EQ] = ACTIONS(1345), + [anon_sym_AMP_EQ] = ACTIONS(1345), + [anon_sym_CARET_EQ] = ACTIONS(1345), + [anon_sym_PIPE_EQ] = ACTIONS(1345), + [anon_sym_AMP] = ACTIONS(1347), + [anon_sym_PIPE_PIPE] = ACTIONS(1349), + [anon_sym_AMP_AMP] = ACTIONS(1351), + [anon_sym_PIPE] = ACTIONS(1353), + [anon_sym_CARET] = ACTIONS(1355), + [anon_sym_EQ_EQ] = ACTIONS(1357), + [anon_sym_BANG_EQ] = ACTIONS(1357), + [anon_sym_LT] = ACTIONS(1359), + [anon_sym_GT] = ACTIONS(1359), + [anon_sym_LT_EQ] = ACTIONS(1361), + [anon_sym_GT_EQ] = ACTIONS(1361), + [anon_sym_LT_LT] = ACTIONS(1363), + [anon_sym_GT_GT] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1365), + [anon_sym_SLASH] = ACTIONS(1337), + [anon_sym_PERCENT] = ACTIONS(1337), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1230] = { - [sym__expression] = STATE(1331), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_STAR] = ACTIONS(2312), - [anon_sym_AMP] = ACTIONS(2312), - [anon_sym_BANG] = ACTIONS(2314), - [anon_sym_TILDE] = ACTIONS(2316), - [anon_sym_PLUS] = ACTIONS(2318), - [anon_sym_DASH] = ACTIONS(2318), - [anon_sym_DASH_DASH] = ACTIONS(2320), - [anon_sym_PLUS_PLUS] = ACTIONS(2320), - [anon_sym_sizeof] = ACTIONS(2322), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_declaration] = STATE(1299), + [sym__declaration_specifiers] = STATE(1300), + [sym_compound_statement] = STATE(1299), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(1299), + [sym_expression_statement] = STATE(1299), + [sym_if_statement] = STATE(1299), + [sym_switch_statement] = STATE(1299), + [sym_case_statement] = STATE(1299), + [sym_while_statement] = STATE(1299), + [sym_do_statement] = STATE(1299), + [sym_for_statement] = STATE(1299), + [sym_return_statement] = STATE(1299), + [sym_break_statement] = STATE(1299), + [sym_continue_statement] = STATE(1299), + [sym_goto_statement] = STATE(1299), + [sym__expression] = STATE(1155), + [sym_comma_expression] = STATE(1156), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2381), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(2383), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(2385), + [anon_sym_switch] = ACTIONS(2387), + [anon_sym_case] = ACTIONS(2389), + [anon_sym_default] = ACTIONS(2391), + [anon_sym_while] = ACTIONS(2393), + [anon_sym_do] = ACTIONS(2395), + [anon_sym_for] = ACTIONS(2397), + [anon_sym_return] = ACTIONS(2399), + [anon_sym_break] = ACTIONS(2401), + [anon_sym_continue] = ACTIONS(2403), + [anon_sym_goto] = ACTIONS(2405), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2611), + [sym_comment] = ACTIONS(42), }, [1231] = { - [sym__expression] = STATE(1332), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_STAR] = ACTIONS(2312), - [anon_sym_AMP] = ACTIONS(2312), - [anon_sym_BANG] = ACTIONS(2314), - [anon_sym_TILDE] = ACTIONS(2316), - [anon_sym_PLUS] = ACTIONS(2318), - [anon_sym_DASH] = ACTIONS(2318), - [anon_sym_DASH_DASH] = ACTIONS(2320), - [anon_sym_PLUS_PLUS] = ACTIONS(2320), - [anon_sym_sizeof] = ACTIONS(2322), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1301), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1232] = { - [sym__expression] = STATE(1333), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_while] = ACTIONS(2613), + [sym_comment] = ACTIONS(42), }, [1233] = { - [sym__expression] = STATE(1334), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_STAR] = ACTIONS(2312), - [anon_sym_AMP] = ACTIONS(2312), - [anon_sym_BANG] = ACTIONS(2314), - [anon_sym_TILDE] = ACTIONS(2316), - [anon_sym_PLUS] = ACTIONS(2318), - [anon_sym_DASH] = ACTIONS(2318), - [anon_sym_DASH_DASH] = ACTIONS(2320), - [anon_sym_PLUS_PLUS] = ACTIONS(2320), - [anon_sym_sizeof] = ACTIONS(2322), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_declaration] = STATE(1303), + [sym__declaration_specifiers] = STATE(623), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__expression] = STATE(1304), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(2615), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1385), + [sym_comment] = ACTIONS(42), }, [1234] = { - [sym__expression] = STATE(1335), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_STAR] = ACTIONS(2312), - [anon_sym_AMP] = ACTIONS(2312), - [anon_sym_BANG] = ACTIONS(2314), - [anon_sym_TILDE] = ACTIONS(2316), - [anon_sym_PLUS] = ACTIONS(2318), - [anon_sym_DASH] = ACTIONS(2318), - [anon_sym_DASH_DASH] = ACTIONS(2320), - [anon_sym_PLUS_PLUS] = ACTIONS(2320), - [anon_sym_sizeof] = ACTIONS(2322), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1387), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1387), + [anon_sym_LPAREN] = ACTIONS(1389), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1387), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1387), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1387), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1387), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1387), + [sym_preproc_directive] = ACTIONS(1391), + [anon_sym_SEMI] = ACTIONS(1389), + [anon_sym_extern] = ACTIONS(1387), + [anon_sym_LBRACE] = ACTIONS(1389), + [anon_sym_STAR] = ACTIONS(1389), + [anon_sym_typedef] = ACTIONS(1387), + [anon_sym_static] = ACTIONS(1387), + [anon_sym_auto] = ACTIONS(1387), + [anon_sym_register] = ACTIONS(1387), + [anon_sym_const] = ACTIONS(1387), + [anon_sym_restrict] = ACTIONS(1387), + [anon_sym_volatile] = ACTIONS(1387), + [sym_function_specifier] = ACTIONS(1387), + [anon_sym_unsigned] = ACTIONS(1387), + [anon_sym_long] = ACTIONS(1387), + [anon_sym_short] = ACTIONS(1387), + [anon_sym_enum] = ACTIONS(1387), + [anon_sym_struct] = ACTIONS(1387), + [anon_sym_union] = ACTIONS(1387), + [anon_sym_if] = ACTIONS(1387), + [anon_sym_else] = ACTIONS(1387), + [anon_sym_switch] = ACTIONS(1387), + [anon_sym_case] = ACTIONS(1387), + [anon_sym_default] = ACTIONS(1387), + [anon_sym_while] = ACTIONS(1387), + [anon_sym_do] = ACTIONS(1387), + [anon_sym_for] = ACTIONS(1387), + [anon_sym_return] = ACTIONS(1387), + [anon_sym_break] = ACTIONS(1387), + [anon_sym_continue] = ACTIONS(1387), + [anon_sym_goto] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_BANG] = ACTIONS(1389), + [anon_sym_TILDE] = ACTIONS(1389), + [anon_sym_PLUS] = ACTIONS(1387), + [anon_sym_DASH] = ACTIONS(1387), + [anon_sym_DASH_DASH] = ACTIONS(1389), + [anon_sym_PLUS_PLUS] = ACTIONS(1389), + [anon_sym_sizeof] = ACTIONS(1387), + [sym_number_literal] = ACTIONS(1387), + [sym_char_literal] = ACTIONS(1387), + [sym_string_literal] = ACTIONS(1389), + [sym_identifier] = ACTIONS(1391), + [sym_comment] = ACTIONS(42), }, [1235] = { - [sym__expression] = STATE(1336), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_STAR] = ACTIONS(2312), - [anon_sym_AMP] = ACTIONS(2312), - [anon_sym_BANG] = ACTIONS(2314), - [anon_sym_TILDE] = ACTIONS(2316), - [anon_sym_PLUS] = ACTIONS(2318), - [anon_sym_DASH] = ACTIONS(2318), - [anon_sym_DASH_DASH] = ACTIONS(2320), - [anon_sym_PLUS_PLUS] = ACTIONS(2320), - [anon_sym_sizeof] = ACTIONS(2322), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2617), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1236] = { - [sym__expression] = STATE(1337), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_STAR] = ACTIONS(2312), - [anon_sym_AMP] = ACTIONS(2312), - [anon_sym_BANG] = ACTIONS(2314), - [anon_sym_TILDE] = ACTIONS(2316), - [anon_sym_PLUS] = ACTIONS(2318), - [anon_sym_DASH] = ACTIONS(2318), - [anon_sym_DASH_DASH] = ACTIONS(2320), - [anon_sym_PLUS_PLUS] = ACTIONS(2320), - [anon_sym_sizeof] = ACTIONS(2322), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1395), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1395), + [anon_sym_LPAREN] = ACTIONS(1397), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1395), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1395), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1395), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1395), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1395), + [sym_preproc_directive] = ACTIONS(1399), + [anon_sym_SEMI] = ACTIONS(1397), + [anon_sym_extern] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1397), + [anon_sym_STAR] = ACTIONS(1397), + [anon_sym_typedef] = ACTIONS(1395), + [anon_sym_static] = ACTIONS(1395), + [anon_sym_auto] = ACTIONS(1395), + [anon_sym_register] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [anon_sym_restrict] = ACTIONS(1395), + [anon_sym_volatile] = ACTIONS(1395), + [sym_function_specifier] = ACTIONS(1395), + [anon_sym_unsigned] = ACTIONS(1395), + [anon_sym_long] = ACTIONS(1395), + [anon_sym_short] = ACTIONS(1395), + [anon_sym_enum] = ACTIONS(1395), + [anon_sym_struct] = ACTIONS(1395), + [anon_sym_union] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_else] = ACTIONS(1395), + [anon_sym_switch] = ACTIONS(1395), + [anon_sym_case] = ACTIONS(1395), + [anon_sym_default] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_goto] = ACTIONS(1395), + [anon_sym_AMP] = ACTIONS(1397), + [anon_sym_BANG] = ACTIONS(1397), + [anon_sym_TILDE] = ACTIONS(1397), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_DASH_DASH] = ACTIONS(1397), + [anon_sym_PLUS_PLUS] = ACTIONS(1397), + [anon_sym_sizeof] = ACTIONS(1395), + [sym_number_literal] = ACTIONS(1395), + [sym_char_literal] = ACTIONS(1395), + [sym_string_literal] = ACTIONS(1397), + [sym_identifier] = ACTIONS(1399), + [sym_comment] = ACTIONS(42), }, [1237] = { - [sym__expression] = STATE(1338), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_STAR] = ACTIONS(2312), - [anon_sym_AMP] = ACTIONS(2312), - [anon_sym_BANG] = ACTIONS(2314), - [anon_sym_TILDE] = ACTIONS(2316), - [anon_sym_PLUS] = ACTIONS(2318), - [anon_sym_DASH] = ACTIONS(2318), - [anon_sym_DASH_DASH] = ACTIONS(2320), - [anon_sym_PLUS_PLUS] = ACTIONS(2320), - [anon_sym_sizeof] = ACTIONS(2322), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1401), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1401), + [anon_sym_LPAREN] = ACTIONS(1403), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1401), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1401), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1401), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1401), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1401), + [sym_preproc_directive] = ACTIONS(1405), + [anon_sym_SEMI] = ACTIONS(1403), + [anon_sym_extern] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_STAR] = ACTIONS(1403), + [anon_sym_typedef] = ACTIONS(1401), + [anon_sym_static] = ACTIONS(1401), + [anon_sym_auto] = ACTIONS(1401), + [anon_sym_register] = ACTIONS(1401), + [anon_sym_const] = ACTIONS(1401), + [anon_sym_restrict] = ACTIONS(1401), + [anon_sym_volatile] = ACTIONS(1401), + [sym_function_specifier] = ACTIONS(1401), + [anon_sym_unsigned] = ACTIONS(1401), + [anon_sym_long] = ACTIONS(1401), + [anon_sym_short] = ACTIONS(1401), + [anon_sym_enum] = ACTIONS(1401), + [anon_sym_struct] = ACTIONS(1401), + [anon_sym_union] = ACTIONS(1401), + [anon_sym_if] = ACTIONS(1401), + [anon_sym_else] = ACTIONS(1401), + [anon_sym_switch] = ACTIONS(1401), + [anon_sym_case] = ACTIONS(1401), + [anon_sym_default] = ACTIONS(1401), + [anon_sym_while] = ACTIONS(1401), + [anon_sym_do] = ACTIONS(1401), + [anon_sym_for] = ACTIONS(1401), + [anon_sym_return] = ACTIONS(1401), + [anon_sym_break] = ACTIONS(1401), + [anon_sym_continue] = ACTIONS(1401), + [anon_sym_goto] = ACTIONS(1401), + [anon_sym_AMP] = ACTIONS(1403), + [anon_sym_BANG] = ACTIONS(1403), + [anon_sym_TILDE] = ACTIONS(1403), + [anon_sym_PLUS] = ACTIONS(1401), + [anon_sym_DASH] = ACTIONS(1401), + [anon_sym_DASH_DASH] = ACTIONS(1403), + [anon_sym_PLUS_PLUS] = ACTIONS(1403), + [anon_sym_sizeof] = ACTIONS(1401), + [sym_number_literal] = ACTIONS(1401), + [sym_char_literal] = ACTIONS(1401), + [sym_string_literal] = ACTIONS(1403), + [sym_identifier] = ACTIONS(1405), + [sym_comment] = ACTIONS(42), }, [1238] = { - [anon_sym_RPAREN] = ACTIONS(6170), - [sym_comment] = ACTIONS(123), + [anon_sym_SEMI] = ACTIONS(2619), + [sym_comment] = ACTIONS(42), }, [1239] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(813), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(813), - [anon_sym_LPAREN] = ACTIONS(6172), - [anon_sym_COMMA] = ACTIONS(1377), - [anon_sym_RPAREN] = ACTIONS(1377), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(813), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(813), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(813), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(813), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(813), - [sym_preproc_directive] = ACTIONS(815), - [anon_sym_SEMI] = ACTIONS(6172), - [anon_sym_extern] = ACTIONS(813), - [anon_sym_LBRACE] = ACTIONS(811), - [anon_sym_RBRACE] = ACTIONS(6172), - [anon_sym_STAR] = ACTIONS(6175), - [anon_sym_LBRACK] = ACTIONS(1377), - [anon_sym_RBRACK] = ACTIONS(1377), - [anon_sym_EQ] = ACTIONS(1379), - [anon_sym_typedef] = ACTIONS(813), - [anon_sym_static] = ACTIONS(813), - [anon_sym_auto] = ACTIONS(813), - [anon_sym_register] = ACTIONS(813), - [anon_sym_const] = ACTIONS(813), - [anon_sym_restrict] = ACTIONS(813), - [anon_sym_volatile] = ACTIONS(813), - [sym_function_specifier] = ACTIONS(813), - [anon_sym_unsigned] = ACTIONS(813), - [anon_sym_long] = ACTIONS(813), - [anon_sym_short] = ACTIONS(813), - [anon_sym_enum] = ACTIONS(813), - [anon_sym_struct] = ACTIONS(813), - [anon_sym_union] = ACTIONS(813), - [anon_sym_COLON] = ACTIONS(1377), - [anon_sym_if] = ACTIONS(813), - [anon_sym_else] = ACTIONS(813), - [anon_sym_switch] = ACTIONS(813), - [anon_sym_case] = ACTIONS(813), - [anon_sym_default] = ACTIONS(813), - [anon_sym_while] = ACTIONS(813), - [anon_sym_do] = ACTIONS(813), - [anon_sym_for] = ACTIONS(813), - [anon_sym_return] = ACTIONS(813), - [anon_sym_break] = ACTIONS(813), - [anon_sym_continue] = ACTIONS(813), - [anon_sym_goto] = ACTIONS(813), - [anon_sym_QMARK] = ACTIONS(1377), - [anon_sym_STAR_EQ] = ACTIONS(1377), - [anon_sym_SLASH_EQ] = ACTIONS(1377), - [anon_sym_PERCENT_EQ] = ACTIONS(1377), - [anon_sym_PLUS_EQ] = ACTIONS(1377), - [anon_sym_DASH_EQ] = ACTIONS(1377), - [anon_sym_LT_LT_EQ] = ACTIONS(1377), - [anon_sym_GT_GT_EQ] = ACTIONS(1377), - [anon_sym_AMP_EQ] = ACTIONS(1377), - [anon_sym_CARET_EQ] = ACTIONS(1377), - [anon_sym_PIPE_EQ] = ACTIONS(1377), - [anon_sym_AMP] = ACTIONS(6175), - [anon_sym_PIPE_PIPE] = ACTIONS(1377), - [anon_sym_AMP_AMP] = ACTIONS(1377), - [anon_sym_BANG] = ACTIONS(813), - [anon_sym_PIPE] = ACTIONS(1379), - [anon_sym_CARET] = ACTIONS(1379), - [anon_sym_TILDE] = ACTIONS(811), - [anon_sym_EQ_EQ] = ACTIONS(1377), - [anon_sym_BANG_EQ] = ACTIONS(1377), - [anon_sym_LT] = ACTIONS(1379), - [anon_sym_GT] = ACTIONS(1379), - [anon_sym_LT_EQ] = ACTIONS(1377), - [anon_sym_GT_EQ] = ACTIONS(1377), - [anon_sym_LT_LT] = ACTIONS(1379), - [anon_sym_GT_GT] = ACTIONS(1379), - [anon_sym_PLUS] = ACTIONS(6175), - [anon_sym_DASH] = ACTIONS(6175), - [anon_sym_SLASH] = ACTIONS(1379), - [anon_sym_PERCENT] = ACTIONS(1379), - [anon_sym_DASH_DASH] = ACTIONS(6172), - [anon_sym_PLUS_PLUS] = ACTIONS(6172), - [anon_sym_sizeof] = ACTIONS(813), - [anon_sym_DOT] = ACTIONS(1377), - [anon_sym_DASH_GT] = ACTIONS(1377), - [sym_number_literal] = ACTIONS(813), - [sym_char_literal] = ACTIONS(813), - [sym_string_literal] = ACTIONS(811), - [sym_identifier] = ACTIONS(815), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1307), + [sym_labeled_statement] = STATE(1307), + [sym_expression_statement] = STATE(1307), + [sym_if_statement] = STATE(1307), + [sym_switch_statement] = STATE(1307), + [sym_case_statement] = STATE(1307), + [sym_while_statement] = STATE(1307), + [sym_do_statement] = STATE(1307), + [sym_for_statement] = STATE(1307), + [sym_return_statement] = STATE(1307), + [sym_break_statement] = STATE(1307), + [sym_continue_statement] = STATE(1307), + [sym_goto_statement] = STATE(1307), + [sym__expression] = STATE(1155), + [sym_comma_expression] = STATE(1156), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2381), + [anon_sym_LBRACE] = ACTIONS(2383), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2385), + [anon_sym_switch] = ACTIONS(2387), + [anon_sym_case] = ACTIONS(2389), + [anon_sym_default] = ACTIONS(2391), + [anon_sym_while] = ACTIONS(2393), + [anon_sym_do] = ACTIONS(2395), + [anon_sym_for] = ACTIONS(2397), + [anon_sym_return] = ACTIONS(2399), + [anon_sym_break] = ACTIONS(2401), + [anon_sym_continue] = ACTIONS(2403), + [anon_sym_goto] = ACTIONS(2405), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2407), + [sym_comment] = ACTIONS(42), }, [1240] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5847), - [anon_sym_COMMA] = ACTIONS(1213), - [anon_sym_RPAREN] = ACTIONS(1213), - [anon_sym_SEMI] = ACTIONS(1213), - [anon_sym_RBRACE] = ACTIONS(1213), - [anon_sym_STAR] = ACTIONS(6178), - [anon_sym_LBRACK] = ACTIONS(5853), - [anon_sym_RBRACK] = ACTIONS(1213), - [anon_sym_EQ] = ACTIONS(6181), - [anon_sym_COLON] = ACTIONS(1213), - [anon_sym_QMARK] = ACTIONS(6184), - [anon_sym_STAR_EQ] = ACTIONS(6187), - [anon_sym_SLASH_EQ] = ACTIONS(6187), - [anon_sym_PERCENT_EQ] = ACTIONS(6187), - [anon_sym_PLUS_EQ] = ACTIONS(6187), - [anon_sym_DASH_EQ] = ACTIONS(6187), - [anon_sym_LT_LT_EQ] = ACTIONS(6187), - [anon_sym_GT_GT_EQ] = ACTIONS(6187), - [anon_sym_AMP_EQ] = ACTIONS(6187), - [anon_sym_CARET_EQ] = ACTIONS(6187), - [anon_sym_PIPE_EQ] = ACTIONS(6187), - [anon_sym_AMP] = ACTIONS(6190), - [anon_sym_PIPE_PIPE] = ACTIONS(6193), - [anon_sym_AMP_AMP] = ACTIONS(6193), - [anon_sym_PIPE] = ACTIONS(6190), - [anon_sym_CARET] = ACTIONS(6190), - [anon_sym_EQ_EQ] = ACTIONS(6196), - [anon_sym_BANG_EQ] = ACTIONS(6196), - [anon_sym_LT] = ACTIONS(6199), - [anon_sym_GT] = ACTIONS(6199), - [anon_sym_LT_EQ] = ACTIONS(6202), - [anon_sym_GT_EQ] = ACTIONS(6202), - [anon_sym_LT_LT] = ACTIONS(6205), - [anon_sym_GT_GT] = ACTIONS(6205), - [anon_sym_PLUS] = ACTIONS(6178), - [anon_sym_DASH] = ACTIONS(6178), - [anon_sym_SLASH] = ACTIONS(6178), - [anon_sym_PERCENT] = ACTIONS(6178), - [anon_sym_DASH_DASH] = ACTIONS(5883), - [anon_sym_PLUS_PLUS] = ACTIONS(5883), - [anon_sym_DOT] = ACTIONS(5886), - [anon_sym_DASH_GT] = ACTIONS(5886), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1308), + [sym_labeled_statement] = STATE(1308), + [sym_expression_statement] = STATE(1308), + [sym_if_statement] = STATE(1308), + [sym_switch_statement] = STATE(1308), + [sym_case_statement] = STATE(1308), + [sym_while_statement] = STATE(1308), + [sym_do_statement] = STATE(1308), + [sym_for_statement] = STATE(1308), + [sym_return_statement] = STATE(1308), + [sym_break_statement] = STATE(1308), + [sym_continue_statement] = STATE(1308), + [sym_goto_statement] = STATE(1308), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2011), + [sym_comment] = ACTIONS(42), }, [1241] = { - [sym__expression] = STATE(1340), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1441), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1441), + [anon_sym_LPAREN] = ACTIONS(1443), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1441), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1441), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1441), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1441), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1441), + [sym_preproc_directive] = ACTIONS(1445), + [anon_sym_SEMI] = ACTIONS(1443), + [anon_sym_extern] = ACTIONS(1441), + [anon_sym_LBRACE] = ACTIONS(1443), + [anon_sym_STAR] = ACTIONS(1443), + [anon_sym_typedef] = ACTIONS(1441), + [anon_sym_static] = ACTIONS(1441), + [anon_sym_auto] = ACTIONS(1441), + [anon_sym_register] = ACTIONS(1441), + [anon_sym_const] = ACTIONS(1441), + [anon_sym_restrict] = ACTIONS(1441), + [anon_sym_volatile] = ACTIONS(1441), + [sym_function_specifier] = ACTIONS(1441), + [anon_sym_unsigned] = ACTIONS(1441), + [anon_sym_long] = ACTIONS(1441), + [anon_sym_short] = ACTIONS(1441), + [anon_sym_enum] = ACTIONS(1441), + [anon_sym_struct] = ACTIONS(1441), + [anon_sym_union] = ACTIONS(1441), + [anon_sym_if] = ACTIONS(1441), + [anon_sym_else] = ACTIONS(1441), + [anon_sym_switch] = ACTIONS(1441), + [anon_sym_case] = ACTIONS(1441), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1441), + [anon_sym_do] = ACTIONS(1441), + [anon_sym_for] = ACTIONS(1441), + [anon_sym_return] = ACTIONS(1441), + [anon_sym_break] = ACTIONS(1441), + [anon_sym_continue] = ACTIONS(1441), + [anon_sym_goto] = ACTIONS(1441), + [anon_sym_AMP] = ACTIONS(1443), + [anon_sym_BANG] = ACTIONS(1443), + [anon_sym_TILDE] = ACTIONS(1443), + [anon_sym_PLUS] = ACTIONS(1441), + [anon_sym_DASH] = ACTIONS(1441), + [anon_sym_DASH_DASH] = ACTIONS(1443), + [anon_sym_PLUS_PLUS] = ACTIONS(1443), + [anon_sym_sizeof] = ACTIONS(1441), + [sym_number_literal] = ACTIONS(1441), + [sym_char_literal] = ACTIONS(1441), + [sym_string_literal] = ACTIONS(1443), + [sym_identifier] = ACTIONS(1445), + [sym_comment] = ACTIONS(42), }, [1242] = { - [ts_builtin_sym_end] = ACTIONS(401), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(6208), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(6208), - [anon_sym_LPAREN] = ACTIONS(1458), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(6208), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(6208), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(6208), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(6208), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(6208), - [sym_preproc_directive] = ACTIONS(6211), - [anon_sym_SEMI] = ACTIONS(1458), - [anon_sym_extern] = ACTIONS(6208), - [anon_sym_LBRACE] = ACTIONS(1458), - [anon_sym_RBRACE] = ACTIONS(6214), - [anon_sym_STAR] = ACTIONS(1458), - [anon_sym_typedef] = ACTIONS(6208), - [anon_sym_static] = ACTIONS(6208), - [anon_sym_auto] = ACTIONS(6208), - [anon_sym_register] = ACTIONS(6208), - [anon_sym_const] = ACTIONS(6208), - [anon_sym_restrict] = ACTIONS(6208), - [anon_sym_volatile] = ACTIONS(6208), - [sym_function_specifier] = ACTIONS(6208), - [anon_sym_unsigned] = ACTIONS(6208), - [anon_sym_long] = ACTIONS(6208), - [anon_sym_short] = ACTIONS(6208), - [anon_sym_enum] = ACTIONS(6208), - [anon_sym_struct] = ACTIONS(6208), - [anon_sym_union] = ACTIONS(6208), - [anon_sym_if] = ACTIONS(1456), - [anon_sym_switch] = ACTIONS(1456), - [anon_sym_case] = ACTIONS(1456), - [anon_sym_default] = ACTIONS(1456), - [anon_sym_while] = ACTIONS(1456), - [anon_sym_do] = ACTIONS(1456), - [anon_sym_for] = ACTIONS(1456), - [anon_sym_return] = ACTIONS(1456), - [anon_sym_break] = ACTIONS(1456), - [anon_sym_continue] = ACTIONS(1456), - [anon_sym_goto] = ACTIONS(1456), - [anon_sym_AMP] = ACTIONS(1458), - [anon_sym_BANG] = ACTIONS(1458), - [anon_sym_TILDE] = ACTIONS(1458), - [anon_sym_PLUS] = ACTIONS(1456), - [anon_sym_DASH] = ACTIONS(1456), - [anon_sym_DASH_DASH] = ACTIONS(1458), - [anon_sym_PLUS_PLUS] = ACTIONS(1458), - [anon_sym_sizeof] = ACTIONS(1456), - [sym_number_literal] = ACTIONS(1456), - [sym_char_literal] = ACTIONS(1456), - [sym_string_literal] = ACTIONS(1458), - [sym_identifier] = ACTIONS(6211), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2449), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2449), + [anon_sym_LPAREN] = ACTIONS(2451), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2449), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2449), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2449), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2449), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2449), + [sym_preproc_directive] = ACTIONS(2453), + [anon_sym_SEMI] = ACTIONS(2451), + [anon_sym_extern] = ACTIONS(2449), + [anon_sym_LBRACE] = ACTIONS(2451), + [anon_sym_STAR] = ACTIONS(2451), + [anon_sym_typedef] = ACTIONS(2449), + [anon_sym_static] = ACTIONS(2449), + [anon_sym_auto] = ACTIONS(2449), + [anon_sym_register] = ACTIONS(2449), + [anon_sym_const] = ACTIONS(2449), + [anon_sym_restrict] = ACTIONS(2449), + [anon_sym_volatile] = ACTIONS(2449), + [sym_function_specifier] = ACTIONS(2449), + [anon_sym_unsigned] = ACTIONS(2449), + [anon_sym_long] = ACTIONS(2449), + [anon_sym_short] = ACTIONS(2449), + [anon_sym_enum] = ACTIONS(2449), + [anon_sym_struct] = ACTIONS(2449), + [anon_sym_union] = ACTIONS(2449), + [anon_sym_if] = ACTIONS(2449), + [anon_sym_switch] = ACTIONS(2449), + [anon_sym_case] = ACTIONS(2449), + [anon_sym_default] = ACTIONS(2449), + [anon_sym_while] = ACTIONS(2449), + [anon_sym_do] = ACTIONS(2449), + [anon_sym_for] = ACTIONS(2449), + [anon_sym_return] = ACTIONS(2449), + [anon_sym_break] = ACTIONS(2449), + [anon_sym_continue] = ACTIONS(2449), + [anon_sym_goto] = ACTIONS(2449), + [anon_sym_AMP] = ACTIONS(2451), + [anon_sym_BANG] = ACTIONS(2451), + [anon_sym_TILDE] = ACTIONS(2451), + [anon_sym_PLUS] = ACTIONS(2449), + [anon_sym_DASH] = ACTIONS(2449), + [anon_sym_DASH_DASH] = ACTIONS(2451), + [anon_sym_PLUS_PLUS] = ACTIONS(2451), + [anon_sym_sizeof] = ACTIONS(2449), + [sym_number_literal] = ACTIONS(2449), + [sym_char_literal] = ACTIONS(2449), + [sym_string_literal] = ACTIONS(2451), + [sym_identifier] = ACTIONS(2453), + [sym_comment] = ACTIONS(42), }, [1243] = { - [ts_builtin_sym_end] = ACTIONS(413), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(6217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(6217), - [anon_sym_LPAREN] = ACTIONS(1496), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(6217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(6217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(6217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(6217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(6217), - [sym_preproc_directive] = ACTIONS(6220), - [anon_sym_SEMI] = ACTIONS(1496), - [anon_sym_extern] = ACTIONS(6217), - [anon_sym_LBRACE] = ACTIONS(1496), - [anon_sym_RBRACE] = ACTIONS(6223), - [anon_sym_STAR] = ACTIONS(1496), - [anon_sym_typedef] = ACTIONS(6217), - [anon_sym_static] = ACTIONS(6217), - [anon_sym_auto] = ACTIONS(6217), - [anon_sym_register] = ACTIONS(6217), - [anon_sym_const] = ACTIONS(6217), - [anon_sym_restrict] = ACTIONS(6217), - [anon_sym_volatile] = ACTIONS(6217), - [sym_function_specifier] = ACTIONS(6217), - [anon_sym_unsigned] = ACTIONS(6217), - [anon_sym_long] = ACTIONS(6217), - [anon_sym_short] = ACTIONS(6217), - [anon_sym_enum] = ACTIONS(6217), - [anon_sym_struct] = ACTIONS(6217), - [anon_sym_union] = ACTIONS(6217), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_case] = ACTIONS(1494), - [anon_sym_default] = ACTIONS(1494), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_do] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_continue] = ACTIONS(1494), - [anon_sym_goto] = ACTIONS(1494), - [anon_sym_AMP] = ACTIONS(1496), - [anon_sym_BANG] = ACTIONS(1496), - [anon_sym_TILDE] = ACTIONS(1496), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_DASH_DASH] = ACTIONS(1496), - [anon_sym_PLUS_PLUS] = ACTIONS(1496), - [anon_sym_sizeof] = ACTIONS(1494), - [sym_number_literal] = ACTIONS(1494), - [sym_char_literal] = ACTIONS(1494), - [sym_string_literal] = ACTIONS(1496), - [sym_identifier] = ACTIONS(6220), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2455), + [anon_sym_LPAREN] = ACTIONS(2457), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2455), + [sym_preproc_directive] = ACTIONS(2459), + [anon_sym_SEMI] = ACTIONS(2457), + [anon_sym_extern] = ACTIONS(2455), + [anon_sym_LBRACE] = ACTIONS(2457), + [anon_sym_STAR] = ACTIONS(2457), + [anon_sym_typedef] = ACTIONS(2455), + [anon_sym_static] = ACTIONS(2455), + [anon_sym_auto] = ACTIONS(2455), + [anon_sym_register] = ACTIONS(2455), + [anon_sym_const] = ACTIONS(2455), + [anon_sym_restrict] = ACTIONS(2455), + [anon_sym_volatile] = ACTIONS(2455), + [sym_function_specifier] = ACTIONS(2455), + [anon_sym_unsigned] = ACTIONS(2455), + [anon_sym_long] = ACTIONS(2455), + [anon_sym_short] = ACTIONS(2455), + [anon_sym_enum] = ACTIONS(2455), + [anon_sym_struct] = ACTIONS(2455), + [anon_sym_union] = ACTIONS(2455), + [anon_sym_if] = ACTIONS(2455), + [anon_sym_switch] = ACTIONS(2455), + [anon_sym_case] = ACTIONS(2455), + [anon_sym_default] = ACTIONS(2455), + [anon_sym_while] = ACTIONS(2455), + [anon_sym_do] = ACTIONS(2455), + [anon_sym_for] = ACTIONS(2455), + [anon_sym_return] = ACTIONS(2455), + [anon_sym_break] = ACTIONS(2455), + [anon_sym_continue] = ACTIONS(2455), + [anon_sym_goto] = ACTIONS(2455), + [anon_sym_AMP] = ACTIONS(2457), + [anon_sym_BANG] = ACTIONS(2457), + [anon_sym_TILDE] = ACTIONS(2457), + [anon_sym_PLUS] = ACTIONS(2455), + [anon_sym_DASH] = ACTIONS(2455), + [anon_sym_DASH_DASH] = ACTIONS(2457), + [anon_sym_PLUS_PLUS] = ACTIONS(2457), + [anon_sym_sizeof] = ACTIONS(2455), + [sym_number_literal] = ACTIONS(2455), + [sym_char_literal] = ACTIONS(2455), + [sym_string_literal] = ACTIONS(2457), + [sym_identifier] = ACTIONS(2459), + [sym_comment] = ACTIONS(42), }, [1244] = { - [ts_builtin_sym_end] = ACTIONS(423), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(6226), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(6226), - [anon_sym_LPAREN] = ACTIONS(1506), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(6226), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(6226), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(6226), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(6226), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(6226), - [sym_preproc_directive] = ACTIONS(6229), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(6226), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(6232), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_typedef] = ACTIONS(6226), - [anon_sym_static] = ACTIONS(6226), - [anon_sym_auto] = ACTIONS(6226), - [anon_sym_register] = ACTIONS(6226), - [anon_sym_const] = ACTIONS(6226), - [anon_sym_restrict] = ACTIONS(6226), - [anon_sym_volatile] = ACTIONS(6226), - [sym_function_specifier] = ACTIONS(6226), - [anon_sym_unsigned] = ACTIONS(6226), - [anon_sym_long] = ACTIONS(6226), - [anon_sym_short] = ACTIONS(6226), - [anon_sym_enum] = ACTIONS(6226), - [anon_sym_struct] = ACTIONS(6226), - [anon_sym_union] = ACTIONS(6226), - [anon_sym_if] = ACTIONS(1504), - [anon_sym_switch] = ACTIONS(1504), - [anon_sym_case] = ACTIONS(1504), - [anon_sym_default] = ACTIONS(1504), - [anon_sym_while] = ACTIONS(1504), - [anon_sym_do] = ACTIONS(1504), - [anon_sym_for] = ACTIONS(1504), - [anon_sym_return] = ACTIONS(1504), - [anon_sym_break] = ACTIONS(1504), - [anon_sym_continue] = ACTIONS(1504), - [anon_sym_goto] = ACTIONS(1504), - [anon_sym_AMP] = ACTIONS(1506), - [anon_sym_BANG] = ACTIONS(1506), - [anon_sym_TILDE] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1504), - [anon_sym_DASH] = ACTIONS(1504), - [anon_sym_DASH_DASH] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_sizeof] = ACTIONS(1504), - [sym_number_literal] = ACTIONS(1504), - [sym_char_literal] = ACTIONS(1504), - [sym_string_literal] = ACTIONS(1506), - [sym_identifier] = ACTIONS(6229), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1309), + [sym_labeled_statement] = STATE(1309), + [sym_expression_statement] = STATE(1309), + [sym_if_statement] = STATE(1309), + [sym_switch_statement] = STATE(1309), + [sym_case_statement] = STATE(1309), + [sym_while_statement] = STATE(1309), + [sym_do_statement] = STATE(1309), + [sym_for_statement] = STATE(1309), + [sym_return_statement] = STATE(1309), + [sym_break_statement] = STATE(1309), + [sym_continue_statement] = STATE(1309), + [sym_goto_statement] = STATE(1309), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2011), + [sym_comment] = ACTIONS(42), }, [1245] = { - [sym_preproc_include] = STATE(1095), - [sym_preproc_def] = STATE(1095), - [sym_preproc_function_def] = STATE(1095), - [sym_preproc_call] = STATE(1095), - [sym_preproc_if] = STATE(18), - [sym_preproc_if_in_compound_statement] = STATE(170), - [sym_preproc_ifdef] = STATE(18), - [sym_preproc_ifdef_in_compound_statement] = STATE(171), - [sym_preproc_else] = STATE(59), - [sym_preproc_else_in_compound_statement] = STATE(419), - [sym_function_definition] = STATE(18), - [sym_declaration] = STATE(1095), - [sym__declaration_specifiers] = STATE(19), - [sym_linkage_specification] = STATE(18), - [sym_compound_statement] = STATE(169), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [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(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym__empty_declaration] = STATE(1095), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_translation_unit_repeat1] = STATE(60), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(420), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [anon_sym_LPAREN] = ACTIONS(529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2608), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(6235), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2613), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2615), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(4551), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(1195), - [anon_sym_switch] = ACTIONS(1197), - [anon_sym_case] = ACTIONS(1199), - [anon_sym_default] = ACTIONS(1201), - [anon_sym_while] = ACTIONS(1203), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1205), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1207), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(2125), + [anon_sym_RPAREN] = ACTIONS(2621), + [sym_comment] = ACTIONS(42), }, [1246] = { - [sym_preproc_include] = STATE(1095), - [sym_preproc_def] = STATE(1095), - [sym_preproc_function_def] = STATE(1095), - [sym_preproc_call] = STATE(1095), - [sym_preproc_if] = STATE(18), - [sym_preproc_if_in_compound_statement] = STATE(170), - [sym_preproc_ifdef] = STATE(18), - [sym_preproc_ifdef_in_compound_statement] = STATE(171), - [sym_preproc_else] = STATE(62), - [sym_preproc_else_in_compound_statement] = STATE(422), - [sym_function_definition] = STATE(18), - [sym_declaration] = STATE(1095), - [sym__declaration_specifiers] = STATE(19), - [sym_linkage_specification] = STATE(18), - [sym_compound_statement] = STATE(169), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [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(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym__empty_declaration] = STATE(1095), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_translation_unit_repeat1] = STATE(63), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(423), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [anon_sym_LPAREN] = ACTIONS(529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2608), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(6237), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2613), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2615), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(4551), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(1195), - [anon_sym_switch] = ACTIONS(1197), - [anon_sym_case] = ACTIONS(1199), - [anon_sym_default] = ACTIONS(1201), - [anon_sym_while] = ACTIONS(1203), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1205), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1207), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [aux_sym_for_statement_repeat1] = STATE(1311), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1817), + [anon_sym_RPAREN] = ACTIONS(2621), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1247] = { - [sym_preproc_include] = STATE(1095), - [sym_preproc_def] = STATE(1095), - [sym_preproc_function_def] = STATE(1095), - [sym_preproc_call] = STATE(1095), - [sym_preproc_if] = STATE(18), - [sym_preproc_if_in_compound_statement] = STATE(170), - [sym_preproc_ifdef] = STATE(18), - [sym_preproc_ifdef_in_compound_statement] = STATE(171), - [sym_preproc_else] = STATE(65), - [sym_preproc_else_in_compound_statement] = STATE(425), - [sym_function_definition] = STATE(18), - [sym_declaration] = STATE(1095), - [sym__declaration_specifiers] = STATE(19), - [sym_linkage_specification] = STATE(18), - [sym_compound_statement] = STATE(169), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [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(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym__empty_declaration] = STATE(1095), - [sym_macro_type_specifier] = STATE(21), - [aux_sym_translation_unit_repeat1] = STATE(66), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(426), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [anon_sym_LPAREN] = ACTIONS(529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2608), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(6239), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2613), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2615), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(4551), - [sym_preproc_directive] = ACTIONS(137), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(139), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(1195), - [anon_sym_switch] = ACTIONS(1197), - [anon_sym_case] = ACTIONS(1199), - [anon_sym_default] = ACTIONS(1201), - [anon_sym_while] = ACTIONS(1203), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(1205), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1207), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1312), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_RPAREN] = ACTIONS(2621), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1248] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(6241), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(6241), - [anon_sym_LPAREN] = ACTIONS(6245), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(6241), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(6241), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(6241), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(6241), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(6241), - [sym_preproc_directive] = ACTIONS(6249), - [anon_sym_SEMI] = ACTIONS(6245), - [anon_sym_extern] = ACTIONS(6241), - [anon_sym_LBRACE] = ACTIONS(6245), - [anon_sym_RBRACE] = ACTIONS(6245), - [anon_sym_STAR] = ACTIONS(6245), - [anon_sym_typedef] = ACTIONS(6241), - [anon_sym_static] = ACTIONS(6241), - [anon_sym_auto] = ACTIONS(6241), - [anon_sym_register] = ACTIONS(6241), - [anon_sym_const] = ACTIONS(6241), - [anon_sym_restrict] = ACTIONS(6241), - [anon_sym_volatile] = ACTIONS(6241), - [sym_function_specifier] = ACTIONS(6241), - [anon_sym_unsigned] = ACTIONS(6241), - [anon_sym_long] = ACTIONS(6241), - [anon_sym_short] = ACTIONS(6241), - [anon_sym_enum] = ACTIONS(6241), - [anon_sym_struct] = ACTIONS(6241), - [anon_sym_union] = ACTIONS(6241), - [anon_sym_if] = ACTIONS(6241), - [anon_sym_else] = ACTIONS(6241), - [anon_sym_switch] = ACTIONS(6241), - [anon_sym_case] = ACTIONS(6241), - [anon_sym_default] = ACTIONS(6241), - [anon_sym_while] = ACTIONS(6241), - [anon_sym_do] = ACTIONS(6241), - [anon_sym_for] = ACTIONS(6241), - [anon_sym_return] = ACTIONS(6241), - [anon_sym_break] = ACTIONS(6241), - [anon_sym_continue] = ACTIONS(6241), - [anon_sym_goto] = ACTIONS(6241), - [anon_sym_AMP] = ACTIONS(6245), - [anon_sym_BANG] = ACTIONS(6245), - [anon_sym_TILDE] = ACTIONS(6245), - [anon_sym_PLUS] = ACTIONS(6241), - [anon_sym_DASH] = ACTIONS(6241), - [anon_sym_DASH_DASH] = ACTIONS(6245), - [anon_sym_PLUS_PLUS] = ACTIONS(6245), - [anon_sym_sizeof] = ACTIONS(6241), - [sym_number_literal] = ACTIONS(6241), - [sym_char_literal] = ACTIONS(6241), - [sym_string_literal] = ACTIONS(6245), - [sym_identifier] = ACTIONS(6249), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1313), + [sym_labeled_statement] = STATE(1313), + [sym_expression_statement] = STATE(1313), + [sym_if_statement] = STATE(1313), + [sym_switch_statement] = STATE(1313), + [sym_case_statement] = STATE(1313), + [sym_while_statement] = STATE(1313), + [sym_do_statement] = STATE(1313), + [sym_for_statement] = STATE(1313), + [sym_return_statement] = STATE(1313), + [sym_break_statement] = STATE(1313), + [sym_continue_statement] = STATE(1313), + [sym_goto_statement] = STATE(1313), + [sym__expression] = STATE(980), + [sym_comma_expression] = STATE(981), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2059), + [anon_sym_LBRACE] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2063), + [anon_sym_switch] = ACTIONS(2065), + [anon_sym_case] = ACTIONS(2067), + [anon_sym_default] = ACTIONS(2069), + [anon_sym_while] = ACTIONS(2071), + [anon_sym_do] = ACTIONS(2073), + [anon_sym_for] = ACTIONS(2075), + [anon_sym_return] = ACTIONS(2077), + [anon_sym_break] = ACTIONS(2079), + [anon_sym_continue] = ACTIONS(2081), + [anon_sym_goto] = ACTIONS(2083), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2085), + [sym_comment] = ACTIONS(42), }, [1249] = { - [sym_compound_statement] = STATE(1344), - [sym_labeled_statement] = STATE(1344), - [sym_expression_statement] = STATE(1344), - [sym_if_statement] = STATE(1344), - [sym_switch_statement] = STATE(1344), - [sym_case_statement] = STATE(1344), - [sym_while_statement] = STATE(1344), - [sym_do_statement] = STATE(1344), - [sym_for_statement] = STATE(1344), - [sym_return_statement] = STATE(1344), - [sym_break_statement] = STATE(1344), - [sym_continue_statement] = STATE(1344), - [sym_goto_statement] = STATE(1344), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(3064), - [anon_sym_switch] = ACTIONS(3066), - [anon_sym_case] = ACTIONS(3068), - [anon_sym_default] = ACTIONS(3070), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(3074), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(3080), - [sym_comment] = ACTIONS(123), - }, - [1250] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(1345), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(5650), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), - }, - [1251] = { - [sym_compound_statement] = STATE(1346), - [sym_labeled_statement] = STATE(1346), - [sym_expression_statement] = STATE(1346), - [sym_if_statement] = STATE(1346), - [sym_switch_statement] = STATE(1346), - [sym_case_statement] = STATE(1346), - [sym_while_statement] = STATE(1346), - [sym_do_statement] = STATE(1346), - [sym_for_statement] = STATE(1346), - [sym_return_statement] = STATE(1346), - [sym_break_statement] = STATE(1346), - [sym_continue_statement] = STATE(1346), - [sym_goto_statement] = STATE(1346), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(3064), - [anon_sym_switch] = ACTIONS(3066), - [anon_sym_case] = ACTIONS(3068), - [anon_sym_default] = ACTIONS(3070), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(3074), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(3080), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1314), + [sym_labeled_statement] = STATE(1314), + [sym_expression_statement] = STATE(1314), + [sym_if_statement] = STATE(1314), + [sym_switch_statement] = STATE(1314), + [sym_case_statement] = STATE(1314), + [sym_while_statement] = STATE(1314), + [sym_do_statement] = STATE(1314), + [sym_for_statement] = STATE(1314), + [sym_return_statement] = STATE(1314), + [sym_break_statement] = STATE(1314), + [sym_continue_statement] = STATE(1314), + [sym_goto_statement] = STATE(1314), + [sym__expression] = STATE(980), + [sym_comma_expression] = STATE(981), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2059), + [anon_sym_LBRACE] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2063), + [anon_sym_switch] = ACTIONS(2065), + [anon_sym_case] = ACTIONS(2067), + [anon_sym_default] = ACTIONS(2069), + [anon_sym_while] = ACTIONS(2071), + [anon_sym_do] = ACTIONS(2073), + [anon_sym_for] = ACTIONS(2075), + [anon_sym_return] = ACTIONS(2077), + [anon_sym_break] = ACTIONS(2079), + [anon_sym_continue] = ACTIONS(2081), + [anon_sym_goto] = ACTIONS(2083), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2085), + [sym_comment] = ACTIONS(42), + }, + [1250] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2089), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2089), + [anon_sym_LPAREN] = ACTIONS(2091), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2089), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2089), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2089), + [sym_preproc_directive] = ACTIONS(2093), + [anon_sym_SEMI] = ACTIONS(2091), + [anon_sym_extern] = ACTIONS(2089), + [anon_sym_LBRACE] = ACTIONS(2091), + [anon_sym_RBRACE] = ACTIONS(2091), + [anon_sym_STAR] = ACTIONS(2091), + [anon_sym_typedef] = ACTIONS(2089), + [anon_sym_static] = ACTIONS(2089), + [anon_sym_auto] = ACTIONS(2089), + [anon_sym_register] = ACTIONS(2089), + [anon_sym_const] = ACTIONS(2089), + [anon_sym_restrict] = ACTIONS(2089), + [anon_sym_volatile] = ACTIONS(2089), + [sym_function_specifier] = ACTIONS(2089), + [anon_sym_unsigned] = ACTIONS(2089), + [anon_sym_long] = ACTIONS(2089), + [anon_sym_short] = ACTIONS(2089), + [anon_sym_enum] = ACTIONS(2089), + [anon_sym_struct] = ACTIONS(2089), + [anon_sym_union] = ACTIONS(2089), + [anon_sym_if] = ACTIONS(2089), + [anon_sym_else] = ACTIONS(2089), + [anon_sym_switch] = ACTIONS(2089), + [anon_sym_case] = ACTIONS(2089), + [anon_sym_default] = ACTIONS(2089), + [anon_sym_while] = ACTIONS(2089), + [anon_sym_do] = ACTIONS(2089), + [anon_sym_for] = ACTIONS(2089), + [anon_sym_return] = ACTIONS(2089), + [anon_sym_break] = ACTIONS(2089), + [anon_sym_continue] = ACTIONS(2089), + [anon_sym_goto] = ACTIONS(2089), + [anon_sym_AMP] = ACTIONS(2091), + [anon_sym_BANG] = ACTIONS(2091), + [anon_sym_TILDE] = ACTIONS(2091), + [anon_sym_PLUS] = ACTIONS(2089), + [anon_sym_DASH] = ACTIONS(2089), + [anon_sym_DASH_DASH] = ACTIONS(2091), + [anon_sym_PLUS_PLUS] = ACTIONS(2091), + [anon_sym_sizeof] = ACTIONS(2089), + [sym_number_literal] = ACTIONS(2089), + [sym_char_literal] = ACTIONS(2089), + [sym_string_literal] = ACTIONS(2091), + [sym_identifier] = ACTIONS(2093), + [sym_comment] = ACTIONS(42), + }, + [1251] = { + [sym_parameter_list] = STATE(110), + [aux_sym_declaration_repeat1] = STATE(1316), + [anon_sym_LPAREN] = ACTIONS(244), + [anon_sym_COMMA] = ACTIONS(246), + [anon_sym_SEMI] = ACTIONS(2623), + [anon_sym_LBRACK] = ACTIONS(252), + [anon_sym_EQ] = ACTIONS(254), + [sym_comment] = ACTIONS(42), }, [1252] = { - [sym__expression] = STATE(1347), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(5650), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_declaration_repeat1] = STATE(1316), + [anon_sym_COMMA] = ACTIONS(246), + [anon_sym_SEMI] = ACTIONS(2623), + [sym_comment] = ACTIONS(42), }, [1253] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(6253), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1317), + [sym_labeled_statement] = STATE(1317), + [sym_expression_statement] = STATE(1317), + [sym_if_statement] = STATE(1317), + [sym_switch_statement] = STATE(1317), + [sym_case_statement] = STATE(1317), + [sym_while_statement] = STATE(1317), + [sym_do_statement] = STATE(1317), + [sym_for_statement] = STATE(1317), + [sym_return_statement] = STATE(1317), + [sym_break_statement] = STATE(1317), + [sym_continue_statement] = STATE(1317), + [sym_goto_statement] = STATE(1317), + [sym__expression] = STATE(980), + [sym_comma_expression] = STATE(981), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2059), + [anon_sym_LBRACE] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2063), + [anon_sym_switch] = ACTIONS(2065), + [anon_sym_case] = ACTIONS(2067), + [anon_sym_default] = ACTIONS(2069), + [anon_sym_while] = ACTIONS(2071), + [anon_sym_do] = ACTIONS(2073), + [anon_sym_for] = ACTIONS(2075), + [anon_sym_return] = ACTIONS(2077), + [anon_sym_break] = ACTIONS(2079), + [anon_sym_continue] = ACTIONS(2081), + [anon_sym_goto] = ACTIONS(2083), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2085), + [sym_comment] = ACTIONS(42), }, [1254] = { - [anon_sym_RPAREN] = ACTIONS(6255), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1318), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1255] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(813), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(813), - [anon_sym_LPAREN] = ACTIONS(811), - [anon_sym_COMMA] = ACTIONS(1377), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(813), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(813), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(813), - [sym_preproc_directive] = ACTIONS(815), - [anon_sym_SEMI] = ACTIONS(811), - [anon_sym_extern] = ACTIONS(813), - [anon_sym_LBRACE] = ACTIONS(811), - [anon_sym_RBRACE] = ACTIONS(6172), - [anon_sym_STAR] = ACTIONS(811), - [anon_sym_typedef] = ACTIONS(813), - [anon_sym_static] = ACTIONS(813), - [anon_sym_auto] = ACTIONS(813), - [anon_sym_register] = ACTIONS(813), - [anon_sym_const] = ACTIONS(813), - [anon_sym_restrict] = ACTIONS(813), - [anon_sym_volatile] = ACTIONS(813), - [sym_function_specifier] = ACTIONS(813), - [anon_sym_unsigned] = ACTIONS(813), - [anon_sym_long] = ACTIONS(813), - [anon_sym_short] = ACTIONS(813), - [anon_sym_enum] = ACTIONS(813), - [anon_sym_struct] = ACTIONS(813), - [anon_sym_union] = ACTIONS(813), - [anon_sym_if] = ACTIONS(813), - [anon_sym_switch] = ACTIONS(813), - [anon_sym_case] = ACTIONS(813), - [anon_sym_default] = ACTIONS(813), - [anon_sym_while] = ACTIONS(813), - [anon_sym_do] = ACTIONS(813), - [anon_sym_for] = ACTIONS(813), - [anon_sym_return] = ACTIONS(813), - [anon_sym_break] = ACTIONS(813), - [anon_sym_continue] = ACTIONS(813), - [anon_sym_goto] = ACTIONS(813), - [anon_sym_AMP] = ACTIONS(811), - [anon_sym_BANG] = ACTIONS(811), - [anon_sym_TILDE] = ACTIONS(811), - [anon_sym_PLUS] = ACTIONS(813), - [anon_sym_DASH] = ACTIONS(813), - [anon_sym_DASH_DASH] = ACTIONS(811), - [anon_sym_PLUS_PLUS] = ACTIONS(811), - [anon_sym_sizeof] = ACTIONS(813), - [sym_number_literal] = ACTIONS(813), - [sym_char_literal] = ACTIONS(813), - [sym_string_literal] = ACTIONS(811), - [sym_identifier] = ACTIONS(815), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1320), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_RPAREN] = ACTIONS(2625), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1256] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5847), - [anon_sym_COMMA] = ACTIONS(1213), - [anon_sym_SEMI] = ACTIONS(1213), - [anon_sym_RBRACE] = ACTIONS(1213), - [anon_sym_STAR] = ACTIONS(6257), - [anon_sym_LBRACK] = ACTIONS(5853), - [anon_sym_EQ] = ACTIONS(6260), - [anon_sym_QMARK] = ACTIONS(6263), - [anon_sym_STAR_EQ] = ACTIONS(6266), - [anon_sym_SLASH_EQ] = ACTIONS(6266), - [anon_sym_PERCENT_EQ] = ACTIONS(6266), - [anon_sym_PLUS_EQ] = ACTIONS(6266), - [anon_sym_DASH_EQ] = ACTIONS(6266), - [anon_sym_LT_LT_EQ] = ACTIONS(6266), - [anon_sym_GT_GT_EQ] = ACTIONS(6266), - [anon_sym_AMP_EQ] = ACTIONS(6266), - [anon_sym_CARET_EQ] = ACTIONS(6266), - [anon_sym_PIPE_EQ] = ACTIONS(6266), - [anon_sym_AMP] = ACTIONS(6269), - [anon_sym_PIPE_PIPE] = ACTIONS(6272), - [anon_sym_AMP_AMP] = ACTIONS(6272), - [anon_sym_PIPE] = ACTIONS(6269), - [anon_sym_CARET] = ACTIONS(6269), - [anon_sym_EQ_EQ] = ACTIONS(6275), - [anon_sym_BANG_EQ] = ACTIONS(6275), - [anon_sym_LT] = ACTIONS(6278), - [anon_sym_GT] = ACTIONS(6278), - [anon_sym_LT_EQ] = ACTIONS(6281), - [anon_sym_GT_EQ] = ACTIONS(6281), - [anon_sym_LT_LT] = ACTIONS(6284), - [anon_sym_GT_GT] = ACTIONS(6284), - [anon_sym_PLUS] = ACTIONS(6257), - [anon_sym_DASH] = ACTIONS(6257), - [anon_sym_SLASH] = ACTIONS(6257), - [anon_sym_PERCENT] = ACTIONS(6257), - [anon_sym_DASH_DASH] = ACTIONS(5883), - [anon_sym_PLUS_PLUS] = ACTIONS(5883), - [anon_sym_DOT] = ACTIONS(5886), - [anon_sym_DASH_GT] = ACTIONS(5886), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2627), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1257] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(4975), - [anon_sym_COMMA] = ACTIONS(1305), - [anon_sym_SEMI] = ACTIONS(1305), - [anon_sym_RBRACE] = ACTIONS(1305), - [anon_sym_STAR] = ACTIONS(6287), - [anon_sym_LBRACK] = ACTIONS(4981), - [anon_sym_EQ] = ACTIONS(6290), - [anon_sym_QMARK] = ACTIONS(6293), - [anon_sym_STAR_EQ] = ACTIONS(6296), - [anon_sym_SLASH_EQ] = ACTIONS(6296), - [anon_sym_PERCENT_EQ] = ACTIONS(6296), - [anon_sym_PLUS_EQ] = ACTIONS(6296), - [anon_sym_DASH_EQ] = ACTIONS(6296), - [anon_sym_LT_LT_EQ] = ACTIONS(6296), - [anon_sym_GT_GT_EQ] = ACTIONS(6296), - [anon_sym_AMP_EQ] = ACTIONS(6296), - [anon_sym_CARET_EQ] = ACTIONS(6296), - [anon_sym_PIPE_EQ] = ACTIONS(6296), - [anon_sym_AMP] = ACTIONS(6299), - [anon_sym_PIPE_PIPE] = ACTIONS(6302), - [anon_sym_AMP_AMP] = ACTIONS(6302), - [anon_sym_PIPE] = ACTIONS(6299), - [anon_sym_CARET] = ACTIONS(6299), - [anon_sym_EQ_EQ] = ACTIONS(6305), - [anon_sym_BANG_EQ] = ACTIONS(6305), - [anon_sym_LT] = ACTIONS(6308), - [anon_sym_GT] = ACTIONS(6308), - [anon_sym_LT_EQ] = ACTIONS(6311), - [anon_sym_GT_EQ] = ACTIONS(6311), - [anon_sym_LT_LT] = ACTIONS(6314), - [anon_sym_GT_GT] = ACTIONS(6314), - [anon_sym_PLUS] = ACTIONS(6287), - [anon_sym_DASH] = ACTIONS(6287), - [anon_sym_SLASH] = ACTIONS(6287), - [anon_sym_PERCENT] = ACTIONS(6287), - [anon_sym_DASH_DASH] = ACTIONS(5011), - [anon_sym_PLUS_PLUS] = ACTIONS(5011), - [anon_sym_DOT] = ACTIONS(5014), - [anon_sym_DASH_GT] = ACTIONS(5014), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1322), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(2627), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1258] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5059), - [anon_sym_COMMA] = ACTIONS(1309), - [anon_sym_SEMI] = ACTIONS(1309), - [anon_sym_RBRACE] = ACTIONS(1309), - [anon_sym_STAR] = ACTIONS(6317), - [anon_sym_LBRACK] = ACTIONS(5065), - [anon_sym_EQ] = ACTIONS(6320), - [anon_sym_QMARK] = ACTIONS(6323), - [anon_sym_STAR_EQ] = ACTIONS(6326), - [anon_sym_SLASH_EQ] = ACTIONS(6326), - [anon_sym_PERCENT_EQ] = ACTIONS(6326), - [anon_sym_PLUS_EQ] = ACTIONS(6326), - [anon_sym_DASH_EQ] = ACTIONS(6326), - [anon_sym_LT_LT_EQ] = ACTIONS(6326), - [anon_sym_GT_GT_EQ] = ACTIONS(6326), - [anon_sym_AMP_EQ] = ACTIONS(6326), - [anon_sym_CARET_EQ] = ACTIONS(6326), - [anon_sym_PIPE_EQ] = ACTIONS(6326), - [anon_sym_AMP] = ACTIONS(6329), - [anon_sym_PIPE_PIPE] = ACTIONS(6332), - [anon_sym_AMP_AMP] = ACTIONS(6332), - [anon_sym_PIPE] = ACTIONS(6329), - [anon_sym_CARET] = ACTIONS(6329), - [anon_sym_EQ_EQ] = ACTIONS(6335), - [anon_sym_BANG_EQ] = ACTIONS(6335), - [anon_sym_LT] = ACTIONS(6338), - [anon_sym_GT] = ACTIONS(6338), - [anon_sym_LT_EQ] = ACTIONS(6341), - [anon_sym_GT_EQ] = ACTIONS(6341), - [anon_sym_LT_LT] = ACTIONS(6344), - [anon_sym_GT_GT] = ACTIONS(6344), - [anon_sym_PLUS] = ACTIONS(6317), - [anon_sym_DASH] = ACTIONS(6317), - [anon_sym_SLASH] = ACTIONS(6317), - [anon_sym_PERCENT] = ACTIONS(6317), - [anon_sym_DASH_DASH] = ACTIONS(5095), - [anon_sym_PLUS_PLUS] = ACTIONS(5095), - [anon_sym_DOT] = ACTIONS(5098), - [anon_sym_DASH_GT] = ACTIONS(5098), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(2629), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1259] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5328), - [anon_sym_COMMA] = ACTIONS(1313), - [anon_sym_SEMI] = ACTIONS(1313), - [anon_sym_RBRACE] = ACTIONS(1313), - [anon_sym_STAR] = ACTIONS(6347), - [anon_sym_LBRACK] = ACTIONS(5334), - [anon_sym_EQ] = ACTIONS(6350), - [anon_sym_QMARK] = ACTIONS(6353), - [anon_sym_STAR_EQ] = ACTIONS(6356), - [anon_sym_SLASH_EQ] = ACTIONS(6356), - [anon_sym_PERCENT_EQ] = ACTIONS(6356), - [anon_sym_PLUS_EQ] = ACTIONS(6356), - [anon_sym_DASH_EQ] = ACTIONS(6356), - [anon_sym_LT_LT_EQ] = ACTIONS(6356), - [anon_sym_GT_GT_EQ] = ACTIONS(6356), - [anon_sym_AMP_EQ] = ACTIONS(6356), - [anon_sym_CARET_EQ] = ACTIONS(6356), - [anon_sym_PIPE_EQ] = ACTIONS(6356), - [anon_sym_AMP] = ACTIONS(6359), - [anon_sym_PIPE_PIPE] = ACTIONS(6362), - [anon_sym_AMP_AMP] = ACTIONS(6362), - [anon_sym_PIPE] = ACTIONS(6359), - [anon_sym_CARET] = ACTIONS(6359), - [anon_sym_EQ_EQ] = ACTIONS(6365), - [anon_sym_BANG_EQ] = ACTIONS(6365), - [anon_sym_LT] = ACTIONS(6368), - [anon_sym_GT] = ACTIONS(6368), - [anon_sym_LT_EQ] = ACTIONS(6371), - [anon_sym_GT_EQ] = ACTIONS(6371), - [anon_sym_LT_LT] = ACTIONS(6374), - [anon_sym_GT_GT] = ACTIONS(6374), - [anon_sym_PLUS] = ACTIONS(6347), - [anon_sym_DASH] = ACTIONS(6347), - [anon_sym_SLASH] = ACTIONS(6347), - [anon_sym_PERCENT] = ACTIONS(6347), - [anon_sym_DASH_DASH] = ACTIONS(5364), - [anon_sym_PLUS_PLUS] = ACTIONS(5364), - [anon_sym_DOT] = ACTIONS(5367), - [anon_sym_DASH_GT] = ACTIONS(5367), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(2631), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1260] = { - [sym_type_qualifier] = STATE(81), - [sym__type_specifier] = STATE(82), + [sym_declaration] = STATE(1250), + [sym__declaration_specifiers] = STATE(1170), + [sym_compound_statement] = STATE(1250), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), [sym_sized_type_specifier] = STATE(21), [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(248), - [sym_comma_expression] = STATE(249), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_type_descriptor] = STATE(1350), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), + [sym_labeled_statement] = STATE(1250), + [sym_expression_statement] = STATE(1250), + [sym_if_statement] = STATE(1250), + [sym_switch_statement] = STATE(1250), + [sym_case_statement] = STATE(1250), + [sym_while_statement] = STATE(1250), + [sym_do_statement] = STATE(1250), + [sym_for_statement] = STATE(1250), + [sym_return_statement] = STATE(1250), + [sym_break_statement] = STATE(1250), + [sym_continue_statement] = STATE(1250), + [sym_goto_statement] = STATE(1250), + [sym__expression] = STATE(980), + [sym_comma_expression] = STATE(981), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), [sym_macro_type_specifier] = STATE(21), - [aux_sym_sized_type_specifier_repeat1] = STATE(84), - [aux_sym_type_descriptor_repeat1] = STATE(85), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(797), - [sym_comment] = ACTIONS(123), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2059), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(2303), + [anon_sym_switch] = ACTIONS(2305), + [anon_sym_case] = ACTIONS(2307), + [anon_sym_default] = ACTIONS(2309), + [anon_sym_while] = ACTIONS(2311), + [anon_sym_do] = ACTIONS(2073), + [anon_sym_for] = ACTIONS(2313), + [anon_sym_return] = ACTIONS(2077), + [anon_sym_break] = ACTIONS(2079), + [anon_sym_continue] = ACTIONS(2081), + [anon_sym_goto] = ACTIONS(2083), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2561), + [sym_comment] = ACTIONS(42), }, [1261] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5370), - [anon_sym_COMMA] = ACTIONS(1317), - [anon_sym_SEMI] = ACTIONS(1317), - [anon_sym_RBRACE] = ACTIONS(1317), - [anon_sym_STAR] = ACTIONS(6377), - [anon_sym_LBRACK] = ACTIONS(5376), - [anon_sym_EQ] = ACTIONS(6380), - [anon_sym_QMARK] = ACTIONS(6383), - [anon_sym_STAR_EQ] = ACTIONS(6386), - [anon_sym_SLASH_EQ] = ACTIONS(6386), - [anon_sym_PERCENT_EQ] = ACTIONS(6386), - [anon_sym_PLUS_EQ] = ACTIONS(6386), - [anon_sym_DASH_EQ] = ACTIONS(6386), - [anon_sym_LT_LT_EQ] = ACTIONS(6386), - [anon_sym_GT_GT_EQ] = ACTIONS(6386), - [anon_sym_AMP_EQ] = ACTIONS(6386), - [anon_sym_CARET_EQ] = ACTIONS(6386), - [anon_sym_PIPE_EQ] = ACTIONS(6386), - [anon_sym_AMP] = ACTIONS(6389), - [anon_sym_PIPE_PIPE] = ACTIONS(6392), - [anon_sym_AMP_AMP] = ACTIONS(6392), - [anon_sym_PIPE] = ACTIONS(6389), - [anon_sym_CARET] = ACTIONS(6389), - [anon_sym_EQ_EQ] = ACTIONS(6395), - [anon_sym_BANG_EQ] = ACTIONS(6395), - [anon_sym_LT] = ACTIONS(6398), - [anon_sym_GT] = ACTIONS(6398), - [anon_sym_LT_EQ] = ACTIONS(6401), - [anon_sym_GT_EQ] = ACTIONS(6401), - [anon_sym_LT_LT] = ACTIONS(6404), - [anon_sym_GT_GT] = ACTIONS(6404), - [anon_sym_PLUS] = ACTIONS(6377), - [anon_sym_DASH] = ACTIONS(6377), - [anon_sym_SLASH] = ACTIONS(6377), - [anon_sym_PERCENT] = ACTIONS(6377), - [anon_sym_DASH_DASH] = ACTIONS(5406), - [anon_sym_PLUS_PLUS] = ACTIONS(5406), - [anon_sym_DOT] = ACTIONS(5409), - [anon_sym_DASH_GT] = ACTIONS(5409), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(872), + [anon_sym_COMMA] = ACTIONS(866), + [anon_sym_SEMI] = ACTIONS(866), + [anon_sym_extern] = ACTIONS(95), + [anon_sym_STAR] = ACTIONS(879), + [anon_sym_LBRACK] = ACTIONS(866), + [anon_sym_EQ] = ACTIONS(868), + [anon_sym_typedef] = ACTIONS(95), + [anon_sym_static] = ACTIONS(95), + [anon_sym_auto] = ACTIONS(95), + [anon_sym_register] = ACTIONS(95), + [anon_sym_const] = ACTIONS(95), + [anon_sym_restrict] = ACTIONS(95), + [anon_sym_volatile] = ACTIONS(95), + [sym_function_specifier] = ACTIONS(95), + [anon_sym_COLON] = ACTIONS(2441), + [anon_sym_QMARK] = ACTIONS(866), + [anon_sym_STAR_EQ] = ACTIONS(866), + [anon_sym_SLASH_EQ] = ACTIONS(866), + [anon_sym_PERCENT_EQ] = ACTIONS(866), + [anon_sym_PLUS_EQ] = ACTIONS(866), + [anon_sym_DASH_EQ] = ACTIONS(866), + [anon_sym_LT_LT_EQ] = ACTIONS(866), + [anon_sym_GT_GT_EQ] = ACTIONS(866), + [anon_sym_AMP_EQ] = ACTIONS(866), + [anon_sym_CARET_EQ] = ACTIONS(866), + [anon_sym_PIPE_EQ] = ACTIONS(866), + [anon_sym_AMP] = ACTIONS(868), + [anon_sym_PIPE_PIPE] = ACTIONS(866), + [anon_sym_AMP_AMP] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_LT] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_LT_LT] = ACTIONS(868), + [anon_sym_GT_GT] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_PERCENT] = ACTIONS(868), + [anon_sym_DASH_DASH] = ACTIONS(866), + [anon_sym_PLUS_PLUS] = ACTIONS(866), + [anon_sym_DOT] = ACTIONS(866), + [anon_sym_DASH_GT] = ACTIONS(866), + [sym_identifier] = ACTIONS(97), + [sym_comment] = ACTIONS(42), }, [1262] = { - [sym__declarator] = STATE(87), - [sym__field_declarator] = STATE(211), - [sym_pointer_declarator] = STATE(44), - [sym_pointer_field_declarator] = STATE(123), - [sym_function_declarator] = STATE(44), - [sym_function_field_declarator] = STATE(124), - [sym_array_declarator] = STATE(44), - [sym_array_field_declarator] = STATE(125), - [anon_sym_LPAREN] = ACTIONS(4633), - [anon_sym_STAR] = ACTIONS(6407), - [sym_identifier] = ACTIONS(6409), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(2633), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1263] = { - [sym__declarator] = STATE(88), - [sym__field_declarator] = STATE(212), - [sym_pointer_declarator] = STATE(44), - [sym_pointer_field_declarator] = STATE(123), - [sym_function_declarator] = STATE(44), - [sym_function_field_declarator] = STATE(124), - [sym_array_declarator] = STATE(44), - [sym_array_field_declarator] = STATE(125), - [anon_sym_LPAREN] = ACTIONS(4633), - [anon_sym_STAR] = ACTIONS(4635), - [sym_identifier] = ACTIONS(4637), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1327), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(2635), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1264] = { - [anon_sym_LPAREN] = ACTIONS(5540), - [anon_sym_COMMA] = ACTIONS(5540), - [anon_sym_SEMI] = ACTIONS(5540), - [anon_sym_LBRACE] = ACTIONS(339), - [anon_sym_LBRACK] = ACTIONS(5540), - [anon_sym_EQ] = ACTIONS(339), - [anon_sym_COLON] = ACTIONS(717), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2637), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1265] = { - [sym__expression] = STATE(1353), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(2838), - [anon_sym_STAR] = ACTIONS(2844), - [anon_sym_AMP] = ACTIONS(2844), - [anon_sym_BANG] = ACTIONS(2846), - [anon_sym_TILDE] = ACTIONS(2848), - [anon_sym_PLUS] = ACTIONS(2850), - [anon_sym_DASH] = ACTIONS(2850), - [anon_sym_DASH_DASH] = ACTIONS(2852), - [anon_sym_PLUS_PLUS] = ACTIONS(2852), - [anon_sym_sizeof] = ACTIONS(2854), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1268), + [sym_labeled_statement] = STATE(1268), + [sym_expression_statement] = STATE(1268), + [sym_if_statement] = STATE(1268), + [sym_switch_statement] = STATE(1268), + [sym_case_statement] = STATE(1268), + [sym_while_statement] = STATE(1268), + [sym_do_statement] = STATE(1268), + [sym_for_statement] = STATE(1268), + [sym_return_statement] = STATE(1268), + [sym_break_statement] = STATE(1268), + [sym_continue_statement] = STATE(1268), + [sym_goto_statement] = STATE(1268), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(840), + [anon_sym_switch] = ACTIONS(842), + [anon_sym_case] = ACTIONS(844), + [anon_sym_default] = ACTIONS(846), + [anon_sym_while] = ACTIONS(848), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(850), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(852), + [sym_comment] = ACTIONS(42), }, [1266] = { - [sym__expression] = STATE(1354), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(2838), - [anon_sym_STAR] = ACTIONS(2844), - [anon_sym_AMP] = ACTIONS(2844), - [anon_sym_BANG] = ACTIONS(2846), - [anon_sym_TILDE] = ACTIONS(2848), - [anon_sym_PLUS] = ACTIONS(2850), - [anon_sym_DASH] = ACTIONS(2850), - [anon_sym_DASH_DASH] = ACTIONS(2852), - [anon_sym_PLUS_PLUS] = ACTIONS(2852), - [anon_sym_sizeof] = ACTIONS(2854), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(2125), + [anon_sym_RPAREN] = ACTIONS(2639), + [sym_comment] = ACTIONS(42), }, [1267] = { - [sym__expression] = STATE(1355), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(821), - [anon_sym_STAR] = ACTIONS(823), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_BANG] = ACTIONS(825), - [anon_sym_TILDE] = ACTIONS(827), - [anon_sym_PLUS] = ACTIONS(829), - [anon_sym_DASH] = ACTIONS(829), - [anon_sym_DASH_DASH] = ACTIONS(831), - [anon_sym_PLUS_PLUS] = ACTIONS(831), - [anon_sym_sizeof] = ACTIONS(833), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [aux_sym_for_statement_repeat1] = STATE(1330), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1817), + [anon_sym_RPAREN] = ACTIONS(2639), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1268] = { - [sym__expression] = STATE(1356), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(2838), - [anon_sym_STAR] = ACTIONS(2844), - [anon_sym_AMP] = ACTIONS(2844), - [anon_sym_BANG] = ACTIONS(2846), - [anon_sym_TILDE] = ACTIONS(2848), - [anon_sym_PLUS] = ACTIONS(2850), - [anon_sym_DASH] = ACTIONS(2850), - [anon_sym_DASH_DASH] = ACTIONS(2852), - [anon_sym_PLUS_PLUS] = ACTIONS(2852), - [anon_sym_sizeof] = ACTIONS(2854), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2641), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2641), + [anon_sym_LPAREN] = ACTIONS(2643), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2641), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2641), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2641), + [sym_preproc_directive] = ACTIONS(2645), + [anon_sym_SEMI] = ACTIONS(2643), + [anon_sym_extern] = ACTIONS(2641), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_RBRACE] = ACTIONS(2643), + [anon_sym_STAR] = ACTIONS(2643), + [anon_sym_typedef] = ACTIONS(2641), + [anon_sym_static] = ACTIONS(2641), + [anon_sym_auto] = ACTIONS(2641), + [anon_sym_register] = ACTIONS(2641), + [anon_sym_const] = ACTIONS(2641), + [anon_sym_restrict] = ACTIONS(2641), + [anon_sym_volatile] = ACTIONS(2641), + [sym_function_specifier] = ACTIONS(2641), + [anon_sym_unsigned] = ACTIONS(2641), + [anon_sym_long] = ACTIONS(2641), + [anon_sym_short] = ACTIONS(2641), + [anon_sym_enum] = ACTIONS(2641), + [anon_sym_struct] = ACTIONS(2641), + [anon_sym_union] = ACTIONS(2641), + [anon_sym_if] = ACTIONS(2641), + [anon_sym_switch] = ACTIONS(2641), + [anon_sym_case] = ACTIONS(2641), + [anon_sym_default] = ACTIONS(2641), + [anon_sym_while] = ACTIONS(2641), + [anon_sym_do] = ACTIONS(2641), + [anon_sym_for] = ACTIONS(2641), + [anon_sym_return] = ACTIONS(2641), + [anon_sym_break] = ACTIONS(2641), + [anon_sym_continue] = ACTIONS(2641), + [anon_sym_goto] = ACTIONS(2641), + [anon_sym_AMP] = ACTIONS(2643), + [anon_sym_BANG] = ACTIONS(2643), + [anon_sym_TILDE] = ACTIONS(2643), + [anon_sym_PLUS] = ACTIONS(2641), + [anon_sym_DASH] = ACTIONS(2641), + [anon_sym_DASH_DASH] = ACTIONS(2643), + [anon_sym_PLUS_PLUS] = ACTIONS(2643), + [anon_sym_sizeof] = ACTIONS(2641), + [sym_number_literal] = ACTIONS(2641), + [sym_char_literal] = ACTIONS(2641), + [sym_string_literal] = ACTIONS(2643), + [sym_identifier] = ACTIONS(2645), + [sym_comment] = ACTIONS(42), }, [1269] = { - [sym__expression] = STATE(1357), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(2838), - [anon_sym_STAR] = ACTIONS(2844), - [anon_sym_AMP] = ACTIONS(2844), - [anon_sym_BANG] = ACTIONS(2846), - [anon_sym_TILDE] = ACTIONS(2848), - [anon_sym_PLUS] = ACTIONS(2850), - [anon_sym_DASH] = ACTIONS(2850), - [anon_sym_DASH_DASH] = ACTIONS(2852), - [anon_sym_PLUS_PLUS] = ACTIONS(2852), - [anon_sym_sizeof] = ACTIONS(2854), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1331), + [sym_labeled_statement] = STATE(1331), + [sym_expression_statement] = STATE(1331), + [sym_if_statement] = STATE(1331), + [sym_switch_statement] = STATE(1331), + [sym_case_statement] = STATE(1331), + [sym_while_statement] = STATE(1331), + [sym_do_statement] = STATE(1331), + [sym_for_statement] = STATE(1331), + [sym_return_statement] = STATE(1331), + [sym_break_statement] = STATE(1331), + [sym_continue_statement] = STATE(1331), + [sym_goto_statement] = STATE(1331), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1435), + [sym_comment] = ACTIONS(42), }, [1270] = { - [sym__expression] = STATE(1358), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(2838), - [anon_sym_STAR] = ACTIONS(2844), - [anon_sym_AMP] = ACTIONS(2844), - [anon_sym_BANG] = ACTIONS(2846), - [anon_sym_TILDE] = ACTIONS(2848), - [anon_sym_PLUS] = ACTIONS(2850), - [anon_sym_DASH] = ACTIONS(2850), - [anon_sym_DASH_DASH] = ACTIONS(2852), - [anon_sym_PLUS_PLUS] = ACTIONS(2852), - [anon_sym_sizeof] = ACTIONS(2854), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(2125), + [anon_sym_RPAREN] = ACTIONS(2647), + [sym_comment] = ACTIONS(42), }, [1271] = { - [sym__expression] = STATE(1359), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(2838), - [anon_sym_STAR] = ACTIONS(2844), - [anon_sym_AMP] = ACTIONS(2844), - [anon_sym_BANG] = ACTIONS(2846), - [anon_sym_TILDE] = ACTIONS(2848), - [anon_sym_PLUS] = ACTIONS(2850), - [anon_sym_DASH] = ACTIONS(2850), - [anon_sym_DASH_DASH] = ACTIONS(2852), - [anon_sym_PLUS_PLUS] = ACTIONS(2852), - [anon_sym_sizeof] = ACTIONS(2854), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(814), + [anon_sym_LPAREN] = ACTIONS(812), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(814), + [sym_preproc_directive] = ACTIONS(816), + [anon_sym_SEMI] = ACTIONS(812), + [anon_sym_extern] = ACTIONS(814), + [anon_sym_LBRACE] = ACTIONS(812), + [anon_sym_STAR] = ACTIONS(812), + [anon_sym_typedef] = ACTIONS(814), + [anon_sym_static] = ACTIONS(814), + [anon_sym_auto] = ACTIONS(814), + [anon_sym_register] = ACTIONS(814), + [anon_sym_const] = ACTIONS(814), + [anon_sym_restrict] = ACTIONS(814), + [anon_sym_volatile] = ACTIONS(814), + [sym_function_specifier] = ACTIONS(814), + [anon_sym_unsigned] = ACTIONS(814), + [anon_sym_long] = ACTIONS(814), + [anon_sym_short] = ACTIONS(814), + [anon_sym_enum] = ACTIONS(814), + [anon_sym_struct] = ACTIONS(814), + [anon_sym_union] = ACTIONS(814), + [anon_sym_if] = ACTIONS(814), + [anon_sym_else] = ACTIONS(814), + [anon_sym_switch] = ACTIONS(814), + [anon_sym_case] = ACTIONS(814), + [anon_sym_default] = ACTIONS(814), + [anon_sym_while] = ACTIONS(814), + [anon_sym_do] = ACTIONS(814), + [anon_sym_for] = ACTIONS(814), + [anon_sym_return] = ACTIONS(814), + [anon_sym_break] = ACTIONS(814), + [anon_sym_continue] = ACTIONS(814), + [anon_sym_goto] = ACTIONS(814), + [anon_sym_AMP] = ACTIONS(812), + [anon_sym_BANG] = ACTIONS(812), + [anon_sym_TILDE] = ACTIONS(812), + [anon_sym_PLUS] = ACTIONS(814), + [anon_sym_DASH] = ACTIONS(814), + [anon_sym_DASH_DASH] = ACTIONS(812), + [anon_sym_PLUS_PLUS] = ACTIONS(812), + [anon_sym_sizeof] = ACTIONS(814), + [sym_number_literal] = ACTIONS(814), + [sym_char_literal] = ACTIONS(814), + [sym_string_literal] = ACTIONS(812), + [sym_identifier] = ACTIONS(816), + [sym_comment] = ACTIONS(42), }, [1272] = { - [sym__expression] = STATE(1360), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(2838), - [anon_sym_STAR] = ACTIONS(2844), - [anon_sym_AMP] = ACTIONS(2844), - [anon_sym_BANG] = ACTIONS(2846), - [anon_sym_TILDE] = ACTIONS(2848), - [anon_sym_PLUS] = ACTIONS(2850), - [anon_sym_DASH] = ACTIONS(2850), - [anon_sym_DASH_DASH] = ACTIONS(2852), - [anon_sym_PLUS_PLUS] = ACTIONS(2852), - [anon_sym_sizeof] = ACTIONS(2854), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_preproc_include] = STATE(394), + [sym_preproc_def] = STATE(394), + [sym_preproc_function_def] = STATE(394), + [sym_preproc_call] = STATE(394), + [sym_preproc_if_in_compound_statement] = STATE(395), + [sym_preproc_ifdef_in_compound_statement] = STATE(396), + [sym_declaration] = STATE(394), + [sym__declaration_specifiers] = STATE(212), + [sym_compound_statement] = STATE(394), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(394), + [sym_expression_statement] = STATE(394), + [sym_if_statement] = STATE(394), + [sym_switch_statement] = STATE(394), + [sym_case_statement] = STATE(394), + [sym_while_statement] = STATE(394), + [sym_do_statement] = STATE(394), + [sym_for_statement] = STATE(394), + [sym_return_statement] = STATE(394), + [sym_break_statement] = STATE(394), + [sym_continue_statement] = STATE(394), + [sym_goto_statement] = STATE(394), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym__empty_declaration] = STATE(394), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(470), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(472), + [anon_sym_LPAREN] = ACTIONS(474), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(476), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(478), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(480), + [sym_preproc_directive] = ACTIONS(482), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_RBRACE] = ACTIONS(2649), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(528), + [sym_comment] = ACTIONS(42), }, [1273] = { - [anon_sym_LPAREN] = ACTIONS(6411), - [anon_sym_COMMA] = ACTIONS(6411), - [anon_sym_RPAREN] = ACTIONS(6411), - [anon_sym_SEMI] = ACTIONS(6417), - [anon_sym_LBRACE] = ACTIONS(1373), - [anon_sym_RBRACE] = ACTIONS(1818), - [anon_sym_STAR] = ACTIONS(1820), - [anon_sym_LBRACK] = ACTIONS(6421), - [anon_sym_RBRACK] = ACTIONS(1818), - [anon_sym_EQ] = ACTIONS(6428), - [anon_sym_COLON] = ACTIONS(6432), - [anon_sym_QMARK] = ACTIONS(1818), - [anon_sym_STAR_EQ] = ACTIONS(1818), - [anon_sym_SLASH_EQ] = ACTIONS(1818), - [anon_sym_PERCENT_EQ] = ACTIONS(1818), - [anon_sym_PLUS_EQ] = ACTIONS(1818), - [anon_sym_DASH_EQ] = ACTIONS(1818), - [anon_sym_LT_LT_EQ] = ACTIONS(1818), - [anon_sym_GT_GT_EQ] = ACTIONS(1818), - [anon_sym_AMP_EQ] = ACTIONS(1818), - [anon_sym_CARET_EQ] = ACTIONS(1818), - [anon_sym_PIPE_EQ] = ACTIONS(1818), - [anon_sym_AMP] = ACTIONS(1820), - [anon_sym_PIPE_PIPE] = ACTIONS(1818), - [anon_sym_AMP_AMP] = ACTIONS(1818), - [anon_sym_PIPE] = ACTIONS(1820), - [anon_sym_CARET] = ACTIONS(1820), - [anon_sym_EQ_EQ] = ACTIONS(1818), - [anon_sym_BANG_EQ] = ACTIONS(1818), - [anon_sym_LT] = ACTIONS(1820), - [anon_sym_GT] = ACTIONS(1820), - [anon_sym_LT_EQ] = ACTIONS(1818), - [anon_sym_GT_EQ] = ACTIONS(1818), - [anon_sym_LT_LT] = ACTIONS(1820), - [anon_sym_GT_GT] = ACTIONS(1820), - [anon_sym_PLUS] = ACTIONS(1820), - [anon_sym_DASH] = ACTIONS(1820), - [anon_sym_SLASH] = ACTIONS(1820), - [anon_sym_PERCENT] = ACTIONS(1820), - [anon_sym_DASH_DASH] = ACTIONS(1818), - [anon_sym_PLUS_PLUS] = ACTIONS(1818), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_DASH_GT] = ACTIONS(1818), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1334), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1274] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1335), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1335), - [anon_sym_LPAREN] = ACTIONS(1337), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1335), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1335), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1335), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1335), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1335), - [sym_preproc_directive] = ACTIONS(1339), - [anon_sym_SEMI] = ACTIONS(1337), - [anon_sym_extern] = ACTIONS(6435), - [anon_sym_LBRACE] = ACTIONS(1337), - [anon_sym_RBRACE] = ACTIONS(6440), - [anon_sym_STAR] = ACTIONS(1337), - [anon_sym_typedef] = ACTIONS(6435), - [anon_sym_static] = ACTIONS(6435), - [anon_sym_auto] = ACTIONS(6435), - [anon_sym_register] = ACTIONS(6435), - [anon_sym_const] = ACTIONS(6435), - [anon_sym_restrict] = ACTIONS(6435), - [anon_sym_volatile] = ACTIONS(6435), - [sym_function_specifier] = ACTIONS(6435), - [anon_sym_unsigned] = ACTIONS(6435), - [anon_sym_long] = ACTIONS(6435), - [anon_sym_short] = ACTIONS(6435), - [anon_sym_enum] = ACTIONS(6435), - [anon_sym_struct] = ACTIONS(6435), - [anon_sym_union] = ACTIONS(6435), - [anon_sym_if] = ACTIONS(1335), - [anon_sym_else] = ACTIONS(1335), - [anon_sym_switch] = ACTIONS(1335), - [anon_sym_case] = ACTIONS(1335), - [anon_sym_default] = ACTIONS(1335), - [anon_sym_while] = ACTIONS(1335), - [anon_sym_do] = ACTIONS(1335), - [anon_sym_for] = ACTIONS(1335), - [anon_sym_return] = ACTIONS(1335), - [anon_sym_break] = ACTIONS(1335), - [anon_sym_continue] = ACTIONS(1335), - [anon_sym_goto] = ACTIONS(1335), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_BANG] = ACTIONS(1337), - [anon_sym_TILDE] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1335), - [anon_sym_DASH] = ACTIONS(1335), - [anon_sym_DASH_DASH] = ACTIONS(1337), - [anon_sym_PLUS_PLUS] = ACTIONS(1337), - [anon_sym_sizeof] = ACTIONS(1335), - [sym_number_literal] = ACTIONS(1335), - [sym_char_literal] = ACTIONS(1335), - [sym_string_literal] = ACTIONS(1337), - [sym_identifier] = ACTIONS(6445), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1335), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1275] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(6450), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1339), + [anon_sym_COLON] = ACTIONS(2651), + [anon_sym_QMARK] = ACTIONS(1343), + [anon_sym_STAR_EQ] = ACTIONS(1345), + [anon_sym_SLASH_EQ] = ACTIONS(1345), + [anon_sym_PERCENT_EQ] = ACTIONS(1345), + [anon_sym_PLUS_EQ] = ACTIONS(1345), + [anon_sym_DASH_EQ] = ACTIONS(1345), + [anon_sym_LT_LT_EQ] = ACTIONS(1345), + [anon_sym_GT_GT_EQ] = ACTIONS(1345), + [anon_sym_AMP_EQ] = ACTIONS(1345), + [anon_sym_CARET_EQ] = ACTIONS(1345), + [anon_sym_PIPE_EQ] = ACTIONS(1345), + [anon_sym_AMP] = ACTIONS(1347), + [anon_sym_PIPE_PIPE] = ACTIONS(1349), + [anon_sym_AMP_AMP] = ACTIONS(1351), + [anon_sym_PIPE] = ACTIONS(1353), + [anon_sym_CARET] = ACTIONS(1355), + [anon_sym_EQ_EQ] = ACTIONS(1357), + [anon_sym_BANG_EQ] = ACTIONS(1357), + [anon_sym_LT] = ACTIONS(1359), + [anon_sym_GT] = ACTIONS(1359), + [anon_sym_LT_EQ] = ACTIONS(1361), + [anon_sym_GT_EQ] = ACTIONS(1361), + [anon_sym_LT_LT] = ACTIONS(1363), + [anon_sym_GT_GT] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1365), + [anon_sym_SLASH] = ACTIONS(1337), + [anon_sym_PERCENT] = ACTIONS(1337), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1276] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(6452), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), - }, - [1277] = { - [sym_declaration] = STATE(605), - [sym__declaration_specifiers] = STATE(453), - [sym_compound_statement] = STATE(605), + [sym_declaration] = STATE(1338), + [sym__declaration_specifiers] = STATE(1339), + [sym_compound_statement] = STATE(1338), [sym_storage_class_specifier] = STATE(11), [sym_type_qualifier] = STATE(11), [sym__type_specifier] = STATE(20), @@ -62515,9177 +49665,10458 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(21), [sym_struct_specifier] = STATE(21), [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(605), - [sym_expression_statement] = STATE(605), - [sym_if_statement] = STATE(605), - [sym_switch_statement] = STATE(605), - [sym_case_statement] = STATE(605), - [sym_while_statement] = STATE(605), - [sym_do_statement] = STATE(605), - [sym_for_statement] = STATE(605), - [sym_return_statement] = STATE(605), - [sym_break_statement] = STATE(605), - [sym_continue_statement] = STATE(605), - [sym_goto_statement] = STATE(605), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), + [sym_labeled_statement] = STATE(1338), + [sym_expression_statement] = STATE(1338), + [sym_if_statement] = STATE(1338), + [sym_switch_statement] = STATE(1338), + [sym_case_statement] = STATE(1338), + [sym_while_statement] = STATE(1338), + [sym_do_statement] = STATE(1338), + [sym_for_statement] = STATE(1338), + [sym_return_statement] = STATE(1338), + [sym_break_statement] = STATE(1338), + [sym_continue_statement] = STATE(1338), + [sym_goto_statement] = STATE(1338), + [sym__expression] = STATE(1216), + [sym_comma_expression] = STATE(1217), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), [sym_macro_type_specifier] = STATE(21), [aux_sym__declaration_specifiers_repeat1] = STATE(23), [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(3064), - [anon_sym_switch] = ACTIONS(3066), - [anon_sym_case] = ACTIONS(3068), - [anon_sym_default] = ACTIONS(3070), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(3074), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(4870), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2477), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(2479), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(2481), + [anon_sym_switch] = ACTIONS(2483), + [anon_sym_case] = ACTIONS(2485), + [anon_sym_default] = ACTIONS(2487), + [anon_sym_while] = ACTIONS(2489), + [anon_sym_do] = ACTIONS(2491), + [anon_sym_for] = ACTIONS(2493), + [anon_sym_return] = ACTIONS(2495), + [anon_sym_break] = ACTIONS(2497), + [anon_sym_continue] = ACTIONS(2499), + [anon_sym_goto] = ACTIONS(2501), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2653), + [sym_comment] = ACTIONS(42), + }, + [1277] = { + [sym__expression] = STATE(1340), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1278] = { - [anon_sym_LPAREN] = ACTIONS(871), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(865), - [anon_sym_extern] = ACTIONS(214), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_typedef] = ACTIONS(214), - [anon_sym_static] = ACTIONS(214), - [anon_sym_auto] = ACTIONS(214), - [anon_sym_register] = ACTIONS(214), - [anon_sym_const] = ACTIONS(214), - [anon_sym_restrict] = ACTIONS(214), - [anon_sym_volatile] = ACTIONS(214), - [sym_function_specifier] = ACTIONS(214), - [anon_sym_COLON] = ACTIONS(4866), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_identifier] = ACTIONS(216), - [sym_comment] = ACTIONS(123), + [anon_sym_while] = ACTIONS(2655), + [sym_comment] = ACTIONS(42), }, [1279] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(6454), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_declaration] = STATE(1342), + [sym__declaration_specifiers] = STATE(623), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym__expression] = STATE(1343), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(2657), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1385), + [sym_comment] = ACTIONS(42), }, [1280] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(4325), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1387), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1387), + [anon_sym_LPAREN] = ACTIONS(1389), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1387), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1387), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1387), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1387), + [sym_preproc_directive] = ACTIONS(1391), + [anon_sym_SEMI] = ACTIONS(1389), + [anon_sym_extern] = ACTIONS(1387), + [anon_sym_LBRACE] = ACTIONS(1389), + [anon_sym_STAR] = ACTIONS(1389), + [anon_sym_typedef] = ACTIONS(1387), + [anon_sym_static] = ACTIONS(1387), + [anon_sym_auto] = ACTIONS(1387), + [anon_sym_register] = ACTIONS(1387), + [anon_sym_const] = ACTIONS(1387), + [anon_sym_restrict] = ACTIONS(1387), + [anon_sym_volatile] = ACTIONS(1387), + [sym_function_specifier] = ACTIONS(1387), + [anon_sym_unsigned] = ACTIONS(1387), + [anon_sym_long] = ACTIONS(1387), + [anon_sym_short] = ACTIONS(1387), + [anon_sym_enum] = ACTIONS(1387), + [anon_sym_struct] = ACTIONS(1387), + [anon_sym_union] = ACTIONS(1387), + [anon_sym_if] = ACTIONS(1387), + [anon_sym_else] = ACTIONS(1387), + [anon_sym_switch] = ACTIONS(1387), + [anon_sym_case] = ACTIONS(1387), + [anon_sym_default] = ACTIONS(1387), + [anon_sym_while] = ACTIONS(1387), + [anon_sym_do] = ACTIONS(1387), + [anon_sym_for] = ACTIONS(1387), + [anon_sym_return] = ACTIONS(1387), + [anon_sym_break] = ACTIONS(1387), + [anon_sym_continue] = ACTIONS(1387), + [anon_sym_goto] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_BANG] = ACTIONS(1389), + [anon_sym_TILDE] = ACTIONS(1389), + [anon_sym_PLUS] = ACTIONS(1387), + [anon_sym_DASH] = ACTIONS(1387), + [anon_sym_DASH_DASH] = ACTIONS(1389), + [anon_sym_PLUS_PLUS] = ACTIONS(1389), + [anon_sym_sizeof] = ACTIONS(1387), + [sym_number_literal] = ACTIONS(1387), + [sym_char_literal] = ACTIONS(1387), + [sym_string_literal] = ACTIONS(1389), + [sym_identifier] = ACTIONS(1391), + [sym_comment] = ACTIONS(42), }, [1281] = { - [sym__expression] = STATE(1364), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(3044), - [anon_sym_STAR] = ACTIONS(2977), - [anon_sym_AMP] = ACTIONS(2977), - [anon_sym_BANG] = ACTIONS(2979), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2983), - [anon_sym_DASH] = ACTIONS(2983), - [anon_sym_DASH_DASH] = ACTIONS(2985), - [anon_sym_PLUS_PLUS] = ACTIONS(2985), - [anon_sym_sizeof] = ACTIONS(2987), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1282] = { - [anon_sym_RPAREN] = ACTIONS(6456), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1395), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1395), + [anon_sym_LPAREN] = ACTIONS(1397), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1395), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1395), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1395), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1395), + [sym_preproc_directive] = ACTIONS(1399), + [anon_sym_SEMI] = ACTIONS(1397), + [anon_sym_extern] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1397), + [anon_sym_STAR] = ACTIONS(1397), + [anon_sym_typedef] = ACTIONS(1395), + [anon_sym_static] = ACTIONS(1395), + [anon_sym_auto] = ACTIONS(1395), + [anon_sym_register] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [anon_sym_restrict] = ACTIONS(1395), + [anon_sym_volatile] = ACTIONS(1395), + [sym_function_specifier] = ACTIONS(1395), + [anon_sym_unsigned] = ACTIONS(1395), + [anon_sym_long] = ACTIONS(1395), + [anon_sym_short] = ACTIONS(1395), + [anon_sym_enum] = ACTIONS(1395), + [anon_sym_struct] = ACTIONS(1395), + [anon_sym_union] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_else] = ACTIONS(1395), + [anon_sym_switch] = ACTIONS(1395), + [anon_sym_case] = ACTIONS(1395), + [anon_sym_default] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_goto] = ACTIONS(1395), + [anon_sym_AMP] = ACTIONS(1397), + [anon_sym_BANG] = ACTIONS(1397), + [anon_sym_TILDE] = ACTIONS(1397), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_DASH_DASH] = ACTIONS(1397), + [anon_sym_PLUS_PLUS] = ACTIONS(1397), + [anon_sym_sizeof] = ACTIONS(1395), + [sym_number_literal] = ACTIONS(1395), + [sym_char_literal] = ACTIONS(1395), + [sym_string_literal] = ACTIONS(1397), + [sym_identifier] = ACTIONS(1399), + [sym_comment] = ACTIONS(42), }, [1283] = { - [aux_sym_preproc_params_repeat1] = STATE(194), - [anon_sym_LPAREN] = ACTIONS(871), - [anon_sym_COMMA] = ACTIONS(6458), - [anon_sym_RPAREN] = ACTIONS(6461), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(875), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1401), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1401), + [anon_sym_LPAREN] = ACTIONS(1403), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1401), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1401), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1401), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1401), + [sym_preproc_directive] = ACTIONS(1405), + [anon_sym_SEMI] = ACTIONS(1403), + [anon_sym_extern] = ACTIONS(1401), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_STAR] = ACTIONS(1403), + [anon_sym_typedef] = ACTIONS(1401), + [anon_sym_static] = ACTIONS(1401), + [anon_sym_auto] = ACTIONS(1401), + [anon_sym_register] = ACTIONS(1401), + [anon_sym_const] = ACTIONS(1401), + [anon_sym_restrict] = ACTIONS(1401), + [anon_sym_volatile] = ACTIONS(1401), + [sym_function_specifier] = ACTIONS(1401), + [anon_sym_unsigned] = ACTIONS(1401), + [anon_sym_long] = ACTIONS(1401), + [anon_sym_short] = ACTIONS(1401), + [anon_sym_enum] = ACTIONS(1401), + [anon_sym_struct] = ACTIONS(1401), + [anon_sym_union] = ACTIONS(1401), + [anon_sym_if] = ACTIONS(1401), + [anon_sym_else] = ACTIONS(1401), + [anon_sym_switch] = ACTIONS(1401), + [anon_sym_case] = ACTIONS(1401), + [anon_sym_default] = ACTIONS(1401), + [anon_sym_while] = ACTIONS(1401), + [anon_sym_do] = ACTIONS(1401), + [anon_sym_for] = ACTIONS(1401), + [anon_sym_return] = ACTIONS(1401), + [anon_sym_break] = ACTIONS(1401), + [anon_sym_continue] = ACTIONS(1401), + [anon_sym_goto] = ACTIONS(1401), + [anon_sym_AMP] = ACTIONS(1403), + [anon_sym_BANG] = ACTIONS(1403), + [anon_sym_TILDE] = ACTIONS(1403), + [anon_sym_PLUS] = ACTIONS(1401), + [anon_sym_DASH] = ACTIONS(1401), + [anon_sym_DASH_DASH] = ACTIONS(1403), + [anon_sym_PLUS_PLUS] = ACTIONS(1403), + [anon_sym_sizeof] = ACTIONS(1401), + [sym_number_literal] = ACTIONS(1401), + [sym_char_literal] = ACTIONS(1401), + [sym_string_literal] = ACTIONS(1403), + [sym_identifier] = ACTIONS(1405), + [sym_comment] = ACTIONS(42), }, [1284] = { - [anon_sym_RPAREN] = ACTIONS(6465), - [sym_comment] = ACTIONS(123), + [anon_sym_SEMI] = ACTIONS(2661), + [sym_comment] = ACTIONS(42), }, [1285] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(813), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(813), - [anon_sym_LPAREN] = ACTIONS(4616), - [anon_sym_COMMA] = ACTIONS(6467), - [anon_sym_RPAREN] = ACTIONS(6467), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(813), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(813), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(813), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(813), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(813), - [sym_preproc_directive] = ACTIONS(815), - [anon_sym_SEMI] = ACTIONS(4616), - [anon_sym_extern] = ACTIONS(4612), - [anon_sym_LBRACE] = ACTIONS(811), - [anon_sym_STAR] = ACTIONS(4616), - [anon_sym_LBRACK] = ACTIONS(6467), - [anon_sym_RBRACK] = ACTIONS(6467), - [anon_sym_typedef] = ACTIONS(4612), - [anon_sym_static] = ACTIONS(4612), - [anon_sym_auto] = ACTIONS(4612), - [anon_sym_register] = ACTIONS(4612), - [anon_sym_const] = ACTIONS(4612), - [anon_sym_restrict] = ACTIONS(4612), - [anon_sym_volatile] = ACTIONS(4612), - [sym_function_specifier] = ACTIONS(4612), - [anon_sym_unsigned] = ACTIONS(813), - [anon_sym_long] = ACTIONS(813), - [anon_sym_short] = ACTIONS(813), - [anon_sym_enum] = ACTIONS(813), - [anon_sym_struct] = ACTIONS(813), - [anon_sym_union] = ACTIONS(813), - [anon_sym_COLON] = ACTIONS(6467), - [anon_sym_if] = ACTIONS(813), - [anon_sym_switch] = ACTIONS(813), - [anon_sym_case] = ACTIONS(813), - [anon_sym_default] = ACTIONS(813), - [anon_sym_while] = ACTIONS(813), - [anon_sym_do] = ACTIONS(813), - [anon_sym_for] = ACTIONS(813), - [anon_sym_return] = ACTIONS(813), - [anon_sym_break] = ACTIONS(813), - [anon_sym_continue] = ACTIONS(813), - [anon_sym_goto] = ACTIONS(813), - [anon_sym_AMP] = ACTIONS(4616), - [anon_sym_BANG] = ACTIONS(4616), - [anon_sym_TILDE] = ACTIONS(4616), - [anon_sym_PLUS] = ACTIONS(4612), - [anon_sym_DASH] = ACTIONS(4612), - [anon_sym_DASH_DASH] = ACTIONS(4616), - [anon_sym_PLUS_PLUS] = ACTIONS(4616), - [anon_sym_sizeof] = ACTIONS(4612), - [sym_number_literal] = ACTIONS(4612), - [sym_char_literal] = ACTIONS(4612), - [sym_string_literal] = ACTIONS(4616), - [sym_identifier] = ACTIONS(6470), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1346), + [sym_labeled_statement] = STATE(1346), + [sym_expression_statement] = STATE(1346), + [sym_if_statement] = STATE(1346), + [sym_switch_statement] = STATE(1346), + [sym_case_statement] = STATE(1346), + [sym_while_statement] = STATE(1346), + [sym_do_statement] = STATE(1346), + [sym_for_statement] = STATE(1346), + [sym_return_statement] = STATE(1346), + [sym_break_statement] = STATE(1346), + [sym_continue_statement] = STATE(1346), + [sym_goto_statement] = STATE(1346), + [sym__expression] = STATE(1216), + [sym_comma_expression] = STATE(1217), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2477), + [anon_sym_LBRACE] = ACTIONS(2479), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2481), + [anon_sym_switch] = ACTIONS(2483), + [anon_sym_case] = ACTIONS(2485), + [anon_sym_default] = ACTIONS(2487), + [anon_sym_while] = ACTIONS(2489), + [anon_sym_do] = ACTIONS(2491), + [anon_sym_for] = ACTIONS(2493), + [anon_sym_return] = ACTIONS(2495), + [anon_sym_break] = ACTIONS(2497), + [anon_sym_continue] = ACTIONS(2499), + [anon_sym_goto] = ACTIONS(2501), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2503), + [sym_comment] = ACTIONS(42), }, [1286] = { - [anon_sym_LPAREN] = ACTIONS(871), - [anon_sym_COMMA] = ACTIONS(4409), - [anon_sym_SEMI] = ACTIONS(875), - [anon_sym_extern] = ACTIONS(214), - [anon_sym_RBRACE] = ACTIONS(449), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(4627), - [anon_sym_typedef] = ACTIONS(214), - [anon_sym_static] = ACTIONS(214), - [anon_sym_auto] = ACTIONS(214), - [anon_sym_register] = ACTIONS(214), - [anon_sym_const] = ACTIONS(214), - [anon_sym_restrict] = ACTIONS(214), - [anon_sym_volatile] = ACTIONS(214), - [sym_function_specifier] = ACTIONS(214), - [anon_sym_COLON] = ACTIONS(4630), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_identifier] = ACTIONS(216), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1347), + [sym_labeled_statement] = STATE(1347), + [sym_expression_statement] = STATE(1347), + [sym_if_statement] = STATE(1347), + [sym_switch_statement] = STATE(1347), + [sym_case_statement] = STATE(1347), + [sym_while_statement] = STATE(1347), + [sym_do_statement] = STATE(1347), + [sym_for_statement] = STATE(1347), + [sym_return_statement] = STATE(1347), + [sym_break_statement] = STATE(1347), + [sym_continue_statement] = STATE(1347), + [sym_goto_statement] = STATE(1347), + [sym__expression] = STATE(786), + [sym_comma_expression] = STATE(787), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(1651), + [anon_sym_LBRACE] = ACTIONS(1653), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(1655), + [anon_sym_switch] = ACTIONS(1657), + [anon_sym_case] = ACTIONS(1659), + [anon_sym_default] = ACTIONS(1661), + [anon_sym_while] = ACTIONS(1663), + [anon_sym_do] = ACTIONS(1665), + [anon_sym_for] = ACTIONS(1667), + [anon_sym_return] = ACTIONS(1669), + [anon_sym_break] = ACTIONS(1671), + [anon_sym_continue] = ACTIONS(1673), + [anon_sym_goto] = ACTIONS(1675), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2215), + [sym_comment] = ACTIONS(42), }, [1287] = { - [sym__declarator] = STATE(288), - [sym__field_declarator] = STATE(122), - [sym_pointer_declarator] = STATE(44), - [sym_pointer_field_declarator] = STATE(123), - [sym_function_declarator] = STATE(44), - [sym_function_field_declarator] = STATE(124), - [sym_array_declarator] = STATE(44), - [sym_array_field_declarator] = STATE(125), - [sym_init_declarator] = STATE(46), - [anon_sym_LPAREN] = ACTIONS(4633), - [anon_sym_SEMI] = ACTIONS(3560), - [anon_sym_STAR] = ACTIONS(6474), - [anon_sym_COLON] = ACTIONS(473), - [sym_identifier] = ACTIONS(4637), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1441), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1441), + [anon_sym_LPAREN] = ACTIONS(1443), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1441), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1441), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1441), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1441), + [sym_preproc_directive] = ACTIONS(1445), + [anon_sym_SEMI] = ACTIONS(1443), + [anon_sym_extern] = ACTIONS(1441), + [anon_sym_LBRACE] = ACTIONS(1443), + [anon_sym_STAR] = ACTIONS(1443), + [anon_sym_typedef] = ACTIONS(1441), + [anon_sym_static] = ACTIONS(1441), + [anon_sym_auto] = ACTIONS(1441), + [anon_sym_register] = ACTIONS(1441), + [anon_sym_const] = ACTIONS(1441), + [anon_sym_restrict] = ACTIONS(1441), + [anon_sym_volatile] = ACTIONS(1441), + [sym_function_specifier] = ACTIONS(1441), + [anon_sym_unsigned] = ACTIONS(1441), + [anon_sym_long] = ACTIONS(1441), + [anon_sym_short] = ACTIONS(1441), + [anon_sym_enum] = ACTIONS(1441), + [anon_sym_struct] = ACTIONS(1441), + [anon_sym_union] = ACTIONS(1441), + [anon_sym_if] = ACTIONS(1441), + [anon_sym_else] = ACTIONS(1441), + [anon_sym_switch] = ACTIONS(1441), + [anon_sym_case] = ACTIONS(1441), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1441), + [anon_sym_do] = ACTIONS(1441), + [anon_sym_for] = ACTIONS(1441), + [anon_sym_return] = ACTIONS(1441), + [anon_sym_break] = ACTIONS(1441), + [anon_sym_continue] = ACTIONS(1441), + [anon_sym_goto] = ACTIONS(1441), + [anon_sym_AMP] = ACTIONS(1443), + [anon_sym_BANG] = ACTIONS(1443), + [anon_sym_TILDE] = ACTIONS(1443), + [anon_sym_PLUS] = ACTIONS(1441), + [anon_sym_DASH] = ACTIONS(1441), + [anon_sym_DASH_DASH] = ACTIONS(1443), + [anon_sym_PLUS_PLUS] = ACTIONS(1443), + [anon_sym_sizeof] = ACTIONS(1441), + [sym_number_literal] = ACTIONS(1441), + [sym_char_literal] = ACTIONS(1441), + [sym_string_literal] = ACTIONS(1443), + [sym_identifier] = ACTIONS(1445), + [sym_comment] = ACTIONS(42), }, [1288] = { - [ts_builtin_sym_end] = ACTIONS(6476), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(6479), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(6479), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(6479), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(6479), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(6479), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(6479), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(6479), - [sym_preproc_directive] = ACTIONS(6482), - [anon_sym_extern] = ACTIONS(6479), - [anon_sym_RBRACE] = ACTIONS(6476), - [anon_sym_typedef] = ACTIONS(6479), - [anon_sym_static] = ACTIONS(6479), - [anon_sym_auto] = ACTIONS(6479), - [anon_sym_register] = ACTIONS(6479), - [anon_sym_const] = ACTIONS(6479), - [anon_sym_restrict] = ACTIONS(6479), - [anon_sym_volatile] = ACTIONS(6479), - [sym_function_specifier] = ACTIONS(6479), - [anon_sym_unsigned] = ACTIONS(6479), - [anon_sym_long] = ACTIONS(6479), - [anon_sym_short] = ACTIONS(6479), - [anon_sym_enum] = ACTIONS(6479), - [anon_sym_struct] = ACTIONS(6479), - [anon_sym_union] = ACTIONS(6479), - [sym_identifier] = ACTIONS(6482), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2449), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2449), + [anon_sym_LPAREN] = ACTIONS(2451), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2449), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2449), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2449), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2449), + [sym_preproc_directive] = ACTIONS(2453), + [anon_sym_SEMI] = ACTIONS(2451), + [anon_sym_extern] = ACTIONS(2449), + [anon_sym_LBRACE] = ACTIONS(2451), + [anon_sym_STAR] = ACTIONS(2451), + [anon_sym_typedef] = ACTIONS(2449), + [anon_sym_static] = ACTIONS(2449), + [anon_sym_auto] = ACTIONS(2449), + [anon_sym_register] = ACTIONS(2449), + [anon_sym_const] = ACTIONS(2449), + [anon_sym_restrict] = ACTIONS(2449), + [anon_sym_volatile] = ACTIONS(2449), + [sym_function_specifier] = ACTIONS(2449), + [anon_sym_unsigned] = ACTIONS(2449), + [anon_sym_long] = ACTIONS(2449), + [anon_sym_short] = ACTIONS(2449), + [anon_sym_enum] = ACTIONS(2449), + [anon_sym_struct] = ACTIONS(2449), + [anon_sym_union] = ACTIONS(2449), + [anon_sym_if] = ACTIONS(2449), + [anon_sym_switch] = ACTIONS(2449), + [anon_sym_case] = ACTIONS(2449), + [anon_sym_default] = ACTIONS(2449), + [anon_sym_while] = ACTIONS(2449), + [anon_sym_do] = ACTIONS(2449), + [anon_sym_for] = ACTIONS(2449), + [anon_sym_return] = ACTIONS(2449), + [anon_sym_break] = ACTIONS(2449), + [anon_sym_continue] = ACTIONS(2449), + [anon_sym_goto] = ACTIONS(2449), + [anon_sym_AMP] = ACTIONS(2451), + [anon_sym_BANG] = ACTIONS(2451), + [anon_sym_TILDE] = ACTIONS(2451), + [anon_sym_PLUS] = ACTIONS(2449), + [anon_sym_DASH] = ACTIONS(2449), + [anon_sym_DASH_DASH] = ACTIONS(2451), + [anon_sym_PLUS_PLUS] = ACTIONS(2451), + [anon_sym_sizeof] = ACTIONS(2449), + [sym_number_literal] = ACTIONS(2449), + [sym_char_literal] = ACTIONS(2449), + [sym_string_literal] = ACTIONS(2451), + [sym_identifier] = ACTIONS(2453), + [sym_comment] = ACTIONS(42), }, [1289] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(6485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(6485), - [anon_sym_LPAREN] = ACTIONS(6488), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(6485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(6485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(6485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(6485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(6485), - [sym_preproc_directive] = ACTIONS(6491), - [anon_sym_SEMI] = ACTIONS(6488), - [anon_sym_extern] = ACTIONS(6485), - [anon_sym_LBRACE] = ACTIONS(6488), - [anon_sym_RBRACE] = ACTIONS(6488), - [anon_sym_STAR] = ACTIONS(6488), - [anon_sym_typedef] = ACTIONS(6485), - [anon_sym_static] = ACTIONS(6485), - [anon_sym_auto] = ACTIONS(6485), - [anon_sym_register] = ACTIONS(6485), - [anon_sym_const] = ACTIONS(6485), - [anon_sym_restrict] = ACTIONS(6485), - [anon_sym_volatile] = ACTIONS(6485), - [sym_function_specifier] = ACTIONS(6485), - [anon_sym_unsigned] = ACTIONS(6485), - [anon_sym_long] = ACTIONS(6485), - [anon_sym_short] = ACTIONS(6485), - [anon_sym_enum] = ACTIONS(6485), - [anon_sym_struct] = ACTIONS(6485), - [anon_sym_union] = ACTIONS(6485), - [anon_sym_if] = ACTIONS(6485), - [anon_sym_switch] = ACTIONS(6485), - [anon_sym_case] = ACTIONS(6485), - [anon_sym_default] = ACTIONS(6485), - [anon_sym_while] = ACTIONS(6485), - [anon_sym_do] = ACTIONS(6485), - [anon_sym_for] = ACTIONS(6485), - [anon_sym_return] = ACTIONS(6485), - [anon_sym_break] = ACTIONS(6485), - [anon_sym_continue] = ACTIONS(6485), - [anon_sym_goto] = ACTIONS(6485), - [anon_sym_AMP] = ACTIONS(6488), - [anon_sym_BANG] = ACTIONS(6488), - [anon_sym_TILDE] = ACTIONS(6488), - [anon_sym_PLUS] = ACTIONS(6485), - [anon_sym_DASH] = ACTIONS(6485), - [anon_sym_DASH_DASH] = ACTIONS(6488), - [anon_sym_PLUS_PLUS] = ACTIONS(6488), - [anon_sym_sizeof] = ACTIONS(6485), - [sym_number_literal] = ACTIONS(6485), - [sym_char_literal] = ACTIONS(6485), - [sym_string_literal] = ACTIONS(6488), - [sym_identifier] = ACTIONS(6491), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2455), + [anon_sym_LPAREN] = ACTIONS(2457), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2455), + [sym_preproc_directive] = ACTIONS(2459), + [anon_sym_SEMI] = ACTIONS(2457), + [anon_sym_extern] = ACTIONS(2455), + [anon_sym_LBRACE] = ACTIONS(2457), + [anon_sym_STAR] = ACTIONS(2457), + [anon_sym_typedef] = ACTIONS(2455), + [anon_sym_static] = ACTIONS(2455), + [anon_sym_auto] = ACTIONS(2455), + [anon_sym_register] = ACTIONS(2455), + [anon_sym_const] = ACTIONS(2455), + [anon_sym_restrict] = ACTIONS(2455), + [anon_sym_volatile] = ACTIONS(2455), + [sym_function_specifier] = ACTIONS(2455), + [anon_sym_unsigned] = ACTIONS(2455), + [anon_sym_long] = ACTIONS(2455), + [anon_sym_short] = ACTIONS(2455), + [anon_sym_enum] = ACTIONS(2455), + [anon_sym_struct] = ACTIONS(2455), + [anon_sym_union] = ACTIONS(2455), + [anon_sym_if] = ACTIONS(2455), + [anon_sym_switch] = ACTIONS(2455), + [anon_sym_case] = ACTIONS(2455), + [anon_sym_default] = ACTIONS(2455), + [anon_sym_while] = ACTIONS(2455), + [anon_sym_do] = ACTIONS(2455), + [anon_sym_for] = ACTIONS(2455), + [anon_sym_return] = ACTIONS(2455), + [anon_sym_break] = ACTIONS(2455), + [anon_sym_continue] = ACTIONS(2455), + [anon_sym_goto] = ACTIONS(2455), + [anon_sym_AMP] = ACTIONS(2457), + [anon_sym_BANG] = ACTIONS(2457), + [anon_sym_TILDE] = ACTIONS(2457), + [anon_sym_PLUS] = ACTIONS(2455), + [anon_sym_DASH] = ACTIONS(2455), + [anon_sym_DASH_DASH] = ACTIONS(2457), + [anon_sym_PLUS_PLUS] = ACTIONS(2457), + [anon_sym_sizeof] = ACTIONS(2455), + [sym_number_literal] = ACTIONS(2455), + [sym_char_literal] = ACTIONS(2455), + [sym_string_literal] = ACTIONS(2457), + [sym_identifier] = ACTIONS(2459), + [sym_comment] = ACTIONS(42), }, [1290] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(6494), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1348), + [sym_labeled_statement] = STATE(1348), + [sym_expression_statement] = STATE(1348), + [sym_if_statement] = STATE(1348), + [sym_switch_statement] = STATE(1348), + [sym_case_statement] = STATE(1348), + [sym_while_statement] = STATE(1348), + [sym_do_statement] = STATE(1348), + [sym_for_statement] = STATE(1348), + [sym_return_statement] = STATE(1348), + [sym_break_statement] = STATE(1348), + [sym_continue_statement] = STATE(1348), + [sym_goto_statement] = STATE(1348), + [sym__expression] = STATE(786), + [sym_comma_expression] = STATE(787), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(1651), + [anon_sym_LBRACE] = ACTIONS(1653), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(1655), + [anon_sym_switch] = ACTIONS(1657), + [anon_sym_case] = ACTIONS(1659), + [anon_sym_default] = ACTIONS(1661), + [anon_sym_while] = ACTIONS(1663), + [anon_sym_do] = ACTIONS(1665), + [anon_sym_for] = ACTIONS(1667), + [anon_sym_return] = ACTIONS(1669), + [anon_sym_break] = ACTIONS(1671), + [anon_sym_continue] = ACTIONS(1673), + [anon_sym_goto] = ACTIONS(1675), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2215), + [sym_comment] = ACTIONS(42), }, [1291] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(6496), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(6496), - [anon_sym_LPAREN] = ACTIONS(6499), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(6496), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(6496), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(6496), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(6496), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(6496), - [sym_preproc_directive] = ACTIONS(6502), - [anon_sym_SEMI] = ACTIONS(6499), - [anon_sym_extern] = ACTIONS(6496), - [anon_sym_LBRACE] = ACTIONS(6499), - [anon_sym_RBRACE] = ACTIONS(6499), - [anon_sym_STAR] = ACTIONS(6499), - [anon_sym_typedef] = ACTIONS(6496), - [anon_sym_static] = ACTIONS(6496), - [anon_sym_auto] = ACTIONS(6496), - [anon_sym_register] = ACTIONS(6496), - [anon_sym_const] = ACTIONS(6496), - [anon_sym_restrict] = ACTIONS(6496), - [anon_sym_volatile] = ACTIONS(6496), - [sym_function_specifier] = ACTIONS(6496), - [anon_sym_unsigned] = ACTIONS(6496), - [anon_sym_long] = ACTIONS(6496), - [anon_sym_short] = ACTIONS(6496), - [anon_sym_enum] = ACTIONS(6496), - [anon_sym_struct] = ACTIONS(6496), - [anon_sym_union] = ACTIONS(6496), - [anon_sym_if] = ACTIONS(6496), - [anon_sym_switch] = ACTIONS(6496), - [anon_sym_case] = ACTIONS(6496), - [anon_sym_default] = ACTIONS(6496), - [anon_sym_while] = ACTIONS(6496), - [anon_sym_do] = ACTIONS(6496), - [anon_sym_for] = ACTIONS(6496), - [anon_sym_return] = ACTIONS(6496), - [anon_sym_break] = ACTIONS(6496), - [anon_sym_continue] = ACTIONS(6496), - [anon_sym_goto] = ACTIONS(6496), - [anon_sym_AMP] = ACTIONS(6499), - [anon_sym_BANG] = ACTIONS(6499), - [anon_sym_TILDE] = ACTIONS(6499), - [anon_sym_PLUS] = ACTIONS(6496), - [anon_sym_DASH] = ACTIONS(6496), - [anon_sym_DASH_DASH] = ACTIONS(6499), - [anon_sym_PLUS_PLUS] = ACTIONS(6499), - [anon_sym_sizeof] = ACTIONS(6496), - [sym_number_literal] = ACTIONS(6496), - [sym_char_literal] = ACTIONS(6496), - [sym_string_literal] = ACTIONS(6499), - [sym_identifier] = ACTIONS(6502), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(2125), + [anon_sym_RPAREN] = ACTIONS(2663), + [sym_comment] = ACTIONS(42), }, [1292] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(6505), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [aux_sym_for_statement_repeat1] = STATE(1350), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1817), + [anon_sym_RPAREN] = ACTIONS(2663), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1293] = { - [sym_compound_statement] = STATE(751), - [sym_labeled_statement] = STATE(751), - [sym_expression_statement] = STATE(751), - [sym_if_statement] = STATE(751), - [sym_switch_statement] = STATE(751), - [sym_case_statement] = STATE(751), - [sym_while_statement] = STATE(751), - [sym_do_statement] = STATE(751), - [sym_for_statement] = STATE(751), - [sym_return_statement] = STATE(751), - [sym_break_statement] = STATE(751), - [sym_continue_statement] = STATE(751), - [sym_goto_statement] = STATE(751), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(3064), - [anon_sym_switch] = ACTIONS(3066), - [anon_sym_case] = ACTIONS(3068), - [anon_sym_default] = ACTIONS(3070), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(3074), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(3080), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1351), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_RPAREN] = ACTIONS(2663), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1294] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(1371), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(6507), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1455), + [anon_sym_LPAREN] = ACTIONS(1453), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1455), + [sym_preproc_directive] = ACTIONS(1457), + [anon_sym_SEMI] = ACTIONS(1453), + [anon_sym_extern] = ACTIONS(1455), + [anon_sym_LBRACE] = ACTIONS(1453), + [anon_sym_STAR] = ACTIONS(1453), + [anon_sym_typedef] = ACTIONS(1455), + [anon_sym_static] = ACTIONS(1455), + [anon_sym_auto] = ACTIONS(1455), + [anon_sym_register] = ACTIONS(1455), + [anon_sym_const] = ACTIONS(1455), + [anon_sym_restrict] = ACTIONS(1455), + [anon_sym_volatile] = ACTIONS(1455), + [sym_function_specifier] = ACTIONS(1455), + [anon_sym_unsigned] = ACTIONS(1455), + [anon_sym_long] = ACTIONS(1455), + [anon_sym_short] = ACTIONS(1455), + [anon_sym_enum] = ACTIONS(1455), + [anon_sym_struct] = ACTIONS(1455), + [anon_sym_union] = ACTIONS(1455), + [anon_sym_if] = ACTIONS(1455), + [anon_sym_else] = ACTIONS(1455), + [anon_sym_switch] = ACTIONS(1455), + [anon_sym_case] = ACTIONS(1455), + [anon_sym_default] = ACTIONS(1455), + [anon_sym_while] = ACTIONS(1455), + [anon_sym_do] = ACTIONS(1455), + [anon_sym_for] = ACTIONS(1455), + [anon_sym_return] = ACTIONS(1455), + [anon_sym_break] = ACTIONS(1455), + [anon_sym_continue] = ACTIONS(1455), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(1453), + [anon_sym_BANG] = ACTIONS(1453), + [anon_sym_TILDE] = ACTIONS(1453), + [anon_sym_PLUS] = ACTIONS(1455), + [anon_sym_DASH] = ACTIONS(1455), + [anon_sym_DASH_DASH] = ACTIONS(1453), + [anon_sym_PLUS_PLUS] = ACTIONS(1453), + [anon_sym_sizeof] = ACTIONS(1455), + [sym_number_literal] = ACTIONS(1455), + [sym_char_literal] = ACTIONS(1455), + [sym_string_literal] = ACTIONS(1453), + [sym_identifier] = ACTIONS(1457), + [sym_comment] = ACTIONS(42), }, [1295] = { - [sym__expression] = STATE(1372), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(6507), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(2665), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1296] = { - [anon_sym_LPAREN] = ACTIONS(6509), - [anon_sym_COMMA] = ACTIONS(6509), - [anon_sym_RPAREN] = ACTIONS(6509), - [anon_sym_SEMI] = ACTIONS(6514), - [anon_sym_LBRACE] = ACTIONS(1640), - [anon_sym_LBRACK] = ACTIONS(6509), - [anon_sym_EQ] = ACTIONS(1640), - [anon_sym_COLON] = ACTIONS(1844), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(2667), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1297] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(6517), - [anon_sym_RPAREN] = ACTIONS(6520), - [anon_sym_SEMI] = ACTIONS(1602), - [anon_sym_STAR] = ACTIONS(4327), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(4329), - [anon_sym_QMARK] = ACTIONS(4331), - [anon_sym_STAR_EQ] = ACTIONS(4333), - [anon_sym_SLASH_EQ] = ACTIONS(4333), - [anon_sym_PERCENT_EQ] = ACTIONS(4333), - [anon_sym_PLUS_EQ] = ACTIONS(4333), - [anon_sym_DASH_EQ] = ACTIONS(4333), - [anon_sym_LT_LT_EQ] = ACTIONS(4333), - [anon_sym_GT_GT_EQ] = ACTIONS(4333), - [anon_sym_AMP_EQ] = ACTIONS(4333), - [anon_sym_CARET_EQ] = ACTIONS(4333), - [anon_sym_PIPE_EQ] = ACTIONS(4333), - [anon_sym_AMP] = ACTIONS(4335), - [anon_sym_PIPE_PIPE] = ACTIONS(4337), - [anon_sym_AMP_AMP] = ACTIONS(4337), - [anon_sym_PIPE] = ACTIONS(4335), - [anon_sym_CARET] = ACTIONS(4335), - [anon_sym_EQ_EQ] = ACTIONS(4339), - [anon_sym_BANG_EQ] = ACTIONS(4339), - [anon_sym_LT] = ACTIONS(4341), - [anon_sym_GT] = ACTIONS(4341), - [anon_sym_LT_EQ] = ACTIONS(4343), - [anon_sym_GT_EQ] = ACTIONS(4343), - [anon_sym_LT_LT] = ACTIONS(4345), - [anon_sym_GT_GT] = ACTIONS(4345), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4327), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_declaration] = STATE(1354), + [sym__declaration_specifiers] = STATE(1300), + [sym_compound_statement] = STATE(1354), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(1354), + [sym_expression_statement] = STATE(1354), + [sym_if_statement] = STATE(1354), + [sym_switch_statement] = STATE(1354), + [sym_case_statement] = STATE(1354), + [sym_while_statement] = STATE(1354), + [sym_do_statement] = STATE(1354), + [sym_for_statement] = STATE(1354), + [sym_return_statement] = STATE(1354), + [sym_break_statement] = STATE(1354), + [sym_continue_statement] = STATE(1354), + [sym_goto_statement] = STATE(1354), + [sym__expression] = STATE(1155), + [sym_comma_expression] = STATE(1156), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2381), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(2383), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(2385), + [anon_sym_switch] = ACTIONS(2387), + [anon_sym_case] = ACTIONS(2389), + [anon_sym_default] = ACTIONS(2391), + [anon_sym_while] = ACTIONS(2393), + [anon_sym_do] = ACTIONS(2395), + [anon_sym_for] = ACTIONS(2397), + [anon_sym_return] = ACTIONS(2399), + [anon_sym_break] = ACTIONS(2401), + [anon_sym_continue] = ACTIONS(2403), + [anon_sym_goto] = ACTIONS(2405), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2611), + [sym_comment] = ACTIONS(42), }, [1298] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(6523), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(6523), - [anon_sym_LPAREN] = ACTIONS(6530), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(6523), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(6523), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(6523), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(6523), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(6523), - [sym_preproc_directive] = ACTIONS(6537), - [anon_sym_SEMI] = ACTIONS(6530), - [anon_sym_extern] = ACTIONS(6523), - [anon_sym_LBRACE] = ACTIONS(6530), - [anon_sym_RBRACE] = ACTIONS(6530), - [anon_sym_STAR] = ACTIONS(6530), - [anon_sym_typedef] = ACTIONS(6523), - [anon_sym_static] = ACTIONS(6523), - [anon_sym_auto] = ACTIONS(6523), - [anon_sym_register] = ACTIONS(6523), - [anon_sym_const] = ACTIONS(6523), - [anon_sym_restrict] = ACTIONS(6523), - [anon_sym_volatile] = ACTIONS(6523), - [sym_function_specifier] = ACTIONS(6523), - [anon_sym_unsigned] = ACTIONS(6523), - [anon_sym_long] = ACTIONS(6523), - [anon_sym_short] = ACTIONS(6523), - [anon_sym_enum] = ACTIONS(6523), - [anon_sym_struct] = ACTIONS(6523), - [anon_sym_union] = ACTIONS(6523), - [anon_sym_if] = ACTIONS(6523), - [anon_sym_else] = ACTIONS(6544), - [anon_sym_switch] = ACTIONS(6523), - [anon_sym_case] = ACTIONS(6523), - [anon_sym_default] = ACTIONS(6523), - [anon_sym_while] = ACTIONS(6523), - [anon_sym_do] = ACTIONS(6523), - [anon_sym_for] = ACTIONS(6523), - [anon_sym_return] = ACTIONS(6523), - [anon_sym_break] = ACTIONS(6523), - [anon_sym_continue] = ACTIONS(6523), - [anon_sym_goto] = ACTIONS(6523), - [anon_sym_AMP] = ACTIONS(6530), - [anon_sym_BANG] = ACTIONS(6530), - [anon_sym_TILDE] = ACTIONS(6530), - [anon_sym_PLUS] = ACTIONS(6523), - [anon_sym_DASH] = ACTIONS(6523), - [anon_sym_DASH_DASH] = ACTIONS(6530), - [anon_sym_PLUS_PLUS] = ACTIONS(6530), - [anon_sym_sizeof] = ACTIONS(6523), - [sym_number_literal] = ACTIONS(6523), - [sym_char_literal] = ACTIONS(6523), - [sym_string_literal] = ACTIONS(6530), - [sym_identifier] = ACTIONS(6537), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(872), + [anon_sym_COMMA] = ACTIONS(866), + [anon_sym_SEMI] = ACTIONS(866), + [anon_sym_extern] = ACTIONS(95), + [anon_sym_STAR] = ACTIONS(879), + [anon_sym_LBRACK] = ACTIONS(866), + [anon_sym_EQ] = ACTIONS(868), + [anon_sym_typedef] = ACTIONS(95), + [anon_sym_static] = ACTIONS(95), + [anon_sym_auto] = ACTIONS(95), + [anon_sym_register] = ACTIONS(95), + [anon_sym_const] = ACTIONS(95), + [anon_sym_restrict] = ACTIONS(95), + [anon_sym_volatile] = ACTIONS(95), + [sym_function_specifier] = ACTIONS(95), + [anon_sym_COLON] = ACTIONS(2529), + [anon_sym_QMARK] = ACTIONS(866), + [anon_sym_STAR_EQ] = ACTIONS(866), + [anon_sym_SLASH_EQ] = ACTIONS(866), + [anon_sym_PERCENT_EQ] = ACTIONS(866), + [anon_sym_PLUS_EQ] = ACTIONS(866), + [anon_sym_DASH_EQ] = ACTIONS(866), + [anon_sym_LT_LT_EQ] = ACTIONS(866), + [anon_sym_GT_GT_EQ] = ACTIONS(866), + [anon_sym_AMP_EQ] = ACTIONS(866), + [anon_sym_CARET_EQ] = ACTIONS(866), + [anon_sym_PIPE_EQ] = ACTIONS(866), + [anon_sym_AMP] = ACTIONS(868), + [anon_sym_PIPE_PIPE] = ACTIONS(866), + [anon_sym_AMP_AMP] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_LT] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_LT_LT] = ACTIONS(868), + [anon_sym_GT_GT] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_PERCENT] = ACTIONS(868), + [anon_sym_DASH_DASH] = ACTIONS(866), + [anon_sym_PLUS_PLUS] = ACTIONS(866), + [anon_sym_DOT] = ACTIONS(866), + [anon_sym_DASH_GT] = ACTIONS(866), + [sym_identifier] = ACTIONS(97), + [sym_comment] = ACTIONS(42), }, [1299] = { - [sym_compound_statement] = STATE(1373), - [sym_labeled_statement] = STATE(1373), - [sym_expression_statement] = STATE(1373), - [sym_if_statement] = STATE(1373), - [sym_switch_statement] = STATE(1373), - [sym_case_statement] = STATE(1373), - [sym_while_statement] = STATE(1373), - [sym_do_statement] = STATE(1373), - [sym_for_statement] = STATE(1373), - [sym_return_statement] = STATE(1373), - [sym_break_statement] = STATE(1373), - [sym_continue_statement] = STATE(1373), - [sym_goto_statement] = STATE(1373), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(3064), - [anon_sym_switch] = ACTIONS(3066), - [anon_sym_case] = ACTIONS(3068), - [anon_sym_default] = ACTIONS(3070), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(3074), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(3080), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1767), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1767), + [anon_sym_LPAREN] = ACTIONS(1769), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1767), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1767), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1767), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1767), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1767), + [sym_preproc_directive] = ACTIONS(1771), + [anon_sym_SEMI] = ACTIONS(1769), + [anon_sym_extern] = ACTIONS(1767), + [anon_sym_LBRACE] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1769), + [anon_sym_typedef] = ACTIONS(1767), + [anon_sym_static] = ACTIONS(1767), + [anon_sym_auto] = ACTIONS(1767), + [anon_sym_register] = ACTIONS(1767), + [anon_sym_const] = ACTIONS(1767), + [anon_sym_restrict] = ACTIONS(1767), + [anon_sym_volatile] = ACTIONS(1767), + [sym_function_specifier] = ACTIONS(1767), + [anon_sym_unsigned] = ACTIONS(1767), + [anon_sym_long] = ACTIONS(1767), + [anon_sym_short] = ACTIONS(1767), + [anon_sym_enum] = ACTIONS(1767), + [anon_sym_struct] = ACTIONS(1767), + [anon_sym_union] = ACTIONS(1767), + [anon_sym_if] = ACTIONS(1767), + [anon_sym_else] = ACTIONS(1767), + [anon_sym_switch] = ACTIONS(1767), + [anon_sym_case] = ACTIONS(1767), + [anon_sym_default] = ACTIONS(1767), + [anon_sym_while] = ACTIONS(1767), + [anon_sym_do] = ACTIONS(1767), + [anon_sym_for] = ACTIONS(1767), + [anon_sym_return] = ACTIONS(1767), + [anon_sym_break] = ACTIONS(1767), + [anon_sym_continue] = ACTIONS(1767), + [anon_sym_goto] = ACTIONS(1767), + [anon_sym_AMP] = ACTIONS(1769), + [anon_sym_BANG] = ACTIONS(1769), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_PLUS] = ACTIONS(1767), + [anon_sym_DASH] = ACTIONS(1767), + [anon_sym_DASH_DASH] = ACTIONS(1769), + [anon_sym_PLUS_PLUS] = ACTIONS(1769), + [anon_sym_sizeof] = ACTIONS(1767), + [sym_number_literal] = ACTIONS(1767), + [sym_char_literal] = ACTIONS(1767), + [sym_string_literal] = ACTIONS(1769), + [sym_identifier] = ACTIONS(1771), + [sym_comment] = ACTIONS(42), }, [1300] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(1376), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(6552), - [anon_sym_SEMI] = ACTIONS(6554), - [anon_sym_STAR] = ACTIONS(4327), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(4329), - [anon_sym_QMARK] = ACTIONS(4331), - [anon_sym_STAR_EQ] = ACTIONS(4333), - [anon_sym_SLASH_EQ] = ACTIONS(4333), - [anon_sym_PERCENT_EQ] = ACTIONS(4333), - [anon_sym_PLUS_EQ] = ACTIONS(4333), - [anon_sym_DASH_EQ] = ACTIONS(4333), - [anon_sym_LT_LT_EQ] = ACTIONS(4333), - [anon_sym_GT_GT_EQ] = ACTIONS(4333), - [anon_sym_AMP_EQ] = ACTIONS(4333), - [anon_sym_CARET_EQ] = ACTIONS(4333), - [anon_sym_PIPE_EQ] = ACTIONS(4333), - [anon_sym_AMP] = ACTIONS(4335), - [anon_sym_PIPE_PIPE] = ACTIONS(4337), - [anon_sym_AMP_AMP] = ACTIONS(4337), - [anon_sym_PIPE] = ACTIONS(4335), - [anon_sym_CARET] = ACTIONS(4335), - [anon_sym_EQ_EQ] = ACTIONS(4339), - [anon_sym_BANG_EQ] = ACTIONS(4339), - [anon_sym_LT] = ACTIONS(4341), - [anon_sym_GT] = ACTIONS(4341), - [anon_sym_LT_EQ] = ACTIONS(4343), - [anon_sym_GT_EQ] = ACTIONS(4343), - [anon_sym_LT_LT] = ACTIONS(4345), - [anon_sym_GT_GT] = ACTIONS(4345), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4327), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__declarator] = STATE(1355), + [sym_pointer_declarator] = STATE(44), + [sym_function_declarator] = STATE(44), + [sym_array_declarator] = STATE(44), + [sym_init_declarator] = STATE(1356), + [anon_sym_LPAREN] = ACTIONS(107), + [anon_sym_STAR] = ACTIONS(462), + [sym_identifier] = ACTIONS(113), + [sym_comment] = ACTIONS(42), }, [1301] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(4818), - [anon_sym_COMMA] = ACTIONS(4821), - [anon_sym_RPAREN] = ACTIONS(1964), - [anon_sym_SEMI] = ACTIONS(6556), - [anon_sym_RBRACE] = ACTIONS(1964), - [anon_sym_STAR] = ACTIONS(4827), - [anon_sym_LBRACK] = ACTIONS(4830), - [anon_sym_RBRACK] = ACTIONS(1964), - [anon_sym_EQ] = ACTIONS(4833), - [anon_sym_COLON] = ACTIONS(1964), - [anon_sym_QMARK] = ACTIONS(4836), - [anon_sym_STAR_EQ] = ACTIONS(4839), - [anon_sym_SLASH_EQ] = ACTIONS(4839), - [anon_sym_PERCENT_EQ] = ACTIONS(4839), - [anon_sym_PLUS_EQ] = ACTIONS(4839), - [anon_sym_DASH_EQ] = ACTIONS(4839), - [anon_sym_LT_LT_EQ] = ACTIONS(4839), - [anon_sym_GT_GT_EQ] = ACTIONS(4839), - [anon_sym_AMP_EQ] = ACTIONS(4839), - [anon_sym_CARET_EQ] = ACTIONS(4839), - [anon_sym_PIPE_EQ] = ACTIONS(4839), - [anon_sym_AMP] = ACTIONS(4842), - [anon_sym_PIPE_PIPE] = ACTIONS(4845), - [anon_sym_AMP_AMP] = ACTIONS(4845), - [anon_sym_PIPE] = ACTIONS(4842), - [anon_sym_CARET] = ACTIONS(4842), - [anon_sym_EQ_EQ] = ACTIONS(4848), - [anon_sym_BANG_EQ] = ACTIONS(4848), - [anon_sym_LT] = ACTIONS(4851), - [anon_sym_GT] = ACTIONS(4851), - [anon_sym_LT_EQ] = ACTIONS(4854), - [anon_sym_GT_EQ] = ACTIONS(4854), - [anon_sym_LT_LT] = ACTIONS(4857), - [anon_sym_GT_GT] = ACTIONS(4857), - [anon_sym_PLUS] = ACTIONS(4827), - [anon_sym_DASH] = ACTIONS(4827), - [anon_sym_SLASH] = ACTIONS(4827), - [anon_sym_PERCENT] = ACTIONS(4827), - [anon_sym_DASH_DASH] = ACTIONS(4860), - [anon_sym_PLUS_PLUS] = ACTIONS(4860), - [anon_sym_DOT] = ACTIONS(4863), - [anon_sym_DASH_GT] = ACTIONS(4863), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(2669), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1302] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(4501), - [anon_sym_COMMA] = ACTIONS(1690), - [anon_sym_RPAREN] = ACTIONS(1690), - [anon_sym_SEMI] = ACTIONS(1690), - [anon_sym_RBRACE] = ACTIONS(1690), - [anon_sym_STAR] = ACTIONS(4510), - [anon_sym_LBRACK] = ACTIONS(4513), - [anon_sym_RBRACK] = ACTIONS(1690), - [anon_sym_EQ] = ACTIONS(4516), - [anon_sym_COLON] = ACTIONS(1690), - [anon_sym_QMARK] = ACTIONS(4519), - [anon_sym_STAR_EQ] = ACTIONS(4522), - [anon_sym_SLASH_EQ] = ACTIONS(4522), - [anon_sym_PERCENT_EQ] = ACTIONS(4522), - [anon_sym_PLUS_EQ] = ACTIONS(4522), - [anon_sym_DASH_EQ] = ACTIONS(4522), - [anon_sym_LT_LT_EQ] = ACTIONS(4522), - [anon_sym_GT_GT_EQ] = ACTIONS(4522), - [anon_sym_AMP_EQ] = ACTIONS(4522), - [anon_sym_CARET_EQ] = ACTIONS(4522), - [anon_sym_PIPE_EQ] = ACTIONS(4522), - [anon_sym_AMP] = ACTIONS(4525), - [anon_sym_PIPE_PIPE] = ACTIONS(4528), - [anon_sym_AMP_AMP] = ACTIONS(4528), - [anon_sym_PIPE] = ACTIONS(4525), - [anon_sym_CARET] = ACTIONS(4525), - [anon_sym_EQ_EQ] = ACTIONS(4531), - [anon_sym_BANG_EQ] = ACTIONS(4531), - [anon_sym_LT] = ACTIONS(4534), - [anon_sym_GT] = ACTIONS(4534), - [anon_sym_LT_EQ] = ACTIONS(4537), - [anon_sym_GT_EQ] = ACTIONS(4537), - [anon_sym_LT_LT] = ACTIONS(4540), - [anon_sym_GT_GT] = ACTIONS(4540), - [anon_sym_PLUS] = ACTIONS(4510), - [anon_sym_DASH] = ACTIONS(4510), - [anon_sym_SLASH] = ACTIONS(4510), - [anon_sym_PERCENT] = ACTIONS(4510), - [anon_sym_DASH_DASH] = ACTIONS(4543), - [anon_sym_PLUS_PLUS] = ACTIONS(4543), - [anon_sym_DOT] = ACTIONS(4546), - [anon_sym_DASH_GT] = ACTIONS(4546), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(2671), + [sym_comment] = ACTIONS(42), }, [1303] = { - [ts_builtin_sym_end] = ACTIONS(6559), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(6563), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(6563), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(6563), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(6563), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(6563), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(6563), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(6563), - [sym_preproc_directive] = ACTIONS(6567), - [anon_sym_extern] = ACTIONS(6563), - [anon_sym_RBRACE] = ACTIONS(6559), - [anon_sym_typedef] = ACTIONS(6563), - [anon_sym_static] = ACTIONS(6563), - [anon_sym_auto] = ACTIONS(6563), - [anon_sym_register] = ACTIONS(6563), - [anon_sym_const] = ACTIONS(6563), - [anon_sym_restrict] = ACTIONS(6563), - [anon_sym_volatile] = ACTIONS(6563), - [sym_function_specifier] = ACTIONS(6563), - [anon_sym_unsigned] = ACTIONS(6563), - [anon_sym_long] = ACTIONS(6563), - [anon_sym_short] = ACTIONS(6563), - [anon_sym_enum] = ACTIONS(6563), - [anon_sym_struct] = ACTIONS(6563), - [anon_sym_union] = ACTIONS(6563), - [sym_identifier] = ACTIONS(6567), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1360), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(2673), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1304] = { - [sym__expression] = STATE(1377), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2675), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1305] = { - [sym__expression] = STATE(1378), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1787), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1787), + [anon_sym_LPAREN] = ACTIONS(1789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1787), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1787), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1787), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1787), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1787), + [sym_preproc_directive] = ACTIONS(1791), + [anon_sym_SEMI] = ACTIONS(1789), + [anon_sym_extern] = ACTIONS(1787), + [anon_sym_LBRACE] = ACTIONS(1789), + [anon_sym_STAR] = ACTIONS(1789), + [anon_sym_typedef] = ACTIONS(1787), + [anon_sym_static] = ACTIONS(1787), + [anon_sym_auto] = ACTIONS(1787), + [anon_sym_register] = ACTIONS(1787), + [anon_sym_const] = ACTIONS(1787), + [anon_sym_restrict] = ACTIONS(1787), + [anon_sym_volatile] = ACTIONS(1787), + [sym_function_specifier] = ACTIONS(1787), + [anon_sym_unsigned] = ACTIONS(1787), + [anon_sym_long] = ACTIONS(1787), + [anon_sym_short] = ACTIONS(1787), + [anon_sym_enum] = ACTIONS(1787), + [anon_sym_struct] = ACTIONS(1787), + [anon_sym_union] = ACTIONS(1787), + [anon_sym_if] = ACTIONS(1787), + [anon_sym_else] = ACTIONS(1787), + [anon_sym_switch] = ACTIONS(1787), + [anon_sym_case] = ACTIONS(1787), + [anon_sym_default] = ACTIONS(1787), + [anon_sym_while] = ACTIONS(1787), + [anon_sym_do] = ACTIONS(1787), + [anon_sym_for] = ACTIONS(1787), + [anon_sym_return] = ACTIONS(1787), + [anon_sym_break] = ACTIONS(1787), + [anon_sym_continue] = ACTIONS(1787), + [anon_sym_goto] = ACTIONS(1787), + [anon_sym_AMP] = ACTIONS(1789), + [anon_sym_BANG] = ACTIONS(1789), + [anon_sym_TILDE] = ACTIONS(1789), + [anon_sym_PLUS] = ACTIONS(1787), + [anon_sym_DASH] = ACTIONS(1787), + [anon_sym_DASH_DASH] = ACTIONS(1789), + [anon_sym_PLUS_PLUS] = ACTIONS(1789), + [anon_sym_sizeof] = ACTIONS(1787), + [sym_number_literal] = ACTIONS(1787), + [sym_char_literal] = ACTIONS(1787), + [sym_string_literal] = ACTIONS(1789), + [sym_identifier] = ACTIONS(1791), + [sym_comment] = ACTIONS(42), }, [1306] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_COLON] = ACTIONS(6571), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_STAR_EQ] = ACTIONS(1241), - [anon_sym_SLASH_EQ] = ACTIONS(1241), - [anon_sym_PERCENT_EQ] = ACTIONS(1241), - [anon_sym_PLUS_EQ] = ACTIONS(1241), - [anon_sym_DASH_EQ] = ACTIONS(1241), - [anon_sym_LT_LT_EQ] = ACTIONS(1241), - [anon_sym_GT_GT_EQ] = ACTIONS(1241), - [anon_sym_AMP_EQ] = ACTIONS(1241), - [anon_sym_CARET_EQ] = ACTIONS(1241), - [anon_sym_PIPE_EQ] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1245), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE] = ACTIONS(1249), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_EQ_EQ] = ACTIONS(1253), - [anon_sym_BANG_EQ] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1793), + [anon_sym_LPAREN] = ACTIONS(1795), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1793), + [sym_preproc_directive] = ACTIONS(1797), + [anon_sym_SEMI] = ACTIONS(1795), + [anon_sym_extern] = ACTIONS(1793), + [anon_sym_LBRACE] = ACTIONS(1795), + [anon_sym_STAR] = ACTIONS(1795), + [anon_sym_typedef] = ACTIONS(1793), + [anon_sym_static] = ACTIONS(1793), + [anon_sym_auto] = ACTIONS(1793), + [anon_sym_register] = ACTIONS(1793), + [anon_sym_const] = ACTIONS(1793), + [anon_sym_restrict] = ACTIONS(1793), + [anon_sym_volatile] = ACTIONS(1793), + [sym_function_specifier] = ACTIONS(1793), + [anon_sym_unsigned] = ACTIONS(1793), + [anon_sym_long] = ACTIONS(1793), + [anon_sym_short] = ACTIONS(1793), + [anon_sym_enum] = ACTIONS(1793), + [anon_sym_struct] = ACTIONS(1793), + [anon_sym_union] = ACTIONS(1793), + [anon_sym_if] = ACTIONS(1793), + [anon_sym_else] = ACTIONS(1793), + [anon_sym_switch] = ACTIONS(1793), + [anon_sym_case] = ACTIONS(1793), + [anon_sym_default] = ACTIONS(1793), + [anon_sym_while] = ACTIONS(1793), + [anon_sym_do] = ACTIONS(1793), + [anon_sym_for] = ACTIONS(1793), + [anon_sym_return] = ACTIONS(1793), + [anon_sym_break] = ACTIONS(1793), + [anon_sym_continue] = ACTIONS(1793), + [anon_sym_goto] = ACTIONS(1793), + [anon_sym_AMP] = ACTIONS(1795), + [anon_sym_BANG] = ACTIONS(1795), + [anon_sym_TILDE] = ACTIONS(1795), + [anon_sym_PLUS] = ACTIONS(1793), + [anon_sym_DASH] = ACTIONS(1793), + [anon_sym_DASH_DASH] = ACTIONS(1795), + [anon_sym_PLUS_PLUS] = ACTIONS(1795), + [anon_sym_sizeof] = ACTIONS(1793), + [sym_number_literal] = ACTIONS(1793), + [sym_char_literal] = ACTIONS(1793), + [sym_string_literal] = ACTIONS(1795), + [sym_identifier] = ACTIONS(1797), + [sym_comment] = ACTIONS(42), }, [1307] = { - [sym_declaration] = STATE(452), - [sym__declaration_specifiers] = STATE(453), - [sym_compound_statement] = STATE(452), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(452), - [sym_expression_statement] = STATE(452), - [sym_if_statement] = STATE(452), - [sym_switch_statement] = STATE(452), - [sym_case_statement] = STATE(452), - [sym_while_statement] = STATE(452), - [sym_do_statement] = STATE(452), - [sym_for_statement] = STATE(452), - [sym_return_statement] = STATE(452), - [sym_break_statement] = STATE(452), - [sym_continue_statement] = STATE(452), - [sym_goto_statement] = STATE(452), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(4224), - [anon_sym_switch] = ACTIONS(4226), - [anon_sym_case] = ACTIONS(4228), - [anon_sym_default] = ACTIONS(4230), - [anon_sym_while] = ACTIONS(4232), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(4234), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(6573), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1805), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1805), + [anon_sym_LPAREN] = ACTIONS(1807), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1805), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1805), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1805), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1805), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1805), + [sym_preproc_directive] = ACTIONS(1809), + [anon_sym_SEMI] = ACTIONS(1807), + [anon_sym_extern] = ACTIONS(1805), + [anon_sym_LBRACE] = ACTIONS(1807), + [anon_sym_STAR] = ACTIONS(1807), + [anon_sym_typedef] = ACTIONS(1805), + [anon_sym_static] = ACTIONS(1805), + [anon_sym_auto] = ACTIONS(1805), + [anon_sym_register] = ACTIONS(1805), + [anon_sym_const] = ACTIONS(1805), + [anon_sym_restrict] = ACTIONS(1805), + [anon_sym_volatile] = ACTIONS(1805), + [sym_function_specifier] = ACTIONS(1805), + [anon_sym_unsigned] = ACTIONS(1805), + [anon_sym_long] = ACTIONS(1805), + [anon_sym_short] = ACTIONS(1805), + [anon_sym_enum] = ACTIONS(1805), + [anon_sym_struct] = ACTIONS(1805), + [anon_sym_union] = ACTIONS(1805), + [anon_sym_if] = ACTIONS(1805), + [anon_sym_else] = ACTIONS(1805), + [anon_sym_switch] = ACTIONS(1805), + [anon_sym_case] = ACTIONS(1805), + [anon_sym_default] = ACTIONS(1805), + [anon_sym_while] = ACTIONS(1805), + [anon_sym_do] = ACTIONS(1805), + [anon_sym_for] = ACTIONS(1805), + [anon_sym_return] = ACTIONS(1805), + [anon_sym_break] = ACTIONS(1805), + [anon_sym_continue] = ACTIONS(1805), + [anon_sym_goto] = ACTIONS(1805), + [anon_sym_AMP] = ACTIONS(1807), + [anon_sym_BANG] = ACTIONS(1807), + [anon_sym_TILDE] = ACTIONS(1807), + [anon_sym_PLUS] = ACTIONS(1805), + [anon_sym_DASH] = ACTIONS(1805), + [anon_sym_DASH_DASH] = ACTIONS(1807), + [anon_sym_PLUS_PLUS] = ACTIONS(1807), + [anon_sym_sizeof] = ACTIONS(1805), + [sym_number_literal] = ACTIONS(1805), + [sym_char_literal] = ACTIONS(1805), + [sym_string_literal] = ACTIONS(1807), + [sym_identifier] = ACTIONS(1809), + [sym_comment] = ACTIONS(42), }, [1308] = { - [sym__expression] = STATE(1381), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(1217), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1225), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_sizeof] = ACTIONS(1229), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2553), + [anon_sym_LPAREN] = ACTIONS(2555), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2553), + [sym_preproc_directive] = ACTIONS(2557), + [anon_sym_SEMI] = ACTIONS(2555), + [anon_sym_extern] = ACTIONS(2553), + [anon_sym_LBRACE] = ACTIONS(2555), + [anon_sym_STAR] = ACTIONS(2555), + [anon_sym_typedef] = ACTIONS(2553), + [anon_sym_static] = ACTIONS(2553), + [anon_sym_auto] = ACTIONS(2553), + [anon_sym_register] = ACTIONS(2553), + [anon_sym_const] = ACTIONS(2553), + [anon_sym_restrict] = ACTIONS(2553), + [anon_sym_volatile] = ACTIONS(2553), + [sym_function_specifier] = ACTIONS(2553), + [anon_sym_unsigned] = ACTIONS(2553), + [anon_sym_long] = ACTIONS(2553), + [anon_sym_short] = ACTIONS(2553), + [anon_sym_enum] = ACTIONS(2553), + [anon_sym_struct] = ACTIONS(2553), + [anon_sym_union] = ACTIONS(2553), + [anon_sym_if] = ACTIONS(2553), + [anon_sym_switch] = ACTIONS(2553), + [anon_sym_case] = ACTIONS(2553), + [anon_sym_default] = ACTIONS(2553), + [anon_sym_while] = ACTIONS(2553), + [anon_sym_do] = ACTIONS(2553), + [anon_sym_for] = ACTIONS(2553), + [anon_sym_return] = ACTIONS(2553), + [anon_sym_break] = ACTIONS(2553), + [anon_sym_continue] = ACTIONS(2553), + [anon_sym_goto] = ACTIONS(2553), + [anon_sym_AMP] = ACTIONS(2555), + [anon_sym_BANG] = ACTIONS(2555), + [anon_sym_TILDE] = ACTIONS(2555), + [anon_sym_PLUS] = ACTIONS(2553), + [anon_sym_DASH] = ACTIONS(2553), + [anon_sym_DASH_DASH] = ACTIONS(2555), + [anon_sym_PLUS_PLUS] = ACTIONS(2555), + [anon_sym_sizeof] = ACTIONS(2553), + [sym_number_literal] = ACTIONS(2553), + [sym_char_literal] = ACTIONS(2553), + [sym_string_literal] = ACTIONS(2555), + [sym_identifier] = ACTIONS(2557), + [sym_comment] = ACTIONS(42), }, [1309] = { - [sym_declaration] = STATE(1382), - [sym__declaration_specifiers] = STATE(453), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym__expression] = STATE(1383), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(6575), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(1281), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2567), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2567), + [anon_sym_LPAREN] = ACTIONS(2569), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2567), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2567), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2567), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2567), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2567), + [sym_preproc_directive] = ACTIONS(2571), + [anon_sym_SEMI] = ACTIONS(2569), + [anon_sym_extern] = ACTIONS(2567), + [anon_sym_LBRACE] = ACTIONS(2569), + [anon_sym_STAR] = ACTIONS(2569), + [anon_sym_typedef] = ACTIONS(2567), + [anon_sym_static] = ACTIONS(2567), + [anon_sym_auto] = ACTIONS(2567), + [anon_sym_register] = ACTIONS(2567), + [anon_sym_const] = ACTIONS(2567), + [anon_sym_restrict] = ACTIONS(2567), + [anon_sym_volatile] = ACTIONS(2567), + [sym_function_specifier] = ACTIONS(2567), + [anon_sym_unsigned] = ACTIONS(2567), + [anon_sym_long] = ACTIONS(2567), + [anon_sym_short] = ACTIONS(2567), + [anon_sym_enum] = ACTIONS(2567), + [anon_sym_struct] = ACTIONS(2567), + [anon_sym_union] = ACTIONS(2567), + [anon_sym_if] = ACTIONS(2567), + [anon_sym_switch] = ACTIONS(2567), + [anon_sym_case] = ACTIONS(2567), + [anon_sym_default] = ACTIONS(2567), + [anon_sym_while] = ACTIONS(2567), + [anon_sym_do] = ACTIONS(2567), + [anon_sym_for] = ACTIONS(2567), + [anon_sym_return] = ACTIONS(2567), + [anon_sym_break] = ACTIONS(2567), + [anon_sym_continue] = ACTIONS(2567), + [anon_sym_goto] = ACTIONS(2567), + [anon_sym_AMP] = ACTIONS(2569), + [anon_sym_BANG] = ACTIONS(2569), + [anon_sym_TILDE] = ACTIONS(2569), + [anon_sym_PLUS] = ACTIONS(2567), + [anon_sym_DASH] = ACTIONS(2567), + [anon_sym_DASH_DASH] = ACTIONS(2569), + [anon_sym_PLUS_PLUS] = ACTIONS(2569), + [anon_sym_sizeof] = ACTIONS(2567), + [sym_number_literal] = ACTIONS(2567), + [sym_char_literal] = ACTIONS(2567), + [sym_string_literal] = ACTIONS(2569), + [sym_identifier] = ACTIONS(2571), + [sym_comment] = ACTIONS(42), }, [1310] = { - [sym_compound_statement] = STATE(471), - [sym_labeled_statement] = STATE(471), - [sym_expression_statement] = STATE(471), - [sym_if_statement] = STATE(471), - [sym_switch_statement] = STATE(471), - [sym_case_statement] = STATE(471), - [sym_while_statement] = STATE(471), - [sym_do_statement] = STATE(471), - [sym_for_statement] = STATE(471), - [sym_return_statement] = STATE(471), - [sym_break_statement] = STATE(471), - [sym_continue_statement] = STATE(471), - [sym_goto_statement] = STATE(471), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(4224), - [anon_sym_switch] = ACTIONS(4226), - [anon_sym_case] = ACTIONS(4228), - [anon_sym_default] = ACTIONS(4230), - [anon_sym_while] = ACTIONS(4232), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(4234), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(6577), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1362), + [sym_labeled_statement] = STATE(1362), + [sym_expression_statement] = STATE(1362), + [sym_if_statement] = STATE(1362), + [sym_switch_statement] = STATE(1362), + [sym_case_statement] = STATE(1362), + [sym_while_statement] = STATE(1362), + [sym_do_statement] = STATE(1362), + [sym_for_statement] = STATE(1362), + [sym_return_statement] = STATE(1362), + [sym_break_statement] = STATE(1362), + [sym_continue_statement] = STATE(1362), + [sym_goto_statement] = STATE(1362), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2011), + [sym_comment] = ACTIONS(42), }, [1311] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(6579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(6579), - [anon_sym_LPAREN] = ACTIONS(6583), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(6579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(6579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(6579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(6579), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(6579), - [sym_preproc_directive] = ACTIONS(6587), - [anon_sym_SEMI] = ACTIONS(6583), - [anon_sym_extern] = ACTIONS(6579), - [anon_sym_LBRACE] = ACTIONS(6583), - [anon_sym_RBRACE] = ACTIONS(6583), - [anon_sym_STAR] = ACTIONS(6583), - [anon_sym_typedef] = ACTIONS(6579), - [anon_sym_static] = ACTIONS(6579), - [anon_sym_auto] = ACTIONS(6579), - [anon_sym_register] = ACTIONS(6579), - [anon_sym_const] = ACTIONS(6579), - [anon_sym_restrict] = ACTIONS(6579), - [anon_sym_volatile] = ACTIONS(6579), - [sym_function_specifier] = ACTIONS(6579), - [anon_sym_unsigned] = ACTIONS(6579), - [anon_sym_long] = ACTIONS(6579), - [anon_sym_short] = ACTIONS(6579), - [anon_sym_enum] = ACTIONS(6579), - [anon_sym_struct] = ACTIONS(6579), - [anon_sym_union] = ACTIONS(6579), - [anon_sym_if] = ACTIONS(6579), - [anon_sym_switch] = ACTIONS(6579), - [anon_sym_case] = ACTIONS(6579), - [anon_sym_default] = ACTIONS(6579), - [anon_sym_while] = ACTIONS(6579), - [anon_sym_do] = ACTIONS(6579), - [anon_sym_for] = ACTIONS(6579), - [anon_sym_return] = ACTIONS(6579), - [anon_sym_break] = ACTIONS(6579), - [anon_sym_continue] = ACTIONS(6579), - [anon_sym_goto] = ACTIONS(6579), - [anon_sym_AMP] = ACTIONS(6583), - [anon_sym_BANG] = ACTIONS(6583), - [anon_sym_TILDE] = ACTIONS(6583), - [anon_sym_PLUS] = ACTIONS(6579), - [anon_sym_DASH] = ACTIONS(6579), - [anon_sym_DASH_DASH] = ACTIONS(6583), - [anon_sym_PLUS_PLUS] = ACTIONS(6583), - [anon_sym_sizeof] = ACTIONS(6579), - [sym_number_literal] = ACTIONS(6579), - [sym_char_literal] = ACTIONS(6579), - [sym_string_literal] = ACTIONS(6583), - [sym_identifier] = ACTIONS(6587), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(2125), + [anon_sym_RPAREN] = ACTIONS(2677), + [sym_comment] = ACTIONS(42), }, [1312] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(6591), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(6591), - [anon_sym_LPAREN] = ACTIONS(6595), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(6591), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(6591), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(6591), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(6591), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(6591), - [sym_preproc_directive] = ACTIONS(6599), - [anon_sym_SEMI] = ACTIONS(6595), - [anon_sym_extern] = ACTIONS(6591), - [anon_sym_LBRACE] = ACTIONS(6595), - [anon_sym_RBRACE] = ACTIONS(6595), - [anon_sym_STAR] = ACTIONS(6595), - [anon_sym_typedef] = ACTIONS(6591), - [anon_sym_static] = ACTIONS(6591), - [anon_sym_auto] = ACTIONS(6591), - [anon_sym_register] = ACTIONS(6591), - [anon_sym_const] = ACTIONS(6591), - [anon_sym_restrict] = ACTIONS(6591), - [anon_sym_volatile] = ACTIONS(6591), - [sym_function_specifier] = ACTIONS(6591), - [anon_sym_unsigned] = ACTIONS(6591), - [anon_sym_long] = ACTIONS(6591), - [anon_sym_short] = ACTIONS(6591), - [anon_sym_enum] = ACTIONS(6591), - [anon_sym_struct] = ACTIONS(6591), - [anon_sym_union] = ACTIONS(6591), - [anon_sym_if] = ACTIONS(6591), - [anon_sym_else] = ACTIONS(6591), - [anon_sym_switch] = ACTIONS(6591), - [anon_sym_case] = ACTIONS(6591), - [anon_sym_default] = ACTIONS(6591), - [anon_sym_while] = ACTIONS(6591), - [anon_sym_do] = ACTIONS(6591), - [anon_sym_for] = ACTIONS(6591), - [anon_sym_return] = ACTIONS(6591), - [anon_sym_break] = ACTIONS(6591), - [anon_sym_continue] = ACTIONS(6591), - [anon_sym_goto] = ACTIONS(6591), - [anon_sym_AMP] = ACTIONS(6595), - [anon_sym_BANG] = ACTIONS(6595), - [anon_sym_TILDE] = ACTIONS(6595), - [anon_sym_PLUS] = ACTIONS(6591), - [anon_sym_DASH] = ACTIONS(6591), - [anon_sym_DASH_DASH] = ACTIONS(6595), - [anon_sym_PLUS_PLUS] = ACTIONS(6595), - [anon_sym_sizeof] = ACTIONS(6591), - [sym_number_literal] = ACTIONS(6591), - [sym_char_literal] = ACTIONS(6591), - [sym_string_literal] = ACTIONS(6595), - [sym_identifier] = ACTIONS(6599), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [aux_sym_for_statement_repeat1] = STATE(1364), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1817), + [anon_sym_RPAREN] = ACTIONS(2677), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1313] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(4797), - [anon_sym_RBRACE] = ACTIONS(4797), - [anon_sym_STAR] = ACTIONS(1041), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1043), - [anon_sym_QMARK] = ACTIONS(1045), - [anon_sym_STAR_EQ] = ACTIONS(1047), - [anon_sym_SLASH_EQ] = ACTIONS(1047), - [anon_sym_PERCENT_EQ] = ACTIONS(1047), - [anon_sym_PLUS_EQ] = ACTIONS(1047), - [anon_sym_DASH_EQ] = ACTIONS(1047), - [anon_sym_LT_LT_EQ] = ACTIONS(1047), - [anon_sym_GT_GT_EQ] = ACTIONS(1047), - [anon_sym_AMP_EQ] = ACTIONS(1047), - [anon_sym_CARET_EQ] = ACTIONS(1047), - [anon_sym_PIPE_EQ] = ACTIONS(1047), - [anon_sym_AMP] = ACTIONS(1049), - [anon_sym_PIPE_PIPE] = ACTIONS(1051), - [anon_sym_AMP_AMP] = ACTIONS(1053), - [anon_sym_PIPE] = ACTIONS(1055), - [anon_sym_CARET] = ACTIONS(1057), - [anon_sym_EQ_EQ] = ACTIONS(1059), - [anon_sym_BANG_EQ] = ACTIONS(1059), - [anon_sym_LT] = ACTIONS(1061), - [anon_sym_GT] = ACTIONS(1061), - [anon_sym_LT_EQ] = ACTIONS(1063), - [anon_sym_GT_EQ] = ACTIONS(1063), - [anon_sym_LT_LT] = ACTIONS(1065), - [anon_sym_GT_GT] = ACTIONS(1065), - [anon_sym_PLUS] = ACTIONS(1067), - [anon_sym_DASH] = ACTIONS(1067), - [anon_sym_SLASH] = ACTIONS(1041), - [anon_sym_PERCENT] = ACTIONS(1041), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2275), + [anon_sym_LPAREN] = ACTIONS(2277), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2275), + [sym_preproc_directive] = ACTIONS(2279), + [anon_sym_SEMI] = ACTIONS(2277), + [anon_sym_extern] = ACTIONS(2275), + [anon_sym_LBRACE] = ACTIONS(2277), + [anon_sym_RBRACE] = ACTIONS(2277), + [anon_sym_STAR] = ACTIONS(2277), + [anon_sym_typedef] = ACTIONS(2275), + [anon_sym_static] = ACTIONS(2275), + [anon_sym_auto] = ACTIONS(2275), + [anon_sym_register] = ACTIONS(2275), + [anon_sym_const] = ACTIONS(2275), + [anon_sym_restrict] = ACTIONS(2275), + [anon_sym_volatile] = ACTIONS(2275), + [sym_function_specifier] = ACTIONS(2275), + [anon_sym_unsigned] = ACTIONS(2275), + [anon_sym_long] = ACTIONS(2275), + [anon_sym_short] = ACTIONS(2275), + [anon_sym_enum] = ACTIONS(2275), + [anon_sym_struct] = ACTIONS(2275), + [anon_sym_union] = ACTIONS(2275), + [anon_sym_if] = ACTIONS(2275), + [anon_sym_else] = ACTIONS(2679), + [anon_sym_switch] = ACTIONS(2275), + [anon_sym_case] = ACTIONS(2275), + [anon_sym_default] = ACTIONS(2275), + [anon_sym_while] = ACTIONS(2275), + [anon_sym_do] = ACTIONS(2275), + [anon_sym_for] = ACTIONS(2275), + [anon_sym_return] = ACTIONS(2275), + [anon_sym_break] = ACTIONS(2275), + [anon_sym_continue] = ACTIONS(2275), + [anon_sym_goto] = ACTIONS(2275), + [anon_sym_AMP] = ACTIONS(2277), + [anon_sym_BANG] = ACTIONS(2277), + [anon_sym_TILDE] = ACTIONS(2277), + [anon_sym_PLUS] = ACTIONS(2275), + [anon_sym_DASH] = ACTIONS(2275), + [anon_sym_DASH_DASH] = ACTIONS(2277), + [anon_sym_PLUS_PLUS] = ACTIONS(2277), + [anon_sym_sizeof] = ACTIONS(2275), + [sym_number_literal] = ACTIONS(2275), + [sym_char_literal] = ACTIONS(2275), + [sym_string_literal] = ACTIONS(2277), + [sym_identifier] = ACTIONS(2279), + [sym_comment] = ACTIONS(42), }, [1314] = { - [anon_sym_COMMA] = ACTIONS(4797), - [anon_sym_RBRACE] = ACTIONS(4797), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2287), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2287), + [anon_sym_LPAREN] = ACTIONS(2289), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2287), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2287), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2287), + [sym_preproc_directive] = ACTIONS(2291), + [anon_sym_SEMI] = ACTIONS(2289), + [anon_sym_extern] = ACTIONS(2287), + [anon_sym_LBRACE] = ACTIONS(2289), + [anon_sym_RBRACE] = ACTIONS(2289), + [anon_sym_STAR] = ACTIONS(2289), + [anon_sym_typedef] = ACTIONS(2287), + [anon_sym_static] = ACTIONS(2287), + [anon_sym_auto] = ACTIONS(2287), + [anon_sym_register] = ACTIONS(2287), + [anon_sym_const] = ACTIONS(2287), + [anon_sym_restrict] = ACTIONS(2287), + [anon_sym_volatile] = ACTIONS(2287), + [sym_function_specifier] = ACTIONS(2287), + [anon_sym_unsigned] = ACTIONS(2287), + [anon_sym_long] = ACTIONS(2287), + [anon_sym_short] = ACTIONS(2287), + [anon_sym_enum] = ACTIONS(2287), + [anon_sym_struct] = ACTIONS(2287), + [anon_sym_union] = ACTIONS(2287), + [anon_sym_if] = ACTIONS(2287), + [anon_sym_else] = ACTIONS(2287), + [anon_sym_switch] = ACTIONS(2287), + [anon_sym_case] = ACTIONS(2287), + [anon_sym_default] = ACTIONS(2287), + [anon_sym_while] = ACTIONS(2287), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2287), + [anon_sym_return] = ACTIONS(2287), + [anon_sym_break] = ACTIONS(2287), + [anon_sym_continue] = ACTIONS(2287), + [anon_sym_goto] = ACTIONS(2287), + [anon_sym_AMP] = ACTIONS(2289), + [anon_sym_BANG] = ACTIONS(2289), + [anon_sym_TILDE] = ACTIONS(2289), + [anon_sym_PLUS] = ACTIONS(2287), + [anon_sym_DASH] = ACTIONS(2287), + [anon_sym_DASH_DASH] = ACTIONS(2289), + [anon_sym_PLUS_PLUS] = ACTIONS(2289), + [anon_sym_sizeof] = ACTIONS(2287), + [sym_number_literal] = ACTIONS(2287), + [sym_char_literal] = ACTIONS(2287), + [sym_string_literal] = ACTIONS(2289), + [sym_identifier] = ACTIONS(2291), + [sym_comment] = ACTIONS(42), }, [1315] = { - [sym__expression] = STATE(1385), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(560), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4276), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_STAR] = ACTIONS(2278), - [anon_sym_AMP] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2280), - [anon_sym_TILDE] = ACTIONS(2282), - [anon_sym_PLUS] = ACTIONS(2284), - [anon_sym_DASH] = ACTIONS(2284), - [anon_sym_DASH_DASH] = ACTIONS(2286), - [anon_sym_PLUS_PLUS] = ACTIONS(2286), - [anon_sym_sizeof] = ACTIONS(2288), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(466), + [anon_sym_LPAREN] = ACTIONS(464), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(466), + [sym_preproc_directive] = ACTIONS(468), + [anon_sym_SEMI] = ACTIONS(464), + [anon_sym_extern] = ACTIONS(466), + [anon_sym_LBRACE] = ACTIONS(464), + [anon_sym_RBRACE] = ACTIONS(464), + [anon_sym_STAR] = ACTIONS(464), + [anon_sym_typedef] = ACTIONS(466), + [anon_sym_static] = ACTIONS(466), + [anon_sym_auto] = ACTIONS(466), + [anon_sym_register] = ACTIONS(466), + [anon_sym_const] = ACTIONS(466), + [anon_sym_restrict] = ACTIONS(466), + [anon_sym_volatile] = ACTIONS(466), + [sym_function_specifier] = ACTIONS(466), + [anon_sym_unsigned] = ACTIONS(466), + [anon_sym_long] = ACTIONS(466), + [anon_sym_short] = ACTIONS(466), + [anon_sym_enum] = ACTIONS(466), + [anon_sym_struct] = ACTIONS(466), + [anon_sym_union] = ACTIONS(466), + [anon_sym_if] = ACTIONS(466), + [anon_sym_else] = ACTIONS(466), + [anon_sym_switch] = ACTIONS(466), + [anon_sym_case] = ACTIONS(466), + [anon_sym_default] = ACTIONS(466), + [anon_sym_while] = ACTIONS(466), + [anon_sym_do] = ACTIONS(466), + [anon_sym_for] = ACTIONS(466), + [anon_sym_return] = ACTIONS(466), + [anon_sym_break] = ACTIONS(466), + [anon_sym_continue] = ACTIONS(466), + [anon_sym_goto] = ACTIONS(466), + [anon_sym_AMP] = ACTIONS(464), + [anon_sym_BANG] = ACTIONS(464), + [anon_sym_TILDE] = ACTIONS(464), + [anon_sym_PLUS] = ACTIONS(466), + [anon_sym_DASH] = ACTIONS(466), + [anon_sym_DASH_DASH] = ACTIONS(464), + [anon_sym_PLUS_PLUS] = ACTIONS(464), + [anon_sym_sizeof] = ACTIONS(466), + [sym_number_literal] = ACTIONS(466), + [sym_char_literal] = ACTIONS(466), + [sym_string_literal] = ACTIONS(464), + [sym_identifier] = ACTIONS(468), + [sym_comment] = ACTIONS(42), }, [1316] = { - [anon_sym_RPAREN] = ACTIONS(6603), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(568), + [anon_sym_SEMI] = ACTIONS(2681), + [sym_comment] = ACTIONS(42), }, [1317] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(6605), - [anon_sym_RPAREN] = ACTIONS(6520), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2297), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2297), + [anon_sym_LPAREN] = ACTIONS(2299), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2297), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2297), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2297), + [sym_preproc_directive] = ACTIONS(2301), + [anon_sym_SEMI] = ACTIONS(2299), + [anon_sym_extern] = ACTIONS(2297), + [anon_sym_LBRACE] = ACTIONS(2299), + [anon_sym_RBRACE] = ACTIONS(2299), + [anon_sym_STAR] = ACTIONS(2299), + [anon_sym_typedef] = ACTIONS(2297), + [anon_sym_static] = ACTIONS(2297), + [anon_sym_auto] = ACTIONS(2297), + [anon_sym_register] = ACTIONS(2297), + [anon_sym_const] = ACTIONS(2297), + [anon_sym_restrict] = ACTIONS(2297), + [anon_sym_volatile] = ACTIONS(2297), + [sym_function_specifier] = ACTIONS(2297), + [anon_sym_unsigned] = ACTIONS(2297), + [anon_sym_long] = ACTIONS(2297), + [anon_sym_short] = ACTIONS(2297), + [anon_sym_enum] = ACTIONS(2297), + [anon_sym_struct] = ACTIONS(2297), + [anon_sym_union] = ACTIONS(2297), + [anon_sym_if] = ACTIONS(2297), + [anon_sym_else] = ACTIONS(2297), + [anon_sym_switch] = ACTIONS(2297), + [anon_sym_case] = ACTIONS(2297), + [anon_sym_default] = ACTIONS(2297), + [anon_sym_while] = ACTIONS(2297), + [anon_sym_do] = ACTIONS(2297), + [anon_sym_for] = ACTIONS(2297), + [anon_sym_return] = ACTIONS(2297), + [anon_sym_break] = ACTIONS(2297), + [anon_sym_continue] = ACTIONS(2297), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(2299), + [anon_sym_BANG] = ACTIONS(2299), + [anon_sym_TILDE] = ACTIONS(2299), + [anon_sym_PLUS] = ACTIONS(2297), + [anon_sym_DASH] = ACTIONS(2297), + [anon_sym_DASH_DASH] = ACTIONS(2299), + [anon_sym_PLUS_PLUS] = ACTIONS(2299), + [anon_sym_sizeof] = ACTIONS(2297), + [sym_number_literal] = ACTIONS(2297), + [sym_char_literal] = ACTIONS(2297), + [sym_string_literal] = ACTIONS(2299), + [sym_identifier] = ACTIONS(2301), + [sym_comment] = ACTIONS(42), }, [1318] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(6608), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(6608), - [anon_sym_LPAREN] = ACTIONS(6612), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(6608), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(6608), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(6608), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(6608), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(6608), - [sym_preproc_directive] = ACTIONS(6616), - [anon_sym_SEMI] = ACTIONS(6612), - [anon_sym_extern] = ACTIONS(6608), - [anon_sym_LBRACE] = ACTIONS(6612), - [anon_sym_RBRACE] = ACTIONS(6612), - [anon_sym_STAR] = ACTIONS(6612), - [anon_sym_typedef] = ACTIONS(6608), - [anon_sym_static] = ACTIONS(6608), - [anon_sym_auto] = ACTIONS(6608), - [anon_sym_register] = ACTIONS(6608), - [anon_sym_const] = ACTIONS(6608), - [anon_sym_restrict] = ACTIONS(6608), - [anon_sym_volatile] = ACTIONS(6608), - [sym_function_specifier] = ACTIONS(6608), - [anon_sym_unsigned] = ACTIONS(6608), - [anon_sym_long] = ACTIONS(6608), - [anon_sym_short] = ACTIONS(6608), - [anon_sym_enum] = ACTIONS(6608), - [anon_sym_struct] = ACTIONS(6608), - [anon_sym_union] = ACTIONS(6608), - [anon_sym_if] = ACTIONS(6608), - [anon_sym_else] = ACTIONS(6620), - [anon_sym_switch] = ACTIONS(6608), - [anon_sym_case] = ACTIONS(6608), - [anon_sym_default] = ACTIONS(6608), - [anon_sym_while] = ACTIONS(6608), - [anon_sym_do] = ACTIONS(6608), - [anon_sym_for] = ACTIONS(6608), - [anon_sym_return] = ACTIONS(6608), - [anon_sym_break] = ACTIONS(6608), - [anon_sym_continue] = ACTIONS(6608), - [anon_sym_goto] = ACTIONS(6608), - [anon_sym_AMP] = ACTIONS(6612), - [anon_sym_BANG] = ACTIONS(6612), - [anon_sym_TILDE] = ACTIONS(6612), - [anon_sym_PLUS] = ACTIONS(6608), - [anon_sym_DASH] = ACTIONS(6608), - [anon_sym_DASH_DASH] = ACTIONS(6612), - [anon_sym_PLUS_PLUS] = ACTIONS(6612), - [anon_sym_sizeof] = ACTIONS(6608), - [sym_number_literal] = ACTIONS(6608), - [sym_char_literal] = ACTIONS(6608), - [sym_string_literal] = ACTIONS(6612), - [sym_identifier] = ACTIONS(6616), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(2683), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1319] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(6554), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1368), + [sym_labeled_statement] = STATE(1368), + [sym_expression_statement] = STATE(1368), + [sym_if_statement] = STATE(1368), + [sym_switch_statement] = STATE(1368), + [sym_case_statement] = STATE(1368), + [sym_while_statement] = STATE(1368), + [sym_do_statement] = STATE(1368), + [sym_for_statement] = STATE(1368), + [sym_return_statement] = STATE(1368), + [sym_break_statement] = STATE(1368), + [sym_continue_statement] = STATE(1368), + [sym_goto_statement] = STATE(1368), + [sym__expression] = STATE(980), + [sym_comma_expression] = STATE(981), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2059), + [anon_sym_LBRACE] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2063), + [anon_sym_switch] = ACTIONS(2065), + [anon_sym_case] = ACTIONS(2067), + [anon_sym_default] = ACTIONS(2069), + [anon_sym_while] = ACTIONS(2071), + [anon_sym_do] = ACTIONS(2073), + [anon_sym_for] = ACTIONS(2075), + [anon_sym_return] = ACTIONS(2077), + [anon_sym_break] = ACTIONS(2079), + [anon_sym_continue] = ACTIONS(2081), + [anon_sym_goto] = ACTIONS(2083), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2085), + [sym_comment] = ACTIONS(42), }, [1320] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5286), - [anon_sym_COMMA] = ACTIONS(1604), - [anon_sym_RPAREN] = ACTIONS(1604), - [anon_sym_SEMI] = ACTIONS(1604), - [anon_sym_STAR] = ACTIONS(6625), - [anon_sym_LBRACK] = ACTIONS(5292), - [anon_sym_EQ] = ACTIONS(6628), - [anon_sym_QMARK] = ACTIONS(6631), - [anon_sym_STAR_EQ] = ACTIONS(6634), - [anon_sym_SLASH_EQ] = ACTIONS(6634), - [anon_sym_PERCENT_EQ] = ACTIONS(6634), - [anon_sym_PLUS_EQ] = ACTIONS(6634), - [anon_sym_DASH_EQ] = ACTIONS(6634), - [anon_sym_LT_LT_EQ] = ACTIONS(6634), - [anon_sym_GT_GT_EQ] = ACTIONS(6634), - [anon_sym_AMP_EQ] = ACTIONS(6634), - [anon_sym_CARET_EQ] = ACTIONS(6634), - [anon_sym_PIPE_EQ] = ACTIONS(6634), - [anon_sym_AMP] = ACTIONS(6637), - [anon_sym_PIPE_PIPE] = ACTIONS(6640), - [anon_sym_AMP_AMP] = ACTIONS(6640), - [anon_sym_PIPE] = ACTIONS(6637), - [anon_sym_CARET] = ACTIONS(6637), - [anon_sym_EQ_EQ] = ACTIONS(6643), - [anon_sym_BANG_EQ] = ACTIONS(6643), - [anon_sym_LT] = ACTIONS(6646), - [anon_sym_GT] = ACTIONS(6646), - [anon_sym_LT_EQ] = ACTIONS(6649), - [anon_sym_GT_EQ] = ACTIONS(6649), - [anon_sym_LT_LT] = ACTIONS(6652), - [anon_sym_GT_GT] = ACTIONS(6652), - [anon_sym_PLUS] = ACTIONS(6625), - [anon_sym_DASH] = ACTIONS(6625), - [anon_sym_SLASH] = ACTIONS(6625), - [anon_sym_PERCENT] = ACTIONS(6625), - [anon_sym_DASH_DASH] = ACTIONS(5322), - [anon_sym_PLUS_PLUS] = ACTIONS(5322), - [anon_sym_DOT] = ACTIONS(5325), - [anon_sym_DASH_GT] = ACTIONS(5325), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [aux_sym_for_statement_repeat1] = STATE(1370), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1817), + [anon_sym_RPAREN] = ACTIONS(2685), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1321] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(4737), - [anon_sym_COMMA] = ACTIONS(1610), - [anon_sym_RPAREN] = ACTIONS(1610), - [anon_sym_SEMI] = ACTIONS(1610), - [anon_sym_STAR] = ACTIONS(6655), - [anon_sym_LBRACK] = ACTIONS(4757), - [anon_sym_EQ] = ACTIONS(6658), - [anon_sym_QMARK] = ACTIONS(6661), - [anon_sym_STAR_EQ] = ACTIONS(6664), - [anon_sym_SLASH_EQ] = ACTIONS(6664), - [anon_sym_PERCENT_EQ] = ACTIONS(6664), - [anon_sym_PLUS_EQ] = ACTIONS(6664), - [anon_sym_DASH_EQ] = ACTIONS(6664), - [anon_sym_LT_LT_EQ] = ACTIONS(6664), - [anon_sym_GT_GT_EQ] = ACTIONS(6664), - [anon_sym_AMP_EQ] = ACTIONS(6664), - [anon_sym_CARET_EQ] = ACTIONS(6664), - [anon_sym_PIPE_EQ] = ACTIONS(6664), - [anon_sym_AMP] = ACTIONS(6667), - [anon_sym_PIPE_PIPE] = ACTIONS(6670), - [anon_sym_AMP_AMP] = ACTIONS(6670), - [anon_sym_PIPE] = ACTIONS(6667), - [anon_sym_CARET] = ACTIONS(6667), - [anon_sym_EQ_EQ] = ACTIONS(6673), - [anon_sym_BANG_EQ] = ACTIONS(6673), - [anon_sym_LT] = ACTIONS(6676), - [anon_sym_GT] = ACTIONS(6676), - [anon_sym_LT_EQ] = ACTIONS(6679), - [anon_sym_GT_EQ] = ACTIONS(6679), - [anon_sym_LT_LT] = ACTIONS(6682), - [anon_sym_GT_GT] = ACTIONS(6682), - [anon_sym_PLUS] = ACTIONS(6655), - [anon_sym_DASH] = ACTIONS(6655), - [anon_sym_SLASH] = ACTIONS(6655), - [anon_sym_PERCENT] = ACTIONS(6655), - [anon_sym_DASH_DASH] = ACTIONS(4787), - [anon_sym_PLUS_PLUS] = ACTIONS(4787), - [anon_sym_DOT] = ACTIONS(4790), - [anon_sym_DASH_GT] = ACTIONS(4790), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1371), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_RPAREN] = ACTIONS(2685), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1322] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_COLON] = ACTIONS(6685), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_STAR_EQ] = ACTIONS(1241), - [anon_sym_SLASH_EQ] = ACTIONS(1241), - [anon_sym_PERCENT_EQ] = ACTIONS(1241), - [anon_sym_PLUS_EQ] = ACTIONS(1241), - [anon_sym_DASH_EQ] = ACTIONS(1241), - [anon_sym_LT_LT_EQ] = ACTIONS(1241), - [anon_sym_GT_GT_EQ] = ACTIONS(1241), - [anon_sym_AMP_EQ] = ACTIONS(1241), - [anon_sym_CARET_EQ] = ACTIONS(1241), - [anon_sym_PIPE_EQ] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1245), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE] = ACTIONS(1249), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_EQ_EQ] = ACTIONS(1253), - [anon_sym_BANG_EQ] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2687), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1323] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5017), - [anon_sym_COMMA] = ACTIONS(1614), - [anon_sym_RPAREN] = ACTIONS(1614), - [anon_sym_SEMI] = ACTIONS(1614), - [anon_sym_STAR] = ACTIONS(6687), - [anon_sym_LBRACK] = ACTIONS(5023), - [anon_sym_EQ] = ACTIONS(6690), - [anon_sym_QMARK] = ACTIONS(6693), - [anon_sym_STAR_EQ] = ACTIONS(6696), - [anon_sym_SLASH_EQ] = ACTIONS(6696), - [anon_sym_PERCENT_EQ] = ACTIONS(6696), - [anon_sym_PLUS_EQ] = ACTIONS(6696), - [anon_sym_DASH_EQ] = ACTIONS(6696), - [anon_sym_LT_LT_EQ] = ACTIONS(6696), - [anon_sym_GT_GT_EQ] = ACTIONS(6696), - [anon_sym_AMP_EQ] = ACTIONS(6696), - [anon_sym_CARET_EQ] = ACTIONS(6696), - [anon_sym_PIPE_EQ] = ACTIONS(6696), - [anon_sym_AMP] = ACTIONS(6699), - [anon_sym_PIPE_PIPE] = ACTIONS(6702), - [anon_sym_AMP_AMP] = ACTIONS(6702), - [anon_sym_PIPE] = ACTIONS(6699), - [anon_sym_CARET] = ACTIONS(6699), - [anon_sym_EQ_EQ] = ACTIONS(6705), - [anon_sym_BANG_EQ] = ACTIONS(6705), - [anon_sym_LT] = ACTIONS(6708), - [anon_sym_GT] = ACTIONS(6708), - [anon_sym_LT_EQ] = ACTIONS(6711), - [anon_sym_GT_EQ] = ACTIONS(6711), - [anon_sym_LT_LT] = ACTIONS(6714), - [anon_sym_GT_GT] = ACTIONS(6714), - [anon_sym_PLUS] = ACTIONS(6687), - [anon_sym_DASH] = ACTIONS(6687), - [anon_sym_SLASH] = ACTIONS(6687), - [anon_sym_PERCENT] = ACTIONS(6687), - [anon_sym_DASH_DASH] = ACTIONS(5053), - [anon_sym_PLUS_PLUS] = ACTIONS(5053), - [anon_sym_DOT] = ACTIONS(5056), - [anon_sym_DASH_GT] = ACTIONS(5056), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1373), + [sym_labeled_statement] = STATE(1373), + [sym_expression_statement] = STATE(1373), + [sym_if_statement] = STATE(1373), + [sym_switch_statement] = STATE(1373), + [sym_case_statement] = STATE(1373), + [sym_while_statement] = STATE(1373), + [sym_do_statement] = STATE(1373), + [sym_for_statement] = STATE(1373), + [sym_return_statement] = STATE(1373), + [sym_break_statement] = STATE(1373), + [sym_continue_statement] = STATE(1373), + [sym_goto_statement] = STATE(1373), + [sym__expression] = STATE(980), + [sym_comma_expression] = STATE(981), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2059), + [anon_sym_LBRACE] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2303), + [anon_sym_switch] = ACTIONS(2305), + [anon_sym_case] = ACTIONS(2307), + [anon_sym_default] = ACTIONS(2309), + [anon_sym_while] = ACTIONS(2311), + [anon_sym_do] = ACTIONS(2073), + [anon_sym_for] = ACTIONS(2313), + [anon_sym_return] = ACTIONS(2077), + [anon_sym_break] = ACTIONS(2079), + [anon_sym_continue] = ACTIONS(2081), + [anon_sym_goto] = ACTIONS(2083), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2315), + [sym_comment] = ACTIONS(42), }, [1324] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(4933), - [anon_sym_COMMA] = ACTIONS(1618), - [anon_sym_RPAREN] = ACTIONS(1618), - [anon_sym_SEMI] = ACTIONS(1618), - [anon_sym_STAR] = ACTIONS(6717), - [anon_sym_LBRACK] = ACTIONS(4939), - [anon_sym_EQ] = ACTIONS(6720), - [anon_sym_QMARK] = ACTIONS(6723), - [anon_sym_STAR_EQ] = ACTIONS(6726), - [anon_sym_SLASH_EQ] = ACTIONS(6726), - [anon_sym_PERCENT_EQ] = ACTIONS(6726), - [anon_sym_PLUS_EQ] = ACTIONS(6726), - [anon_sym_DASH_EQ] = ACTIONS(6726), - [anon_sym_LT_LT_EQ] = ACTIONS(6726), - [anon_sym_GT_GT_EQ] = ACTIONS(6726), - [anon_sym_AMP_EQ] = ACTIONS(6726), - [anon_sym_CARET_EQ] = ACTIONS(6726), - [anon_sym_PIPE_EQ] = ACTIONS(6726), - [anon_sym_AMP] = ACTIONS(6729), - [anon_sym_PIPE_PIPE] = ACTIONS(6732), - [anon_sym_AMP_AMP] = ACTIONS(6732), - [anon_sym_PIPE] = ACTIONS(6729), - [anon_sym_CARET] = ACTIONS(6729), - [anon_sym_EQ_EQ] = ACTIONS(6735), - [anon_sym_BANG_EQ] = ACTIONS(6735), - [anon_sym_LT] = ACTIONS(6738), - [anon_sym_GT] = ACTIONS(6738), - [anon_sym_LT_EQ] = ACTIONS(6741), - [anon_sym_GT_EQ] = ACTIONS(6741), - [anon_sym_LT_LT] = ACTIONS(6744), - [anon_sym_GT_GT] = ACTIONS(6744), - [anon_sym_PLUS] = ACTIONS(6717), - [anon_sym_DASH] = ACTIONS(6717), - [anon_sym_SLASH] = ACTIONS(6717), - [anon_sym_PERCENT] = ACTIONS(6717), - [anon_sym_DASH_DASH] = ACTIONS(4969), - [anon_sym_PLUS_PLUS] = ACTIONS(4969), - [anon_sym_DOT] = ACTIONS(4972), - [anon_sym_DASH_GT] = ACTIONS(4972), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1314), + [sym_labeled_statement] = STATE(1314), + [sym_expression_statement] = STATE(1314), + [sym_if_statement] = STATE(1314), + [sym_switch_statement] = STATE(1314), + [sym_case_statement] = STATE(1314), + [sym_while_statement] = STATE(1314), + [sym_do_statement] = STATE(1314), + [sym_for_statement] = STATE(1314), + [sym_return_statement] = STATE(1314), + [sym_break_statement] = STATE(1314), + [sym_continue_statement] = STATE(1314), + [sym_goto_statement] = STATE(1314), + [sym__expression] = STATE(980), + [sym_comma_expression] = STATE(981), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2059), + [anon_sym_LBRACE] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2303), + [anon_sym_switch] = ACTIONS(2305), + [anon_sym_case] = ACTIONS(2307), + [anon_sym_default] = ACTIONS(2309), + [anon_sym_while] = ACTIONS(2311), + [anon_sym_do] = ACTIONS(2073), + [anon_sym_for] = ACTIONS(2313), + [anon_sym_return] = ACTIONS(2077), + [anon_sym_break] = ACTIONS(2079), + [anon_sym_continue] = ACTIONS(2081), + [anon_sym_goto] = ACTIONS(2083), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2315), + [sym_comment] = ACTIONS(42), }, [1325] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5101), - [anon_sym_COMMA] = ACTIONS(1622), - [anon_sym_RPAREN] = ACTIONS(1622), - [anon_sym_SEMI] = ACTIONS(1622), - [anon_sym_STAR] = ACTIONS(6747), - [anon_sym_LBRACK] = ACTIONS(5107), - [anon_sym_EQ] = ACTIONS(6750), - [anon_sym_QMARK] = ACTIONS(6753), - [anon_sym_STAR_EQ] = ACTIONS(6756), - [anon_sym_SLASH_EQ] = ACTIONS(6756), - [anon_sym_PERCENT_EQ] = ACTIONS(6756), - [anon_sym_PLUS_EQ] = ACTIONS(6756), - [anon_sym_DASH_EQ] = ACTIONS(6756), - [anon_sym_LT_LT_EQ] = ACTIONS(6756), - [anon_sym_GT_GT_EQ] = ACTIONS(6756), - [anon_sym_AMP_EQ] = ACTIONS(6756), - [anon_sym_CARET_EQ] = ACTIONS(6756), - [anon_sym_PIPE_EQ] = ACTIONS(6756), - [anon_sym_AMP] = ACTIONS(6759), - [anon_sym_PIPE_PIPE] = ACTIONS(6762), - [anon_sym_AMP_AMP] = ACTIONS(6762), - [anon_sym_PIPE] = ACTIONS(6759), - [anon_sym_CARET] = ACTIONS(6759), - [anon_sym_EQ_EQ] = ACTIONS(6765), - [anon_sym_BANG_EQ] = ACTIONS(6765), - [anon_sym_LT] = ACTIONS(6768), - [anon_sym_GT] = ACTIONS(6768), - [anon_sym_LT_EQ] = ACTIONS(6771), - [anon_sym_GT_EQ] = ACTIONS(6771), - [anon_sym_LT_LT] = ACTIONS(6774), - [anon_sym_GT_GT] = ACTIONS(6774), - [anon_sym_PLUS] = ACTIONS(6747), - [anon_sym_DASH] = ACTIONS(6747), - [anon_sym_SLASH] = ACTIONS(6747), - [anon_sym_PERCENT] = ACTIONS(6747), - [anon_sym_DASH_DASH] = ACTIONS(5137), - [anon_sym_PLUS_PLUS] = ACTIONS(5137), - [anon_sym_DOT] = ACTIONS(5140), - [anon_sym_DASH_GT] = ACTIONS(5140), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1317), + [sym_labeled_statement] = STATE(1317), + [sym_expression_statement] = STATE(1317), + [sym_if_statement] = STATE(1317), + [sym_switch_statement] = STATE(1317), + [sym_case_statement] = STATE(1317), + [sym_while_statement] = STATE(1317), + [sym_do_statement] = STATE(1317), + [sym_for_statement] = STATE(1317), + [sym_return_statement] = STATE(1317), + [sym_break_statement] = STATE(1317), + [sym_continue_statement] = STATE(1317), + [sym_goto_statement] = STATE(1317), + [sym__expression] = STATE(980), + [sym_comma_expression] = STATE(981), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2059), + [anon_sym_LBRACE] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2303), + [anon_sym_switch] = ACTIONS(2305), + [anon_sym_case] = ACTIONS(2307), + [anon_sym_default] = ACTIONS(2309), + [anon_sym_while] = ACTIONS(2311), + [anon_sym_do] = ACTIONS(2073), + [anon_sym_for] = ACTIONS(2313), + [anon_sym_return] = ACTIONS(2077), + [anon_sym_break] = ACTIONS(2079), + [anon_sym_continue] = ACTIONS(2081), + [anon_sym_goto] = ACTIONS(2083), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2315), + [sym_comment] = ACTIONS(42), }, [1326] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5143), - [anon_sym_COMMA] = ACTIONS(1626), - [anon_sym_RPAREN] = ACTIONS(1626), - [anon_sym_SEMI] = ACTIONS(1626), - [anon_sym_STAR] = ACTIONS(6777), - [anon_sym_LBRACK] = ACTIONS(5149), - [anon_sym_EQ] = ACTIONS(6780), - [anon_sym_QMARK] = ACTIONS(6783), - [anon_sym_STAR_EQ] = ACTIONS(6786), - [anon_sym_SLASH_EQ] = ACTIONS(6786), - [anon_sym_PERCENT_EQ] = ACTIONS(6786), - [anon_sym_PLUS_EQ] = ACTIONS(6786), - [anon_sym_DASH_EQ] = ACTIONS(6786), - [anon_sym_LT_LT_EQ] = ACTIONS(6786), - [anon_sym_GT_GT_EQ] = ACTIONS(6786), - [anon_sym_AMP_EQ] = ACTIONS(6786), - [anon_sym_CARET_EQ] = ACTIONS(6786), - [anon_sym_PIPE_EQ] = ACTIONS(6786), - [anon_sym_AMP] = ACTIONS(6789), - [anon_sym_PIPE_PIPE] = ACTIONS(6792), - [anon_sym_AMP_AMP] = ACTIONS(6792), - [anon_sym_PIPE] = ACTIONS(6789), - [anon_sym_CARET] = ACTIONS(6789), - [anon_sym_EQ_EQ] = ACTIONS(6795), - [anon_sym_BANG_EQ] = ACTIONS(6795), - [anon_sym_LT] = ACTIONS(6798), - [anon_sym_GT] = ACTIONS(6798), - [anon_sym_LT_EQ] = ACTIONS(6801), - [anon_sym_GT_EQ] = ACTIONS(6801), - [anon_sym_LT_LT] = ACTIONS(6804), - [anon_sym_GT_GT] = ACTIONS(6804), - [anon_sym_PLUS] = ACTIONS(6777), - [anon_sym_DASH] = ACTIONS(6777), - [anon_sym_SLASH] = ACTIONS(6777), - [anon_sym_PERCENT] = ACTIONS(6777), - [anon_sym_DASH_DASH] = ACTIONS(5179), - [anon_sym_PLUS_PLUS] = ACTIONS(5179), - [anon_sym_DOT] = ACTIONS(5182), - [anon_sym_DASH_GT] = ACTIONS(5182), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1375), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_RPAREN] = ACTIONS(2689), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1327] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5185), - [anon_sym_COMMA] = ACTIONS(1630), - [anon_sym_RPAREN] = ACTIONS(1630), - [anon_sym_SEMI] = ACTIONS(1630), - [anon_sym_STAR] = ACTIONS(6807), - [anon_sym_LBRACK] = ACTIONS(5191), - [anon_sym_EQ] = ACTIONS(6810), - [anon_sym_QMARK] = ACTIONS(6813), - [anon_sym_STAR_EQ] = ACTIONS(6816), - [anon_sym_SLASH_EQ] = ACTIONS(6816), - [anon_sym_PERCENT_EQ] = ACTIONS(6816), - [anon_sym_PLUS_EQ] = ACTIONS(6816), - [anon_sym_DASH_EQ] = ACTIONS(6816), - [anon_sym_LT_LT_EQ] = ACTIONS(6816), - [anon_sym_GT_GT_EQ] = ACTIONS(6816), - [anon_sym_AMP_EQ] = ACTIONS(6816), - [anon_sym_CARET_EQ] = ACTIONS(6816), - [anon_sym_PIPE_EQ] = ACTIONS(6816), - [anon_sym_AMP] = ACTIONS(6819), - [anon_sym_PIPE_PIPE] = ACTIONS(6822), - [anon_sym_AMP_AMP] = ACTIONS(6822), - [anon_sym_PIPE] = ACTIONS(6819), - [anon_sym_CARET] = ACTIONS(6819), - [anon_sym_EQ_EQ] = ACTIONS(6825), - [anon_sym_BANG_EQ] = ACTIONS(6825), - [anon_sym_LT] = ACTIONS(6828), - [anon_sym_GT] = ACTIONS(6828), - [anon_sym_LT_EQ] = ACTIONS(6831), - [anon_sym_GT_EQ] = ACTIONS(6831), - [anon_sym_LT_LT] = ACTIONS(6834), - [anon_sym_GT_GT] = ACTIONS(6834), - [anon_sym_PLUS] = ACTIONS(6807), - [anon_sym_DASH] = ACTIONS(6807), - [anon_sym_SLASH] = ACTIONS(6807), - [anon_sym_PERCENT] = ACTIONS(6807), - [anon_sym_DASH_DASH] = ACTIONS(5221), - [anon_sym_PLUS_PLUS] = ACTIONS(5221), - [anon_sym_DOT] = ACTIONS(5224), - [anon_sym_DASH_GT] = ACTIONS(5224), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2691), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1328] = { - [sym__expression] = STATE(1388), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(560), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_STAR] = ACTIONS(2312), - [anon_sym_AMP] = ACTIONS(2312), - [anon_sym_BANG] = ACTIONS(2314), - [anon_sym_TILDE] = ACTIONS(2316), - [anon_sym_PLUS] = ACTIONS(2318), - [anon_sym_DASH] = ACTIONS(2318), - [anon_sym_DASH_DASH] = ACTIONS(2320), - [anon_sym_PLUS_PLUS] = ACTIONS(2320), - [anon_sym_sizeof] = ACTIONS(2322), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1377), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(2691), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1329] = { - [anon_sym_RPAREN] = ACTIONS(6837), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1331), + [sym_labeled_statement] = STATE(1331), + [sym_expression_statement] = STATE(1331), + [sym_if_statement] = STATE(1331), + [sym_switch_statement] = STATE(1331), + [sym_case_statement] = STATE(1331), + [sym_while_statement] = STATE(1331), + [sym_do_statement] = STATE(1331), + [sym_for_statement] = STATE(1331), + [sym_return_statement] = STATE(1331), + [sym_break_statement] = STATE(1331), + [sym_continue_statement] = STATE(1331), + [sym_goto_statement] = STATE(1331), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(840), + [anon_sym_switch] = ACTIONS(842), + [anon_sym_case] = ACTIONS(844), + [anon_sym_default] = ACTIONS(846), + [anon_sym_while] = ACTIONS(848), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(850), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(852), + [sym_comment] = ACTIONS(42), }, [1330] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(6839), - [anon_sym_RPAREN] = ACTIONS(1602), - [anon_sym_SEMI] = ACTIONS(1602), - [anon_sym_STAR] = ACTIONS(4327), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(4329), - [anon_sym_QMARK] = ACTIONS(4331), - [anon_sym_STAR_EQ] = ACTIONS(4333), - [anon_sym_SLASH_EQ] = ACTIONS(4333), - [anon_sym_PERCENT_EQ] = ACTIONS(4333), - [anon_sym_PLUS_EQ] = ACTIONS(4333), - [anon_sym_DASH_EQ] = ACTIONS(4333), - [anon_sym_LT_LT_EQ] = ACTIONS(4333), - [anon_sym_GT_GT_EQ] = ACTIONS(4333), - [anon_sym_AMP_EQ] = ACTIONS(4333), - [anon_sym_CARET_EQ] = ACTIONS(4333), - [anon_sym_PIPE_EQ] = ACTIONS(4333), - [anon_sym_AMP] = ACTIONS(4335), - [anon_sym_PIPE_PIPE] = ACTIONS(4337), - [anon_sym_AMP_AMP] = ACTIONS(4337), - [anon_sym_PIPE] = ACTIONS(4335), - [anon_sym_CARET] = ACTIONS(4335), - [anon_sym_EQ_EQ] = ACTIONS(4339), - [anon_sym_BANG_EQ] = ACTIONS(4339), - [anon_sym_LT] = ACTIONS(4341), - [anon_sym_GT] = ACTIONS(4341), - [anon_sym_LT_EQ] = ACTIONS(4343), - [anon_sym_GT_EQ] = ACTIONS(4343), - [anon_sym_LT_LT] = ACTIONS(4345), - [anon_sym_GT_GT] = ACTIONS(4345), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4327), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(2125), + [anon_sym_RPAREN] = ACTIONS(2693), + [sym_comment] = ACTIONS(42), }, [1331] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5286), - [anon_sym_COMMA] = ACTIONS(1604), - [anon_sym_RPAREN] = ACTIONS(1604), - [anon_sym_SEMI] = ACTIONS(1604), - [anon_sym_RBRACE] = ACTIONS(1604), - [anon_sym_STAR] = ACTIONS(6841), - [anon_sym_LBRACK] = ACTIONS(5292), - [anon_sym_EQ] = ACTIONS(6844), - [anon_sym_QMARK] = ACTIONS(6847), - [anon_sym_STAR_EQ] = ACTIONS(6850), - [anon_sym_SLASH_EQ] = ACTIONS(6850), - [anon_sym_PERCENT_EQ] = ACTIONS(6850), - [anon_sym_PLUS_EQ] = ACTIONS(6850), - [anon_sym_DASH_EQ] = ACTIONS(6850), - [anon_sym_LT_LT_EQ] = ACTIONS(6850), - [anon_sym_GT_GT_EQ] = ACTIONS(6850), - [anon_sym_AMP_EQ] = ACTIONS(6850), - [anon_sym_CARET_EQ] = ACTIONS(6850), - [anon_sym_PIPE_EQ] = ACTIONS(6850), - [anon_sym_AMP] = ACTIONS(6853), - [anon_sym_PIPE_PIPE] = ACTIONS(6856), - [anon_sym_AMP_AMP] = ACTIONS(6856), - [anon_sym_PIPE] = ACTIONS(6853), - [anon_sym_CARET] = ACTIONS(6853), - [anon_sym_EQ_EQ] = ACTIONS(6859), - [anon_sym_BANG_EQ] = ACTIONS(6859), - [anon_sym_LT] = ACTIONS(6862), - [anon_sym_GT] = ACTIONS(6862), - [anon_sym_LT_EQ] = ACTIONS(6865), - [anon_sym_GT_EQ] = ACTIONS(6865), - [anon_sym_LT_LT] = ACTIONS(6868), - [anon_sym_GT_GT] = ACTIONS(6868), - [anon_sym_PLUS] = ACTIONS(6841), - [anon_sym_DASH] = ACTIONS(6841), - [anon_sym_SLASH] = ACTIONS(6841), - [anon_sym_PERCENT] = ACTIONS(6841), - [anon_sym_DASH_DASH] = ACTIONS(5322), - [anon_sym_PLUS_PLUS] = ACTIONS(5322), - [anon_sym_DOT] = ACTIONS(5325), - [anon_sym_DASH_GT] = ACTIONS(5325), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2695), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(2697), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2695), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2695), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2695), + [sym_preproc_directive] = ACTIONS(2699), + [anon_sym_SEMI] = ACTIONS(2697), + [anon_sym_extern] = ACTIONS(2695), + [anon_sym_LBRACE] = ACTIONS(2697), + [anon_sym_RBRACE] = ACTIONS(2697), + [anon_sym_STAR] = ACTIONS(2697), + [anon_sym_typedef] = ACTIONS(2695), + [anon_sym_static] = ACTIONS(2695), + [anon_sym_auto] = ACTIONS(2695), + [anon_sym_register] = ACTIONS(2695), + [anon_sym_const] = ACTIONS(2695), + [anon_sym_restrict] = ACTIONS(2695), + [anon_sym_volatile] = ACTIONS(2695), + [sym_function_specifier] = ACTIONS(2695), + [anon_sym_unsigned] = ACTIONS(2695), + [anon_sym_long] = ACTIONS(2695), + [anon_sym_short] = ACTIONS(2695), + [anon_sym_enum] = ACTIONS(2695), + [anon_sym_struct] = ACTIONS(2695), + [anon_sym_union] = ACTIONS(2695), + [anon_sym_if] = ACTIONS(2695), + [anon_sym_switch] = ACTIONS(2695), + [anon_sym_case] = ACTIONS(2695), + [anon_sym_default] = ACTIONS(2695), + [anon_sym_while] = ACTIONS(2695), + [anon_sym_do] = ACTIONS(2695), + [anon_sym_for] = ACTIONS(2695), + [anon_sym_return] = ACTIONS(2695), + [anon_sym_break] = ACTIONS(2695), + [anon_sym_continue] = ACTIONS(2695), + [anon_sym_goto] = ACTIONS(2695), + [anon_sym_AMP] = ACTIONS(2697), + [anon_sym_BANG] = ACTIONS(2697), + [anon_sym_TILDE] = ACTIONS(2697), + [anon_sym_PLUS] = ACTIONS(2695), + [anon_sym_DASH] = ACTIONS(2695), + [anon_sym_DASH_DASH] = ACTIONS(2697), + [anon_sym_PLUS_PLUS] = ACTIONS(2697), + [anon_sym_sizeof] = ACTIONS(2695), + [sym_number_literal] = ACTIONS(2695), + [sym_char_literal] = ACTIONS(2695), + [sym_string_literal] = ACTIONS(2697), + [sym_identifier] = ACTIONS(2699), + [sym_comment] = ACTIONS(42), }, [1332] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(4737), - [anon_sym_COMMA] = ACTIONS(1610), - [anon_sym_RPAREN] = ACTIONS(1610), - [anon_sym_SEMI] = ACTIONS(1610), - [anon_sym_RBRACE] = ACTIONS(1610), - [anon_sym_STAR] = ACTIONS(6871), - [anon_sym_LBRACK] = ACTIONS(4757), - [anon_sym_EQ] = ACTIONS(6874), - [anon_sym_QMARK] = ACTIONS(6877), - [anon_sym_STAR_EQ] = ACTIONS(6880), - [anon_sym_SLASH_EQ] = ACTIONS(6880), - [anon_sym_PERCENT_EQ] = ACTIONS(6880), - [anon_sym_PLUS_EQ] = ACTIONS(6880), - [anon_sym_DASH_EQ] = ACTIONS(6880), - [anon_sym_LT_LT_EQ] = ACTIONS(6880), - [anon_sym_GT_GT_EQ] = ACTIONS(6880), - [anon_sym_AMP_EQ] = ACTIONS(6880), - [anon_sym_CARET_EQ] = ACTIONS(6880), - [anon_sym_PIPE_EQ] = ACTIONS(6880), - [anon_sym_AMP] = ACTIONS(6883), - [anon_sym_PIPE_PIPE] = ACTIONS(6886), - [anon_sym_AMP_AMP] = ACTIONS(6886), - [anon_sym_PIPE] = ACTIONS(6883), - [anon_sym_CARET] = ACTIONS(6883), - [anon_sym_EQ_EQ] = ACTIONS(6889), - [anon_sym_BANG_EQ] = ACTIONS(6889), - [anon_sym_LT] = ACTIONS(6892), - [anon_sym_GT] = ACTIONS(6892), - [anon_sym_LT_EQ] = ACTIONS(6895), - [anon_sym_GT_EQ] = ACTIONS(6895), - [anon_sym_LT_LT] = ACTIONS(6898), - [anon_sym_GT_GT] = ACTIONS(6898), - [anon_sym_PLUS] = ACTIONS(6871), - [anon_sym_DASH] = ACTIONS(6871), - [anon_sym_SLASH] = ACTIONS(6871), - [anon_sym_PERCENT] = ACTIONS(6871), - [anon_sym_DASH_DASH] = ACTIONS(4787), - [anon_sym_PLUS_PLUS] = ACTIONS(4787), - [anon_sym_DOT] = ACTIONS(4790), - [anon_sym_DASH_GT] = ACTIONS(4790), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1379), + [sym_labeled_statement] = STATE(1379), + [sym_expression_statement] = STATE(1379), + [sym_if_statement] = STATE(1379), + [sym_switch_statement] = STATE(1379), + [sym_case_statement] = STATE(1379), + [sym_while_statement] = STATE(1379), + [sym_do_statement] = STATE(1379), + [sym_for_statement] = STATE(1379), + [sym_return_statement] = STATE(1379), + [sym_break_statement] = STATE(1379), + [sym_continue_statement] = STATE(1379), + [sym_goto_statement] = STATE(1379), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(492), + [anon_sym_switch] = ACTIONS(494), + [anon_sym_case] = ACTIONS(496), + [anon_sym_default] = ACTIONS(498), + [anon_sym_while] = ACTIONS(500), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(504), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(1435), + [sym_comment] = ACTIONS(42), }, [1333] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_COLON] = ACTIONS(6901), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_STAR_EQ] = ACTIONS(1241), - [anon_sym_SLASH_EQ] = ACTIONS(1241), - [anon_sym_PERCENT_EQ] = ACTIONS(1241), - [anon_sym_PLUS_EQ] = ACTIONS(1241), - [anon_sym_DASH_EQ] = ACTIONS(1241), - [anon_sym_LT_LT_EQ] = ACTIONS(1241), - [anon_sym_GT_GT_EQ] = ACTIONS(1241), - [anon_sym_AMP_EQ] = ACTIONS(1241), - [anon_sym_CARET_EQ] = ACTIONS(1241), - [anon_sym_PIPE_EQ] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1245), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE] = ACTIONS(1249), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_EQ_EQ] = ACTIONS(1253), - [anon_sym_BANG_EQ] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1455), + [anon_sym_LPAREN] = ACTIONS(1453), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1455), + [sym_preproc_directive] = ACTIONS(1457), + [anon_sym_SEMI] = ACTIONS(1453), + [anon_sym_extern] = ACTIONS(1455), + [anon_sym_LBRACE] = ACTIONS(1453), + [anon_sym_STAR] = ACTIONS(1453), + [anon_sym_typedef] = ACTIONS(1455), + [anon_sym_static] = ACTIONS(1455), + [anon_sym_auto] = ACTIONS(1455), + [anon_sym_register] = ACTIONS(1455), + [anon_sym_const] = ACTIONS(1455), + [anon_sym_restrict] = ACTIONS(1455), + [anon_sym_volatile] = ACTIONS(1455), + [sym_function_specifier] = ACTIONS(1455), + [anon_sym_unsigned] = ACTIONS(1455), + [anon_sym_long] = ACTIONS(1455), + [anon_sym_short] = ACTIONS(1455), + [anon_sym_enum] = ACTIONS(1455), + [anon_sym_struct] = ACTIONS(1455), + [anon_sym_union] = ACTIONS(1455), + [anon_sym_if] = ACTIONS(1455), + [anon_sym_else] = ACTIONS(1455), + [anon_sym_switch] = ACTIONS(1455), + [anon_sym_case] = ACTIONS(1455), + [anon_sym_default] = ACTIONS(1455), + [anon_sym_while] = ACTIONS(1455), + [anon_sym_do] = ACTIONS(1455), + [anon_sym_for] = ACTIONS(1455), + [anon_sym_return] = ACTIONS(1455), + [anon_sym_break] = ACTIONS(1455), + [anon_sym_continue] = ACTIONS(1455), + [anon_sym_goto] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(1453), + [anon_sym_BANG] = ACTIONS(1453), + [anon_sym_TILDE] = ACTIONS(1453), + [anon_sym_PLUS] = ACTIONS(1455), + [anon_sym_DASH] = ACTIONS(1455), + [anon_sym_DASH_DASH] = ACTIONS(1453), + [anon_sym_PLUS_PLUS] = ACTIONS(1453), + [anon_sym_sizeof] = ACTIONS(1455), + [sym_number_literal] = ACTIONS(1455), + [sym_char_literal] = ACTIONS(1455), + [sym_string_literal] = ACTIONS(1453), + [sym_identifier] = ACTIONS(1457), + [sym_comment] = ACTIONS(42), }, [1334] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5017), - [anon_sym_COMMA] = ACTIONS(1614), - [anon_sym_RPAREN] = ACTIONS(1614), - [anon_sym_SEMI] = ACTIONS(1614), - [anon_sym_RBRACE] = ACTIONS(1614), - [anon_sym_STAR] = ACTIONS(6903), - [anon_sym_LBRACK] = ACTIONS(5023), - [anon_sym_EQ] = ACTIONS(6906), - [anon_sym_QMARK] = ACTIONS(6909), - [anon_sym_STAR_EQ] = ACTIONS(6912), - [anon_sym_SLASH_EQ] = ACTIONS(6912), - [anon_sym_PERCENT_EQ] = ACTIONS(6912), - [anon_sym_PLUS_EQ] = ACTIONS(6912), - [anon_sym_DASH_EQ] = ACTIONS(6912), - [anon_sym_LT_LT_EQ] = ACTIONS(6912), - [anon_sym_GT_GT_EQ] = ACTIONS(6912), - [anon_sym_AMP_EQ] = ACTIONS(6912), - [anon_sym_CARET_EQ] = ACTIONS(6912), - [anon_sym_PIPE_EQ] = ACTIONS(6912), - [anon_sym_AMP] = ACTIONS(6915), - [anon_sym_PIPE_PIPE] = ACTIONS(6918), - [anon_sym_AMP_AMP] = ACTIONS(6918), - [anon_sym_PIPE] = ACTIONS(6915), - [anon_sym_CARET] = ACTIONS(6915), - [anon_sym_EQ_EQ] = ACTIONS(6921), - [anon_sym_BANG_EQ] = ACTIONS(6921), - [anon_sym_LT] = ACTIONS(6924), - [anon_sym_GT] = ACTIONS(6924), - [anon_sym_LT_EQ] = ACTIONS(6927), - [anon_sym_GT_EQ] = ACTIONS(6927), - [anon_sym_LT_LT] = ACTIONS(6930), - [anon_sym_GT_GT] = ACTIONS(6930), - [anon_sym_PLUS] = ACTIONS(6903), - [anon_sym_DASH] = ACTIONS(6903), - [anon_sym_SLASH] = ACTIONS(6903), - [anon_sym_PERCENT] = ACTIONS(6903), - [anon_sym_DASH_DASH] = ACTIONS(5053), - [anon_sym_PLUS_PLUS] = ACTIONS(5053), - [anon_sym_DOT] = ACTIONS(5056), - [anon_sym_DASH_GT] = ACTIONS(5056), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(2701), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1335] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(4933), - [anon_sym_COMMA] = ACTIONS(1618), - [anon_sym_RPAREN] = ACTIONS(1618), - [anon_sym_SEMI] = ACTIONS(1618), - [anon_sym_RBRACE] = ACTIONS(1618), - [anon_sym_STAR] = ACTIONS(6933), - [anon_sym_LBRACK] = ACTIONS(4939), - [anon_sym_EQ] = ACTIONS(6936), - [anon_sym_QMARK] = ACTIONS(6939), - [anon_sym_STAR_EQ] = ACTIONS(6942), - [anon_sym_SLASH_EQ] = ACTIONS(6942), - [anon_sym_PERCENT_EQ] = ACTIONS(6942), - [anon_sym_PLUS_EQ] = ACTIONS(6942), - [anon_sym_DASH_EQ] = ACTIONS(6942), - [anon_sym_LT_LT_EQ] = ACTIONS(6942), - [anon_sym_GT_GT_EQ] = ACTIONS(6942), - [anon_sym_AMP_EQ] = ACTIONS(6942), - [anon_sym_CARET_EQ] = ACTIONS(6942), - [anon_sym_PIPE_EQ] = ACTIONS(6942), - [anon_sym_AMP] = ACTIONS(6945), - [anon_sym_PIPE_PIPE] = ACTIONS(6948), - [anon_sym_AMP_AMP] = ACTIONS(6948), - [anon_sym_PIPE] = ACTIONS(6945), - [anon_sym_CARET] = ACTIONS(6945), - [anon_sym_EQ_EQ] = ACTIONS(6951), - [anon_sym_BANG_EQ] = ACTIONS(6951), - [anon_sym_LT] = ACTIONS(6954), - [anon_sym_GT] = ACTIONS(6954), - [anon_sym_LT_EQ] = ACTIONS(6957), - [anon_sym_GT_EQ] = ACTIONS(6957), - [anon_sym_LT_LT] = ACTIONS(6960), - [anon_sym_GT_GT] = ACTIONS(6960), - [anon_sym_PLUS] = ACTIONS(6933), - [anon_sym_DASH] = ACTIONS(6933), - [anon_sym_SLASH] = ACTIONS(6933), - [anon_sym_PERCENT] = ACTIONS(6933), - [anon_sym_DASH_DASH] = ACTIONS(4969), - [anon_sym_PLUS_PLUS] = ACTIONS(4969), - [anon_sym_DOT] = ACTIONS(4972), - [anon_sym_DASH_GT] = ACTIONS(4972), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(2703), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1336] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5101), - [anon_sym_COMMA] = ACTIONS(1622), - [anon_sym_RPAREN] = ACTIONS(1622), - [anon_sym_SEMI] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1622), - [anon_sym_STAR] = ACTIONS(6963), - [anon_sym_LBRACK] = ACTIONS(5107), - [anon_sym_EQ] = ACTIONS(6966), - [anon_sym_QMARK] = ACTIONS(6969), - [anon_sym_STAR_EQ] = ACTIONS(6972), - [anon_sym_SLASH_EQ] = ACTIONS(6972), - [anon_sym_PERCENT_EQ] = ACTIONS(6972), - [anon_sym_PLUS_EQ] = ACTIONS(6972), - [anon_sym_DASH_EQ] = ACTIONS(6972), - [anon_sym_LT_LT_EQ] = ACTIONS(6972), - [anon_sym_GT_GT_EQ] = ACTIONS(6972), - [anon_sym_AMP_EQ] = ACTIONS(6972), - [anon_sym_CARET_EQ] = ACTIONS(6972), - [anon_sym_PIPE_EQ] = ACTIONS(6972), - [anon_sym_AMP] = ACTIONS(6975), - [anon_sym_PIPE_PIPE] = ACTIONS(6978), - [anon_sym_AMP_AMP] = ACTIONS(6978), - [anon_sym_PIPE] = ACTIONS(6975), - [anon_sym_CARET] = ACTIONS(6975), - [anon_sym_EQ_EQ] = ACTIONS(6981), - [anon_sym_BANG_EQ] = ACTIONS(6981), - [anon_sym_LT] = ACTIONS(6984), - [anon_sym_GT] = ACTIONS(6984), - [anon_sym_LT_EQ] = ACTIONS(6987), - [anon_sym_GT_EQ] = ACTIONS(6987), - [anon_sym_LT_LT] = ACTIONS(6990), - [anon_sym_GT_GT] = ACTIONS(6990), - [anon_sym_PLUS] = ACTIONS(6963), - [anon_sym_DASH] = ACTIONS(6963), - [anon_sym_SLASH] = ACTIONS(6963), - [anon_sym_PERCENT] = ACTIONS(6963), - [anon_sym_DASH_DASH] = ACTIONS(5137), - [anon_sym_PLUS_PLUS] = ACTIONS(5137), - [anon_sym_DOT] = ACTIONS(5140), - [anon_sym_DASH_GT] = ACTIONS(5140), - [sym_comment] = ACTIONS(123), + [sym_declaration] = STATE(1382), + [sym__declaration_specifiers] = STATE(1339), + [sym_compound_statement] = STATE(1382), + [sym_storage_class_specifier] = STATE(11), + [sym_type_qualifier] = STATE(11), + [sym__type_specifier] = STATE(20), + [sym_sized_type_specifier] = STATE(21), + [sym_enum_specifier] = STATE(21), + [sym_struct_specifier] = STATE(21), + [sym_union_specifier] = STATE(21), + [sym_labeled_statement] = STATE(1382), + [sym_expression_statement] = STATE(1382), + [sym_if_statement] = STATE(1382), + [sym_switch_statement] = STATE(1382), + [sym_case_statement] = STATE(1382), + [sym_while_statement] = STATE(1382), + [sym_do_statement] = STATE(1382), + [sym_for_statement] = STATE(1382), + [sym_return_statement] = STATE(1382), + [sym_break_statement] = STATE(1382), + [sym_continue_statement] = STATE(1382), + [sym_goto_statement] = STATE(1382), + [sym__expression] = STATE(1216), + [sym_comma_expression] = STATE(1217), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [sym_macro_type_specifier] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(23), + [aux_sym_sized_type_specifier_repeat1] = STATE(24), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2477), + [anon_sym_extern] = ACTIONS(26), + [anon_sym_LBRACE] = ACTIONS(2479), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_typedef] = ACTIONS(26), + [anon_sym_static] = ACTIONS(26), + [anon_sym_auto] = ACTIONS(26), + [anon_sym_register] = ACTIONS(26), + [anon_sym_const] = ACTIONS(28), + [anon_sym_restrict] = ACTIONS(28), + [anon_sym_volatile] = ACTIONS(28), + [sym_function_specifier] = ACTIONS(30), + [anon_sym_unsigned] = ACTIONS(32), + [anon_sym_long] = ACTIONS(32), + [anon_sym_short] = ACTIONS(32), + [anon_sym_enum] = ACTIONS(34), + [anon_sym_struct] = ACTIONS(36), + [anon_sym_union] = ACTIONS(38), + [anon_sym_if] = ACTIONS(2481), + [anon_sym_switch] = ACTIONS(2483), + [anon_sym_case] = ACTIONS(2485), + [anon_sym_default] = ACTIONS(2487), + [anon_sym_while] = ACTIONS(2489), + [anon_sym_do] = ACTIONS(2491), + [anon_sym_for] = ACTIONS(2493), + [anon_sym_return] = ACTIONS(2495), + [anon_sym_break] = ACTIONS(2497), + [anon_sym_continue] = ACTIONS(2499), + [anon_sym_goto] = ACTIONS(2501), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2653), + [sym_comment] = ACTIONS(42), }, [1337] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5143), - [anon_sym_COMMA] = ACTIONS(1626), - [anon_sym_RPAREN] = ACTIONS(1626), - [anon_sym_SEMI] = ACTIONS(1626), - [anon_sym_RBRACE] = ACTIONS(1626), - [anon_sym_STAR] = ACTIONS(6993), - [anon_sym_LBRACK] = ACTIONS(5149), - [anon_sym_EQ] = ACTIONS(6996), - [anon_sym_QMARK] = ACTIONS(6999), - [anon_sym_STAR_EQ] = ACTIONS(7002), - [anon_sym_SLASH_EQ] = ACTIONS(7002), - [anon_sym_PERCENT_EQ] = ACTIONS(7002), - [anon_sym_PLUS_EQ] = ACTIONS(7002), - [anon_sym_DASH_EQ] = ACTIONS(7002), - [anon_sym_LT_LT_EQ] = ACTIONS(7002), - [anon_sym_GT_GT_EQ] = ACTIONS(7002), - [anon_sym_AMP_EQ] = ACTIONS(7002), - [anon_sym_CARET_EQ] = ACTIONS(7002), - [anon_sym_PIPE_EQ] = ACTIONS(7002), - [anon_sym_AMP] = ACTIONS(7005), - [anon_sym_PIPE_PIPE] = ACTIONS(7008), - [anon_sym_AMP_AMP] = ACTIONS(7008), - [anon_sym_PIPE] = ACTIONS(7005), - [anon_sym_CARET] = ACTIONS(7005), - [anon_sym_EQ_EQ] = ACTIONS(7011), - [anon_sym_BANG_EQ] = ACTIONS(7011), - [anon_sym_LT] = ACTIONS(7014), - [anon_sym_GT] = ACTIONS(7014), - [anon_sym_LT_EQ] = ACTIONS(7017), - [anon_sym_GT_EQ] = ACTIONS(7017), - [anon_sym_LT_LT] = ACTIONS(7020), - [anon_sym_GT_GT] = ACTIONS(7020), - [anon_sym_PLUS] = ACTIONS(6993), - [anon_sym_DASH] = ACTIONS(6993), - [anon_sym_SLASH] = ACTIONS(6993), - [anon_sym_PERCENT] = ACTIONS(6993), - [anon_sym_DASH_DASH] = ACTIONS(5179), - [anon_sym_PLUS_PLUS] = ACTIONS(5179), - [anon_sym_DOT] = ACTIONS(5182), - [anon_sym_DASH_GT] = ACTIONS(5182), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(872), + [anon_sym_COMMA] = ACTIONS(866), + [anon_sym_SEMI] = ACTIONS(866), + [anon_sym_extern] = ACTIONS(95), + [anon_sym_STAR] = ACTIONS(879), + [anon_sym_LBRACK] = ACTIONS(866), + [anon_sym_EQ] = ACTIONS(868), + [anon_sym_typedef] = ACTIONS(95), + [anon_sym_static] = ACTIONS(95), + [anon_sym_auto] = ACTIONS(95), + [anon_sym_register] = ACTIONS(95), + [anon_sym_const] = ACTIONS(95), + [anon_sym_restrict] = ACTIONS(95), + [anon_sym_volatile] = ACTIONS(95), + [sym_function_specifier] = ACTIONS(95), + [anon_sym_COLON] = ACTIONS(2595), + [anon_sym_QMARK] = ACTIONS(866), + [anon_sym_STAR_EQ] = ACTIONS(866), + [anon_sym_SLASH_EQ] = ACTIONS(866), + [anon_sym_PERCENT_EQ] = ACTIONS(866), + [anon_sym_PLUS_EQ] = ACTIONS(866), + [anon_sym_DASH_EQ] = ACTIONS(866), + [anon_sym_LT_LT_EQ] = ACTIONS(866), + [anon_sym_GT_GT_EQ] = ACTIONS(866), + [anon_sym_AMP_EQ] = ACTIONS(866), + [anon_sym_CARET_EQ] = ACTIONS(866), + [anon_sym_PIPE_EQ] = ACTIONS(866), + [anon_sym_AMP] = ACTIONS(868), + [anon_sym_PIPE_PIPE] = ACTIONS(866), + [anon_sym_AMP_AMP] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(868), + [anon_sym_CARET] = ACTIONS(868), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_LT] = ACTIONS(868), + [anon_sym_GT] = ACTIONS(868), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_LT_LT] = ACTIONS(868), + [anon_sym_GT_GT] = ACTIONS(868), + [anon_sym_PLUS] = ACTIONS(868), + [anon_sym_DASH] = ACTIONS(868), + [anon_sym_SLASH] = ACTIONS(868), + [anon_sym_PERCENT] = ACTIONS(868), + [anon_sym_DASH_DASH] = ACTIONS(866), + [anon_sym_PLUS_PLUS] = ACTIONS(866), + [anon_sym_DOT] = ACTIONS(866), + [anon_sym_DASH_GT] = ACTIONS(866), + [sym_identifier] = ACTIONS(97), + [sym_comment] = ACTIONS(42), }, [1338] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5185), - [anon_sym_COMMA] = ACTIONS(1630), - [anon_sym_RPAREN] = ACTIONS(1630), - [anon_sym_SEMI] = ACTIONS(1630), - [anon_sym_RBRACE] = ACTIONS(1630), - [anon_sym_STAR] = ACTIONS(7023), - [anon_sym_LBRACK] = ACTIONS(5191), - [anon_sym_EQ] = ACTIONS(7026), - [anon_sym_QMARK] = ACTIONS(7029), - [anon_sym_STAR_EQ] = ACTIONS(7032), - [anon_sym_SLASH_EQ] = ACTIONS(7032), - [anon_sym_PERCENT_EQ] = ACTIONS(7032), - [anon_sym_PLUS_EQ] = ACTIONS(7032), - [anon_sym_DASH_EQ] = ACTIONS(7032), - [anon_sym_LT_LT_EQ] = ACTIONS(7032), - [anon_sym_GT_GT_EQ] = ACTIONS(7032), - [anon_sym_AMP_EQ] = ACTIONS(7032), - [anon_sym_CARET_EQ] = ACTIONS(7032), - [anon_sym_PIPE_EQ] = ACTIONS(7032), - [anon_sym_AMP] = ACTIONS(7035), - [anon_sym_PIPE_PIPE] = ACTIONS(7038), - [anon_sym_AMP_AMP] = ACTIONS(7038), - [anon_sym_PIPE] = ACTIONS(7035), - [anon_sym_CARET] = ACTIONS(7035), - [anon_sym_EQ_EQ] = ACTIONS(7041), - [anon_sym_BANG_EQ] = ACTIONS(7041), - [anon_sym_LT] = ACTIONS(7044), - [anon_sym_GT] = ACTIONS(7044), - [anon_sym_LT_EQ] = ACTIONS(7047), - [anon_sym_GT_EQ] = ACTIONS(7047), - [anon_sym_LT_LT] = ACTIONS(7050), - [anon_sym_GT_GT] = ACTIONS(7050), - [anon_sym_PLUS] = ACTIONS(7023), - [anon_sym_DASH] = ACTIONS(7023), - [anon_sym_SLASH] = ACTIONS(7023), - [anon_sym_PERCENT] = ACTIONS(7023), - [anon_sym_DASH_DASH] = ACTIONS(5221), - [anon_sym_PLUS_PLUS] = ACTIONS(5221), - [anon_sym_DOT] = ACTIONS(5224), - [anon_sym_DASH_GT] = ACTIONS(5224), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1767), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1767), + [anon_sym_LPAREN] = ACTIONS(1769), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1767), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1767), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1767), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1767), + [sym_preproc_directive] = ACTIONS(1771), + [anon_sym_SEMI] = ACTIONS(1769), + [anon_sym_extern] = ACTIONS(1767), + [anon_sym_LBRACE] = ACTIONS(1769), + [anon_sym_STAR] = ACTIONS(1769), + [anon_sym_typedef] = ACTIONS(1767), + [anon_sym_static] = ACTIONS(1767), + [anon_sym_auto] = ACTIONS(1767), + [anon_sym_register] = ACTIONS(1767), + [anon_sym_const] = ACTIONS(1767), + [anon_sym_restrict] = ACTIONS(1767), + [anon_sym_volatile] = ACTIONS(1767), + [sym_function_specifier] = ACTIONS(1767), + [anon_sym_unsigned] = ACTIONS(1767), + [anon_sym_long] = ACTIONS(1767), + [anon_sym_short] = ACTIONS(1767), + [anon_sym_enum] = ACTIONS(1767), + [anon_sym_struct] = ACTIONS(1767), + [anon_sym_union] = ACTIONS(1767), + [anon_sym_if] = ACTIONS(1767), + [anon_sym_else] = ACTIONS(1767), + [anon_sym_switch] = ACTIONS(1767), + [anon_sym_case] = ACTIONS(1767), + [anon_sym_default] = ACTIONS(1767), + [anon_sym_while] = ACTIONS(1767), + [anon_sym_do] = ACTIONS(1767), + [anon_sym_for] = ACTIONS(1767), + [anon_sym_return] = ACTIONS(1767), + [anon_sym_break] = ACTIONS(1767), + [anon_sym_continue] = ACTIONS(1767), + [anon_sym_goto] = ACTIONS(1767), + [anon_sym_AMP] = ACTIONS(1769), + [anon_sym_BANG] = ACTIONS(1769), + [anon_sym_TILDE] = ACTIONS(1769), + [anon_sym_PLUS] = ACTIONS(1767), + [anon_sym_DASH] = ACTIONS(1767), + [anon_sym_DASH_DASH] = ACTIONS(1769), + [anon_sym_PLUS_PLUS] = ACTIONS(1769), + [anon_sym_sizeof] = ACTIONS(1767), + [sym_number_literal] = ACTIONS(1767), + [sym_char_literal] = ACTIONS(1767), + [sym_string_literal] = ACTIONS(1769), + [sym_identifier] = ACTIONS(1771), + [sym_comment] = ACTIONS(42), }, [1339] = { - [sym__expression] = STATE(1302), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(560), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(3044), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_STAR] = ACTIONS(2977), - [anon_sym_AMP] = ACTIONS(2977), - [anon_sym_BANG] = ACTIONS(2979), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2983), - [anon_sym_DASH] = ACTIONS(2983), - [anon_sym_DASH_DASH] = ACTIONS(2985), - [anon_sym_PLUS_PLUS] = ACTIONS(2985), - [anon_sym_sizeof] = ACTIONS(2987), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__declarator] = STATE(1383), + [sym_pointer_declarator] = STATE(44), + [sym_function_declarator] = STATE(44), + [sym_array_declarator] = STATE(44), + [sym_init_declarator] = STATE(1384), + [anon_sym_LPAREN] = ACTIONS(107), + [anon_sym_STAR] = ACTIONS(462), + [sym_identifier] = ACTIONS(113), + [sym_comment] = ACTIONS(42), }, [1340] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(7053), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(2705), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1341] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(6208), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(6208), - [anon_sym_LPAREN] = ACTIONS(1458), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(6208), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(6208), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(6208), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(6208), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(6208), - [sym_preproc_directive] = ACTIONS(6211), - [anon_sym_SEMI] = ACTIONS(1458), - [anon_sym_extern] = ACTIONS(6208), - [anon_sym_LBRACE] = ACTIONS(1458), - [anon_sym_RBRACE] = ACTIONS(6214), - [anon_sym_STAR] = ACTIONS(1458), - [anon_sym_typedef] = ACTIONS(6208), - [anon_sym_static] = ACTIONS(6208), - [anon_sym_auto] = ACTIONS(6208), - [anon_sym_register] = ACTIONS(6208), - [anon_sym_const] = ACTIONS(6208), - [anon_sym_restrict] = ACTIONS(6208), - [anon_sym_volatile] = ACTIONS(6208), - [sym_function_specifier] = ACTIONS(6208), - [anon_sym_unsigned] = ACTIONS(6208), - [anon_sym_long] = ACTIONS(6208), - [anon_sym_short] = ACTIONS(6208), - [anon_sym_enum] = ACTIONS(6208), - [anon_sym_struct] = ACTIONS(6208), - [anon_sym_union] = ACTIONS(6208), - [anon_sym_if] = ACTIONS(1456), - [anon_sym_switch] = ACTIONS(1456), - [anon_sym_case] = ACTIONS(1456), - [anon_sym_default] = ACTIONS(1456), - [anon_sym_while] = ACTIONS(1456), - [anon_sym_do] = ACTIONS(1456), - [anon_sym_for] = ACTIONS(1456), - [anon_sym_return] = ACTIONS(1456), - [anon_sym_break] = ACTIONS(1456), - [anon_sym_continue] = ACTIONS(1456), - [anon_sym_goto] = ACTIONS(1456), - [anon_sym_AMP] = ACTIONS(1458), - [anon_sym_BANG] = ACTIONS(1458), - [anon_sym_TILDE] = ACTIONS(1458), - [anon_sym_PLUS] = ACTIONS(1456), - [anon_sym_DASH] = ACTIONS(1456), - [anon_sym_DASH_DASH] = ACTIONS(1458), - [anon_sym_PLUS_PLUS] = ACTIONS(1458), - [anon_sym_sizeof] = ACTIONS(1456), - [sym_number_literal] = ACTIONS(1456), - [sym_char_literal] = ACTIONS(1456), - [sym_string_literal] = ACTIONS(1458), - [sym_identifier] = ACTIONS(6211), - [sym_comment] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(2707), + [sym_comment] = ACTIONS(42), }, [1342] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(6217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(6217), - [anon_sym_LPAREN] = ACTIONS(1496), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(6217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(6217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(6217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(6217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(6217), - [sym_preproc_directive] = ACTIONS(6220), - [anon_sym_SEMI] = ACTIONS(1496), - [anon_sym_extern] = ACTIONS(6217), - [anon_sym_LBRACE] = ACTIONS(1496), - [anon_sym_RBRACE] = ACTIONS(6223), - [anon_sym_STAR] = ACTIONS(1496), - [anon_sym_typedef] = ACTIONS(6217), - [anon_sym_static] = ACTIONS(6217), - [anon_sym_auto] = ACTIONS(6217), - [anon_sym_register] = ACTIONS(6217), - [anon_sym_const] = ACTIONS(6217), - [anon_sym_restrict] = ACTIONS(6217), - [anon_sym_volatile] = ACTIONS(6217), - [sym_function_specifier] = ACTIONS(6217), - [anon_sym_unsigned] = ACTIONS(6217), - [anon_sym_long] = ACTIONS(6217), - [anon_sym_short] = ACTIONS(6217), - [anon_sym_enum] = ACTIONS(6217), - [anon_sym_struct] = ACTIONS(6217), - [anon_sym_union] = ACTIONS(6217), - [anon_sym_if] = ACTIONS(1494), - [anon_sym_switch] = ACTIONS(1494), - [anon_sym_case] = ACTIONS(1494), - [anon_sym_default] = ACTIONS(1494), - [anon_sym_while] = ACTIONS(1494), - [anon_sym_do] = ACTIONS(1494), - [anon_sym_for] = ACTIONS(1494), - [anon_sym_return] = ACTIONS(1494), - [anon_sym_break] = ACTIONS(1494), - [anon_sym_continue] = ACTIONS(1494), - [anon_sym_goto] = ACTIONS(1494), - [anon_sym_AMP] = ACTIONS(1496), - [anon_sym_BANG] = ACTIONS(1496), - [anon_sym_TILDE] = ACTIONS(1496), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_DASH_DASH] = ACTIONS(1496), - [anon_sym_PLUS_PLUS] = ACTIONS(1496), - [anon_sym_sizeof] = ACTIONS(1494), - [sym_number_literal] = ACTIONS(1494), - [sym_char_literal] = ACTIONS(1494), - [sym_string_literal] = ACTIONS(1496), - [sym_identifier] = ACTIONS(6220), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1388), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(2709), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1343] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(6226), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(6226), - [anon_sym_LPAREN] = ACTIONS(1506), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(6226), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(6226), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(6226), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(6226), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(6226), - [sym_preproc_directive] = ACTIONS(6229), - [anon_sym_SEMI] = ACTIONS(1506), - [anon_sym_extern] = ACTIONS(6226), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(6232), - [anon_sym_STAR] = ACTIONS(1506), - [anon_sym_typedef] = ACTIONS(6226), - [anon_sym_static] = ACTIONS(6226), - [anon_sym_auto] = ACTIONS(6226), - [anon_sym_register] = ACTIONS(6226), - [anon_sym_const] = ACTIONS(6226), - [anon_sym_restrict] = ACTIONS(6226), - [anon_sym_volatile] = ACTIONS(6226), - [sym_function_specifier] = ACTIONS(6226), - [anon_sym_unsigned] = ACTIONS(6226), - [anon_sym_long] = ACTIONS(6226), - [anon_sym_short] = ACTIONS(6226), - [anon_sym_enum] = ACTIONS(6226), - [anon_sym_struct] = ACTIONS(6226), - [anon_sym_union] = ACTIONS(6226), - [anon_sym_if] = ACTIONS(1504), - [anon_sym_switch] = ACTIONS(1504), - [anon_sym_case] = ACTIONS(1504), - [anon_sym_default] = ACTIONS(1504), - [anon_sym_while] = ACTIONS(1504), - [anon_sym_do] = ACTIONS(1504), - [anon_sym_for] = ACTIONS(1504), - [anon_sym_return] = ACTIONS(1504), - [anon_sym_break] = ACTIONS(1504), - [anon_sym_continue] = ACTIONS(1504), - [anon_sym_goto] = ACTIONS(1504), - [anon_sym_AMP] = ACTIONS(1506), - [anon_sym_BANG] = ACTIONS(1506), - [anon_sym_TILDE] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1504), - [anon_sym_DASH] = ACTIONS(1504), - [anon_sym_DASH_DASH] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [anon_sym_sizeof] = ACTIONS(1504), - [sym_number_literal] = ACTIONS(1504), - [sym_char_literal] = ACTIONS(1504), - [sym_string_literal] = ACTIONS(1506), - [sym_identifier] = ACTIONS(6229), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2711), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1344] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(7055), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(7055), - [anon_sym_LPAREN] = ACTIONS(7058), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(7055), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(7055), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(7055), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(7055), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(7055), - [sym_preproc_directive] = ACTIONS(7061), - [anon_sym_SEMI] = ACTIONS(7058), - [anon_sym_extern] = ACTIONS(7055), - [anon_sym_LBRACE] = ACTIONS(7058), - [anon_sym_RBRACE] = ACTIONS(7058), - [anon_sym_STAR] = ACTIONS(7058), - [anon_sym_typedef] = ACTIONS(7055), - [anon_sym_static] = ACTIONS(7055), - [anon_sym_auto] = ACTIONS(7055), - [anon_sym_register] = ACTIONS(7055), - [anon_sym_const] = ACTIONS(7055), - [anon_sym_restrict] = ACTIONS(7055), - [anon_sym_volatile] = ACTIONS(7055), - [sym_function_specifier] = ACTIONS(7055), - [anon_sym_unsigned] = ACTIONS(7055), - [anon_sym_long] = ACTIONS(7055), - [anon_sym_short] = ACTIONS(7055), - [anon_sym_enum] = ACTIONS(7055), - [anon_sym_struct] = ACTIONS(7055), - [anon_sym_union] = ACTIONS(7055), - [anon_sym_if] = ACTIONS(7055), - [anon_sym_else] = ACTIONS(7055), - [anon_sym_switch] = ACTIONS(7055), - [anon_sym_case] = ACTIONS(7055), - [anon_sym_default] = ACTIONS(7055), - [anon_sym_while] = ACTIONS(7055), - [anon_sym_do] = ACTIONS(7055), - [anon_sym_for] = ACTIONS(7055), - [anon_sym_return] = ACTIONS(7055), - [anon_sym_break] = ACTIONS(7055), - [anon_sym_continue] = ACTIONS(7055), - [anon_sym_goto] = ACTIONS(7055), - [anon_sym_AMP] = ACTIONS(7058), - [anon_sym_BANG] = ACTIONS(7058), - [anon_sym_TILDE] = ACTIONS(7058), - [anon_sym_PLUS] = ACTIONS(7055), - [anon_sym_DASH] = ACTIONS(7055), - [anon_sym_DASH_DASH] = ACTIONS(7058), - [anon_sym_PLUS_PLUS] = ACTIONS(7058), - [anon_sym_sizeof] = ACTIONS(7055), - [sym_number_literal] = ACTIONS(7055), - [sym_char_literal] = ACTIONS(7055), - [sym_string_literal] = ACTIONS(7058), - [sym_identifier] = ACTIONS(7061), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1787), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1787), + [anon_sym_LPAREN] = ACTIONS(1789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1787), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1787), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1787), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1787), + [sym_preproc_directive] = ACTIONS(1791), + [anon_sym_SEMI] = ACTIONS(1789), + [anon_sym_extern] = ACTIONS(1787), + [anon_sym_LBRACE] = ACTIONS(1789), + [anon_sym_STAR] = ACTIONS(1789), + [anon_sym_typedef] = ACTIONS(1787), + [anon_sym_static] = ACTIONS(1787), + [anon_sym_auto] = ACTIONS(1787), + [anon_sym_register] = ACTIONS(1787), + [anon_sym_const] = ACTIONS(1787), + [anon_sym_restrict] = ACTIONS(1787), + [anon_sym_volatile] = ACTIONS(1787), + [sym_function_specifier] = ACTIONS(1787), + [anon_sym_unsigned] = ACTIONS(1787), + [anon_sym_long] = ACTIONS(1787), + [anon_sym_short] = ACTIONS(1787), + [anon_sym_enum] = ACTIONS(1787), + [anon_sym_struct] = ACTIONS(1787), + [anon_sym_union] = ACTIONS(1787), + [anon_sym_if] = ACTIONS(1787), + [anon_sym_else] = ACTIONS(1787), + [anon_sym_switch] = ACTIONS(1787), + [anon_sym_case] = ACTIONS(1787), + [anon_sym_default] = ACTIONS(1787), + [anon_sym_while] = ACTIONS(1787), + [anon_sym_do] = ACTIONS(1787), + [anon_sym_for] = ACTIONS(1787), + [anon_sym_return] = ACTIONS(1787), + [anon_sym_break] = ACTIONS(1787), + [anon_sym_continue] = ACTIONS(1787), + [anon_sym_goto] = ACTIONS(1787), + [anon_sym_AMP] = ACTIONS(1789), + [anon_sym_BANG] = ACTIONS(1789), + [anon_sym_TILDE] = ACTIONS(1789), + [anon_sym_PLUS] = ACTIONS(1787), + [anon_sym_DASH] = ACTIONS(1787), + [anon_sym_DASH_DASH] = ACTIONS(1789), + [anon_sym_PLUS_PLUS] = ACTIONS(1789), + [anon_sym_sizeof] = ACTIONS(1787), + [sym_number_literal] = ACTIONS(1787), + [sym_char_literal] = ACTIONS(1787), + [sym_string_literal] = ACTIONS(1789), + [sym_identifier] = ACTIONS(1791), + [sym_comment] = ACTIONS(42), }, [1345] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(6552), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1793), + [anon_sym_LPAREN] = ACTIONS(1795), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1793), + [sym_preproc_directive] = ACTIONS(1797), + [anon_sym_SEMI] = ACTIONS(1795), + [anon_sym_extern] = ACTIONS(1793), + [anon_sym_LBRACE] = ACTIONS(1795), + [anon_sym_STAR] = ACTIONS(1795), + [anon_sym_typedef] = ACTIONS(1793), + [anon_sym_static] = ACTIONS(1793), + [anon_sym_auto] = ACTIONS(1793), + [anon_sym_register] = ACTIONS(1793), + [anon_sym_const] = ACTIONS(1793), + [anon_sym_restrict] = ACTIONS(1793), + [anon_sym_volatile] = ACTIONS(1793), + [sym_function_specifier] = ACTIONS(1793), + [anon_sym_unsigned] = ACTIONS(1793), + [anon_sym_long] = ACTIONS(1793), + [anon_sym_short] = ACTIONS(1793), + [anon_sym_enum] = ACTIONS(1793), + [anon_sym_struct] = ACTIONS(1793), + [anon_sym_union] = ACTIONS(1793), + [anon_sym_if] = ACTIONS(1793), + [anon_sym_else] = ACTIONS(1793), + [anon_sym_switch] = ACTIONS(1793), + [anon_sym_case] = ACTIONS(1793), + [anon_sym_default] = ACTIONS(1793), + [anon_sym_while] = ACTIONS(1793), + [anon_sym_do] = ACTIONS(1793), + [anon_sym_for] = ACTIONS(1793), + [anon_sym_return] = ACTIONS(1793), + [anon_sym_break] = ACTIONS(1793), + [anon_sym_continue] = ACTIONS(1793), + [anon_sym_goto] = ACTIONS(1793), + [anon_sym_AMP] = ACTIONS(1795), + [anon_sym_BANG] = ACTIONS(1795), + [anon_sym_TILDE] = ACTIONS(1795), + [anon_sym_PLUS] = ACTIONS(1793), + [anon_sym_DASH] = ACTIONS(1793), + [anon_sym_DASH_DASH] = ACTIONS(1795), + [anon_sym_PLUS_PLUS] = ACTIONS(1795), + [anon_sym_sizeof] = ACTIONS(1793), + [sym_number_literal] = ACTIONS(1793), + [sym_char_literal] = ACTIONS(1793), + [sym_string_literal] = ACTIONS(1795), + [sym_identifier] = ACTIONS(1797), + [sym_comment] = ACTIONS(42), }, [1346] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(7064), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(7064), - [anon_sym_LPAREN] = ACTIONS(7068), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(7064), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(7064), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(7064), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(7064), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(7064), - [sym_preproc_directive] = ACTIONS(7072), - [anon_sym_SEMI] = ACTIONS(7068), - [anon_sym_extern] = ACTIONS(7064), - [anon_sym_LBRACE] = ACTIONS(7068), - [anon_sym_RBRACE] = ACTIONS(7068), - [anon_sym_STAR] = ACTIONS(7068), - [anon_sym_typedef] = ACTIONS(7064), - [anon_sym_static] = ACTIONS(7064), - [anon_sym_auto] = ACTIONS(7064), - [anon_sym_register] = ACTIONS(7064), - [anon_sym_const] = ACTIONS(7064), - [anon_sym_restrict] = ACTIONS(7064), - [anon_sym_volatile] = ACTIONS(7064), - [sym_function_specifier] = ACTIONS(7064), - [anon_sym_unsigned] = ACTIONS(7064), - [anon_sym_long] = ACTIONS(7064), - [anon_sym_short] = ACTIONS(7064), - [anon_sym_enum] = ACTIONS(7064), - [anon_sym_struct] = ACTIONS(7064), - [anon_sym_union] = ACTIONS(7064), - [anon_sym_if] = ACTIONS(7064), - [anon_sym_else] = ACTIONS(7064), - [anon_sym_switch] = ACTIONS(7064), - [anon_sym_case] = ACTIONS(7064), - [anon_sym_default] = ACTIONS(7064), - [anon_sym_while] = ACTIONS(7064), - [anon_sym_do] = ACTIONS(7064), - [anon_sym_for] = ACTIONS(7064), - [anon_sym_return] = ACTIONS(7064), - [anon_sym_break] = ACTIONS(7064), - [anon_sym_continue] = ACTIONS(7064), - [anon_sym_goto] = ACTIONS(7064), - [anon_sym_AMP] = ACTIONS(7068), - [anon_sym_BANG] = ACTIONS(7068), - [anon_sym_TILDE] = ACTIONS(7068), - [anon_sym_PLUS] = ACTIONS(7064), - [anon_sym_DASH] = ACTIONS(7064), - [anon_sym_DASH_DASH] = ACTIONS(7068), - [anon_sym_PLUS_PLUS] = ACTIONS(7068), - [anon_sym_sizeof] = ACTIONS(7064), - [sym_number_literal] = ACTIONS(7064), - [sym_char_literal] = ACTIONS(7064), - [sym_string_literal] = ACTIONS(7068), - [sym_identifier] = ACTIONS(7072), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1805), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1805), + [anon_sym_LPAREN] = ACTIONS(1807), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1805), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1805), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1805), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1805), + [sym_preproc_directive] = ACTIONS(1809), + [anon_sym_SEMI] = ACTIONS(1807), + [anon_sym_extern] = ACTIONS(1805), + [anon_sym_LBRACE] = ACTIONS(1807), + [anon_sym_STAR] = ACTIONS(1807), + [anon_sym_typedef] = ACTIONS(1805), + [anon_sym_static] = ACTIONS(1805), + [anon_sym_auto] = ACTIONS(1805), + [anon_sym_register] = ACTIONS(1805), + [anon_sym_const] = ACTIONS(1805), + [anon_sym_restrict] = ACTIONS(1805), + [anon_sym_volatile] = ACTIONS(1805), + [sym_function_specifier] = ACTIONS(1805), + [anon_sym_unsigned] = ACTIONS(1805), + [anon_sym_long] = ACTIONS(1805), + [anon_sym_short] = ACTIONS(1805), + [anon_sym_enum] = ACTIONS(1805), + [anon_sym_struct] = ACTIONS(1805), + [anon_sym_union] = ACTIONS(1805), + [anon_sym_if] = ACTIONS(1805), + [anon_sym_else] = ACTIONS(1805), + [anon_sym_switch] = ACTIONS(1805), + [anon_sym_case] = ACTIONS(1805), + [anon_sym_default] = ACTIONS(1805), + [anon_sym_while] = ACTIONS(1805), + [anon_sym_do] = ACTIONS(1805), + [anon_sym_for] = ACTIONS(1805), + [anon_sym_return] = ACTIONS(1805), + [anon_sym_break] = ACTIONS(1805), + [anon_sym_continue] = ACTIONS(1805), + [anon_sym_goto] = ACTIONS(1805), + [anon_sym_AMP] = ACTIONS(1807), + [anon_sym_BANG] = ACTIONS(1807), + [anon_sym_TILDE] = ACTIONS(1807), + [anon_sym_PLUS] = ACTIONS(1805), + [anon_sym_DASH] = ACTIONS(1805), + [anon_sym_DASH_DASH] = ACTIONS(1807), + [anon_sym_PLUS_PLUS] = ACTIONS(1807), + [anon_sym_sizeof] = ACTIONS(1805), + [sym_number_literal] = ACTIONS(1805), + [sym_char_literal] = ACTIONS(1805), + [sym_string_literal] = ACTIONS(1807), + [sym_identifier] = ACTIONS(1809), + [sym_comment] = ACTIONS(42), }, [1347] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(1376), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(6552), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2553), + [anon_sym_LPAREN] = ACTIONS(2555), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2553), + [sym_preproc_directive] = ACTIONS(2557), + [anon_sym_SEMI] = ACTIONS(2555), + [anon_sym_extern] = ACTIONS(2553), + [anon_sym_LBRACE] = ACTIONS(2555), + [anon_sym_STAR] = ACTIONS(2555), + [anon_sym_typedef] = ACTIONS(2553), + [anon_sym_static] = ACTIONS(2553), + [anon_sym_auto] = ACTIONS(2553), + [anon_sym_register] = ACTIONS(2553), + [anon_sym_const] = ACTIONS(2553), + [anon_sym_restrict] = ACTIONS(2553), + [anon_sym_volatile] = ACTIONS(2553), + [sym_function_specifier] = ACTIONS(2553), + [anon_sym_unsigned] = ACTIONS(2553), + [anon_sym_long] = ACTIONS(2553), + [anon_sym_short] = ACTIONS(2553), + [anon_sym_enum] = ACTIONS(2553), + [anon_sym_struct] = ACTIONS(2553), + [anon_sym_union] = ACTIONS(2553), + [anon_sym_if] = ACTIONS(2553), + [anon_sym_switch] = ACTIONS(2553), + [anon_sym_case] = ACTIONS(2553), + [anon_sym_default] = ACTIONS(2553), + [anon_sym_while] = ACTIONS(2553), + [anon_sym_do] = ACTIONS(2553), + [anon_sym_for] = ACTIONS(2553), + [anon_sym_return] = ACTIONS(2553), + [anon_sym_break] = ACTIONS(2553), + [anon_sym_continue] = ACTIONS(2553), + [anon_sym_goto] = ACTIONS(2553), + [anon_sym_AMP] = ACTIONS(2555), + [anon_sym_BANG] = ACTIONS(2555), + [anon_sym_TILDE] = ACTIONS(2555), + [anon_sym_PLUS] = ACTIONS(2553), + [anon_sym_DASH] = ACTIONS(2553), + [anon_sym_DASH_DASH] = ACTIONS(2555), + [anon_sym_PLUS_PLUS] = ACTIONS(2555), + [anon_sym_sizeof] = ACTIONS(2553), + [sym_number_literal] = ACTIONS(2553), + [sym_char_literal] = ACTIONS(2553), + [sym_string_literal] = ACTIONS(2555), + [sym_identifier] = ACTIONS(2557), + [sym_comment] = ACTIONS(42), }, [1348] = { - [sym_compound_statement] = STATE(1312), - [sym_labeled_statement] = STATE(1312), - [sym_expression_statement] = STATE(1312), - [sym_if_statement] = STATE(1312), - [sym_switch_statement] = STATE(1312), - [sym_case_statement] = STATE(1312), - [sym_while_statement] = STATE(1312), - [sym_do_statement] = STATE(1312), - [sym_for_statement] = STATE(1312), - [sym_return_statement] = STATE(1312), - [sym_break_statement] = STATE(1312), - [sym_continue_statement] = STATE(1312), - [sym_goto_statement] = STATE(1312), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(3064), - [anon_sym_switch] = ACTIONS(3066), - [anon_sym_case] = ACTIONS(3068), - [anon_sym_default] = ACTIONS(3070), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(3074), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(3080), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2567), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2567), + [anon_sym_LPAREN] = ACTIONS(2569), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2567), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2567), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2567), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2567), + [sym_preproc_directive] = ACTIONS(2571), + [anon_sym_SEMI] = ACTIONS(2569), + [anon_sym_extern] = ACTIONS(2567), + [anon_sym_LBRACE] = ACTIONS(2569), + [anon_sym_STAR] = ACTIONS(2569), + [anon_sym_typedef] = ACTIONS(2567), + [anon_sym_static] = ACTIONS(2567), + [anon_sym_auto] = ACTIONS(2567), + [anon_sym_register] = ACTIONS(2567), + [anon_sym_const] = ACTIONS(2567), + [anon_sym_restrict] = ACTIONS(2567), + [anon_sym_volatile] = ACTIONS(2567), + [sym_function_specifier] = ACTIONS(2567), + [anon_sym_unsigned] = ACTIONS(2567), + [anon_sym_long] = ACTIONS(2567), + [anon_sym_short] = ACTIONS(2567), + [anon_sym_enum] = ACTIONS(2567), + [anon_sym_struct] = ACTIONS(2567), + [anon_sym_union] = ACTIONS(2567), + [anon_sym_if] = ACTIONS(2567), + [anon_sym_switch] = ACTIONS(2567), + [anon_sym_case] = ACTIONS(2567), + [anon_sym_default] = ACTIONS(2567), + [anon_sym_while] = ACTIONS(2567), + [anon_sym_do] = ACTIONS(2567), + [anon_sym_for] = ACTIONS(2567), + [anon_sym_return] = ACTIONS(2567), + [anon_sym_break] = ACTIONS(2567), + [anon_sym_continue] = ACTIONS(2567), + [anon_sym_goto] = ACTIONS(2567), + [anon_sym_AMP] = ACTIONS(2569), + [anon_sym_BANG] = ACTIONS(2569), + [anon_sym_TILDE] = ACTIONS(2569), + [anon_sym_PLUS] = ACTIONS(2567), + [anon_sym_DASH] = ACTIONS(2567), + [anon_sym_DASH_DASH] = ACTIONS(2569), + [anon_sym_PLUS_PLUS] = ACTIONS(2569), + [anon_sym_sizeof] = ACTIONS(2567), + [sym_number_literal] = ACTIONS(2567), + [sym_char_literal] = ACTIONS(2567), + [sym_string_literal] = ACTIONS(2569), + [sym_identifier] = ACTIONS(2571), + [sym_comment] = ACTIONS(42), }, [1349] = { - [sym__expression] = STATE(1392), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(560), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(2838), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_STAR] = ACTIONS(2844), - [anon_sym_AMP] = ACTIONS(2844), - [anon_sym_BANG] = ACTIONS(2846), - [anon_sym_TILDE] = ACTIONS(2848), - [anon_sym_PLUS] = ACTIONS(2850), - [anon_sym_DASH] = ACTIONS(2850), - [anon_sym_DASH_DASH] = ACTIONS(2852), - [anon_sym_PLUS_PLUS] = ACTIONS(2852), - [anon_sym_sizeof] = ACTIONS(2854), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1390), + [sym_labeled_statement] = STATE(1390), + [sym_expression_statement] = STATE(1390), + [sym_if_statement] = STATE(1390), + [sym_switch_statement] = STATE(1390), + [sym_case_statement] = STATE(1390), + [sym_while_statement] = STATE(1390), + [sym_do_statement] = STATE(1390), + [sym_for_statement] = STATE(1390), + [sym_return_statement] = STATE(1390), + [sym_break_statement] = STATE(1390), + [sym_continue_statement] = STATE(1390), + [sym_goto_statement] = STATE(1390), + [sym__expression] = STATE(786), + [sym_comma_expression] = STATE(787), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(1651), + [anon_sym_LBRACE] = ACTIONS(1653), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(1655), + [anon_sym_switch] = ACTIONS(1657), + [anon_sym_case] = ACTIONS(1659), + [anon_sym_default] = ACTIONS(1661), + [anon_sym_while] = ACTIONS(1663), + [anon_sym_do] = ACTIONS(1665), + [anon_sym_for] = ACTIONS(1667), + [anon_sym_return] = ACTIONS(1669), + [anon_sym_break] = ACTIONS(1671), + [anon_sym_continue] = ACTIONS(1673), + [anon_sym_goto] = ACTIONS(1675), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2215), + [sym_comment] = ACTIONS(42), }, [1350] = { - [anon_sym_RPAREN] = ACTIONS(7076), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(2125), + [anon_sym_RPAREN] = ACTIONS(2713), + [sym_comment] = ACTIONS(42), }, [1351] = { - [sym__declarator] = STATE(88), - [sym__field_declarator] = STATE(212), - [sym_pointer_declarator] = STATE(44), - [sym_pointer_field_declarator] = STATE(123), - [sym_function_declarator] = STATE(44), - [sym_function_field_declarator] = STATE(124), - [sym_array_declarator] = STATE(44), - [sym_array_field_declarator] = STATE(125), - [anon_sym_LPAREN] = ACTIONS(4633), - [anon_sym_STAR] = ACTIONS(6407), - [sym_identifier] = ACTIONS(6409), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [aux_sym_for_statement_repeat1] = STATE(1392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1817), + [anon_sym_RPAREN] = ACTIONS(2713), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1352] = { - [anon_sym_LPAREN] = ACTIONS(5540), - [anon_sym_RPAREN] = ACTIONS(5540), - [anon_sym_LBRACK] = ACTIONS(5540), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1393), + [sym_labeled_statement] = STATE(1393), + [sym_expression_statement] = STATE(1393), + [sym_if_statement] = STATE(1393), + [sym_switch_statement] = STATE(1393), + [sym_case_statement] = STATE(1393), + [sym_while_statement] = STATE(1393), + [sym_do_statement] = STATE(1393), + [sym_for_statement] = STATE(1393), + [sym_return_statement] = STATE(1393), + [sym_break_statement] = STATE(1393), + [sym_continue_statement] = STATE(1393), + [sym_goto_statement] = STATE(1393), + [sym__expression] = STATE(1155), + [sym_comma_expression] = STATE(1156), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2381), + [anon_sym_LBRACE] = ACTIONS(2383), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2385), + [anon_sym_switch] = ACTIONS(2387), + [anon_sym_case] = ACTIONS(2389), + [anon_sym_default] = ACTIONS(2391), + [anon_sym_while] = ACTIONS(2393), + [anon_sym_do] = ACTIONS(2395), + [anon_sym_for] = ACTIONS(2397), + [anon_sym_return] = ACTIONS(2399), + [anon_sym_break] = ACTIONS(2401), + [anon_sym_continue] = ACTIONS(2403), + [anon_sym_goto] = ACTIONS(2405), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2407), + [sym_comment] = ACTIONS(42), }, [1353] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5286), - [anon_sym_COMMA] = ACTIONS(1604), - [anon_sym_SEMI] = ACTIONS(1604), - [anon_sym_RBRACE] = ACTIONS(1604), - [anon_sym_STAR] = ACTIONS(7078), - [anon_sym_LBRACK] = ACTIONS(5292), - [anon_sym_EQ] = ACTIONS(7081), - [anon_sym_QMARK] = ACTIONS(7084), - [anon_sym_STAR_EQ] = ACTIONS(7087), - [anon_sym_SLASH_EQ] = ACTIONS(7087), - [anon_sym_PERCENT_EQ] = ACTIONS(7087), - [anon_sym_PLUS_EQ] = ACTIONS(7087), - [anon_sym_DASH_EQ] = ACTIONS(7087), - [anon_sym_LT_LT_EQ] = ACTIONS(7087), - [anon_sym_GT_GT_EQ] = ACTIONS(7087), - [anon_sym_AMP_EQ] = ACTIONS(7087), - [anon_sym_CARET_EQ] = ACTIONS(7087), - [anon_sym_PIPE_EQ] = ACTIONS(7087), - [anon_sym_AMP] = ACTIONS(7090), - [anon_sym_PIPE_PIPE] = ACTIONS(7093), - [anon_sym_AMP_AMP] = ACTIONS(7093), - [anon_sym_PIPE] = ACTIONS(7090), - [anon_sym_CARET] = ACTIONS(7090), - [anon_sym_EQ_EQ] = ACTIONS(7096), - [anon_sym_BANG_EQ] = ACTIONS(7096), - [anon_sym_LT] = ACTIONS(7099), - [anon_sym_GT] = ACTIONS(7099), - [anon_sym_LT_EQ] = ACTIONS(7102), - [anon_sym_GT_EQ] = ACTIONS(7102), - [anon_sym_LT_LT] = ACTIONS(7105), - [anon_sym_GT_GT] = ACTIONS(7105), - [anon_sym_PLUS] = ACTIONS(7078), - [anon_sym_DASH] = ACTIONS(7078), - [anon_sym_SLASH] = ACTIONS(7078), - [anon_sym_PERCENT] = ACTIONS(7078), - [anon_sym_DASH_DASH] = ACTIONS(5322), - [anon_sym_PLUS_PLUS] = ACTIONS(5322), - [anon_sym_DOT] = ACTIONS(5325), - [anon_sym_DASH_GT] = ACTIONS(5325), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1394), + [sym_labeled_statement] = STATE(1394), + [sym_expression_statement] = STATE(1394), + [sym_if_statement] = STATE(1394), + [sym_switch_statement] = STATE(1394), + [sym_case_statement] = STATE(1394), + [sym_while_statement] = STATE(1394), + [sym_do_statement] = STATE(1394), + [sym_for_statement] = STATE(1394), + [sym_return_statement] = STATE(1394), + [sym_break_statement] = STATE(1394), + [sym_continue_statement] = STATE(1394), + [sym_goto_statement] = STATE(1394), + [sym__expression] = STATE(1155), + [sym_comma_expression] = STATE(1156), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2381), + [anon_sym_LBRACE] = ACTIONS(2383), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2385), + [anon_sym_switch] = ACTIONS(2387), + [anon_sym_case] = ACTIONS(2389), + [anon_sym_default] = ACTIONS(2391), + [anon_sym_while] = ACTIONS(2393), + [anon_sym_do] = ACTIONS(2395), + [anon_sym_for] = ACTIONS(2397), + [anon_sym_return] = ACTIONS(2399), + [anon_sym_break] = ACTIONS(2401), + [anon_sym_continue] = ACTIONS(2403), + [anon_sym_goto] = ACTIONS(2405), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2407), + [sym_comment] = ACTIONS(42), }, [1354] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(4737), - [anon_sym_COMMA] = ACTIONS(1610), - [anon_sym_SEMI] = ACTIONS(1610), - [anon_sym_RBRACE] = ACTIONS(1610), - [anon_sym_STAR] = ACTIONS(7108), - [anon_sym_LBRACK] = ACTIONS(4757), - [anon_sym_EQ] = ACTIONS(7111), - [anon_sym_QMARK] = ACTIONS(7114), - [anon_sym_STAR_EQ] = ACTIONS(7117), - [anon_sym_SLASH_EQ] = ACTIONS(7117), - [anon_sym_PERCENT_EQ] = ACTIONS(7117), - [anon_sym_PLUS_EQ] = ACTIONS(7117), - [anon_sym_DASH_EQ] = ACTIONS(7117), - [anon_sym_LT_LT_EQ] = ACTIONS(7117), - [anon_sym_GT_GT_EQ] = ACTIONS(7117), - [anon_sym_AMP_EQ] = ACTIONS(7117), - [anon_sym_CARET_EQ] = ACTIONS(7117), - [anon_sym_PIPE_EQ] = ACTIONS(7117), - [anon_sym_AMP] = ACTIONS(7120), - [anon_sym_PIPE_PIPE] = ACTIONS(7123), - [anon_sym_AMP_AMP] = ACTIONS(7123), - [anon_sym_PIPE] = ACTIONS(7120), - [anon_sym_CARET] = ACTIONS(7120), - [anon_sym_EQ_EQ] = ACTIONS(7126), - [anon_sym_BANG_EQ] = ACTIONS(7126), - [anon_sym_LT] = ACTIONS(7129), - [anon_sym_GT] = ACTIONS(7129), - [anon_sym_LT_EQ] = ACTIONS(7132), - [anon_sym_GT_EQ] = ACTIONS(7132), - [anon_sym_LT_LT] = ACTIONS(7135), - [anon_sym_GT_GT] = ACTIONS(7135), - [anon_sym_PLUS] = ACTIONS(7108), - [anon_sym_DASH] = ACTIONS(7108), - [anon_sym_SLASH] = ACTIONS(7108), - [anon_sym_PERCENT] = ACTIONS(7108), - [anon_sym_DASH_DASH] = ACTIONS(4787), - [anon_sym_PLUS_PLUS] = ACTIONS(4787), - [anon_sym_DOT] = ACTIONS(4790), - [anon_sym_DASH_GT] = ACTIONS(4790), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2089), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2089), + [anon_sym_LPAREN] = ACTIONS(2091), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2089), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2089), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2089), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2089), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2089), + [sym_preproc_directive] = ACTIONS(2093), + [anon_sym_SEMI] = ACTIONS(2091), + [anon_sym_extern] = ACTIONS(2089), + [anon_sym_LBRACE] = ACTIONS(2091), + [anon_sym_STAR] = ACTIONS(2091), + [anon_sym_typedef] = ACTIONS(2089), + [anon_sym_static] = ACTIONS(2089), + [anon_sym_auto] = ACTIONS(2089), + [anon_sym_register] = ACTIONS(2089), + [anon_sym_const] = ACTIONS(2089), + [anon_sym_restrict] = ACTIONS(2089), + [anon_sym_volatile] = ACTIONS(2089), + [sym_function_specifier] = ACTIONS(2089), + [anon_sym_unsigned] = ACTIONS(2089), + [anon_sym_long] = ACTIONS(2089), + [anon_sym_short] = ACTIONS(2089), + [anon_sym_enum] = ACTIONS(2089), + [anon_sym_struct] = ACTIONS(2089), + [anon_sym_union] = ACTIONS(2089), + [anon_sym_if] = ACTIONS(2089), + [anon_sym_else] = ACTIONS(2089), + [anon_sym_switch] = ACTIONS(2089), + [anon_sym_case] = ACTIONS(2089), + [anon_sym_default] = ACTIONS(2089), + [anon_sym_while] = ACTIONS(2089), + [anon_sym_do] = ACTIONS(2089), + [anon_sym_for] = ACTIONS(2089), + [anon_sym_return] = ACTIONS(2089), + [anon_sym_break] = ACTIONS(2089), + [anon_sym_continue] = ACTIONS(2089), + [anon_sym_goto] = ACTIONS(2089), + [anon_sym_AMP] = ACTIONS(2091), + [anon_sym_BANG] = ACTIONS(2091), + [anon_sym_TILDE] = ACTIONS(2091), + [anon_sym_PLUS] = ACTIONS(2089), + [anon_sym_DASH] = ACTIONS(2089), + [anon_sym_DASH_DASH] = ACTIONS(2091), + [anon_sym_PLUS_PLUS] = ACTIONS(2091), + [anon_sym_sizeof] = ACTIONS(2089), + [sym_number_literal] = ACTIONS(2089), + [sym_char_literal] = ACTIONS(2089), + [sym_string_literal] = ACTIONS(2091), + [sym_identifier] = ACTIONS(2093), + [sym_comment] = ACTIONS(42), }, [1355] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1235), - [anon_sym_COLON] = ACTIONS(7138), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_STAR_EQ] = ACTIONS(1241), - [anon_sym_SLASH_EQ] = ACTIONS(1241), - [anon_sym_PERCENT_EQ] = ACTIONS(1241), - [anon_sym_PLUS_EQ] = ACTIONS(1241), - [anon_sym_DASH_EQ] = ACTIONS(1241), - [anon_sym_LT_LT_EQ] = ACTIONS(1241), - [anon_sym_GT_GT_EQ] = ACTIONS(1241), - [anon_sym_AMP_EQ] = ACTIONS(1241), - [anon_sym_CARET_EQ] = ACTIONS(1241), - [anon_sym_PIPE_EQ] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1245), - [anon_sym_AMP_AMP] = ACTIONS(1247), - [anon_sym_PIPE] = ACTIONS(1249), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_EQ_EQ] = ACTIONS(1253), - [anon_sym_BANG_EQ] = ACTIONS(1253), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1259), - [anon_sym_GT_GT] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1261), - [anon_sym_SLASH] = ACTIONS(1233), - [anon_sym_PERCENT] = ACTIONS(1233), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_parameter_list] = STATE(110), + [aux_sym_declaration_repeat1] = STATE(1396), + [anon_sym_LPAREN] = ACTIONS(244), + [anon_sym_COMMA] = ACTIONS(246), + [anon_sym_SEMI] = ACTIONS(2715), + [anon_sym_LBRACK] = ACTIONS(252), + [anon_sym_EQ] = ACTIONS(254), + [sym_comment] = ACTIONS(42), }, [1356] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5017), - [anon_sym_COMMA] = ACTIONS(1614), - [anon_sym_SEMI] = ACTIONS(1614), - [anon_sym_RBRACE] = ACTIONS(1614), - [anon_sym_STAR] = ACTIONS(7140), - [anon_sym_LBRACK] = ACTIONS(5023), - [anon_sym_EQ] = ACTIONS(7143), - [anon_sym_QMARK] = ACTIONS(7146), - [anon_sym_STAR_EQ] = ACTIONS(7149), - [anon_sym_SLASH_EQ] = ACTIONS(7149), - [anon_sym_PERCENT_EQ] = ACTIONS(7149), - [anon_sym_PLUS_EQ] = ACTIONS(7149), - [anon_sym_DASH_EQ] = ACTIONS(7149), - [anon_sym_LT_LT_EQ] = ACTIONS(7149), - [anon_sym_GT_GT_EQ] = ACTIONS(7149), - [anon_sym_AMP_EQ] = ACTIONS(7149), - [anon_sym_CARET_EQ] = ACTIONS(7149), - [anon_sym_PIPE_EQ] = ACTIONS(7149), - [anon_sym_AMP] = ACTIONS(7152), - [anon_sym_PIPE_PIPE] = ACTIONS(7155), - [anon_sym_AMP_AMP] = ACTIONS(7155), - [anon_sym_PIPE] = ACTIONS(7152), - [anon_sym_CARET] = ACTIONS(7152), - [anon_sym_EQ_EQ] = ACTIONS(7158), - [anon_sym_BANG_EQ] = ACTIONS(7158), - [anon_sym_LT] = ACTIONS(7161), - [anon_sym_GT] = ACTIONS(7161), - [anon_sym_LT_EQ] = ACTIONS(7164), - [anon_sym_GT_EQ] = ACTIONS(7164), - [anon_sym_LT_LT] = ACTIONS(7167), - [anon_sym_GT_GT] = ACTIONS(7167), - [anon_sym_PLUS] = ACTIONS(7140), - [anon_sym_DASH] = ACTIONS(7140), - [anon_sym_SLASH] = ACTIONS(7140), - [anon_sym_PERCENT] = ACTIONS(7140), - [anon_sym_DASH_DASH] = ACTIONS(5053), - [anon_sym_PLUS_PLUS] = ACTIONS(5053), - [anon_sym_DOT] = ACTIONS(5056), - [anon_sym_DASH_GT] = ACTIONS(5056), - [sym_comment] = ACTIONS(123), + [aux_sym_declaration_repeat1] = STATE(1396), + [anon_sym_COMMA] = ACTIONS(246), + [anon_sym_SEMI] = ACTIONS(2715), + [sym_comment] = ACTIONS(42), }, [1357] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(4933), - [anon_sym_COMMA] = ACTIONS(1618), - [anon_sym_SEMI] = ACTIONS(1618), - [anon_sym_RBRACE] = ACTIONS(1618), - [anon_sym_STAR] = ACTIONS(7170), - [anon_sym_LBRACK] = ACTIONS(4939), - [anon_sym_EQ] = ACTIONS(7173), - [anon_sym_QMARK] = ACTIONS(7176), - [anon_sym_STAR_EQ] = ACTIONS(7179), - [anon_sym_SLASH_EQ] = ACTIONS(7179), - [anon_sym_PERCENT_EQ] = ACTIONS(7179), - [anon_sym_PLUS_EQ] = ACTIONS(7179), - [anon_sym_DASH_EQ] = ACTIONS(7179), - [anon_sym_LT_LT_EQ] = ACTIONS(7179), - [anon_sym_GT_GT_EQ] = ACTIONS(7179), - [anon_sym_AMP_EQ] = ACTIONS(7179), - [anon_sym_CARET_EQ] = ACTIONS(7179), - [anon_sym_PIPE_EQ] = ACTIONS(7179), - [anon_sym_AMP] = ACTIONS(7182), - [anon_sym_PIPE_PIPE] = ACTIONS(7185), - [anon_sym_AMP_AMP] = ACTIONS(7185), - [anon_sym_PIPE] = ACTIONS(7182), - [anon_sym_CARET] = ACTIONS(7182), - [anon_sym_EQ_EQ] = ACTIONS(7188), - [anon_sym_BANG_EQ] = ACTIONS(7188), - [anon_sym_LT] = ACTIONS(7191), - [anon_sym_GT] = ACTIONS(7191), - [anon_sym_LT_EQ] = ACTIONS(7194), - [anon_sym_GT_EQ] = ACTIONS(7194), - [anon_sym_LT_LT] = ACTIONS(7197), - [anon_sym_GT_GT] = ACTIONS(7197), - [anon_sym_PLUS] = ACTIONS(7170), - [anon_sym_DASH] = ACTIONS(7170), - [anon_sym_SLASH] = ACTIONS(7170), - [anon_sym_PERCENT] = ACTIONS(7170), - [anon_sym_DASH_DASH] = ACTIONS(4969), - [anon_sym_PLUS_PLUS] = ACTIONS(4969), - [anon_sym_DOT] = ACTIONS(4972), - [anon_sym_DASH_GT] = ACTIONS(4972), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1397), + [sym_labeled_statement] = STATE(1397), + [sym_expression_statement] = STATE(1397), + [sym_if_statement] = STATE(1397), + [sym_switch_statement] = STATE(1397), + [sym_case_statement] = STATE(1397), + [sym_while_statement] = STATE(1397), + [sym_do_statement] = STATE(1397), + [sym_for_statement] = STATE(1397), + [sym_return_statement] = STATE(1397), + [sym_break_statement] = STATE(1397), + [sym_continue_statement] = STATE(1397), + [sym_goto_statement] = STATE(1397), + [sym__expression] = STATE(1155), + [sym_comma_expression] = STATE(1156), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2381), + [anon_sym_LBRACE] = ACTIONS(2383), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2385), + [anon_sym_switch] = ACTIONS(2387), + [anon_sym_case] = ACTIONS(2389), + [anon_sym_default] = ACTIONS(2391), + [anon_sym_while] = ACTIONS(2393), + [anon_sym_do] = ACTIONS(2395), + [anon_sym_for] = ACTIONS(2397), + [anon_sym_return] = ACTIONS(2399), + [anon_sym_break] = ACTIONS(2401), + [anon_sym_continue] = ACTIONS(2403), + [anon_sym_goto] = ACTIONS(2405), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2407), + [sym_comment] = ACTIONS(42), }, [1358] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5101), - [anon_sym_COMMA] = ACTIONS(1622), - [anon_sym_SEMI] = ACTIONS(1622), - [anon_sym_RBRACE] = ACTIONS(1622), - [anon_sym_STAR] = ACTIONS(7200), - [anon_sym_LBRACK] = ACTIONS(5107), - [anon_sym_EQ] = ACTIONS(7203), - [anon_sym_QMARK] = ACTIONS(7206), - [anon_sym_STAR_EQ] = ACTIONS(7209), - [anon_sym_SLASH_EQ] = ACTIONS(7209), - [anon_sym_PERCENT_EQ] = ACTIONS(7209), - [anon_sym_PLUS_EQ] = ACTIONS(7209), - [anon_sym_DASH_EQ] = ACTIONS(7209), - [anon_sym_LT_LT_EQ] = ACTIONS(7209), - [anon_sym_GT_GT_EQ] = ACTIONS(7209), - [anon_sym_AMP_EQ] = ACTIONS(7209), - [anon_sym_CARET_EQ] = ACTIONS(7209), - [anon_sym_PIPE_EQ] = ACTIONS(7209), - [anon_sym_AMP] = ACTIONS(7212), - [anon_sym_PIPE_PIPE] = ACTIONS(7215), - [anon_sym_AMP_AMP] = ACTIONS(7215), - [anon_sym_PIPE] = ACTIONS(7212), - [anon_sym_CARET] = ACTIONS(7212), - [anon_sym_EQ_EQ] = ACTIONS(7218), - [anon_sym_BANG_EQ] = ACTIONS(7218), - [anon_sym_LT] = ACTIONS(7221), - [anon_sym_GT] = ACTIONS(7221), - [anon_sym_LT_EQ] = ACTIONS(7224), - [anon_sym_GT_EQ] = ACTIONS(7224), - [anon_sym_LT_LT] = ACTIONS(7227), - [anon_sym_GT_GT] = ACTIONS(7227), - [anon_sym_PLUS] = ACTIONS(7200), - [anon_sym_DASH] = ACTIONS(7200), - [anon_sym_SLASH] = ACTIONS(7200), - [anon_sym_PERCENT] = ACTIONS(7200), - [anon_sym_DASH_DASH] = ACTIONS(5137), - [anon_sym_PLUS_PLUS] = ACTIONS(5137), - [anon_sym_DOT] = ACTIONS(5140), - [anon_sym_DASH_GT] = ACTIONS(5140), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1398), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1359] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5143), - [anon_sym_COMMA] = ACTIONS(1626), - [anon_sym_SEMI] = ACTIONS(1626), - [anon_sym_RBRACE] = ACTIONS(1626), - [anon_sym_STAR] = ACTIONS(7230), - [anon_sym_LBRACK] = ACTIONS(5149), - [anon_sym_EQ] = ACTIONS(7233), - [anon_sym_QMARK] = ACTIONS(7236), - [anon_sym_STAR_EQ] = ACTIONS(7239), - [anon_sym_SLASH_EQ] = ACTIONS(7239), - [anon_sym_PERCENT_EQ] = ACTIONS(7239), - [anon_sym_PLUS_EQ] = ACTIONS(7239), - [anon_sym_DASH_EQ] = ACTIONS(7239), - [anon_sym_LT_LT_EQ] = ACTIONS(7239), - [anon_sym_GT_GT_EQ] = ACTIONS(7239), - [anon_sym_AMP_EQ] = ACTIONS(7239), - [anon_sym_CARET_EQ] = ACTIONS(7239), - [anon_sym_PIPE_EQ] = ACTIONS(7239), - [anon_sym_AMP] = ACTIONS(7242), - [anon_sym_PIPE_PIPE] = ACTIONS(7245), - [anon_sym_AMP_AMP] = ACTIONS(7245), - [anon_sym_PIPE] = ACTIONS(7242), - [anon_sym_CARET] = ACTIONS(7242), - [anon_sym_EQ_EQ] = ACTIONS(7248), - [anon_sym_BANG_EQ] = ACTIONS(7248), - [anon_sym_LT] = ACTIONS(7251), - [anon_sym_GT] = ACTIONS(7251), - [anon_sym_LT_EQ] = ACTIONS(7254), - [anon_sym_GT_EQ] = ACTIONS(7254), - [anon_sym_LT_LT] = ACTIONS(7257), - [anon_sym_GT_GT] = ACTIONS(7257), - [anon_sym_PLUS] = ACTIONS(7230), - [anon_sym_DASH] = ACTIONS(7230), - [anon_sym_SLASH] = ACTIONS(7230), - [anon_sym_PERCENT] = ACTIONS(7230), - [anon_sym_DASH_DASH] = ACTIONS(5179), - [anon_sym_PLUS_PLUS] = ACTIONS(5179), - [anon_sym_DOT] = ACTIONS(5182), - [anon_sym_DASH_GT] = ACTIONS(5182), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1400), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_RPAREN] = ACTIONS(2717), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1360] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(5185), - [anon_sym_COMMA] = ACTIONS(1630), - [anon_sym_SEMI] = ACTIONS(1630), - [anon_sym_RBRACE] = ACTIONS(1630), - [anon_sym_STAR] = ACTIONS(7260), - [anon_sym_LBRACK] = ACTIONS(5191), - [anon_sym_EQ] = ACTIONS(7263), - [anon_sym_QMARK] = ACTIONS(7266), - [anon_sym_STAR_EQ] = ACTIONS(7269), - [anon_sym_SLASH_EQ] = ACTIONS(7269), - [anon_sym_PERCENT_EQ] = ACTIONS(7269), - [anon_sym_PLUS_EQ] = ACTIONS(7269), - [anon_sym_DASH_EQ] = ACTIONS(7269), - [anon_sym_LT_LT_EQ] = ACTIONS(7269), - [anon_sym_GT_GT_EQ] = ACTIONS(7269), - [anon_sym_AMP_EQ] = ACTIONS(7269), - [anon_sym_CARET_EQ] = ACTIONS(7269), - [anon_sym_PIPE_EQ] = ACTIONS(7269), - [anon_sym_AMP] = ACTIONS(7272), - [anon_sym_PIPE_PIPE] = ACTIONS(7275), - [anon_sym_AMP_AMP] = ACTIONS(7275), - [anon_sym_PIPE] = ACTIONS(7272), - [anon_sym_CARET] = ACTIONS(7272), - [anon_sym_EQ_EQ] = ACTIONS(7278), - [anon_sym_BANG_EQ] = ACTIONS(7278), - [anon_sym_LT] = ACTIONS(7281), - [anon_sym_GT] = ACTIONS(7281), - [anon_sym_LT_EQ] = ACTIONS(7284), - [anon_sym_GT_EQ] = ACTIONS(7284), - [anon_sym_LT_LT] = ACTIONS(7287), - [anon_sym_GT_GT] = ACTIONS(7287), - [anon_sym_PLUS] = ACTIONS(7260), - [anon_sym_DASH] = ACTIONS(7260), - [anon_sym_SLASH] = ACTIONS(7260), - [anon_sym_PERCENT] = ACTIONS(7260), - [anon_sym_DASH_DASH] = ACTIONS(5221), - [anon_sym_PLUS_PLUS] = ACTIONS(5221), - [anon_sym_DOT] = ACTIONS(5224), - [anon_sym_DASH_GT] = ACTIONS(5224), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2719), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1361] = { - [sym_compound_statement] = STATE(1395), - [sym_labeled_statement] = STATE(1395), - [sym_expression_statement] = STATE(1395), - [sym_if_statement] = STATE(1395), - [sym_switch_statement] = STATE(1395), - [sym_case_statement] = STATE(1395), - [sym_while_statement] = STATE(1395), - [sym_do_statement] = STATE(1395), - [sym_for_statement] = STATE(1395), - [sym_return_statement] = STATE(1395), - [sym_break_statement] = STATE(1395), - [sym_continue_statement] = STATE(1395), - [sym_goto_statement] = STATE(1395), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(3064), - [anon_sym_switch] = ACTIONS(3066), - [anon_sym_case] = ACTIONS(3068), - [anon_sym_default] = ACTIONS(3070), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(3074), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(3080), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1402), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(2719), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1362] = { - [sym_compound_statement] = STATE(689), - [sym_labeled_statement] = STATE(689), - [sym_expression_statement] = STATE(689), - [sym_if_statement] = STATE(689), - [sym_switch_statement] = STATE(689), - [sym_case_statement] = STATE(689), - [sym_while_statement] = STATE(689), - [sym_do_statement] = STATE(689), - [sym_for_statement] = STATE(689), - [sym_return_statement] = STATE(689), - [sym_break_statement] = STATE(689), - [sym_continue_statement] = STATE(689), - [sym_goto_statement] = STATE(689), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(3064), - [anon_sym_switch] = ACTIONS(3066), - [anon_sym_case] = ACTIONS(3068), - [anon_sym_default] = ACTIONS(3070), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(3074), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(3080), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2641), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2641), + [anon_sym_LPAREN] = ACTIONS(2643), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2641), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2641), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2641), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2641), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2641), + [sym_preproc_directive] = ACTIONS(2645), + [anon_sym_SEMI] = ACTIONS(2643), + [anon_sym_extern] = ACTIONS(2641), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_STAR] = ACTIONS(2643), + [anon_sym_typedef] = ACTIONS(2641), + [anon_sym_static] = ACTIONS(2641), + [anon_sym_auto] = ACTIONS(2641), + [anon_sym_register] = ACTIONS(2641), + [anon_sym_const] = ACTIONS(2641), + [anon_sym_restrict] = ACTIONS(2641), + [anon_sym_volatile] = ACTIONS(2641), + [sym_function_specifier] = ACTIONS(2641), + [anon_sym_unsigned] = ACTIONS(2641), + [anon_sym_long] = ACTIONS(2641), + [anon_sym_short] = ACTIONS(2641), + [anon_sym_enum] = ACTIONS(2641), + [anon_sym_struct] = ACTIONS(2641), + [anon_sym_union] = ACTIONS(2641), + [anon_sym_if] = ACTIONS(2641), + [anon_sym_switch] = ACTIONS(2641), + [anon_sym_case] = ACTIONS(2641), + [anon_sym_default] = ACTIONS(2641), + [anon_sym_while] = ACTIONS(2641), + [anon_sym_do] = ACTIONS(2641), + [anon_sym_for] = ACTIONS(2641), + [anon_sym_return] = ACTIONS(2641), + [anon_sym_break] = ACTIONS(2641), + [anon_sym_continue] = ACTIONS(2641), + [anon_sym_goto] = ACTIONS(2641), + [anon_sym_AMP] = ACTIONS(2643), + [anon_sym_BANG] = ACTIONS(2643), + [anon_sym_TILDE] = ACTIONS(2643), + [anon_sym_PLUS] = ACTIONS(2641), + [anon_sym_DASH] = ACTIONS(2641), + [anon_sym_DASH_DASH] = ACTIONS(2643), + [anon_sym_PLUS_PLUS] = ACTIONS(2643), + [anon_sym_sizeof] = ACTIONS(2641), + [sym_number_literal] = ACTIONS(2641), + [sym_char_literal] = ACTIONS(2641), + [sym_string_literal] = ACTIONS(2643), + [sym_identifier] = ACTIONS(2645), + [sym_comment] = ACTIONS(42), }, [1363] = { - [sym_compound_statement] = STATE(692), - [sym_labeled_statement] = STATE(692), - [sym_expression_statement] = STATE(692), - [sym_if_statement] = STATE(692), - [sym_switch_statement] = STATE(692), - [sym_case_statement] = STATE(692), - [sym_while_statement] = STATE(692), - [sym_do_statement] = STATE(692), - [sym_for_statement] = STATE(692), - [sym_return_statement] = STATE(692), - [sym_break_statement] = STATE(692), - [sym_continue_statement] = STATE(692), - [sym_goto_statement] = STATE(692), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2022), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2022), - [anon_sym_LPAREN] = ACTIONS(7290), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2022), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2022), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2022), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2022), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2022), - [sym_preproc_directive] = ACTIONS(2026), - [anon_sym_SEMI] = ACTIONS(7293), - [anon_sym_extern] = ACTIONS(2022), - [anon_sym_LBRACE] = ACTIONS(5567), - [anon_sym_RBRACE] = ACTIONS(2024), - [anon_sym_STAR] = ACTIONS(7296), - [anon_sym_typedef] = ACTIONS(2022), - [anon_sym_static] = ACTIONS(2022), - [anon_sym_auto] = ACTIONS(2022), - [anon_sym_register] = ACTIONS(2022), - [anon_sym_const] = ACTIONS(2022), - [anon_sym_restrict] = ACTIONS(2022), - [anon_sym_volatile] = ACTIONS(2022), - [sym_function_specifier] = ACTIONS(2022), - [anon_sym_unsigned] = ACTIONS(2022), - [anon_sym_long] = ACTIONS(2022), - [anon_sym_short] = ACTIONS(2022), - [anon_sym_enum] = ACTIONS(2022), - [anon_sym_struct] = ACTIONS(2022), - [anon_sym_union] = ACTIONS(2022), - [anon_sym_if] = ACTIONS(5582), - [anon_sym_else] = ACTIONS(2022), - [anon_sym_switch] = ACTIONS(5585), - [anon_sym_case] = ACTIONS(5588), - [anon_sym_default] = ACTIONS(5591), - [anon_sym_while] = ACTIONS(5594), - [anon_sym_do] = ACTIONS(5597), - [anon_sym_for] = ACTIONS(5600), - [anon_sym_return] = ACTIONS(5603), - [anon_sym_break] = ACTIONS(5606), - [anon_sym_continue] = ACTIONS(5609), - [anon_sym_goto] = ACTIONS(5612), - [anon_sym_AMP] = ACTIONS(7296), - [anon_sym_BANG] = ACTIONS(7299), - [anon_sym_TILDE] = ACTIONS(5618), - [anon_sym_PLUS] = ACTIONS(7302), - [anon_sym_DASH] = ACTIONS(7302), - [anon_sym_DASH_DASH] = ACTIONS(7305), - [anon_sym_PLUS_PLUS] = ACTIONS(7305), - [anon_sym_sizeof] = ACTIONS(5631), - [sym_number_literal] = ACTIONS(5634), - [sym_char_literal] = ACTIONS(5634), - [sym_string_literal] = ACTIONS(5637), - [sym_identifier] = ACTIONS(5640), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1403), + [sym_labeled_statement] = STATE(1403), + [sym_expression_statement] = STATE(1403), + [sym_if_statement] = STATE(1403), + [sym_switch_statement] = STATE(1403), + [sym_case_statement] = STATE(1403), + [sym_while_statement] = STATE(1403), + [sym_do_statement] = STATE(1403), + [sym_for_statement] = STATE(1403), + [sym_return_statement] = STATE(1403), + [sym_break_statement] = STATE(1403), + [sym_continue_statement] = STATE(1403), + [sym_goto_statement] = STATE(1403), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2011), + [sym_comment] = ACTIONS(42), }, [1364] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(4818), - [anon_sym_COMMA] = ACTIONS(1964), - [anon_sym_RPAREN] = ACTIONS(1964), - [anon_sym_SEMI] = ACTIONS(1964), - [anon_sym_RBRACE] = ACTIONS(1964), - [anon_sym_STAR] = ACTIONS(4827), - [anon_sym_LBRACK] = ACTIONS(4830), - [anon_sym_RBRACK] = ACTIONS(1964), - [anon_sym_EQ] = ACTIONS(4833), - [anon_sym_COLON] = ACTIONS(1964), - [anon_sym_QMARK] = ACTIONS(4836), - [anon_sym_STAR_EQ] = ACTIONS(4839), - [anon_sym_SLASH_EQ] = ACTIONS(4839), - [anon_sym_PERCENT_EQ] = ACTIONS(4839), - [anon_sym_PLUS_EQ] = ACTIONS(4839), - [anon_sym_DASH_EQ] = ACTIONS(4839), - [anon_sym_LT_LT_EQ] = ACTIONS(4839), - [anon_sym_GT_GT_EQ] = ACTIONS(4839), - [anon_sym_AMP_EQ] = ACTIONS(4839), - [anon_sym_CARET_EQ] = ACTIONS(4839), - [anon_sym_PIPE_EQ] = ACTIONS(4839), - [anon_sym_AMP] = ACTIONS(4842), - [anon_sym_PIPE_PIPE] = ACTIONS(4845), - [anon_sym_AMP_AMP] = ACTIONS(4845), - [anon_sym_PIPE] = ACTIONS(4842), - [anon_sym_CARET] = ACTIONS(4842), - [anon_sym_EQ_EQ] = ACTIONS(4848), - [anon_sym_BANG_EQ] = ACTIONS(4848), - [anon_sym_LT] = ACTIONS(4851), - [anon_sym_GT] = ACTIONS(4851), - [anon_sym_LT_EQ] = ACTIONS(4854), - [anon_sym_GT_EQ] = ACTIONS(4854), - [anon_sym_LT_LT] = ACTIONS(4857), - [anon_sym_GT_GT] = ACTIONS(4857), - [anon_sym_PLUS] = ACTIONS(4827), - [anon_sym_DASH] = ACTIONS(4827), - [anon_sym_SLASH] = ACTIONS(4827), - [anon_sym_PERCENT] = ACTIONS(4827), - [anon_sym_DASH_DASH] = ACTIONS(4860), - [anon_sym_PLUS_PLUS] = ACTIONS(4860), - [anon_sym_DOT] = ACTIONS(4863), - [anon_sym_DASH_GT] = ACTIONS(4863), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(2125), + [anon_sym_RPAREN] = ACTIONS(2721), + [sym_comment] = ACTIONS(42), }, [1365] = { - [sym__expression] = STATE(1302), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(560), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(7308), - [anon_sym_COMMA] = ACTIONS(1802), - [anon_sym_RPAREN] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_RBRACE] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(7311), - [anon_sym_LBRACK] = ACTIONS(1802), - [anon_sym_RBRACK] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1806), - [anon_sym_COLON] = ACTIONS(1802), - [anon_sym_QMARK] = ACTIONS(1802), - [anon_sym_STAR_EQ] = ACTIONS(1802), - [anon_sym_SLASH_EQ] = ACTIONS(1802), - [anon_sym_PERCENT_EQ] = ACTIONS(1802), - [anon_sym_PLUS_EQ] = ACTIONS(1802), - [anon_sym_DASH_EQ] = ACTIONS(1802), - [anon_sym_LT_LT_EQ] = ACTIONS(1802), - [anon_sym_GT_GT_EQ] = ACTIONS(1802), - [anon_sym_AMP_EQ] = ACTIONS(1802), - [anon_sym_CARET_EQ] = ACTIONS(1802), - [anon_sym_PIPE_EQ] = ACTIONS(1802), - [anon_sym_AMP] = ACTIONS(7311), - [anon_sym_PIPE_PIPE] = ACTIONS(1802), - [anon_sym_AMP_AMP] = ACTIONS(1802), - [anon_sym_BANG] = ACTIONS(3096), - [anon_sym_PIPE] = ACTIONS(1806), - [anon_sym_CARET] = ACTIONS(1806), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_LT] = ACTIONS(1806), - [anon_sym_GT] = ACTIONS(1806), - [anon_sym_LT_EQ] = ACTIONS(1802), - [anon_sym_GT_EQ] = ACTIONS(1802), - [anon_sym_LT_LT] = ACTIONS(1806), - [anon_sym_GT_GT] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(7314), - [anon_sym_DASH] = ACTIONS(7314), - [anon_sym_SLASH] = ACTIONS(1806), - [anon_sym_PERCENT] = ACTIONS(1806), - [anon_sym_DASH_DASH] = ACTIONS(7317), - [anon_sym_PLUS_PLUS] = ACTIONS(7317), - [anon_sym_sizeof] = ACTIONS(2987), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_DASH_GT] = ACTIONS(1802), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1405), + [sym_labeled_statement] = STATE(1405), + [sym_expression_statement] = STATE(1405), + [sym_if_statement] = STATE(1405), + [sym_switch_statement] = STATE(1405), + [sym_case_statement] = STATE(1405), + [sym_while_statement] = STATE(1405), + [sym_do_statement] = STATE(1405), + [sym_for_statement] = STATE(1405), + [sym_return_statement] = STATE(1405), + [sym_break_statement] = STATE(1405), + [sym_continue_statement] = STATE(1405), + [sym_goto_statement] = STATE(1405), + [sym__expression] = STATE(980), + [sym_comma_expression] = STATE(981), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2059), + [anon_sym_LBRACE] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2063), + [anon_sym_switch] = ACTIONS(2065), + [anon_sym_case] = ACTIONS(2067), + [anon_sym_default] = ACTIONS(2069), + [anon_sym_while] = ACTIONS(2071), + [anon_sym_do] = ACTIONS(2073), + [anon_sym_for] = ACTIONS(2075), + [anon_sym_return] = ACTIONS(2077), + [anon_sym_break] = ACTIONS(2079), + [anon_sym_continue] = ACTIONS(2081), + [anon_sym_goto] = ACTIONS(2083), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2085), + [sym_comment] = ACTIONS(42), }, [1366] = { - [sym__expression] = STATE(559), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(560), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(7320), - [anon_sym_COMMA] = ACTIONS(757), - [anon_sym_RPAREN] = ACTIONS(757), - [anon_sym_SEMI] = ACTIONS(757), - [anon_sym_extern] = ACTIONS(759), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_STAR] = ACTIONS(7323), - [anon_sym_LBRACK] = ACTIONS(757), - [anon_sym_RBRACK] = ACTIONS(757), - [anon_sym_typedef] = ACTIONS(759), - [anon_sym_static] = ACTIONS(759), - [anon_sym_auto] = ACTIONS(759), - [anon_sym_register] = ACTIONS(759), - [anon_sym_const] = ACTIONS(759), - [anon_sym_restrict] = ACTIONS(759), - [anon_sym_volatile] = ACTIONS(759), - [sym_function_specifier] = ACTIONS(759), - [anon_sym_COLON] = ACTIONS(757), - [anon_sym_AMP] = ACTIONS(7323), - [anon_sym_BANG] = ACTIONS(7326), - [anon_sym_TILDE] = ACTIONS(7329), - [anon_sym_PLUS] = ACTIONS(7332), - [anon_sym_DASH] = ACTIONS(7332), - [anon_sym_DASH_DASH] = ACTIONS(7335), - [anon_sym_PLUS_PLUS] = ACTIONS(7335), - [anon_sym_sizeof] = ACTIONS(7338), - [sym_number_literal] = ACTIONS(5778), - [sym_char_literal] = ACTIONS(5778), - [sym_string_literal] = ACTIONS(5781), - [sym_identifier] = ACTIONS(5784), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1019), + [anon_sym_LPAREN] = ACTIONS(1017), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1019), + [sym_preproc_directive] = ACTIONS(1021), + [anon_sym_SEMI] = ACTIONS(1017), + [anon_sym_extern] = ACTIONS(1019), + [anon_sym_LBRACE] = ACTIONS(1017), + [anon_sym_RBRACE] = ACTIONS(1017), + [anon_sym_STAR] = ACTIONS(1017), + [anon_sym_typedef] = ACTIONS(1019), + [anon_sym_static] = ACTIONS(1019), + [anon_sym_auto] = ACTIONS(1019), + [anon_sym_register] = ACTIONS(1019), + [anon_sym_const] = ACTIONS(1019), + [anon_sym_restrict] = ACTIONS(1019), + [anon_sym_volatile] = ACTIONS(1019), + [sym_function_specifier] = ACTIONS(1019), + [anon_sym_unsigned] = ACTIONS(1019), + [anon_sym_long] = ACTIONS(1019), + [anon_sym_short] = ACTIONS(1019), + [anon_sym_enum] = ACTIONS(1019), + [anon_sym_struct] = ACTIONS(1019), + [anon_sym_union] = ACTIONS(1019), + [anon_sym_if] = ACTIONS(1019), + [anon_sym_else] = ACTIONS(1019), + [anon_sym_switch] = ACTIONS(1019), + [anon_sym_case] = ACTIONS(1019), + [anon_sym_default] = ACTIONS(1019), + [anon_sym_while] = ACTIONS(1019), + [anon_sym_do] = ACTIONS(1019), + [anon_sym_for] = ACTIONS(1019), + [anon_sym_return] = ACTIONS(1019), + [anon_sym_break] = ACTIONS(1019), + [anon_sym_continue] = ACTIONS(1019), + [anon_sym_goto] = ACTIONS(1019), + [anon_sym_AMP] = ACTIONS(1017), + [anon_sym_BANG] = ACTIONS(1017), + [anon_sym_TILDE] = ACTIONS(1017), + [anon_sym_PLUS] = ACTIONS(1019), + [anon_sym_DASH] = ACTIONS(1019), + [anon_sym_DASH_DASH] = ACTIONS(1017), + [anon_sym_PLUS_PLUS] = ACTIONS(1017), + [anon_sym_sizeof] = ACTIONS(1019), + [sym_number_literal] = ACTIONS(1019), + [sym_char_literal] = ACTIONS(1019), + [sym_string_literal] = ACTIONS(1017), + [sym_identifier] = ACTIONS(1021), + [sym_comment] = ACTIONS(42), }, [1367] = { - [sym__declarator] = STATE(88), - [sym__field_declarator] = STATE(212), - [sym_pointer_declarator] = STATE(44), - [sym_pointer_field_declarator] = STATE(123), - [sym_function_declarator] = STATE(44), - [sym_function_field_declarator] = STATE(124), - [sym_array_declarator] = STATE(44), - [sym_array_field_declarator] = STATE(125), - [anon_sym_LPAREN] = ACTIONS(4633), - [anon_sym_STAR] = ACTIONS(6474), - [sym_identifier] = ACTIONS(4637), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2449), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2449), + [anon_sym_LPAREN] = ACTIONS(2451), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2449), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2449), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2449), + [sym_preproc_directive] = ACTIONS(2453), + [anon_sym_SEMI] = ACTIONS(2451), + [anon_sym_extern] = ACTIONS(2449), + [anon_sym_LBRACE] = ACTIONS(2451), + [anon_sym_RBRACE] = ACTIONS(2451), + [anon_sym_STAR] = ACTIONS(2451), + [anon_sym_typedef] = ACTIONS(2449), + [anon_sym_static] = ACTIONS(2449), + [anon_sym_auto] = ACTIONS(2449), + [anon_sym_register] = ACTIONS(2449), + [anon_sym_const] = ACTIONS(2449), + [anon_sym_restrict] = ACTIONS(2449), + [anon_sym_volatile] = ACTIONS(2449), + [sym_function_specifier] = ACTIONS(2449), + [anon_sym_unsigned] = ACTIONS(2449), + [anon_sym_long] = ACTIONS(2449), + [anon_sym_short] = ACTIONS(2449), + [anon_sym_enum] = ACTIONS(2449), + [anon_sym_struct] = ACTIONS(2449), + [anon_sym_union] = ACTIONS(2449), + [anon_sym_if] = ACTIONS(2449), + [anon_sym_else] = ACTIONS(2449), + [anon_sym_switch] = ACTIONS(2449), + [anon_sym_case] = ACTIONS(2449), + [anon_sym_default] = ACTIONS(2449), + [anon_sym_while] = ACTIONS(2449), + [anon_sym_do] = ACTIONS(2449), + [anon_sym_for] = ACTIONS(2449), + [anon_sym_return] = ACTIONS(2449), + [anon_sym_break] = ACTIONS(2449), + [anon_sym_continue] = ACTIONS(2449), + [anon_sym_goto] = ACTIONS(2449), + [anon_sym_AMP] = ACTIONS(2451), + [anon_sym_BANG] = ACTIONS(2451), + [anon_sym_TILDE] = ACTIONS(2451), + [anon_sym_PLUS] = ACTIONS(2449), + [anon_sym_DASH] = ACTIONS(2449), + [anon_sym_DASH_DASH] = ACTIONS(2451), + [anon_sym_PLUS_PLUS] = ACTIONS(2451), + [anon_sym_sizeof] = ACTIONS(2449), + [sym_number_literal] = ACTIONS(2449), + [sym_char_literal] = ACTIONS(2449), + [sym_string_literal] = ACTIONS(2451), + [sym_identifier] = ACTIONS(2453), + [sym_comment] = ACTIONS(42), }, [1368] = { - [ts_builtin_sym_end] = ACTIONS(7341), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(7344), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(7344), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(7344), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(7344), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(7344), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(7344), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(7344), - [sym_preproc_directive] = ACTIONS(7347), - [anon_sym_extern] = ACTIONS(7344), - [anon_sym_RBRACE] = ACTIONS(7341), - [anon_sym_typedef] = ACTIONS(7344), - [anon_sym_static] = ACTIONS(7344), - [anon_sym_auto] = ACTIONS(7344), - [anon_sym_register] = ACTIONS(7344), - [anon_sym_const] = ACTIONS(7344), - [anon_sym_restrict] = ACTIONS(7344), - [anon_sym_volatile] = ACTIONS(7344), - [sym_function_specifier] = ACTIONS(7344), - [anon_sym_unsigned] = ACTIONS(7344), - [anon_sym_long] = ACTIONS(7344), - [anon_sym_short] = ACTIONS(7344), - [anon_sym_enum] = ACTIONS(7344), - [anon_sym_struct] = ACTIONS(7344), - [anon_sym_union] = ACTIONS(7344), - [sym_identifier] = ACTIONS(7347), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2455), + [anon_sym_LPAREN] = ACTIONS(2457), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2455), + [sym_preproc_directive] = ACTIONS(2459), + [anon_sym_SEMI] = ACTIONS(2457), + [anon_sym_extern] = ACTIONS(2455), + [anon_sym_LBRACE] = ACTIONS(2457), + [anon_sym_RBRACE] = ACTIONS(2457), + [anon_sym_STAR] = ACTIONS(2457), + [anon_sym_typedef] = ACTIONS(2455), + [anon_sym_static] = ACTIONS(2455), + [anon_sym_auto] = ACTIONS(2455), + [anon_sym_register] = ACTIONS(2455), + [anon_sym_const] = ACTIONS(2455), + [anon_sym_restrict] = ACTIONS(2455), + [anon_sym_volatile] = ACTIONS(2455), + [sym_function_specifier] = ACTIONS(2455), + [anon_sym_unsigned] = ACTIONS(2455), + [anon_sym_long] = ACTIONS(2455), + [anon_sym_short] = ACTIONS(2455), + [anon_sym_enum] = ACTIONS(2455), + [anon_sym_struct] = ACTIONS(2455), + [anon_sym_union] = ACTIONS(2455), + [anon_sym_if] = ACTIONS(2455), + [anon_sym_else] = ACTIONS(2455), + [anon_sym_switch] = ACTIONS(2455), + [anon_sym_case] = ACTIONS(2455), + [anon_sym_default] = ACTIONS(2455), + [anon_sym_while] = ACTIONS(2455), + [anon_sym_do] = ACTIONS(2455), + [anon_sym_for] = ACTIONS(2455), + [anon_sym_return] = ACTIONS(2455), + [anon_sym_break] = ACTIONS(2455), + [anon_sym_continue] = ACTIONS(2455), + [anon_sym_goto] = ACTIONS(2455), + [anon_sym_AMP] = ACTIONS(2457), + [anon_sym_BANG] = ACTIONS(2457), + [anon_sym_TILDE] = ACTIONS(2457), + [anon_sym_PLUS] = ACTIONS(2455), + [anon_sym_DASH] = ACTIONS(2455), + [anon_sym_DASH_DASH] = ACTIONS(2457), + [anon_sym_PLUS_PLUS] = ACTIONS(2457), + [anon_sym_sizeof] = ACTIONS(2455), + [sym_number_literal] = ACTIONS(2455), + [sym_char_literal] = ACTIONS(2455), + [sym_string_literal] = ACTIONS(2457), + [sym_identifier] = ACTIONS(2459), + [sym_comment] = ACTIONS(42), }, [1369] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(7350), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(7350), - [anon_sym_LPAREN] = ACTIONS(7353), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(7350), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(7350), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(7350), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(7350), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(7350), - [sym_preproc_directive] = ACTIONS(7356), - [anon_sym_SEMI] = ACTIONS(7353), - [anon_sym_extern] = ACTIONS(7350), - [anon_sym_LBRACE] = ACTIONS(7353), - [anon_sym_RBRACE] = ACTIONS(7353), - [anon_sym_STAR] = ACTIONS(7353), - [anon_sym_typedef] = ACTIONS(7350), - [anon_sym_static] = ACTIONS(7350), - [anon_sym_auto] = ACTIONS(7350), - [anon_sym_register] = ACTIONS(7350), - [anon_sym_const] = ACTIONS(7350), - [anon_sym_restrict] = ACTIONS(7350), - [anon_sym_volatile] = ACTIONS(7350), - [sym_function_specifier] = ACTIONS(7350), - [anon_sym_unsigned] = ACTIONS(7350), - [anon_sym_long] = ACTIONS(7350), - [anon_sym_short] = ACTIONS(7350), - [anon_sym_enum] = ACTIONS(7350), - [anon_sym_struct] = ACTIONS(7350), - [anon_sym_union] = ACTIONS(7350), - [anon_sym_if] = ACTIONS(7350), - [anon_sym_switch] = ACTIONS(7350), - [anon_sym_case] = ACTIONS(7350), - [anon_sym_default] = ACTIONS(7350), - [anon_sym_while] = ACTIONS(7350), - [anon_sym_do] = ACTIONS(7350), - [anon_sym_for] = ACTIONS(7350), - [anon_sym_return] = ACTIONS(7350), - [anon_sym_break] = ACTIONS(7350), - [anon_sym_continue] = ACTIONS(7350), - [anon_sym_goto] = ACTIONS(7350), - [anon_sym_AMP] = ACTIONS(7353), - [anon_sym_BANG] = ACTIONS(7353), - [anon_sym_TILDE] = ACTIONS(7353), - [anon_sym_PLUS] = ACTIONS(7350), - [anon_sym_DASH] = ACTIONS(7350), - [anon_sym_DASH_DASH] = ACTIONS(7353), - [anon_sym_PLUS_PLUS] = ACTIONS(7353), - [anon_sym_sizeof] = ACTIONS(7350), - [sym_number_literal] = ACTIONS(7350), - [sym_char_literal] = ACTIONS(7350), - [sym_string_literal] = ACTIONS(7353), - [sym_identifier] = ACTIONS(7356), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1406), + [sym_labeled_statement] = STATE(1406), + [sym_expression_statement] = STATE(1406), + [sym_if_statement] = STATE(1406), + [sym_switch_statement] = STATE(1406), + [sym_case_statement] = STATE(1406), + [sym_while_statement] = STATE(1406), + [sym_do_statement] = STATE(1406), + [sym_for_statement] = STATE(1406), + [sym_return_statement] = STATE(1406), + [sym_break_statement] = STATE(1406), + [sym_continue_statement] = STATE(1406), + [sym_goto_statement] = STATE(1406), + [sym__expression] = STATE(980), + [sym_comma_expression] = STATE(981), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2059), + [anon_sym_LBRACE] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2063), + [anon_sym_switch] = ACTIONS(2065), + [anon_sym_case] = ACTIONS(2067), + [anon_sym_default] = ACTIONS(2069), + [anon_sym_while] = ACTIONS(2071), + [anon_sym_do] = ACTIONS(2073), + [anon_sym_for] = ACTIONS(2075), + [anon_sym_return] = ACTIONS(2077), + [anon_sym_break] = ACTIONS(2079), + [anon_sym_continue] = ACTIONS(2081), + [anon_sym_goto] = ACTIONS(2083), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2085), + [sym_comment] = ACTIONS(42), }, [1370] = { - [sym_compound_statement] = STATE(798), - [sym_labeled_statement] = STATE(798), - [sym_expression_statement] = STATE(798), - [sym_if_statement] = STATE(798), - [sym_switch_statement] = STATE(798), - [sym_case_statement] = STATE(798), - [sym_while_statement] = STATE(798), - [sym_do_statement] = STATE(798), - [sym_for_statement] = STATE(798), - [sym_return_statement] = STATE(798), - [sym_break_statement] = STATE(798), - [sym_continue_statement] = STATE(798), - [sym_goto_statement] = STATE(798), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(3064), - [anon_sym_switch] = ACTIONS(3066), - [anon_sym_case] = ACTIONS(3068), - [anon_sym_default] = ACTIONS(3070), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(3074), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(3080), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(2125), + [anon_sym_RPAREN] = ACTIONS(2723), + [sym_comment] = ACTIONS(42), }, [1371] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(7359), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [aux_sym_for_statement_repeat1] = STATE(1408), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1817), + [anon_sym_RPAREN] = ACTIONS(2723), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1372] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(1397), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(7359), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1409), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_RPAREN] = ACTIONS(2723), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1373] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(7361), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(7361), - [anon_sym_LPAREN] = ACTIONS(7364), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(7361), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(7361), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(7361), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(7361), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(7361), - [sym_preproc_directive] = ACTIONS(7367), - [anon_sym_SEMI] = ACTIONS(7364), - [anon_sym_extern] = ACTIONS(7361), - [anon_sym_LBRACE] = ACTIONS(7364), - [anon_sym_RBRACE] = ACTIONS(7364), - [anon_sym_STAR] = ACTIONS(7364), - [anon_sym_typedef] = ACTIONS(7361), - [anon_sym_static] = ACTIONS(7361), - [anon_sym_auto] = ACTIONS(7361), - [anon_sym_register] = ACTIONS(7361), - [anon_sym_const] = ACTIONS(7361), - [anon_sym_restrict] = ACTIONS(7361), - [anon_sym_volatile] = ACTIONS(7361), - [sym_function_specifier] = ACTIONS(7361), - [anon_sym_unsigned] = ACTIONS(7361), - [anon_sym_long] = ACTIONS(7361), - [anon_sym_short] = ACTIONS(7361), - [anon_sym_enum] = ACTIONS(7361), - [anon_sym_struct] = ACTIONS(7361), - [anon_sym_union] = ACTIONS(7361), - [anon_sym_if] = ACTIONS(7361), - [anon_sym_else] = ACTIONS(7361), - [anon_sym_switch] = ACTIONS(7361), - [anon_sym_case] = ACTIONS(7361), - [anon_sym_default] = ACTIONS(7361), - [anon_sym_while] = ACTIONS(7361), - [anon_sym_do] = ACTIONS(7361), - [anon_sym_for] = ACTIONS(7361), - [anon_sym_return] = ACTIONS(7361), - [anon_sym_break] = ACTIONS(7361), - [anon_sym_continue] = ACTIONS(7361), - [anon_sym_goto] = ACTIONS(7361), - [anon_sym_AMP] = ACTIONS(7364), - [anon_sym_BANG] = ACTIONS(7364), - [anon_sym_TILDE] = ACTIONS(7364), - [anon_sym_PLUS] = ACTIONS(7361), - [anon_sym_DASH] = ACTIONS(7361), - [anon_sym_DASH_DASH] = ACTIONS(7364), - [anon_sym_PLUS_PLUS] = ACTIONS(7364), - [anon_sym_sizeof] = ACTIONS(7361), - [sym_number_literal] = ACTIONS(7361), - [sym_char_literal] = ACTIONS(7361), - [sym_string_literal] = ACTIONS(7364), - [sym_identifier] = ACTIONS(7367), - [sym_comment] = ACTIONS(123), + [anon_sym_else] = ACTIONS(2725), + [anon_sym_while] = ACTIONS(2277), + [sym_comment] = ACTIONS(42), }, [1374] = { - [sym_compound_statement] = STATE(1398), - [sym_labeled_statement] = STATE(1398), - [sym_expression_statement] = STATE(1398), - [sym_if_statement] = STATE(1398), - [sym_switch_statement] = STATE(1398), - [sym_case_statement] = STATE(1398), - [sym_while_statement] = STATE(1398), - [sym_do_statement] = STATE(1398), - [sym_for_statement] = STATE(1398), - [sym_return_statement] = STATE(1398), - [sym_break_statement] = STATE(1398), - [sym_continue_statement] = STATE(1398), - [sym_goto_statement] = STATE(1398), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(3064), - [anon_sym_switch] = ACTIONS(3066), - [anon_sym_case] = ACTIONS(3068), - [anon_sym_default] = ACTIONS(3070), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(3074), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(3080), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1368), + [sym_labeled_statement] = STATE(1368), + [sym_expression_statement] = STATE(1368), + [sym_if_statement] = STATE(1368), + [sym_switch_statement] = STATE(1368), + [sym_case_statement] = STATE(1368), + [sym_while_statement] = STATE(1368), + [sym_do_statement] = STATE(1368), + [sym_for_statement] = STATE(1368), + [sym_return_statement] = STATE(1368), + [sym_break_statement] = STATE(1368), + [sym_continue_statement] = STATE(1368), + [sym_goto_statement] = STATE(1368), + [sym__expression] = STATE(980), + [sym_comma_expression] = STATE(981), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2059), + [anon_sym_LBRACE] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2303), + [anon_sym_switch] = ACTIONS(2305), + [anon_sym_case] = ACTIONS(2307), + [anon_sym_default] = ACTIONS(2309), + [anon_sym_while] = ACTIONS(2311), + [anon_sym_do] = ACTIONS(2073), + [anon_sym_for] = ACTIONS(2313), + [anon_sym_return] = ACTIONS(2077), + [anon_sym_break] = ACTIONS(2079), + [anon_sym_continue] = ACTIONS(2081), + [anon_sym_goto] = ACTIONS(2083), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2315), + [sym_comment] = ACTIONS(42), }, [1375] = { - [sym__expression] = STATE(1399), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(7359), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [aux_sym_for_statement_repeat1] = STATE(1412), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1817), + [anon_sym_RPAREN] = ACTIONS(2727), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1376] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(7370), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1413), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_RPAREN] = ACTIONS(2727), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1377] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(7372), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2729), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1378] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(7374), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1379), + [sym_labeled_statement] = STATE(1379), + [sym_expression_statement] = STATE(1379), + [sym_if_statement] = STATE(1379), + [sym_switch_statement] = STATE(1379), + [sym_case_statement] = STATE(1379), + [sym_while_statement] = STATE(1379), + [sym_do_statement] = STATE(1379), + [sym_for_statement] = STATE(1379), + [sym_return_statement] = STATE(1379), + [sym_break_statement] = STATE(1379), + [sym_continue_statement] = STATE(1379), + [sym_goto_statement] = STATE(1379), + [sym__expression] = STATE(213), + [sym_comma_expression] = STATE(214), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_LBRACE] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(840), + [anon_sym_switch] = ACTIONS(842), + [anon_sym_case] = ACTIONS(844), + [anon_sym_default] = ACTIONS(846), + [anon_sym_while] = ACTIONS(848), + [anon_sym_do] = ACTIONS(502), + [anon_sym_for] = ACTIONS(850), + [anon_sym_return] = ACTIONS(506), + [anon_sym_break] = ACTIONS(508), + [anon_sym_continue] = ACTIONS(510), + [anon_sym_goto] = ACTIONS(512), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(852), + [sym_comment] = ACTIONS(42), }, [1379] = { - [sym_declaration] = STATE(605), - [sym__declaration_specifiers] = STATE(453), - [sym_compound_statement] = STATE(605), - [sym_storage_class_specifier] = STATE(11), - [sym_type_qualifier] = STATE(11), - [sym__type_specifier] = STATE(20), - [sym_sized_type_specifier] = STATE(21), - [sym_enum_specifier] = STATE(21), - [sym_struct_specifier] = STATE(21), - [sym_union_specifier] = STATE(21), - [sym_labeled_statement] = STATE(605), - [sym_expression_statement] = STATE(605), - [sym_if_statement] = STATE(605), - [sym_switch_statement] = STATE(605), - [sym_case_statement] = STATE(605), - [sym_while_statement] = STATE(605), - [sym_do_statement] = STATE(605), - [sym_for_statement] = STATE(605), - [sym_return_statement] = STATE(605), - [sym_break_statement] = STATE(605), - [sym_continue_statement] = STATE(605), - [sym_goto_statement] = STATE(605), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [sym_macro_type_specifier] = STATE(21), - [aux_sym__declaration_specifiers_repeat1] = STATE(23), - [aux_sym_sized_type_specifier_repeat1] = STATE(24), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_extern] = ACTIONS(141), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_typedef] = ACTIONS(141), - [anon_sym_static] = ACTIONS(141), - [anon_sym_auto] = ACTIONS(141), - [anon_sym_register] = ACTIONS(141), - [anon_sym_const] = ACTIONS(143), - [anon_sym_restrict] = ACTIONS(143), - [anon_sym_volatile] = ACTIONS(143), - [sym_function_specifier] = ACTIONS(145), - [anon_sym_unsigned] = ACTIONS(147), - [anon_sym_long] = ACTIONS(147), - [anon_sym_short] = ACTIONS(147), - [anon_sym_enum] = ACTIONS(149), - [anon_sym_struct] = ACTIONS(151), - [anon_sym_union] = ACTIONS(153), - [anon_sym_if] = ACTIONS(4224), - [anon_sym_switch] = ACTIONS(4226), - [anon_sym_case] = ACTIONS(4228), - [anon_sym_default] = ACTIONS(4230), - [anon_sym_while] = ACTIONS(4232), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(4234), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(6573), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2731), + [anon_sym_LPAREN] = ACTIONS(2733), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2731), + [sym_preproc_directive] = ACTIONS(2735), + [anon_sym_SEMI] = ACTIONS(2733), + [anon_sym_extern] = ACTIONS(2731), + [anon_sym_LBRACE] = ACTIONS(2733), + [anon_sym_RBRACE] = ACTIONS(2733), + [anon_sym_STAR] = ACTIONS(2733), + [anon_sym_typedef] = ACTIONS(2731), + [anon_sym_static] = ACTIONS(2731), + [anon_sym_auto] = ACTIONS(2731), + [anon_sym_register] = ACTIONS(2731), + [anon_sym_const] = ACTIONS(2731), + [anon_sym_restrict] = ACTIONS(2731), + [anon_sym_volatile] = ACTIONS(2731), + [sym_function_specifier] = ACTIONS(2731), + [anon_sym_unsigned] = ACTIONS(2731), + [anon_sym_long] = ACTIONS(2731), + [anon_sym_short] = ACTIONS(2731), + [anon_sym_enum] = ACTIONS(2731), + [anon_sym_struct] = ACTIONS(2731), + [anon_sym_union] = ACTIONS(2731), + [anon_sym_if] = ACTIONS(2731), + [anon_sym_switch] = ACTIONS(2731), + [anon_sym_case] = ACTIONS(2731), + [anon_sym_default] = ACTIONS(2731), + [anon_sym_while] = ACTIONS(2731), + [anon_sym_do] = ACTIONS(2731), + [anon_sym_for] = ACTIONS(2731), + [anon_sym_return] = ACTIONS(2731), + [anon_sym_break] = ACTIONS(2731), + [anon_sym_continue] = ACTIONS(2731), + [anon_sym_goto] = ACTIONS(2731), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_BANG] = ACTIONS(2733), + [anon_sym_TILDE] = ACTIONS(2733), + [anon_sym_PLUS] = ACTIONS(2731), + [anon_sym_DASH] = ACTIONS(2731), + [anon_sym_DASH_DASH] = ACTIONS(2733), + [anon_sym_PLUS_PLUS] = ACTIONS(2733), + [anon_sym_sizeof] = ACTIONS(2731), + [sym_number_literal] = ACTIONS(2731), + [sym_char_literal] = ACTIONS(2731), + [sym_string_literal] = ACTIONS(2733), + [sym_identifier] = ACTIONS(2735), + [sym_comment] = ACTIONS(42), }, [1380] = { - [anon_sym_LPAREN] = ACTIONS(871), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(865), - [anon_sym_extern] = ACTIONS(214), - [anon_sym_STAR] = ACTIONS(878), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_typedef] = ACTIONS(214), - [anon_sym_static] = ACTIONS(214), - [anon_sym_auto] = ACTIONS(214), - [anon_sym_register] = ACTIONS(214), - [anon_sym_const] = ACTIONS(214), - [anon_sym_restrict] = ACTIONS(214), - [anon_sym_volatile] = ACTIONS(214), - [sym_function_specifier] = ACTIONS(214), - [anon_sym_COLON] = ACTIONS(5823), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_identifier] = ACTIONS(216), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1415), + [sym_labeled_statement] = STATE(1415), + [sym_expression_statement] = STATE(1415), + [sym_if_statement] = STATE(1415), + [sym_switch_statement] = STATE(1415), + [sym_case_statement] = STATE(1415), + [sym_while_statement] = STATE(1415), + [sym_do_statement] = STATE(1415), + [sym_for_statement] = STATE(1415), + [sym_return_statement] = STATE(1415), + [sym_break_statement] = STATE(1415), + [sym_continue_statement] = STATE(1415), + [sym_goto_statement] = STATE(1415), + [sym__expression] = STATE(1216), + [sym_comma_expression] = STATE(1217), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2477), + [anon_sym_LBRACE] = ACTIONS(2479), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2481), + [anon_sym_switch] = ACTIONS(2483), + [anon_sym_case] = ACTIONS(2485), + [anon_sym_default] = ACTIONS(2487), + [anon_sym_while] = ACTIONS(2489), + [anon_sym_do] = ACTIONS(2491), + [anon_sym_for] = ACTIONS(2493), + [anon_sym_return] = ACTIONS(2495), + [anon_sym_break] = ACTIONS(2497), + [anon_sym_continue] = ACTIONS(2499), + [anon_sym_goto] = ACTIONS(2501), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2503), + [sym_comment] = ACTIONS(42), }, [1381] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_RPAREN] = ACTIONS(7376), - [anon_sym_STAR] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1520), - [anon_sym_QMARK] = ACTIONS(1522), - [anon_sym_STAR_EQ] = ACTIONS(1524), - [anon_sym_SLASH_EQ] = ACTIONS(1524), - [anon_sym_PERCENT_EQ] = ACTIONS(1524), - [anon_sym_PLUS_EQ] = ACTIONS(1524), - [anon_sym_DASH_EQ] = ACTIONS(1524), - [anon_sym_LT_LT_EQ] = ACTIONS(1524), - [anon_sym_GT_GT_EQ] = ACTIONS(1524), - [anon_sym_AMP_EQ] = ACTIONS(1524), - [anon_sym_CARET_EQ] = ACTIONS(1524), - [anon_sym_PIPE_EQ] = ACTIONS(1524), - [anon_sym_AMP] = ACTIONS(1526), - [anon_sym_PIPE_PIPE] = ACTIONS(1528), - [anon_sym_AMP_AMP] = ACTIONS(1530), - [anon_sym_PIPE] = ACTIONS(1532), - [anon_sym_CARET] = ACTIONS(1534), - [anon_sym_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1540), - [anon_sym_GT_EQ] = ACTIONS(1540), - [anon_sym_LT_LT] = ACTIONS(1542), - [anon_sym_GT_GT] = ACTIONS(1542), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1518), - [anon_sym_PERCENT] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1416), + [sym_labeled_statement] = STATE(1416), + [sym_expression_statement] = STATE(1416), + [sym_if_statement] = STATE(1416), + [sym_switch_statement] = STATE(1416), + [sym_case_statement] = STATE(1416), + [sym_while_statement] = STATE(1416), + [sym_do_statement] = STATE(1416), + [sym_for_statement] = STATE(1416), + [sym_return_statement] = STATE(1416), + [sym_break_statement] = STATE(1416), + [sym_continue_statement] = STATE(1416), + [sym_goto_statement] = STATE(1416), + [sym__expression] = STATE(1216), + [sym_comma_expression] = STATE(1217), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2477), + [anon_sym_LBRACE] = ACTIONS(2479), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2481), + [anon_sym_switch] = ACTIONS(2483), + [anon_sym_case] = ACTIONS(2485), + [anon_sym_default] = ACTIONS(2487), + [anon_sym_while] = ACTIONS(2489), + [anon_sym_do] = ACTIONS(2491), + [anon_sym_for] = ACTIONS(2493), + [anon_sym_return] = ACTIONS(2495), + [anon_sym_break] = ACTIONS(2497), + [anon_sym_continue] = ACTIONS(2499), + [anon_sym_goto] = ACTIONS(2501), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2503), + [sym_comment] = ACTIONS(42), }, [1382] = { - [sym__expression] = STATE(1405), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(7378), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2089), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2089), + [anon_sym_LPAREN] = ACTIONS(2091), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2089), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2089), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2089), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2089), + [sym_preproc_directive] = ACTIONS(2093), + [anon_sym_SEMI] = ACTIONS(2091), + [anon_sym_extern] = ACTIONS(2089), + [anon_sym_LBRACE] = ACTIONS(2091), + [anon_sym_STAR] = ACTIONS(2091), + [anon_sym_typedef] = ACTIONS(2089), + [anon_sym_static] = ACTIONS(2089), + [anon_sym_auto] = ACTIONS(2089), + [anon_sym_register] = ACTIONS(2089), + [anon_sym_const] = ACTIONS(2089), + [anon_sym_restrict] = ACTIONS(2089), + [anon_sym_volatile] = ACTIONS(2089), + [sym_function_specifier] = ACTIONS(2089), + [anon_sym_unsigned] = ACTIONS(2089), + [anon_sym_long] = ACTIONS(2089), + [anon_sym_short] = ACTIONS(2089), + [anon_sym_enum] = ACTIONS(2089), + [anon_sym_struct] = ACTIONS(2089), + [anon_sym_union] = ACTIONS(2089), + [anon_sym_if] = ACTIONS(2089), + [anon_sym_else] = ACTIONS(2089), + [anon_sym_switch] = ACTIONS(2089), + [anon_sym_case] = ACTIONS(2089), + [anon_sym_default] = ACTIONS(2089), + [anon_sym_while] = ACTIONS(2089), + [anon_sym_do] = ACTIONS(2089), + [anon_sym_for] = ACTIONS(2089), + [anon_sym_return] = ACTIONS(2089), + [anon_sym_break] = ACTIONS(2089), + [anon_sym_continue] = ACTIONS(2089), + [anon_sym_goto] = ACTIONS(2089), + [anon_sym_AMP] = ACTIONS(2091), + [anon_sym_BANG] = ACTIONS(2091), + [anon_sym_TILDE] = ACTIONS(2091), + [anon_sym_PLUS] = ACTIONS(2089), + [anon_sym_DASH] = ACTIONS(2089), + [anon_sym_DASH_DASH] = ACTIONS(2091), + [anon_sym_PLUS_PLUS] = ACTIONS(2091), + [anon_sym_sizeof] = ACTIONS(2089), + [sym_number_literal] = ACTIONS(2089), + [sym_char_literal] = ACTIONS(2089), + [sym_string_literal] = ACTIONS(2091), + [sym_identifier] = ACTIONS(2093), + [sym_comment] = ACTIONS(42), }, [1383] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(7380), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_parameter_list] = STATE(110), + [aux_sym_declaration_repeat1] = STATE(1418), + [anon_sym_LPAREN] = ACTIONS(244), + [anon_sym_COMMA] = ACTIONS(246), + [anon_sym_SEMI] = ACTIONS(2737), + [anon_sym_LBRACK] = ACTIONS(252), + [anon_sym_EQ] = ACTIONS(254), + [sym_comment] = ACTIONS(42), }, [1384] = { - [anon_sym_LPAREN] = ACTIONS(865), - [anon_sym_COMMA] = ACTIONS(865), - [anon_sym_SEMI] = ACTIONS(865), - [anon_sym_STAR] = ACTIONS(867), - [anon_sym_LBRACK] = ACTIONS(865), - [anon_sym_EQ] = ACTIONS(867), - [anon_sym_COLON] = ACTIONS(5823), - [anon_sym_QMARK] = ACTIONS(865), - [anon_sym_STAR_EQ] = ACTIONS(865), - [anon_sym_SLASH_EQ] = ACTIONS(865), - [anon_sym_PERCENT_EQ] = ACTIONS(865), - [anon_sym_PLUS_EQ] = ACTIONS(865), - [anon_sym_DASH_EQ] = ACTIONS(865), - [anon_sym_LT_LT_EQ] = ACTIONS(865), - [anon_sym_GT_GT_EQ] = ACTIONS(865), - [anon_sym_AMP_EQ] = ACTIONS(865), - [anon_sym_CARET_EQ] = ACTIONS(865), - [anon_sym_PIPE_EQ] = ACTIONS(865), - [anon_sym_AMP] = ACTIONS(867), - [anon_sym_PIPE_PIPE] = ACTIONS(865), - [anon_sym_AMP_AMP] = ACTIONS(865), - [anon_sym_PIPE] = ACTIONS(867), - [anon_sym_CARET] = ACTIONS(867), - [anon_sym_EQ_EQ] = ACTIONS(865), - [anon_sym_BANG_EQ] = ACTIONS(865), - [anon_sym_LT] = ACTIONS(867), - [anon_sym_GT] = ACTIONS(867), - [anon_sym_LT_EQ] = ACTIONS(865), - [anon_sym_GT_EQ] = ACTIONS(865), - [anon_sym_LT_LT] = ACTIONS(867), - [anon_sym_GT_GT] = ACTIONS(867), - [anon_sym_PLUS] = ACTIONS(867), - [anon_sym_DASH] = ACTIONS(867), - [anon_sym_SLASH] = ACTIONS(867), - [anon_sym_PERCENT] = ACTIONS(867), - [anon_sym_DASH_DASH] = ACTIONS(865), - [anon_sym_PLUS_PLUS] = ACTIONS(865), - [anon_sym_DOT] = ACTIONS(865), - [anon_sym_DASH_GT] = ACTIONS(865), - [sym_comment] = ACTIONS(123), + [aux_sym_declaration_repeat1] = STATE(1418), + [anon_sym_COMMA] = ACTIONS(246), + [anon_sym_SEMI] = ACTIONS(2737), + [sym_comment] = ACTIONS(42), }, [1385] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(4501), - [anon_sym_COMMA] = ACTIONS(1690), - [anon_sym_RPAREN] = ACTIONS(1690), - [anon_sym_SEMI] = ACTIONS(1690), - [anon_sym_STAR] = ACTIONS(7382), - [anon_sym_LBRACK] = ACTIONS(4513), - [anon_sym_EQ] = ACTIONS(7385), - [anon_sym_QMARK] = ACTIONS(7388), - [anon_sym_STAR_EQ] = ACTIONS(7391), - [anon_sym_SLASH_EQ] = ACTIONS(7391), - [anon_sym_PERCENT_EQ] = ACTIONS(7391), - [anon_sym_PLUS_EQ] = ACTIONS(7391), - [anon_sym_DASH_EQ] = ACTIONS(7391), - [anon_sym_LT_LT_EQ] = ACTIONS(7391), - [anon_sym_GT_GT_EQ] = ACTIONS(7391), - [anon_sym_AMP_EQ] = ACTIONS(7391), - [anon_sym_CARET_EQ] = ACTIONS(7391), - [anon_sym_PIPE_EQ] = ACTIONS(7391), - [anon_sym_AMP] = ACTIONS(7394), - [anon_sym_PIPE_PIPE] = ACTIONS(7397), - [anon_sym_AMP_AMP] = ACTIONS(7397), - [anon_sym_PIPE] = ACTIONS(7394), - [anon_sym_CARET] = ACTIONS(7394), - [anon_sym_EQ_EQ] = ACTIONS(7400), - [anon_sym_BANG_EQ] = ACTIONS(7400), - [anon_sym_LT] = ACTIONS(7403), - [anon_sym_GT] = ACTIONS(7403), - [anon_sym_LT_EQ] = ACTIONS(7406), - [anon_sym_GT_EQ] = ACTIONS(7406), - [anon_sym_LT_LT] = ACTIONS(7409), - [anon_sym_GT_GT] = ACTIONS(7409), - [anon_sym_PLUS] = ACTIONS(7382), - [anon_sym_DASH] = ACTIONS(7382), - [anon_sym_SLASH] = ACTIONS(7382), - [anon_sym_PERCENT] = ACTIONS(7382), - [anon_sym_DASH_DASH] = ACTIONS(4543), - [anon_sym_PLUS_PLUS] = ACTIONS(4543), - [anon_sym_DOT] = ACTIONS(4546), - [anon_sym_DASH_GT] = ACTIONS(4546), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1419), + [sym_labeled_statement] = STATE(1419), + [sym_expression_statement] = STATE(1419), + [sym_if_statement] = STATE(1419), + [sym_switch_statement] = STATE(1419), + [sym_case_statement] = STATE(1419), + [sym_while_statement] = STATE(1419), + [sym_do_statement] = STATE(1419), + [sym_for_statement] = STATE(1419), + [sym_return_statement] = STATE(1419), + [sym_break_statement] = STATE(1419), + [sym_continue_statement] = STATE(1419), + [sym_goto_statement] = STATE(1419), + [sym__expression] = STATE(1216), + [sym_comma_expression] = STATE(1217), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2477), + [anon_sym_LBRACE] = ACTIONS(2479), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2481), + [anon_sym_switch] = ACTIONS(2483), + [anon_sym_case] = ACTIONS(2485), + [anon_sym_default] = ACTIONS(2487), + [anon_sym_while] = ACTIONS(2489), + [anon_sym_do] = ACTIONS(2491), + [anon_sym_for] = ACTIONS(2493), + [anon_sym_return] = ACTIONS(2495), + [anon_sym_break] = ACTIONS(2497), + [anon_sym_continue] = ACTIONS(2499), + [anon_sym_goto] = ACTIONS(2501), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2503), + [sym_comment] = ACTIONS(42), }, [1386] = { - [sym__expression] = STATE(1385), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(560), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(7412), - [anon_sym_COMMA] = ACTIONS(1802), - [anon_sym_RPAREN] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_STAR] = ACTIONS(7415), - [anon_sym_LBRACK] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1806), - [anon_sym_QMARK] = ACTIONS(1802), - [anon_sym_STAR_EQ] = ACTIONS(1802), - [anon_sym_SLASH_EQ] = ACTIONS(1802), - [anon_sym_PERCENT_EQ] = ACTIONS(1802), - [anon_sym_PLUS_EQ] = ACTIONS(1802), - [anon_sym_DASH_EQ] = ACTIONS(1802), - [anon_sym_LT_LT_EQ] = ACTIONS(1802), - [anon_sym_GT_GT_EQ] = ACTIONS(1802), - [anon_sym_AMP_EQ] = ACTIONS(1802), - [anon_sym_CARET_EQ] = ACTIONS(1802), - [anon_sym_PIPE_EQ] = ACTIONS(1802), - [anon_sym_AMP] = ACTIONS(7415), - [anon_sym_PIPE_PIPE] = ACTIONS(1802), - [anon_sym_AMP_AMP] = ACTIONS(1802), - [anon_sym_BANG] = ACTIONS(7418), - [anon_sym_PIPE] = ACTIONS(1806), - [anon_sym_CARET] = ACTIONS(1806), - [anon_sym_TILDE] = ACTIONS(2282), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_LT] = ACTIONS(1806), - [anon_sym_GT] = ACTIONS(1806), - [anon_sym_LT_EQ] = ACTIONS(1802), - [anon_sym_GT_EQ] = ACTIONS(1802), - [anon_sym_LT_LT] = ACTIONS(1806), - [anon_sym_GT_GT] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(7420), - [anon_sym_DASH] = ACTIONS(7420), - [anon_sym_SLASH] = ACTIONS(1806), - [anon_sym_PERCENT] = ACTIONS(1806), - [anon_sym_DASH_DASH] = ACTIONS(7423), - [anon_sym_PLUS_PLUS] = ACTIONS(7423), - [anon_sym_sizeof] = ACTIONS(2288), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_DASH_GT] = ACTIONS(1802), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1420), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(1321), + [anon_sym_STAR] = ACTIONS(1323), + [anon_sym_AMP] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1329), + [anon_sym_DASH_DASH] = ACTIONS(1331), + [anon_sym_PLUS_PLUS] = ACTIONS(1331), + [anon_sym_sizeof] = ACTIONS(1333), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1387] = { - [sym__expression] = STATE(1407), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4276), - [anon_sym_STAR] = ACTIONS(2278), - [anon_sym_AMP] = ACTIONS(2278), - [anon_sym_BANG] = ACTIONS(2280), - [anon_sym_TILDE] = ACTIONS(2282), - [anon_sym_PLUS] = ACTIONS(2284), - [anon_sym_DASH] = ACTIONS(2284), - [anon_sym_DASH_DASH] = ACTIONS(2286), - [anon_sym_PLUS_PLUS] = ACTIONS(2286), - [anon_sym_sizeof] = ACTIONS(2288), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1422), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_RPAREN] = ACTIONS(2739), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1388] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(4501), - [anon_sym_COMMA] = ACTIONS(1690), - [anon_sym_RPAREN] = ACTIONS(1690), - [anon_sym_SEMI] = ACTIONS(1690), - [anon_sym_RBRACE] = ACTIONS(1690), - [anon_sym_STAR] = ACTIONS(7426), - [anon_sym_LBRACK] = ACTIONS(4513), - [anon_sym_EQ] = ACTIONS(7429), - [anon_sym_QMARK] = ACTIONS(7432), - [anon_sym_STAR_EQ] = ACTIONS(7435), - [anon_sym_SLASH_EQ] = ACTIONS(7435), - [anon_sym_PERCENT_EQ] = ACTIONS(7435), - [anon_sym_PLUS_EQ] = ACTIONS(7435), - [anon_sym_DASH_EQ] = ACTIONS(7435), - [anon_sym_LT_LT_EQ] = ACTIONS(7435), - [anon_sym_GT_GT_EQ] = ACTIONS(7435), - [anon_sym_AMP_EQ] = ACTIONS(7435), - [anon_sym_CARET_EQ] = ACTIONS(7435), - [anon_sym_PIPE_EQ] = ACTIONS(7435), - [anon_sym_AMP] = ACTIONS(7438), - [anon_sym_PIPE_PIPE] = ACTIONS(7441), - [anon_sym_AMP_AMP] = ACTIONS(7441), - [anon_sym_PIPE] = ACTIONS(7438), - [anon_sym_CARET] = ACTIONS(7438), - [anon_sym_EQ_EQ] = ACTIONS(7444), - [anon_sym_BANG_EQ] = ACTIONS(7444), - [anon_sym_LT] = ACTIONS(7447), - [anon_sym_GT] = ACTIONS(7447), - [anon_sym_LT_EQ] = ACTIONS(7450), - [anon_sym_GT_EQ] = ACTIONS(7450), - [anon_sym_LT_LT] = ACTIONS(7453), - [anon_sym_GT_GT] = ACTIONS(7453), - [anon_sym_PLUS] = ACTIONS(7426), - [anon_sym_DASH] = ACTIONS(7426), - [anon_sym_SLASH] = ACTIONS(7426), - [anon_sym_PERCENT] = ACTIONS(7426), - [anon_sym_DASH_DASH] = ACTIONS(4543), - [anon_sym_PLUS_PLUS] = ACTIONS(4543), - [anon_sym_DOT] = ACTIONS(4546), - [anon_sym_DASH_GT] = ACTIONS(4546), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2741), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1389] = { - [sym__expression] = STATE(1388), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(560), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(7456), - [anon_sym_COMMA] = ACTIONS(1802), - [anon_sym_RPAREN] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_RBRACE] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(7459), - [anon_sym_LBRACK] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1806), - [anon_sym_QMARK] = ACTIONS(1802), - [anon_sym_STAR_EQ] = ACTIONS(1802), - [anon_sym_SLASH_EQ] = ACTIONS(1802), - [anon_sym_PERCENT_EQ] = ACTIONS(1802), - [anon_sym_PLUS_EQ] = ACTIONS(1802), - [anon_sym_DASH_EQ] = ACTIONS(1802), - [anon_sym_LT_LT_EQ] = ACTIONS(1802), - [anon_sym_GT_GT_EQ] = ACTIONS(1802), - [anon_sym_AMP_EQ] = ACTIONS(1802), - [anon_sym_CARET_EQ] = ACTIONS(1802), - [anon_sym_PIPE_EQ] = ACTIONS(1802), - [anon_sym_AMP] = ACTIONS(7459), - [anon_sym_PIPE_PIPE] = ACTIONS(1802), - [anon_sym_AMP_AMP] = ACTIONS(1802), - [anon_sym_BANG] = ACTIONS(7462), - [anon_sym_PIPE] = ACTIONS(1806), - [anon_sym_CARET] = ACTIONS(1806), - [anon_sym_TILDE] = ACTIONS(2316), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_LT] = ACTIONS(1806), - [anon_sym_GT] = ACTIONS(1806), - [anon_sym_LT_EQ] = ACTIONS(1802), - [anon_sym_GT_EQ] = ACTIONS(1802), - [anon_sym_LT_LT] = ACTIONS(1806), - [anon_sym_GT_GT] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(7464), - [anon_sym_DASH] = ACTIONS(7464), - [anon_sym_SLASH] = ACTIONS(1806), - [anon_sym_PERCENT] = ACTIONS(1806), - [anon_sym_DASH_DASH] = ACTIONS(7467), - [anon_sym_PLUS_PLUS] = ACTIONS(7467), - [anon_sym_sizeof] = ACTIONS(2322), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_DASH_GT] = ACTIONS(1802), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1424), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(2741), + [anon_sym_STAR] = ACTIONS(696), + [anon_sym_AMP] = ACTIONS(696), + [anon_sym_BANG] = ACTIONS(698), + [anon_sym_TILDE] = ACTIONS(700), + [anon_sym_PLUS] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(704), + [anon_sym_PLUS_PLUS] = ACTIONS(704), + [anon_sym_sizeof] = ACTIONS(706), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1390] = { - [sym__expression] = STATE(1408), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(4388), - [anon_sym_STAR] = ACTIONS(2312), - [anon_sym_AMP] = ACTIONS(2312), - [anon_sym_BANG] = ACTIONS(2314), - [anon_sym_TILDE] = ACTIONS(2316), - [anon_sym_PLUS] = ACTIONS(2318), - [anon_sym_DASH] = ACTIONS(2318), - [anon_sym_DASH_DASH] = ACTIONS(2320), - [anon_sym_PLUS_PLUS] = ACTIONS(2320), - [anon_sym_sizeof] = ACTIONS(2322), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2641), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2641), + [anon_sym_LPAREN] = ACTIONS(2643), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2641), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2641), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2641), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2641), + [sym_preproc_directive] = ACTIONS(2645), + [anon_sym_SEMI] = ACTIONS(2643), + [anon_sym_extern] = ACTIONS(2641), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_STAR] = ACTIONS(2643), + [anon_sym_typedef] = ACTIONS(2641), + [anon_sym_static] = ACTIONS(2641), + [anon_sym_auto] = ACTIONS(2641), + [anon_sym_register] = ACTIONS(2641), + [anon_sym_const] = ACTIONS(2641), + [anon_sym_restrict] = ACTIONS(2641), + [anon_sym_volatile] = ACTIONS(2641), + [sym_function_specifier] = ACTIONS(2641), + [anon_sym_unsigned] = ACTIONS(2641), + [anon_sym_long] = ACTIONS(2641), + [anon_sym_short] = ACTIONS(2641), + [anon_sym_enum] = ACTIONS(2641), + [anon_sym_struct] = ACTIONS(2641), + [anon_sym_union] = ACTIONS(2641), + [anon_sym_if] = ACTIONS(2641), + [anon_sym_switch] = ACTIONS(2641), + [anon_sym_case] = ACTIONS(2641), + [anon_sym_default] = ACTIONS(2641), + [anon_sym_while] = ACTIONS(2641), + [anon_sym_do] = ACTIONS(2641), + [anon_sym_for] = ACTIONS(2641), + [anon_sym_return] = ACTIONS(2641), + [anon_sym_break] = ACTIONS(2641), + [anon_sym_continue] = ACTIONS(2641), + [anon_sym_goto] = ACTIONS(2641), + [anon_sym_AMP] = ACTIONS(2643), + [anon_sym_BANG] = ACTIONS(2643), + [anon_sym_TILDE] = ACTIONS(2643), + [anon_sym_PLUS] = ACTIONS(2641), + [anon_sym_DASH] = ACTIONS(2641), + [anon_sym_DASH_DASH] = ACTIONS(2643), + [anon_sym_PLUS_PLUS] = ACTIONS(2643), + [anon_sym_sizeof] = ACTIONS(2641), + [sym_number_literal] = ACTIONS(2641), + [sym_char_literal] = ACTIONS(2641), + [sym_string_literal] = ACTIONS(2643), + [sym_identifier] = ACTIONS(2645), + [sym_comment] = ACTIONS(42), }, [1391] = { - [sym_compound_statement] = STATE(692), - [sym_labeled_statement] = STATE(692), - [sym_expression_statement] = STATE(692), - [sym_if_statement] = STATE(692), - [sym_switch_statement] = STATE(692), - [sym_case_statement] = STATE(692), - [sym_while_statement] = STATE(692), - [sym_do_statement] = STATE(692), - [sym_for_statement] = STATE(692), - [sym_return_statement] = STATE(692), - [sym_break_statement] = STATE(692), - [sym_continue_statement] = STATE(692), - [sym_goto_statement] = STATE(692), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(3064), - [anon_sym_switch] = ACTIONS(3066), - [anon_sym_case] = ACTIONS(3068), - [anon_sym_default] = ACTIONS(3070), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(3074), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(3080), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1425), + [sym_labeled_statement] = STATE(1425), + [sym_expression_statement] = STATE(1425), + [sym_if_statement] = STATE(1425), + [sym_switch_statement] = STATE(1425), + [sym_case_statement] = STATE(1425), + [sym_while_statement] = STATE(1425), + [sym_do_statement] = STATE(1425), + [sym_for_statement] = STATE(1425), + [sym_return_statement] = STATE(1425), + [sym_break_statement] = STATE(1425), + [sym_continue_statement] = STATE(1425), + [sym_goto_statement] = STATE(1425), + [sym__expression] = STATE(786), + [sym_comma_expression] = STATE(787), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(1651), + [anon_sym_LBRACE] = ACTIONS(1653), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(1655), + [anon_sym_switch] = ACTIONS(1657), + [anon_sym_case] = ACTIONS(1659), + [anon_sym_default] = ACTIONS(1661), + [anon_sym_while] = ACTIONS(1663), + [anon_sym_do] = ACTIONS(1665), + [anon_sym_for] = ACTIONS(1667), + [anon_sym_return] = ACTIONS(1669), + [anon_sym_break] = ACTIONS(1671), + [anon_sym_continue] = ACTIONS(1673), + [anon_sym_goto] = ACTIONS(1675), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2215), + [sym_comment] = ACTIONS(42), }, [1392] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(4501), - [anon_sym_COMMA] = ACTIONS(1690), - [anon_sym_SEMI] = ACTIONS(1690), - [anon_sym_RBRACE] = ACTIONS(1690), - [anon_sym_STAR] = ACTIONS(7470), - [anon_sym_LBRACK] = ACTIONS(4513), - [anon_sym_EQ] = ACTIONS(7473), - [anon_sym_QMARK] = ACTIONS(7476), - [anon_sym_STAR_EQ] = ACTIONS(7479), - [anon_sym_SLASH_EQ] = ACTIONS(7479), - [anon_sym_PERCENT_EQ] = ACTIONS(7479), - [anon_sym_PLUS_EQ] = ACTIONS(7479), - [anon_sym_DASH_EQ] = ACTIONS(7479), - [anon_sym_LT_LT_EQ] = ACTIONS(7479), - [anon_sym_GT_GT_EQ] = ACTIONS(7479), - [anon_sym_AMP_EQ] = ACTIONS(7479), - [anon_sym_CARET_EQ] = ACTIONS(7479), - [anon_sym_PIPE_EQ] = ACTIONS(7479), - [anon_sym_AMP] = ACTIONS(7482), - [anon_sym_PIPE_PIPE] = ACTIONS(7485), - [anon_sym_AMP_AMP] = ACTIONS(7485), - [anon_sym_PIPE] = ACTIONS(7482), - [anon_sym_CARET] = ACTIONS(7482), - [anon_sym_EQ_EQ] = ACTIONS(7488), - [anon_sym_BANG_EQ] = ACTIONS(7488), - [anon_sym_LT] = ACTIONS(7491), - [anon_sym_GT] = ACTIONS(7491), - [anon_sym_LT_EQ] = ACTIONS(7494), - [anon_sym_GT_EQ] = ACTIONS(7494), - [anon_sym_LT_LT] = ACTIONS(7497), - [anon_sym_GT_GT] = ACTIONS(7497), - [anon_sym_PLUS] = ACTIONS(7470), - [anon_sym_DASH] = ACTIONS(7470), - [anon_sym_SLASH] = ACTIONS(7470), - [anon_sym_PERCENT] = ACTIONS(7470), - [anon_sym_DASH_DASH] = ACTIONS(4543), - [anon_sym_PLUS_PLUS] = ACTIONS(4543), - [anon_sym_DOT] = ACTIONS(4546), - [anon_sym_DASH_GT] = ACTIONS(4546), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(2125), + [anon_sym_RPAREN] = ACTIONS(2743), + [sym_comment] = ACTIONS(42), }, [1393] = { - [sym__expression] = STATE(1392), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_initializer_list] = STATE(560), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(7500), - [anon_sym_COMMA] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(599), - [anon_sym_RBRACE] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(7503), - [anon_sym_LBRACK] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1806), - [anon_sym_QMARK] = ACTIONS(1802), - [anon_sym_STAR_EQ] = ACTIONS(1802), - [anon_sym_SLASH_EQ] = ACTIONS(1802), - [anon_sym_PERCENT_EQ] = ACTIONS(1802), - [anon_sym_PLUS_EQ] = ACTIONS(1802), - [anon_sym_DASH_EQ] = ACTIONS(1802), - [anon_sym_LT_LT_EQ] = ACTIONS(1802), - [anon_sym_GT_GT_EQ] = ACTIONS(1802), - [anon_sym_AMP_EQ] = ACTIONS(1802), - [anon_sym_CARET_EQ] = ACTIONS(1802), - [anon_sym_PIPE_EQ] = ACTIONS(1802), - [anon_sym_AMP] = ACTIONS(7503), - [anon_sym_PIPE_PIPE] = ACTIONS(1802), - [anon_sym_AMP_AMP] = ACTIONS(1802), - [anon_sym_BANG] = ACTIONS(7506), - [anon_sym_PIPE] = ACTIONS(1806), - [anon_sym_CARET] = ACTIONS(1806), - [anon_sym_TILDE] = ACTIONS(2848), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_LT] = ACTIONS(1806), - [anon_sym_GT] = ACTIONS(1806), - [anon_sym_LT_EQ] = ACTIONS(1802), - [anon_sym_GT_EQ] = ACTIONS(1802), - [anon_sym_LT_LT] = ACTIONS(1806), - [anon_sym_GT_GT] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(7508), - [anon_sym_DASH] = ACTIONS(7508), - [anon_sym_SLASH] = ACTIONS(1806), - [anon_sym_PERCENT] = ACTIONS(1806), - [anon_sym_DASH_DASH] = ACTIONS(7511), - [anon_sym_PLUS_PLUS] = ACTIONS(7511), - [anon_sym_sizeof] = ACTIONS(2854), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_DASH_GT] = ACTIONS(1802), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2275), + [anon_sym_LPAREN] = ACTIONS(2277), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2275), + [sym_preproc_directive] = ACTIONS(2279), + [anon_sym_SEMI] = ACTIONS(2277), + [anon_sym_extern] = ACTIONS(2275), + [anon_sym_LBRACE] = ACTIONS(2277), + [anon_sym_STAR] = ACTIONS(2277), + [anon_sym_typedef] = ACTIONS(2275), + [anon_sym_static] = ACTIONS(2275), + [anon_sym_auto] = ACTIONS(2275), + [anon_sym_register] = ACTIONS(2275), + [anon_sym_const] = ACTIONS(2275), + [anon_sym_restrict] = ACTIONS(2275), + [anon_sym_volatile] = ACTIONS(2275), + [sym_function_specifier] = ACTIONS(2275), + [anon_sym_unsigned] = ACTIONS(2275), + [anon_sym_long] = ACTIONS(2275), + [anon_sym_short] = ACTIONS(2275), + [anon_sym_enum] = ACTIONS(2275), + [anon_sym_struct] = ACTIONS(2275), + [anon_sym_union] = ACTIONS(2275), + [anon_sym_if] = ACTIONS(2275), + [anon_sym_else] = ACTIONS(2745), + [anon_sym_switch] = ACTIONS(2275), + [anon_sym_case] = ACTIONS(2275), + [anon_sym_default] = ACTIONS(2275), + [anon_sym_while] = ACTIONS(2275), + [anon_sym_do] = ACTIONS(2275), + [anon_sym_for] = ACTIONS(2275), + [anon_sym_return] = ACTIONS(2275), + [anon_sym_break] = ACTIONS(2275), + [anon_sym_continue] = ACTIONS(2275), + [anon_sym_goto] = ACTIONS(2275), + [anon_sym_AMP] = ACTIONS(2277), + [anon_sym_BANG] = ACTIONS(2277), + [anon_sym_TILDE] = ACTIONS(2277), + [anon_sym_PLUS] = ACTIONS(2275), + [anon_sym_DASH] = ACTIONS(2275), + [anon_sym_DASH_DASH] = ACTIONS(2277), + [anon_sym_PLUS_PLUS] = ACTIONS(2277), + [anon_sym_sizeof] = ACTIONS(2275), + [sym_number_literal] = ACTIONS(2275), + [sym_char_literal] = ACTIONS(2275), + [sym_string_literal] = ACTIONS(2277), + [sym_identifier] = ACTIONS(2279), + [sym_comment] = ACTIONS(42), }, [1394] = { - [sym__expression] = STATE(1409), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(2838), - [anon_sym_STAR] = ACTIONS(2844), - [anon_sym_AMP] = ACTIONS(2844), - [anon_sym_BANG] = ACTIONS(2846), - [anon_sym_TILDE] = ACTIONS(2848), - [anon_sym_PLUS] = ACTIONS(2850), - [anon_sym_DASH] = ACTIONS(2850), - [anon_sym_DASH_DASH] = ACTIONS(2852), - [anon_sym_PLUS_PLUS] = ACTIONS(2852), - [anon_sym_sizeof] = ACTIONS(2854), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2287), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2287), + [anon_sym_LPAREN] = ACTIONS(2289), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2287), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2287), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2287), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2287), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2287), + [sym_preproc_directive] = ACTIONS(2291), + [anon_sym_SEMI] = ACTIONS(2289), + [anon_sym_extern] = ACTIONS(2287), + [anon_sym_LBRACE] = ACTIONS(2289), + [anon_sym_STAR] = ACTIONS(2289), + [anon_sym_typedef] = ACTIONS(2287), + [anon_sym_static] = ACTIONS(2287), + [anon_sym_auto] = ACTIONS(2287), + [anon_sym_register] = ACTIONS(2287), + [anon_sym_const] = ACTIONS(2287), + [anon_sym_restrict] = ACTIONS(2287), + [anon_sym_volatile] = ACTIONS(2287), + [sym_function_specifier] = ACTIONS(2287), + [anon_sym_unsigned] = ACTIONS(2287), + [anon_sym_long] = ACTIONS(2287), + [anon_sym_short] = ACTIONS(2287), + [anon_sym_enum] = ACTIONS(2287), + [anon_sym_struct] = ACTIONS(2287), + [anon_sym_union] = ACTIONS(2287), + [anon_sym_if] = ACTIONS(2287), + [anon_sym_else] = ACTIONS(2287), + [anon_sym_switch] = ACTIONS(2287), + [anon_sym_case] = ACTIONS(2287), + [anon_sym_default] = ACTIONS(2287), + [anon_sym_while] = ACTIONS(2287), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2287), + [anon_sym_return] = ACTIONS(2287), + [anon_sym_break] = ACTIONS(2287), + [anon_sym_continue] = ACTIONS(2287), + [anon_sym_goto] = ACTIONS(2287), + [anon_sym_AMP] = ACTIONS(2289), + [anon_sym_BANG] = ACTIONS(2289), + [anon_sym_TILDE] = ACTIONS(2289), + [anon_sym_PLUS] = ACTIONS(2287), + [anon_sym_DASH] = ACTIONS(2287), + [anon_sym_DASH_DASH] = ACTIONS(2289), + [anon_sym_PLUS_PLUS] = ACTIONS(2289), + [anon_sym_sizeof] = ACTIONS(2287), + [sym_number_literal] = ACTIONS(2287), + [sym_char_literal] = ACTIONS(2287), + [sym_string_literal] = ACTIONS(2289), + [sym_identifier] = ACTIONS(2291), + [sym_comment] = ACTIONS(42), }, [1395] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1908), - [anon_sym_LPAREN] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1908), - [sym_preproc_directive] = ACTIONS(1912), - [anon_sym_SEMI] = ACTIONS(1910), - [anon_sym_extern] = ACTIONS(1908), - [anon_sym_LBRACE] = ACTIONS(1910), - [anon_sym_RBRACE] = ACTIONS(1910), - [anon_sym_STAR] = ACTIONS(1910), - [anon_sym_typedef] = ACTIONS(1908), - [anon_sym_static] = ACTIONS(1908), - [anon_sym_auto] = ACTIONS(1908), - [anon_sym_register] = ACTIONS(1908), - [anon_sym_const] = ACTIONS(1908), - [anon_sym_restrict] = ACTIONS(1908), - [anon_sym_volatile] = ACTIONS(1908), - [sym_function_specifier] = ACTIONS(1908), - [anon_sym_unsigned] = ACTIONS(1908), - [anon_sym_long] = ACTIONS(1908), - [anon_sym_short] = ACTIONS(1908), - [anon_sym_enum] = ACTIONS(1908), - [anon_sym_struct] = ACTIONS(1908), - [anon_sym_union] = ACTIONS(1908), - [anon_sym_if] = ACTIONS(1908), - [anon_sym_else] = ACTIONS(7514), - [anon_sym_switch] = ACTIONS(1908), - [anon_sym_case] = ACTIONS(1908), - [anon_sym_default] = ACTIONS(1908), - [anon_sym_while] = ACTIONS(1908), - [anon_sym_do] = ACTIONS(1908), - [anon_sym_for] = ACTIONS(1908), - [anon_sym_return] = ACTIONS(1908), - [anon_sym_break] = ACTIONS(1908), - [anon_sym_continue] = ACTIONS(1908), - [anon_sym_goto] = ACTIONS(1908), - [anon_sym_AMP] = ACTIONS(1910), - [anon_sym_BANG] = ACTIONS(1910), - [anon_sym_TILDE] = ACTIONS(1910), - [anon_sym_PLUS] = ACTIONS(1908), - [anon_sym_DASH] = ACTIONS(1908), - [anon_sym_DASH_DASH] = ACTIONS(1910), - [anon_sym_PLUS_PLUS] = ACTIONS(1910), - [anon_sym_sizeof] = ACTIONS(1908), - [sym_number_literal] = ACTIONS(1908), - [sym_char_literal] = ACTIONS(1908), - [sym_string_literal] = ACTIONS(1910), - [sym_identifier] = ACTIONS(1912), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(466), + [anon_sym_LPAREN] = ACTIONS(464), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(466), + [sym_preproc_directive] = ACTIONS(468), + [anon_sym_SEMI] = ACTIONS(464), + [anon_sym_extern] = ACTIONS(466), + [anon_sym_LBRACE] = ACTIONS(464), + [anon_sym_STAR] = ACTIONS(464), + [anon_sym_typedef] = ACTIONS(466), + [anon_sym_static] = ACTIONS(466), + [anon_sym_auto] = ACTIONS(466), + [anon_sym_register] = ACTIONS(466), + [anon_sym_const] = ACTIONS(466), + [anon_sym_restrict] = ACTIONS(466), + [anon_sym_volatile] = ACTIONS(466), + [sym_function_specifier] = ACTIONS(466), + [anon_sym_unsigned] = ACTIONS(466), + [anon_sym_long] = ACTIONS(466), + [anon_sym_short] = ACTIONS(466), + [anon_sym_enum] = ACTIONS(466), + [anon_sym_struct] = ACTIONS(466), + [anon_sym_union] = ACTIONS(466), + [anon_sym_if] = ACTIONS(466), + [anon_sym_else] = ACTIONS(466), + [anon_sym_switch] = ACTIONS(466), + [anon_sym_case] = ACTIONS(466), + [anon_sym_default] = ACTIONS(466), + [anon_sym_while] = ACTIONS(466), + [anon_sym_do] = ACTIONS(466), + [anon_sym_for] = ACTIONS(466), + [anon_sym_return] = ACTIONS(466), + [anon_sym_break] = ACTIONS(466), + [anon_sym_continue] = ACTIONS(466), + [anon_sym_goto] = ACTIONS(466), + [anon_sym_AMP] = ACTIONS(464), + [anon_sym_BANG] = ACTIONS(464), + [anon_sym_TILDE] = ACTIONS(464), + [anon_sym_PLUS] = ACTIONS(466), + [anon_sym_DASH] = ACTIONS(466), + [anon_sym_DASH_DASH] = ACTIONS(464), + [anon_sym_PLUS_PLUS] = ACTIONS(464), + [anon_sym_sizeof] = ACTIONS(466), + [sym_number_literal] = ACTIONS(466), + [sym_char_literal] = ACTIONS(466), + [sym_string_literal] = ACTIONS(464), + [sym_identifier] = ACTIONS(468), + [sym_comment] = ACTIONS(42), }, [1396] = { - [sym_compound_statement] = STATE(842), - [sym_labeled_statement] = STATE(842), - [sym_expression_statement] = STATE(842), - [sym_if_statement] = STATE(842), - [sym_switch_statement] = STATE(842), - [sym_case_statement] = STATE(842), - [sym_while_statement] = STATE(842), - [sym_do_statement] = STATE(842), - [sym_for_statement] = STATE(842), - [sym_return_statement] = STATE(842), - [sym_break_statement] = STATE(842), - [sym_continue_statement] = STATE(842), - [sym_goto_statement] = STATE(842), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(3064), - [anon_sym_switch] = ACTIONS(3066), - [anon_sym_case] = ACTIONS(3068), - [anon_sym_default] = ACTIONS(3070), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(3074), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(3080), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(568), + [anon_sym_SEMI] = ACTIONS(2747), + [sym_comment] = ACTIONS(42), }, [1397] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(7517), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2297), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2297), + [anon_sym_LPAREN] = ACTIONS(2299), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2297), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2297), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2297), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2297), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2297), + [sym_preproc_directive] = ACTIONS(2301), + [anon_sym_SEMI] = ACTIONS(2299), + [anon_sym_extern] = ACTIONS(2297), + [anon_sym_LBRACE] = ACTIONS(2299), + [anon_sym_STAR] = ACTIONS(2299), + [anon_sym_typedef] = ACTIONS(2297), + [anon_sym_static] = ACTIONS(2297), + [anon_sym_auto] = ACTIONS(2297), + [anon_sym_register] = ACTIONS(2297), + [anon_sym_const] = ACTIONS(2297), + [anon_sym_restrict] = ACTIONS(2297), + [anon_sym_volatile] = ACTIONS(2297), + [sym_function_specifier] = ACTIONS(2297), + [anon_sym_unsigned] = ACTIONS(2297), + [anon_sym_long] = ACTIONS(2297), + [anon_sym_short] = ACTIONS(2297), + [anon_sym_enum] = ACTIONS(2297), + [anon_sym_struct] = ACTIONS(2297), + [anon_sym_union] = ACTIONS(2297), + [anon_sym_if] = ACTIONS(2297), + [anon_sym_else] = ACTIONS(2297), + [anon_sym_switch] = ACTIONS(2297), + [anon_sym_case] = ACTIONS(2297), + [anon_sym_default] = ACTIONS(2297), + [anon_sym_while] = ACTIONS(2297), + [anon_sym_do] = ACTIONS(2297), + [anon_sym_for] = ACTIONS(2297), + [anon_sym_return] = ACTIONS(2297), + [anon_sym_break] = ACTIONS(2297), + [anon_sym_continue] = ACTIONS(2297), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(2299), + [anon_sym_BANG] = ACTIONS(2299), + [anon_sym_TILDE] = ACTIONS(2299), + [anon_sym_PLUS] = ACTIONS(2297), + [anon_sym_DASH] = ACTIONS(2297), + [anon_sym_DASH_DASH] = ACTIONS(2299), + [anon_sym_PLUS_PLUS] = ACTIONS(2299), + [anon_sym_sizeof] = ACTIONS(2297), + [sym_number_literal] = ACTIONS(2297), + [sym_char_literal] = ACTIONS(2297), + [sym_string_literal] = ACTIONS(2299), + [sym_identifier] = ACTIONS(2301), + [sym_comment] = ACTIONS(42), }, [1398] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(7519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(7519), - [anon_sym_LPAREN] = ACTIONS(7522), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(7519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(7519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(7519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(7519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(7519), - [sym_preproc_directive] = ACTIONS(7525), - [anon_sym_SEMI] = ACTIONS(7522), - [anon_sym_extern] = ACTIONS(7519), - [anon_sym_LBRACE] = ACTIONS(7522), - [anon_sym_RBRACE] = ACTIONS(7522), - [anon_sym_STAR] = ACTIONS(7522), - [anon_sym_typedef] = ACTIONS(7519), - [anon_sym_static] = ACTIONS(7519), - [anon_sym_auto] = ACTIONS(7519), - [anon_sym_register] = ACTIONS(7519), - [anon_sym_const] = ACTIONS(7519), - [anon_sym_restrict] = ACTIONS(7519), - [anon_sym_volatile] = ACTIONS(7519), - [sym_function_specifier] = ACTIONS(7519), - [anon_sym_unsigned] = ACTIONS(7519), - [anon_sym_long] = ACTIONS(7519), - [anon_sym_short] = ACTIONS(7519), - [anon_sym_enum] = ACTIONS(7519), - [anon_sym_struct] = ACTIONS(7519), - [anon_sym_union] = ACTIONS(7519), - [anon_sym_if] = ACTIONS(7519), - [anon_sym_else] = ACTIONS(7519), - [anon_sym_switch] = ACTIONS(7519), - [anon_sym_case] = ACTIONS(7519), - [anon_sym_default] = ACTIONS(7519), - [anon_sym_while] = ACTIONS(7519), - [anon_sym_do] = ACTIONS(7519), - [anon_sym_for] = ACTIONS(7519), - [anon_sym_return] = ACTIONS(7519), - [anon_sym_break] = ACTIONS(7519), - [anon_sym_continue] = ACTIONS(7519), - [anon_sym_goto] = ACTIONS(7519), - [anon_sym_AMP] = ACTIONS(7522), - [anon_sym_BANG] = ACTIONS(7522), - [anon_sym_TILDE] = ACTIONS(7522), - [anon_sym_PLUS] = ACTIONS(7519), - [anon_sym_DASH] = ACTIONS(7519), - [anon_sym_DASH_DASH] = ACTIONS(7522), - [anon_sym_PLUS_PLUS] = ACTIONS(7522), - [anon_sym_sizeof] = ACTIONS(7519), - [sym_number_literal] = ACTIONS(7519), - [sym_char_literal] = ACTIONS(7519), - [sym_string_literal] = ACTIONS(7522), - [sym_identifier] = ACTIONS(7525), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(2749), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1399] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(1411), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(7517), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1430), + [sym_labeled_statement] = STATE(1430), + [sym_expression_statement] = STATE(1430), + [sym_if_statement] = STATE(1430), + [sym_switch_statement] = STATE(1430), + [sym_case_statement] = STATE(1430), + [sym_while_statement] = STATE(1430), + [sym_do_statement] = STATE(1430), + [sym_for_statement] = STATE(1430), + [sym_return_statement] = STATE(1430), + [sym_break_statement] = STATE(1430), + [sym_continue_statement] = STATE(1430), + [sym_goto_statement] = STATE(1430), + [sym__expression] = STATE(1155), + [sym_comma_expression] = STATE(1156), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2381), + [anon_sym_LBRACE] = ACTIONS(2383), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2385), + [anon_sym_switch] = ACTIONS(2387), + [anon_sym_case] = ACTIONS(2389), + [anon_sym_default] = ACTIONS(2391), + [anon_sym_while] = ACTIONS(2393), + [anon_sym_do] = ACTIONS(2395), + [anon_sym_for] = ACTIONS(2397), + [anon_sym_return] = ACTIONS(2399), + [anon_sym_break] = ACTIONS(2401), + [anon_sym_continue] = ACTIONS(2403), + [anon_sym_goto] = ACTIONS(2405), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2407), + [sym_comment] = ACTIONS(42), }, [1400] = { - [sym_compound_statement] = STATE(1412), - [sym_labeled_statement] = STATE(1412), - [sym_expression_statement] = STATE(1412), - [sym_if_statement] = STATE(1412), - [sym_switch_statement] = STATE(1412), - [sym_case_statement] = STATE(1412), - [sym_while_statement] = STATE(1412), - [sym_do_statement] = STATE(1412), - [sym_for_statement] = STATE(1412), - [sym_return_statement] = STATE(1412), - [sym_break_statement] = STATE(1412), - [sym_continue_statement] = STATE(1412), - [sym_goto_statement] = STATE(1412), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(3064), - [anon_sym_switch] = ACTIONS(3066), - [anon_sym_case] = ACTIONS(3068), - [anon_sym_default] = ACTIONS(3070), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(3074), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(3080), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [aux_sym_for_statement_repeat1] = STATE(1432), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1817), + [anon_sym_RPAREN] = ACTIONS(2751), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1401] = { - [sym_compound_statement] = STATE(1413), - [sym_labeled_statement] = STATE(1413), - [sym_expression_statement] = STATE(1413), - [sym_if_statement] = STATE(1413), - [sym_switch_statement] = STATE(1413), - [sym_case_statement] = STATE(1413), - [sym_while_statement] = STATE(1413), - [sym_do_statement] = STATE(1413), - [sym_for_statement] = STATE(1413), - [sym_return_statement] = STATE(1413), - [sym_break_statement] = STATE(1413), - [sym_continue_statement] = STATE(1413), - [sym_goto_statement] = STATE(1413), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(3064), - [anon_sym_switch] = ACTIONS(3066), - [anon_sym_case] = ACTIONS(3068), - [anon_sym_default] = ACTIONS(3070), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(3074), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(3080), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1433), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_RPAREN] = ACTIONS(2751), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1402] = { - [sym_compound_statement] = STATE(689), - [sym_labeled_statement] = STATE(689), - [sym_expression_statement] = STATE(689), - [sym_if_statement] = STATE(689), - [sym_switch_statement] = STATE(689), - [sym_case_statement] = STATE(689), - [sym_while_statement] = STATE(689), - [sym_do_statement] = STATE(689), - [sym_for_statement] = STATE(689), - [sym_return_statement] = STATE(689), - [sym_break_statement] = STATE(689), - [sym_continue_statement] = STATE(689), - [sym_goto_statement] = STATE(689), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(4224), - [anon_sym_switch] = ACTIONS(4226), - [anon_sym_case] = ACTIONS(4228), - [anon_sym_default] = ACTIONS(4230), - [anon_sym_while] = ACTIONS(4232), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(4234), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(6577), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2753), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1403] = { - [sym_compound_statement] = STATE(692), - [sym_labeled_statement] = STATE(692), - [sym_expression_statement] = STATE(692), - [sym_if_statement] = STATE(692), - [sym_switch_statement] = STATE(692), - [sym_case_statement] = STATE(692), - [sym_while_statement] = STATE(692), - [sym_do_statement] = STATE(692), - [sym_for_statement] = STATE(692), - [sym_return_statement] = STATE(692), - [sym_break_statement] = STATE(692), - [sym_continue_statement] = STATE(692), - [sym_goto_statement] = STATE(692), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(4224), - [anon_sym_switch] = ACTIONS(4226), - [anon_sym_case] = ACTIONS(4228), - [anon_sym_default] = ACTIONS(4230), - [anon_sym_while] = ACTIONS(4232), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(4234), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(6577), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2695), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(2697), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2695), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2695), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2695), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2695), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2695), + [sym_preproc_directive] = ACTIONS(2699), + [anon_sym_SEMI] = ACTIONS(2697), + [anon_sym_extern] = ACTIONS(2695), + [anon_sym_LBRACE] = ACTIONS(2697), + [anon_sym_STAR] = ACTIONS(2697), + [anon_sym_typedef] = ACTIONS(2695), + [anon_sym_static] = ACTIONS(2695), + [anon_sym_auto] = ACTIONS(2695), + [anon_sym_register] = ACTIONS(2695), + [anon_sym_const] = ACTIONS(2695), + [anon_sym_restrict] = ACTIONS(2695), + [anon_sym_volatile] = ACTIONS(2695), + [sym_function_specifier] = ACTIONS(2695), + [anon_sym_unsigned] = ACTIONS(2695), + [anon_sym_long] = ACTIONS(2695), + [anon_sym_short] = ACTIONS(2695), + [anon_sym_enum] = ACTIONS(2695), + [anon_sym_struct] = ACTIONS(2695), + [anon_sym_union] = ACTIONS(2695), + [anon_sym_if] = ACTIONS(2695), + [anon_sym_switch] = ACTIONS(2695), + [anon_sym_case] = ACTIONS(2695), + [anon_sym_default] = ACTIONS(2695), + [anon_sym_while] = ACTIONS(2695), + [anon_sym_do] = ACTIONS(2695), + [anon_sym_for] = ACTIONS(2695), + [anon_sym_return] = ACTIONS(2695), + [anon_sym_break] = ACTIONS(2695), + [anon_sym_continue] = ACTIONS(2695), + [anon_sym_goto] = ACTIONS(2695), + [anon_sym_AMP] = ACTIONS(2697), + [anon_sym_BANG] = ACTIONS(2697), + [anon_sym_TILDE] = ACTIONS(2697), + [anon_sym_PLUS] = ACTIONS(2695), + [anon_sym_DASH] = ACTIONS(2695), + [anon_sym_DASH_DASH] = ACTIONS(2697), + [anon_sym_PLUS_PLUS] = ACTIONS(2697), + [anon_sym_sizeof] = ACTIONS(2695), + [sym_number_literal] = ACTIONS(2695), + [sym_char_literal] = ACTIONS(2695), + [sym_string_literal] = ACTIONS(2697), + [sym_identifier] = ACTIONS(2699), + [sym_comment] = ACTIONS(42), }, [1404] = { - [sym__expression] = STATE(1415), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(7528), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1435), + [sym_labeled_statement] = STATE(1435), + [sym_expression_statement] = STATE(1435), + [sym_if_statement] = STATE(1435), + [sym_switch_statement] = STATE(1435), + [sym_case_statement] = STATE(1435), + [sym_while_statement] = STATE(1435), + [sym_do_statement] = STATE(1435), + [sym_for_statement] = STATE(1435), + [sym_return_statement] = STATE(1435), + [sym_break_statement] = STATE(1435), + [sym_continue_statement] = STATE(1435), + [sym_goto_statement] = STATE(1435), + [sym__expression] = STATE(575), + [sym_comma_expression] = STATE(576), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(1283), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1289), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1293), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1301), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1305), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2011), + [sym_comment] = ACTIONS(42), }, [1405] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(7530), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2553), + [anon_sym_LPAREN] = ACTIONS(2555), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2553), + [sym_preproc_directive] = ACTIONS(2557), + [anon_sym_SEMI] = ACTIONS(2555), + [anon_sym_extern] = ACTIONS(2553), + [anon_sym_LBRACE] = ACTIONS(2555), + [anon_sym_RBRACE] = ACTIONS(2555), + [anon_sym_STAR] = ACTIONS(2555), + [anon_sym_typedef] = ACTIONS(2553), + [anon_sym_static] = ACTIONS(2553), + [anon_sym_auto] = ACTIONS(2553), + [anon_sym_register] = ACTIONS(2553), + [anon_sym_const] = ACTIONS(2553), + [anon_sym_restrict] = ACTIONS(2553), + [anon_sym_volatile] = ACTIONS(2553), + [sym_function_specifier] = ACTIONS(2553), + [anon_sym_unsigned] = ACTIONS(2553), + [anon_sym_long] = ACTIONS(2553), + [anon_sym_short] = ACTIONS(2553), + [anon_sym_enum] = ACTIONS(2553), + [anon_sym_struct] = ACTIONS(2553), + [anon_sym_union] = ACTIONS(2553), + [anon_sym_if] = ACTIONS(2553), + [anon_sym_else] = ACTIONS(2553), + [anon_sym_switch] = ACTIONS(2553), + [anon_sym_case] = ACTIONS(2553), + [anon_sym_default] = ACTIONS(2553), + [anon_sym_while] = ACTIONS(2553), + [anon_sym_do] = ACTIONS(2553), + [anon_sym_for] = ACTIONS(2553), + [anon_sym_return] = ACTIONS(2553), + [anon_sym_break] = ACTIONS(2553), + [anon_sym_continue] = ACTIONS(2553), + [anon_sym_goto] = ACTIONS(2553), + [anon_sym_AMP] = ACTIONS(2555), + [anon_sym_BANG] = ACTIONS(2555), + [anon_sym_TILDE] = ACTIONS(2555), + [anon_sym_PLUS] = ACTIONS(2553), + [anon_sym_DASH] = ACTIONS(2553), + [anon_sym_DASH_DASH] = ACTIONS(2555), + [anon_sym_PLUS_PLUS] = ACTIONS(2555), + [anon_sym_sizeof] = ACTIONS(2553), + [sym_number_literal] = ACTIONS(2553), + [sym_char_literal] = ACTIONS(2553), + [sym_string_literal] = ACTIONS(2555), + [sym_identifier] = ACTIONS(2557), + [sym_comment] = ACTIONS(42), }, [1406] = { - [sym__expression] = STATE(1417), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(703), - [anon_sym_SEMI] = ACTIONS(7530), - [anon_sym_STAR] = ACTIONS(705), - [anon_sym_AMP] = ACTIONS(705), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_TILDE] = ACTIONS(709), - [anon_sym_PLUS] = ACTIONS(711), - [anon_sym_DASH] = ACTIONS(711), - [anon_sym_DASH_DASH] = ACTIONS(713), - [anon_sym_PLUS_PLUS] = ACTIONS(713), - [anon_sym_sizeof] = ACTIONS(715), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2567), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2567), + [anon_sym_LPAREN] = ACTIONS(2569), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2567), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2567), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2567), + [sym_preproc_directive] = ACTIONS(2571), + [anon_sym_SEMI] = ACTIONS(2569), + [anon_sym_extern] = ACTIONS(2567), + [anon_sym_LBRACE] = ACTIONS(2569), + [anon_sym_RBRACE] = ACTIONS(2569), + [anon_sym_STAR] = ACTIONS(2569), + [anon_sym_typedef] = ACTIONS(2567), + [anon_sym_static] = ACTIONS(2567), + [anon_sym_auto] = ACTIONS(2567), + [anon_sym_register] = ACTIONS(2567), + [anon_sym_const] = ACTIONS(2567), + [anon_sym_restrict] = ACTIONS(2567), + [anon_sym_volatile] = ACTIONS(2567), + [sym_function_specifier] = ACTIONS(2567), + [anon_sym_unsigned] = ACTIONS(2567), + [anon_sym_long] = ACTIONS(2567), + [anon_sym_short] = ACTIONS(2567), + [anon_sym_enum] = ACTIONS(2567), + [anon_sym_struct] = ACTIONS(2567), + [anon_sym_union] = ACTIONS(2567), + [anon_sym_if] = ACTIONS(2567), + [anon_sym_else] = ACTIONS(2567), + [anon_sym_switch] = ACTIONS(2567), + [anon_sym_case] = ACTIONS(2567), + [anon_sym_default] = ACTIONS(2567), + [anon_sym_while] = ACTIONS(2567), + [anon_sym_do] = ACTIONS(2567), + [anon_sym_for] = ACTIONS(2567), + [anon_sym_return] = ACTIONS(2567), + [anon_sym_break] = ACTIONS(2567), + [anon_sym_continue] = ACTIONS(2567), + [anon_sym_goto] = ACTIONS(2567), + [anon_sym_AMP] = ACTIONS(2569), + [anon_sym_BANG] = ACTIONS(2569), + [anon_sym_TILDE] = ACTIONS(2569), + [anon_sym_PLUS] = ACTIONS(2567), + [anon_sym_DASH] = ACTIONS(2567), + [anon_sym_DASH_DASH] = ACTIONS(2569), + [anon_sym_PLUS_PLUS] = ACTIONS(2569), + [anon_sym_sizeof] = ACTIONS(2567), + [sym_number_literal] = ACTIONS(2567), + [sym_char_literal] = ACTIONS(2567), + [sym_string_literal] = ACTIONS(2569), + [sym_identifier] = ACTIONS(2571), + [sym_comment] = ACTIONS(42), }, [1407] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(4818), - [anon_sym_COMMA] = ACTIONS(1964), - [anon_sym_RPAREN] = ACTIONS(1964), - [anon_sym_SEMI] = ACTIONS(1964), - [anon_sym_STAR] = ACTIONS(7532), - [anon_sym_LBRACK] = ACTIONS(4830), - [anon_sym_EQ] = ACTIONS(7535), - [anon_sym_QMARK] = ACTIONS(7538), - [anon_sym_STAR_EQ] = ACTIONS(7541), - [anon_sym_SLASH_EQ] = ACTIONS(7541), - [anon_sym_PERCENT_EQ] = ACTIONS(7541), - [anon_sym_PLUS_EQ] = ACTIONS(7541), - [anon_sym_DASH_EQ] = ACTIONS(7541), - [anon_sym_LT_LT_EQ] = ACTIONS(7541), - [anon_sym_GT_GT_EQ] = ACTIONS(7541), - [anon_sym_AMP_EQ] = ACTIONS(7541), - [anon_sym_CARET_EQ] = ACTIONS(7541), - [anon_sym_PIPE_EQ] = ACTIONS(7541), - [anon_sym_AMP] = ACTIONS(7544), - [anon_sym_PIPE_PIPE] = ACTIONS(7547), - [anon_sym_AMP_AMP] = ACTIONS(7547), - [anon_sym_PIPE] = ACTIONS(7544), - [anon_sym_CARET] = ACTIONS(7544), - [anon_sym_EQ_EQ] = ACTIONS(7550), - [anon_sym_BANG_EQ] = ACTIONS(7550), - [anon_sym_LT] = ACTIONS(7553), - [anon_sym_GT] = ACTIONS(7553), - [anon_sym_LT_EQ] = ACTIONS(7556), - [anon_sym_GT_EQ] = ACTIONS(7556), - [anon_sym_LT_LT] = ACTIONS(7559), - [anon_sym_GT_GT] = ACTIONS(7559), - [anon_sym_PLUS] = ACTIONS(7532), - [anon_sym_DASH] = ACTIONS(7532), - [anon_sym_SLASH] = ACTIONS(7532), - [anon_sym_PERCENT] = ACTIONS(7532), - [anon_sym_DASH_DASH] = ACTIONS(4860), - [anon_sym_PLUS_PLUS] = ACTIONS(4860), - [anon_sym_DOT] = ACTIONS(4863), - [anon_sym_DASH_GT] = ACTIONS(4863), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1436), + [sym_labeled_statement] = STATE(1436), + [sym_expression_statement] = STATE(1436), + [sym_if_statement] = STATE(1436), + [sym_switch_statement] = STATE(1436), + [sym_case_statement] = STATE(1436), + [sym_while_statement] = STATE(1436), + [sym_do_statement] = STATE(1436), + [sym_for_statement] = STATE(1436), + [sym_return_statement] = STATE(1436), + [sym_break_statement] = STATE(1436), + [sym_continue_statement] = STATE(1436), + [sym_goto_statement] = STATE(1436), + [sym__expression] = STATE(980), + [sym_comma_expression] = STATE(981), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2059), + [anon_sym_LBRACE] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2063), + [anon_sym_switch] = ACTIONS(2065), + [anon_sym_case] = ACTIONS(2067), + [anon_sym_default] = ACTIONS(2069), + [anon_sym_while] = ACTIONS(2071), + [anon_sym_do] = ACTIONS(2073), + [anon_sym_for] = ACTIONS(2075), + [anon_sym_return] = ACTIONS(2077), + [anon_sym_break] = ACTIONS(2079), + [anon_sym_continue] = ACTIONS(2081), + [anon_sym_goto] = ACTIONS(2083), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2085), + [sym_comment] = ACTIONS(42), }, [1408] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(4818), - [anon_sym_COMMA] = ACTIONS(1964), - [anon_sym_RPAREN] = ACTIONS(1964), - [anon_sym_SEMI] = ACTIONS(1964), - [anon_sym_RBRACE] = ACTIONS(1964), - [anon_sym_STAR] = ACTIONS(7562), - [anon_sym_LBRACK] = ACTIONS(4830), - [anon_sym_EQ] = ACTIONS(7565), - [anon_sym_QMARK] = ACTIONS(7568), - [anon_sym_STAR_EQ] = ACTIONS(7571), - [anon_sym_SLASH_EQ] = ACTIONS(7571), - [anon_sym_PERCENT_EQ] = ACTIONS(7571), - [anon_sym_PLUS_EQ] = ACTIONS(7571), - [anon_sym_DASH_EQ] = ACTIONS(7571), - [anon_sym_LT_LT_EQ] = ACTIONS(7571), - [anon_sym_GT_GT_EQ] = ACTIONS(7571), - [anon_sym_AMP_EQ] = ACTIONS(7571), - [anon_sym_CARET_EQ] = ACTIONS(7571), - [anon_sym_PIPE_EQ] = ACTIONS(7571), - [anon_sym_AMP] = ACTIONS(7574), - [anon_sym_PIPE_PIPE] = ACTIONS(7577), - [anon_sym_AMP_AMP] = ACTIONS(7577), - [anon_sym_PIPE] = ACTIONS(7574), - [anon_sym_CARET] = ACTIONS(7574), - [anon_sym_EQ_EQ] = ACTIONS(7580), - [anon_sym_BANG_EQ] = ACTIONS(7580), - [anon_sym_LT] = ACTIONS(7583), - [anon_sym_GT] = ACTIONS(7583), - [anon_sym_LT_EQ] = ACTIONS(7586), - [anon_sym_GT_EQ] = ACTIONS(7586), - [anon_sym_LT_LT] = ACTIONS(7589), - [anon_sym_GT_GT] = ACTIONS(7589), - [anon_sym_PLUS] = ACTIONS(7562), - [anon_sym_DASH] = ACTIONS(7562), - [anon_sym_SLASH] = ACTIONS(7562), - [anon_sym_PERCENT] = ACTIONS(7562), - [anon_sym_DASH_DASH] = ACTIONS(4860), - [anon_sym_PLUS_PLUS] = ACTIONS(4860), - [anon_sym_DOT] = ACTIONS(4863), - [anon_sym_DASH_GT] = ACTIONS(4863), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(2125), + [anon_sym_RPAREN] = ACTIONS(2755), + [sym_comment] = ACTIONS(42), }, [1409] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(4818), - [anon_sym_COMMA] = ACTIONS(1964), - [anon_sym_SEMI] = ACTIONS(1964), - [anon_sym_RBRACE] = ACTIONS(1964), - [anon_sym_STAR] = ACTIONS(7592), - [anon_sym_LBRACK] = ACTIONS(4830), - [anon_sym_EQ] = ACTIONS(7595), - [anon_sym_QMARK] = ACTIONS(7598), - [anon_sym_STAR_EQ] = ACTIONS(7601), - [anon_sym_SLASH_EQ] = ACTIONS(7601), - [anon_sym_PERCENT_EQ] = ACTIONS(7601), - [anon_sym_PLUS_EQ] = ACTIONS(7601), - [anon_sym_DASH_EQ] = ACTIONS(7601), - [anon_sym_LT_LT_EQ] = ACTIONS(7601), - [anon_sym_GT_GT_EQ] = ACTIONS(7601), - [anon_sym_AMP_EQ] = ACTIONS(7601), - [anon_sym_CARET_EQ] = ACTIONS(7601), - [anon_sym_PIPE_EQ] = ACTIONS(7601), - [anon_sym_AMP] = ACTIONS(7604), - [anon_sym_PIPE_PIPE] = ACTIONS(7607), - [anon_sym_AMP_AMP] = ACTIONS(7607), - [anon_sym_PIPE] = ACTIONS(7604), - [anon_sym_CARET] = ACTIONS(7604), - [anon_sym_EQ_EQ] = ACTIONS(7610), - [anon_sym_BANG_EQ] = ACTIONS(7610), - [anon_sym_LT] = ACTIONS(7613), - [anon_sym_GT] = ACTIONS(7613), - [anon_sym_LT_EQ] = ACTIONS(7616), - [anon_sym_GT_EQ] = ACTIONS(7616), - [anon_sym_LT_LT] = ACTIONS(7619), - [anon_sym_GT_GT] = ACTIONS(7619), - [anon_sym_PLUS] = ACTIONS(7592), - [anon_sym_DASH] = ACTIONS(7592), - [anon_sym_SLASH] = ACTIONS(7592), - [anon_sym_PERCENT] = ACTIONS(7592), - [anon_sym_DASH_DASH] = ACTIONS(4860), - [anon_sym_PLUS_PLUS] = ACTIONS(4860), - [anon_sym_DOT] = ACTIONS(4863), - [anon_sym_DASH_GT] = ACTIONS(4863), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [aux_sym_for_statement_repeat1] = STATE(1438), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1817), + [anon_sym_RPAREN] = ACTIONS(2755), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1410] = { - [sym_compound_statement] = STATE(880), - [sym_labeled_statement] = STATE(880), - [sym_expression_statement] = STATE(880), - [sym_if_statement] = STATE(880), - [sym_switch_statement] = STATE(880), - [sym_case_statement] = STATE(880), - [sym_while_statement] = STATE(880), - [sym_do_statement] = STATE(880), - [sym_for_statement] = STATE(880), - [sym_return_statement] = STATE(880), - [sym_break_statement] = STATE(880), - [sym_continue_statement] = STATE(880), - [sym_goto_statement] = STATE(880), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(3064), - [anon_sym_switch] = ACTIONS(3066), - [anon_sym_case] = ACTIONS(3068), - [anon_sym_default] = ACTIONS(3070), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(3074), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(3080), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1405), + [sym_labeled_statement] = STATE(1405), + [sym_expression_statement] = STATE(1405), + [sym_if_statement] = STATE(1405), + [sym_switch_statement] = STATE(1405), + [sym_case_statement] = STATE(1405), + [sym_while_statement] = STATE(1405), + [sym_do_statement] = STATE(1405), + [sym_for_statement] = STATE(1405), + [sym_return_statement] = STATE(1405), + [sym_break_statement] = STATE(1405), + [sym_continue_statement] = STATE(1405), + [sym_goto_statement] = STATE(1405), + [sym__expression] = STATE(980), + [sym_comma_expression] = STATE(981), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2059), + [anon_sym_LBRACE] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2303), + [anon_sym_switch] = ACTIONS(2305), + [anon_sym_case] = ACTIONS(2307), + [anon_sym_default] = ACTIONS(2309), + [anon_sym_while] = ACTIONS(2311), + [anon_sym_do] = ACTIONS(2073), + [anon_sym_for] = ACTIONS(2313), + [anon_sym_return] = ACTIONS(2077), + [anon_sym_break] = ACTIONS(2079), + [anon_sym_continue] = ACTIONS(2081), + [anon_sym_goto] = ACTIONS(2083), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2315), + [sym_comment] = ACTIONS(42), }, [1411] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(7622), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1406), + [sym_labeled_statement] = STATE(1406), + [sym_expression_statement] = STATE(1406), + [sym_if_statement] = STATE(1406), + [sym_switch_statement] = STATE(1406), + [sym_case_statement] = STATE(1406), + [sym_while_statement] = STATE(1406), + [sym_do_statement] = STATE(1406), + [sym_for_statement] = STATE(1406), + [sym_return_statement] = STATE(1406), + [sym_break_statement] = STATE(1406), + [sym_continue_statement] = STATE(1406), + [sym_goto_statement] = STATE(1406), + [sym__expression] = STATE(980), + [sym_comma_expression] = STATE(981), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2059), + [anon_sym_LBRACE] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2303), + [anon_sym_switch] = ACTIONS(2305), + [anon_sym_case] = ACTIONS(2307), + [anon_sym_default] = ACTIONS(2309), + [anon_sym_while] = ACTIONS(2311), + [anon_sym_do] = ACTIONS(2073), + [anon_sym_for] = ACTIONS(2313), + [anon_sym_return] = ACTIONS(2077), + [anon_sym_break] = ACTIONS(2079), + [anon_sym_continue] = ACTIONS(2081), + [anon_sym_goto] = ACTIONS(2083), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2315), + [sym_comment] = ACTIONS(42), }, [1412] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(7624), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(7624), - [anon_sym_LPAREN] = ACTIONS(7627), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(7624), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(7624), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(7624), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(7624), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(7624), - [sym_preproc_directive] = ACTIONS(7630), - [anon_sym_SEMI] = ACTIONS(7627), - [anon_sym_extern] = ACTIONS(7624), - [anon_sym_LBRACE] = ACTIONS(7627), - [anon_sym_RBRACE] = ACTIONS(7627), - [anon_sym_STAR] = ACTIONS(7627), - [anon_sym_typedef] = ACTIONS(7624), - [anon_sym_static] = ACTIONS(7624), - [anon_sym_auto] = ACTIONS(7624), - [anon_sym_register] = ACTIONS(7624), - [anon_sym_const] = ACTIONS(7624), - [anon_sym_restrict] = ACTIONS(7624), - [anon_sym_volatile] = ACTIONS(7624), - [sym_function_specifier] = ACTIONS(7624), - [anon_sym_unsigned] = ACTIONS(7624), - [anon_sym_long] = ACTIONS(7624), - [anon_sym_short] = ACTIONS(7624), - [anon_sym_enum] = ACTIONS(7624), - [anon_sym_struct] = ACTIONS(7624), - [anon_sym_union] = ACTIONS(7624), - [anon_sym_if] = ACTIONS(7624), - [anon_sym_else] = ACTIONS(7624), - [anon_sym_switch] = ACTIONS(7624), - [anon_sym_case] = ACTIONS(7624), - [anon_sym_default] = ACTIONS(7624), - [anon_sym_while] = ACTIONS(7624), - [anon_sym_do] = ACTIONS(7624), - [anon_sym_for] = ACTIONS(7624), - [anon_sym_return] = ACTIONS(7624), - [anon_sym_break] = ACTIONS(7624), - [anon_sym_continue] = ACTIONS(7624), - [anon_sym_goto] = ACTIONS(7624), - [anon_sym_AMP] = ACTIONS(7627), - [anon_sym_BANG] = ACTIONS(7627), - [anon_sym_TILDE] = ACTIONS(7627), - [anon_sym_PLUS] = ACTIONS(7624), - [anon_sym_DASH] = ACTIONS(7624), - [anon_sym_DASH_DASH] = ACTIONS(7627), - [anon_sym_PLUS_PLUS] = ACTIONS(7627), - [anon_sym_sizeof] = ACTIONS(7624), - [sym_number_literal] = ACTIONS(7624), - [sym_char_literal] = ACTIONS(7624), - [sym_string_literal] = ACTIONS(7627), - [sym_identifier] = ACTIONS(7630), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(2125), + [anon_sym_RPAREN] = ACTIONS(2757), + [sym_comment] = ACTIONS(42), }, [1413] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1908), - [anon_sym_LPAREN] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1908), - [sym_preproc_directive] = ACTIONS(1912), - [anon_sym_SEMI] = ACTIONS(1910), - [anon_sym_extern] = ACTIONS(1908), - [anon_sym_LBRACE] = ACTIONS(1910), - [anon_sym_RBRACE] = ACTIONS(1910), - [anon_sym_STAR] = ACTIONS(1910), - [anon_sym_typedef] = ACTIONS(1908), - [anon_sym_static] = ACTIONS(1908), - [anon_sym_auto] = ACTIONS(1908), - [anon_sym_register] = ACTIONS(1908), - [anon_sym_const] = ACTIONS(1908), - [anon_sym_restrict] = ACTIONS(1908), - [anon_sym_volatile] = ACTIONS(1908), - [sym_function_specifier] = ACTIONS(1908), - [anon_sym_unsigned] = ACTIONS(1908), - [anon_sym_long] = ACTIONS(1908), - [anon_sym_short] = ACTIONS(1908), - [anon_sym_enum] = ACTIONS(1908), - [anon_sym_struct] = ACTIONS(1908), - [anon_sym_union] = ACTIONS(1908), - [anon_sym_if] = ACTIONS(1908), - [anon_sym_else] = ACTIONS(7633), - [anon_sym_switch] = ACTIONS(1908), - [anon_sym_case] = ACTIONS(1908), - [anon_sym_default] = ACTIONS(1908), - [anon_sym_while] = ACTIONS(1908), - [anon_sym_do] = ACTIONS(1908), - [anon_sym_for] = ACTIONS(1908), - [anon_sym_return] = ACTIONS(1908), - [anon_sym_break] = ACTIONS(1908), - [anon_sym_continue] = ACTIONS(1908), - [anon_sym_goto] = ACTIONS(1908), - [anon_sym_AMP] = ACTIONS(1910), - [anon_sym_BANG] = ACTIONS(1910), - [anon_sym_TILDE] = ACTIONS(1910), - [anon_sym_PLUS] = ACTIONS(1908), - [anon_sym_DASH] = ACTIONS(1908), - [anon_sym_DASH_DASH] = ACTIONS(1910), - [anon_sym_PLUS_PLUS] = ACTIONS(1910), - [anon_sym_sizeof] = ACTIONS(1908), - [sym_number_literal] = ACTIONS(1908), - [sym_char_literal] = ACTIONS(1908), - [sym_string_literal] = ACTIONS(1910), - [sym_identifier] = ACTIONS(1912), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [aux_sym_for_statement_repeat1] = STATE(1440), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1817), + [anon_sym_RPAREN] = ACTIONS(2757), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1414] = { - [sym_compound_statement] = STATE(751), - [sym_labeled_statement] = STATE(751), - [sym_expression_statement] = STATE(751), - [sym_if_statement] = STATE(751), - [sym_switch_statement] = STATE(751), - [sym_case_statement] = STATE(751), - [sym_while_statement] = STATE(751), - [sym_do_statement] = STATE(751), - [sym_for_statement] = STATE(751), - [sym_return_statement] = STATE(751), - [sym_break_statement] = STATE(751), - [sym_continue_statement] = STATE(751), - [sym_goto_statement] = STATE(751), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(4224), - [anon_sym_switch] = ACTIONS(4226), - [anon_sym_case] = ACTIONS(4228), - [anon_sym_default] = ACTIONS(4230), - [anon_sym_while] = ACTIONS(4232), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(4234), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(6577), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1441), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_RPAREN] = ACTIONS(2757), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1415] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(1421), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(7635), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2275), + [anon_sym_LPAREN] = ACTIONS(2277), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2275), + [sym_preproc_directive] = ACTIONS(2279), + [anon_sym_SEMI] = ACTIONS(2277), + [anon_sym_extern] = ACTIONS(2275), + [anon_sym_LBRACE] = ACTIONS(2277), + [anon_sym_STAR] = ACTIONS(2277), + [anon_sym_typedef] = ACTIONS(2275), + [anon_sym_static] = ACTIONS(2275), + [anon_sym_auto] = ACTIONS(2275), + [anon_sym_register] = ACTIONS(2275), + [anon_sym_const] = ACTIONS(2275), + [anon_sym_restrict] = ACTIONS(2275), + [anon_sym_volatile] = ACTIONS(2275), + [sym_function_specifier] = ACTIONS(2275), + [anon_sym_unsigned] = ACTIONS(2275), + [anon_sym_long] = ACTIONS(2275), + [anon_sym_short] = ACTIONS(2275), + [anon_sym_enum] = ACTIONS(2275), + [anon_sym_struct] = ACTIONS(2275), + [anon_sym_union] = ACTIONS(2275), + [anon_sym_if] = ACTIONS(2275), + [anon_sym_else] = ACTIONS(2759), + [anon_sym_switch] = ACTIONS(2275), + [anon_sym_case] = ACTIONS(2275), + [anon_sym_default] = ACTIONS(2275), + [anon_sym_while] = ACTIONS(2275), + [anon_sym_do] = ACTIONS(2275), + [anon_sym_for] = ACTIONS(2275), + [anon_sym_return] = ACTIONS(2275), + [anon_sym_break] = ACTIONS(2275), + [anon_sym_continue] = ACTIONS(2275), + [anon_sym_goto] = ACTIONS(2275), + [anon_sym_AMP] = ACTIONS(2277), + [anon_sym_BANG] = ACTIONS(2277), + [anon_sym_TILDE] = ACTIONS(2277), + [anon_sym_PLUS] = ACTIONS(2275), + [anon_sym_DASH] = ACTIONS(2275), + [anon_sym_DASH_DASH] = ACTIONS(2277), + [anon_sym_PLUS_PLUS] = ACTIONS(2277), + [anon_sym_sizeof] = ACTIONS(2275), + [sym_number_literal] = ACTIONS(2275), + [sym_char_literal] = ACTIONS(2275), + [sym_string_literal] = ACTIONS(2277), + [sym_identifier] = ACTIONS(2279), + [sym_comment] = ACTIONS(42), }, [1416] = { - [sym__expression] = STATE(1422), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(7635), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2287), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2287), + [anon_sym_LPAREN] = ACTIONS(2289), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2287), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2287), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2287), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2287), + [sym_preproc_directive] = ACTIONS(2291), + [anon_sym_SEMI] = ACTIONS(2289), + [anon_sym_extern] = ACTIONS(2287), + [anon_sym_LBRACE] = ACTIONS(2289), + [anon_sym_STAR] = ACTIONS(2289), + [anon_sym_typedef] = ACTIONS(2287), + [anon_sym_static] = ACTIONS(2287), + [anon_sym_auto] = ACTIONS(2287), + [anon_sym_register] = ACTIONS(2287), + [anon_sym_const] = ACTIONS(2287), + [anon_sym_restrict] = ACTIONS(2287), + [anon_sym_volatile] = ACTIONS(2287), + [sym_function_specifier] = ACTIONS(2287), + [anon_sym_unsigned] = ACTIONS(2287), + [anon_sym_long] = ACTIONS(2287), + [anon_sym_short] = ACTIONS(2287), + [anon_sym_enum] = ACTIONS(2287), + [anon_sym_struct] = ACTIONS(2287), + [anon_sym_union] = ACTIONS(2287), + [anon_sym_if] = ACTIONS(2287), + [anon_sym_else] = ACTIONS(2287), + [anon_sym_switch] = ACTIONS(2287), + [anon_sym_case] = ACTIONS(2287), + [anon_sym_default] = ACTIONS(2287), + [anon_sym_while] = ACTIONS(2287), + [anon_sym_do] = ACTIONS(2287), + [anon_sym_for] = ACTIONS(2287), + [anon_sym_return] = ACTIONS(2287), + [anon_sym_break] = ACTIONS(2287), + [anon_sym_continue] = ACTIONS(2287), + [anon_sym_goto] = ACTIONS(2287), + [anon_sym_AMP] = ACTIONS(2289), + [anon_sym_BANG] = ACTIONS(2289), + [anon_sym_TILDE] = ACTIONS(2289), + [anon_sym_PLUS] = ACTIONS(2287), + [anon_sym_DASH] = ACTIONS(2287), + [anon_sym_DASH_DASH] = ACTIONS(2289), + [anon_sym_PLUS_PLUS] = ACTIONS(2289), + [anon_sym_sizeof] = ACTIONS(2287), + [sym_number_literal] = ACTIONS(2287), + [sym_char_literal] = ACTIONS(2287), + [sym_string_literal] = ACTIONS(2289), + [sym_identifier] = ACTIONS(2291), + [sym_comment] = ACTIONS(42), }, [1417] = { - [sym_argument_list] = STATE(307), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(7637), - [anon_sym_STAR] = ACTIONS(1087), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1089), - [anon_sym_QMARK] = ACTIONS(1091), - [anon_sym_STAR_EQ] = ACTIONS(1093), - [anon_sym_SLASH_EQ] = ACTIONS(1093), - [anon_sym_PERCENT_EQ] = ACTIONS(1093), - [anon_sym_PLUS_EQ] = ACTIONS(1093), - [anon_sym_DASH_EQ] = ACTIONS(1093), - [anon_sym_LT_LT_EQ] = ACTIONS(1093), - [anon_sym_GT_GT_EQ] = ACTIONS(1093), - [anon_sym_AMP_EQ] = ACTIONS(1093), - [anon_sym_CARET_EQ] = ACTIONS(1093), - [anon_sym_PIPE_EQ] = ACTIONS(1093), - [anon_sym_AMP] = ACTIONS(1095), - [anon_sym_PIPE_PIPE] = ACTIONS(1097), - [anon_sym_AMP_AMP] = ACTIONS(1099), - [anon_sym_PIPE] = ACTIONS(1101), - [anon_sym_CARET] = ACTIONS(1103), - [anon_sym_EQ_EQ] = ACTIONS(1105), - [anon_sym_BANG_EQ] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(1107), - [anon_sym_GT] = ACTIONS(1107), - [anon_sym_LT_EQ] = ACTIONS(1109), - [anon_sym_GT_EQ] = ACTIONS(1109), - [anon_sym_LT_LT] = ACTIONS(1111), - [anon_sym_GT_GT] = ACTIONS(1111), - [anon_sym_PLUS] = ACTIONS(1113), - [anon_sym_DASH] = ACTIONS(1113), - [anon_sym_SLASH] = ACTIONS(1087), - [anon_sym_PERCENT] = ACTIONS(1087), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(466), + [anon_sym_LPAREN] = ACTIONS(464), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(466), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(466), + [sym_preproc_directive] = ACTIONS(468), + [anon_sym_SEMI] = ACTIONS(464), + [anon_sym_extern] = ACTIONS(466), + [anon_sym_LBRACE] = ACTIONS(464), + [anon_sym_STAR] = ACTIONS(464), + [anon_sym_typedef] = ACTIONS(466), + [anon_sym_static] = ACTIONS(466), + [anon_sym_auto] = ACTIONS(466), + [anon_sym_register] = ACTIONS(466), + [anon_sym_const] = ACTIONS(466), + [anon_sym_restrict] = ACTIONS(466), + [anon_sym_volatile] = ACTIONS(466), + [sym_function_specifier] = ACTIONS(466), + [anon_sym_unsigned] = ACTIONS(466), + [anon_sym_long] = ACTIONS(466), + [anon_sym_short] = ACTIONS(466), + [anon_sym_enum] = ACTIONS(466), + [anon_sym_struct] = ACTIONS(466), + [anon_sym_union] = ACTIONS(466), + [anon_sym_if] = ACTIONS(466), + [anon_sym_else] = ACTIONS(466), + [anon_sym_switch] = ACTIONS(466), + [anon_sym_case] = ACTIONS(466), + [anon_sym_default] = ACTIONS(466), + [anon_sym_while] = ACTIONS(466), + [anon_sym_do] = ACTIONS(466), + [anon_sym_for] = ACTIONS(466), + [anon_sym_return] = ACTIONS(466), + [anon_sym_break] = ACTIONS(466), + [anon_sym_continue] = ACTIONS(466), + [anon_sym_goto] = ACTIONS(466), + [anon_sym_AMP] = ACTIONS(464), + [anon_sym_BANG] = ACTIONS(464), + [anon_sym_TILDE] = ACTIONS(464), + [anon_sym_PLUS] = ACTIONS(466), + [anon_sym_DASH] = ACTIONS(466), + [anon_sym_DASH_DASH] = ACTIONS(464), + [anon_sym_PLUS_PLUS] = ACTIONS(464), + [anon_sym_sizeof] = ACTIONS(466), + [sym_number_literal] = ACTIONS(466), + [sym_char_literal] = ACTIONS(466), + [sym_string_literal] = ACTIONS(464), + [sym_identifier] = ACTIONS(468), + [sym_comment] = ACTIONS(42), }, [1418] = { - [sym_compound_statement] = STATE(911), - [sym_labeled_statement] = STATE(911), - [sym_expression_statement] = STATE(911), - [sym_if_statement] = STATE(911), - [sym_switch_statement] = STATE(911), - [sym_case_statement] = STATE(911), - [sym_while_statement] = STATE(911), - [sym_do_statement] = STATE(911), - [sym_for_statement] = STATE(911), - [sym_return_statement] = STATE(911), - [sym_break_statement] = STATE(911), - [sym_continue_statement] = STATE(911), - [sym_goto_statement] = STATE(911), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(3064), - [anon_sym_switch] = ACTIONS(3066), - [anon_sym_case] = ACTIONS(3068), - [anon_sym_default] = ACTIONS(3070), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(3074), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(3080), - [sym_comment] = ACTIONS(123), + [anon_sym_COMMA] = ACTIONS(568), + [anon_sym_SEMI] = ACTIONS(2761), + [sym_comment] = ACTIONS(42), }, [1419] = { - [sym_compound_statement] = STATE(784), - [sym_labeled_statement] = STATE(784), - [sym_expression_statement] = STATE(784), - [sym_if_statement] = STATE(784), - [sym_switch_statement] = STATE(784), - [sym_case_statement] = STATE(784), - [sym_while_statement] = STATE(784), - [sym_do_statement] = STATE(784), - [sym_for_statement] = STATE(784), - [sym_return_statement] = STATE(784), - [sym_break_statement] = STATE(784), - [sym_continue_statement] = STATE(784), - [sym_goto_statement] = STATE(784), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(4224), - [anon_sym_switch] = ACTIONS(4226), - [anon_sym_case] = ACTIONS(4228), - [anon_sym_default] = ACTIONS(4230), - [anon_sym_while] = ACTIONS(4232), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(4234), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(6577), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2297), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2297), + [anon_sym_LPAREN] = ACTIONS(2299), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2297), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2297), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2297), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2297), + [sym_preproc_directive] = ACTIONS(2301), + [anon_sym_SEMI] = ACTIONS(2299), + [anon_sym_extern] = ACTIONS(2297), + [anon_sym_LBRACE] = ACTIONS(2299), + [anon_sym_STAR] = ACTIONS(2299), + [anon_sym_typedef] = ACTIONS(2297), + [anon_sym_static] = ACTIONS(2297), + [anon_sym_auto] = ACTIONS(2297), + [anon_sym_register] = ACTIONS(2297), + [anon_sym_const] = ACTIONS(2297), + [anon_sym_restrict] = ACTIONS(2297), + [anon_sym_volatile] = ACTIONS(2297), + [sym_function_specifier] = ACTIONS(2297), + [anon_sym_unsigned] = ACTIONS(2297), + [anon_sym_long] = ACTIONS(2297), + [anon_sym_short] = ACTIONS(2297), + [anon_sym_enum] = ACTIONS(2297), + [anon_sym_struct] = ACTIONS(2297), + [anon_sym_union] = ACTIONS(2297), + [anon_sym_if] = ACTIONS(2297), + [anon_sym_else] = ACTIONS(2297), + [anon_sym_switch] = ACTIONS(2297), + [anon_sym_case] = ACTIONS(2297), + [anon_sym_default] = ACTIONS(2297), + [anon_sym_while] = ACTIONS(2297), + [anon_sym_do] = ACTIONS(2297), + [anon_sym_for] = ACTIONS(2297), + [anon_sym_return] = ACTIONS(2297), + [anon_sym_break] = ACTIONS(2297), + [anon_sym_continue] = ACTIONS(2297), + [anon_sym_goto] = ACTIONS(2297), + [anon_sym_AMP] = ACTIONS(2299), + [anon_sym_BANG] = ACTIONS(2299), + [anon_sym_TILDE] = ACTIONS(2299), + [anon_sym_PLUS] = ACTIONS(2297), + [anon_sym_DASH] = ACTIONS(2297), + [anon_sym_DASH_DASH] = ACTIONS(2299), + [anon_sym_PLUS_PLUS] = ACTIONS(2299), + [anon_sym_sizeof] = ACTIONS(2297), + [sym_number_literal] = ACTIONS(2297), + [sym_char_literal] = ACTIONS(2297), + [sym_string_literal] = ACTIONS(2299), + [sym_identifier] = ACTIONS(2301), + [sym_comment] = ACTIONS(42), }, [1420] = { - [sym_compound_statement] = STATE(798), - [sym_labeled_statement] = STATE(798), - [sym_expression_statement] = STATE(798), - [sym_if_statement] = STATE(798), - [sym_switch_statement] = STATE(798), - [sym_case_statement] = STATE(798), - [sym_while_statement] = STATE(798), - [sym_do_statement] = STATE(798), - [sym_for_statement] = STATE(798), - [sym_return_statement] = STATE(798), - [sym_break_statement] = STATE(798), - [sym_continue_statement] = STATE(798), - [sym_goto_statement] = STATE(798), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(4224), - [anon_sym_switch] = ACTIONS(4226), - [anon_sym_case] = ACTIONS(4228), - [anon_sym_default] = ACTIONS(4230), - [anon_sym_while] = ACTIONS(4232), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(4234), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(6577), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_RPAREN] = ACTIONS(2763), + [anon_sym_STAR] = ACTIONS(1735), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1737), + [anon_sym_QMARK] = ACTIONS(1739), + [anon_sym_STAR_EQ] = ACTIONS(1741), + [anon_sym_SLASH_EQ] = ACTIONS(1741), + [anon_sym_PERCENT_EQ] = ACTIONS(1741), + [anon_sym_PLUS_EQ] = ACTIONS(1741), + [anon_sym_DASH_EQ] = ACTIONS(1741), + [anon_sym_LT_LT_EQ] = ACTIONS(1741), + [anon_sym_GT_GT_EQ] = ACTIONS(1741), + [anon_sym_AMP_EQ] = ACTIONS(1741), + [anon_sym_CARET_EQ] = ACTIONS(1741), + [anon_sym_PIPE_EQ] = ACTIONS(1741), + [anon_sym_AMP] = ACTIONS(1743), + [anon_sym_PIPE_PIPE] = ACTIONS(1745), + [anon_sym_AMP_AMP] = ACTIONS(1747), + [anon_sym_PIPE] = ACTIONS(1749), + [anon_sym_CARET] = ACTIONS(1751), + [anon_sym_EQ_EQ] = ACTIONS(1753), + [anon_sym_BANG_EQ] = ACTIONS(1753), + [anon_sym_LT] = ACTIONS(1755), + [anon_sym_GT] = ACTIONS(1755), + [anon_sym_LT_EQ] = ACTIONS(1757), + [anon_sym_GT_EQ] = ACTIONS(1757), + [anon_sym_LT_LT] = ACTIONS(1759), + [anon_sym_GT_GT] = ACTIONS(1759), + [anon_sym_PLUS] = ACTIONS(1761), + [anon_sym_DASH] = ACTIONS(1761), + [anon_sym_SLASH] = ACTIONS(1735), + [anon_sym_PERCENT] = ACTIONS(1735), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1421] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(7639), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1445), + [sym_labeled_statement] = STATE(1445), + [sym_expression_statement] = STATE(1445), + [sym_if_statement] = STATE(1445), + [sym_switch_statement] = STATE(1445), + [sym_case_statement] = STATE(1445), + [sym_while_statement] = STATE(1445), + [sym_do_statement] = STATE(1445), + [sym_for_statement] = STATE(1445), + [sym_return_statement] = STATE(1445), + [sym_break_statement] = STATE(1445), + [sym_continue_statement] = STATE(1445), + [sym_goto_statement] = STATE(1445), + [sym__expression] = STATE(1216), + [sym_comma_expression] = STATE(1217), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2477), + [anon_sym_LBRACE] = ACTIONS(2479), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2481), + [anon_sym_switch] = ACTIONS(2483), + [anon_sym_case] = ACTIONS(2485), + [anon_sym_default] = ACTIONS(2487), + [anon_sym_while] = ACTIONS(2489), + [anon_sym_do] = ACTIONS(2491), + [anon_sym_for] = ACTIONS(2493), + [anon_sym_return] = ACTIONS(2495), + [anon_sym_break] = ACTIONS(2497), + [anon_sym_continue] = ACTIONS(2499), + [anon_sym_goto] = ACTIONS(2501), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2503), + [sym_comment] = ACTIONS(42), }, [1422] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(1425), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(7639), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [aux_sym_for_statement_repeat1] = STATE(1447), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1817), + [anon_sym_RPAREN] = ACTIONS(2765), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1423] = { - [sym__expression] = STATE(1426), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(783), - [anon_sym_RPAREN] = ACTIONS(7639), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_AMP] = ACTIONS(785), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_TILDE] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(791), - [anon_sym_DASH] = ACTIONS(791), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_sizeof] = ACTIONS(795), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(601), - [sym_comment] = ACTIONS(123), + [sym__expression] = STATE(1448), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_RPAREN] = ACTIONS(2765), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), }, [1424] = { - [sym_compound_statement] = STATE(842), - [sym_labeled_statement] = STATE(842), - [sym_expression_statement] = STATE(842), - [sym_if_statement] = STATE(842), - [sym_switch_statement] = STATE(842), - [sym_case_statement] = STATE(842), - [sym_while_statement] = STATE(842), - [sym_do_statement] = STATE(842), - [sym_for_statement] = STATE(842), - [sym_return_statement] = STATE(842), - [sym_break_statement] = STATE(842), - [sym_continue_statement] = STATE(842), - [sym_goto_statement] = STATE(842), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(4224), - [anon_sym_switch] = ACTIONS(4226), - [anon_sym_case] = ACTIONS(4228), - [anon_sym_default] = ACTIONS(4230), - [anon_sym_while] = ACTIONS(4232), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(4234), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(6577), - [sym_comment] = ACTIONS(123), + [sym_argument_list] = STATE(392), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_SEMI] = ACTIONS(2767), + [anon_sym_STAR] = ACTIONS(1159), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1161), + [anon_sym_QMARK] = ACTIONS(1163), + [anon_sym_STAR_EQ] = ACTIONS(1165), + [anon_sym_SLASH_EQ] = ACTIONS(1165), + [anon_sym_PERCENT_EQ] = ACTIONS(1165), + [anon_sym_PLUS_EQ] = ACTIONS(1165), + [anon_sym_DASH_EQ] = ACTIONS(1165), + [anon_sym_LT_LT_EQ] = ACTIONS(1165), + [anon_sym_GT_GT_EQ] = ACTIONS(1165), + [anon_sym_AMP_EQ] = ACTIONS(1165), + [anon_sym_CARET_EQ] = ACTIONS(1165), + [anon_sym_PIPE_EQ] = ACTIONS(1165), + [anon_sym_AMP] = ACTIONS(1167), + [anon_sym_PIPE_PIPE] = ACTIONS(1169), + [anon_sym_AMP_AMP] = ACTIONS(1171), + [anon_sym_PIPE] = ACTIONS(1173), + [anon_sym_CARET] = ACTIONS(1175), + [anon_sym_EQ_EQ] = ACTIONS(1177), + [anon_sym_BANG_EQ] = ACTIONS(1177), + [anon_sym_LT] = ACTIONS(1179), + [anon_sym_GT] = ACTIONS(1179), + [anon_sym_LT_EQ] = ACTIONS(1181), + [anon_sym_GT_EQ] = ACTIONS(1181), + [anon_sym_LT_LT] = ACTIONS(1183), + [anon_sym_GT_GT] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_SLASH] = ACTIONS(1159), + [anon_sym_PERCENT] = ACTIONS(1159), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), }, [1425] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(7641), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2695), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(2697), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2695), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2695), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2695), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2695), + [sym_preproc_directive] = ACTIONS(2699), + [anon_sym_SEMI] = ACTIONS(2697), + [anon_sym_extern] = ACTIONS(2695), + [anon_sym_LBRACE] = ACTIONS(2697), + [anon_sym_STAR] = ACTIONS(2697), + [anon_sym_typedef] = ACTIONS(2695), + [anon_sym_static] = ACTIONS(2695), + [anon_sym_auto] = ACTIONS(2695), + [anon_sym_register] = ACTIONS(2695), + [anon_sym_const] = ACTIONS(2695), + [anon_sym_restrict] = ACTIONS(2695), + [anon_sym_volatile] = ACTIONS(2695), + [sym_function_specifier] = ACTIONS(2695), + [anon_sym_unsigned] = ACTIONS(2695), + [anon_sym_long] = ACTIONS(2695), + [anon_sym_short] = ACTIONS(2695), + [anon_sym_enum] = ACTIONS(2695), + [anon_sym_struct] = ACTIONS(2695), + [anon_sym_union] = ACTIONS(2695), + [anon_sym_if] = ACTIONS(2695), + [anon_sym_switch] = ACTIONS(2695), + [anon_sym_case] = ACTIONS(2695), + [anon_sym_default] = ACTIONS(2695), + [anon_sym_while] = ACTIONS(2695), + [anon_sym_do] = ACTIONS(2695), + [anon_sym_for] = ACTIONS(2695), + [anon_sym_return] = ACTIONS(2695), + [anon_sym_break] = ACTIONS(2695), + [anon_sym_continue] = ACTIONS(2695), + [anon_sym_goto] = ACTIONS(2695), + [anon_sym_AMP] = ACTIONS(2697), + [anon_sym_BANG] = ACTIONS(2697), + [anon_sym_TILDE] = ACTIONS(2697), + [anon_sym_PLUS] = ACTIONS(2695), + [anon_sym_DASH] = ACTIONS(2695), + [anon_sym_DASH_DASH] = ACTIONS(2697), + [anon_sym_PLUS_PLUS] = ACTIONS(2697), + [anon_sym_sizeof] = ACTIONS(2695), + [sym_number_literal] = ACTIONS(2695), + [sym_char_literal] = ACTIONS(2695), + [sym_string_literal] = ACTIONS(2697), + [sym_identifier] = ACTIONS(2699), + [sym_comment] = ACTIONS(42), }, [1426] = { - [sym_argument_list] = STATE(307), - [aux_sym_for_statement_repeat1] = STATE(1428), - [anon_sym_LPAREN] = ACTIONS(901), - [anon_sym_COMMA] = ACTIONS(1598), - [anon_sym_RPAREN] = ACTIONS(7641), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(1163), - [anon_sym_QMARK] = ACTIONS(1165), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE] = ACTIONS(1175), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1179), - [anon_sym_BANG_EQ] = ACTIONS(1179), - [anon_sym_LT] = ACTIONS(1181), - [anon_sym_GT] = ACTIONS(1181), - [anon_sym_LT_EQ] = ACTIONS(1183), - [anon_sym_GT_EQ] = ACTIONS(1183), - [anon_sym_LT_LT] = ACTIONS(1185), - [anon_sym_GT_GT] = ACTIONS(1185), - [anon_sym_PLUS] = ACTIONS(1187), - [anon_sym_DASH] = ACTIONS(1187), - [anon_sym_SLASH] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1161), - [anon_sym_DASH_DASH] = ACTIONS(937), - [anon_sym_PLUS_PLUS] = ACTIONS(937), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DASH_GT] = ACTIONS(939), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1450), + [sym_labeled_statement] = STATE(1450), + [sym_expression_statement] = STATE(1450), + [sym_if_statement] = STATE(1450), + [sym_switch_statement] = STATE(1450), + [sym_case_statement] = STATE(1450), + [sym_while_statement] = STATE(1450), + [sym_do_statement] = STATE(1450), + [sym_for_statement] = STATE(1450), + [sym_return_statement] = STATE(1450), + [sym_break_statement] = STATE(1450), + [sym_continue_statement] = STATE(1450), + [sym_goto_statement] = STATE(1450), + [sym__expression] = STATE(786), + [sym_comma_expression] = STATE(787), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(1651), + [anon_sym_LBRACE] = ACTIONS(1653), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(1655), + [anon_sym_switch] = ACTIONS(1657), + [anon_sym_case] = ACTIONS(1659), + [anon_sym_default] = ACTIONS(1661), + [anon_sym_while] = ACTIONS(1663), + [anon_sym_do] = ACTIONS(1665), + [anon_sym_for] = ACTIONS(1667), + [anon_sym_return] = ACTIONS(1669), + [anon_sym_break] = ACTIONS(1671), + [anon_sym_continue] = ACTIONS(1673), + [anon_sym_goto] = ACTIONS(1675), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2215), + [sym_comment] = ACTIONS(42), }, [1427] = { - [sym_compound_statement] = STATE(880), - [sym_labeled_statement] = STATE(880), - [sym_expression_statement] = STATE(880), - [sym_if_statement] = STATE(880), - [sym_switch_statement] = STATE(880), - [sym_case_statement] = STATE(880), - [sym_while_statement] = STATE(880), - [sym_do_statement] = STATE(880), - [sym_for_statement] = STATE(880), - [sym_return_statement] = STATE(880), - [sym_break_statement] = STATE(880), - [sym_continue_statement] = STATE(880), - [sym_goto_statement] = STATE(880), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(4224), - [anon_sym_switch] = ACTIONS(4226), - [anon_sym_case] = ACTIONS(4228), - [anon_sym_default] = ACTIONS(4230), - [anon_sym_while] = ACTIONS(4232), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(4234), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(6577), - [sym_comment] = ACTIONS(123), + [sym_compound_statement] = STATE(1451), + [sym_labeled_statement] = STATE(1451), + [sym_expression_statement] = STATE(1451), + [sym_if_statement] = STATE(1451), + [sym_switch_statement] = STATE(1451), + [sym_case_statement] = STATE(1451), + [sym_while_statement] = STATE(1451), + [sym_do_statement] = STATE(1451), + [sym_for_statement] = STATE(1451), + [sym_return_statement] = STATE(1451), + [sym_break_statement] = STATE(1451), + [sym_continue_statement] = STATE(1451), + [sym_goto_statement] = STATE(1451), + [sym__expression] = STATE(1155), + [sym_comma_expression] = STATE(1156), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2381), + [anon_sym_LBRACE] = ACTIONS(2383), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2385), + [anon_sym_switch] = ACTIONS(2387), + [anon_sym_case] = ACTIONS(2389), + [anon_sym_default] = ACTIONS(2391), + [anon_sym_while] = ACTIONS(2393), + [anon_sym_do] = ACTIONS(2395), + [anon_sym_for] = ACTIONS(2397), + [anon_sym_return] = ACTIONS(2399), + [anon_sym_break] = ACTIONS(2401), + [anon_sym_continue] = ACTIONS(2403), + [anon_sym_goto] = ACTIONS(2405), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2407), + [sym_comment] = ACTIONS(42), }, [1428] = { - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(7643), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1019), + [anon_sym_LPAREN] = ACTIONS(1017), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1019), + [sym_preproc_directive] = ACTIONS(1021), + [anon_sym_SEMI] = ACTIONS(1017), + [anon_sym_extern] = ACTIONS(1019), + [anon_sym_LBRACE] = ACTIONS(1017), + [anon_sym_STAR] = ACTIONS(1017), + [anon_sym_typedef] = ACTIONS(1019), + [anon_sym_static] = ACTIONS(1019), + [anon_sym_auto] = ACTIONS(1019), + [anon_sym_register] = ACTIONS(1019), + [anon_sym_const] = ACTIONS(1019), + [anon_sym_restrict] = ACTIONS(1019), + [anon_sym_volatile] = ACTIONS(1019), + [sym_function_specifier] = ACTIONS(1019), + [anon_sym_unsigned] = ACTIONS(1019), + [anon_sym_long] = ACTIONS(1019), + [anon_sym_short] = ACTIONS(1019), + [anon_sym_enum] = ACTIONS(1019), + [anon_sym_struct] = ACTIONS(1019), + [anon_sym_union] = ACTIONS(1019), + [anon_sym_if] = ACTIONS(1019), + [anon_sym_else] = ACTIONS(1019), + [anon_sym_switch] = ACTIONS(1019), + [anon_sym_case] = ACTIONS(1019), + [anon_sym_default] = ACTIONS(1019), + [anon_sym_while] = ACTIONS(1019), + [anon_sym_do] = ACTIONS(1019), + [anon_sym_for] = ACTIONS(1019), + [anon_sym_return] = ACTIONS(1019), + [anon_sym_break] = ACTIONS(1019), + [anon_sym_continue] = ACTIONS(1019), + [anon_sym_goto] = ACTIONS(1019), + [anon_sym_AMP] = ACTIONS(1017), + [anon_sym_BANG] = ACTIONS(1017), + [anon_sym_TILDE] = ACTIONS(1017), + [anon_sym_PLUS] = ACTIONS(1019), + [anon_sym_DASH] = ACTIONS(1019), + [anon_sym_DASH_DASH] = ACTIONS(1017), + [anon_sym_PLUS_PLUS] = ACTIONS(1017), + [anon_sym_sizeof] = ACTIONS(1019), + [sym_number_literal] = ACTIONS(1019), + [sym_char_literal] = ACTIONS(1019), + [sym_string_literal] = ACTIONS(1017), + [sym_identifier] = ACTIONS(1021), + [sym_comment] = ACTIONS(42), }, [1429] = { - [sym_compound_statement] = STATE(911), - [sym_labeled_statement] = STATE(911), - [sym_expression_statement] = STATE(911), - [sym_if_statement] = STATE(911), - [sym_switch_statement] = STATE(911), - [sym_case_statement] = STATE(911), - [sym_while_statement] = STATE(911), - [sym_do_statement] = STATE(911), - [sym_for_statement] = STATE(911), - [sym_return_statement] = STATE(911), - [sym_break_statement] = STATE(911), - [sym_continue_statement] = STATE(911), - [sym_goto_statement] = STATE(911), - [sym__expression] = STATE(173), - [sym_comma_expression] = STATE(174), - [sym_conditional_expression] = STATE(166), - [sym_assignment_expression] = STATE(166), - [sym_pointer_expression] = STATE(166), - [sym_logical_expression] = STATE(166), - [sym_bitwise_expression] = STATE(166), - [sym_equality_expression] = STATE(166), - [sym_relational_expression] = STATE(166), - [sym_shift_expression] = STATE(166), - [sym_math_expression] = STATE(166), - [sym_cast_expression] = STATE(166), - [sym_sizeof_expression] = STATE(166), - [sym_subscript_expression] = STATE(166), - [sym_call_expression] = STATE(166), - [sym_field_expression] = STATE(166), - [sym_compound_literal_expression] = STATE(166), - [sym_parenthesized_expression] = STATE(166), - [sym_concatenated_string] = STATE(166), - [anon_sym_LPAREN] = ACTIONS(529), - [anon_sym_SEMI] = ACTIONS(537), - [anon_sym_LBRACE] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(541), - [anon_sym_if] = ACTIONS(4224), - [anon_sym_switch] = ACTIONS(4226), - [anon_sym_case] = ACTIONS(4228), - [anon_sym_default] = ACTIONS(4230), - [anon_sym_while] = ACTIONS(4232), - [anon_sym_do] = ACTIONS(553), - [anon_sym_for] = ACTIONS(4234), - [anon_sym_return] = ACTIONS(557), - [anon_sym_break] = ACTIONS(559), - [anon_sym_continue] = ACTIONS(561), - [anon_sym_goto] = ACTIONS(563), - [anon_sym_AMP] = ACTIONS(541), - [anon_sym_BANG] = ACTIONS(565), - [anon_sym_TILDE] = ACTIONS(567), - [anon_sym_PLUS] = ACTIONS(569), - [anon_sym_DASH] = ACTIONS(569), - [anon_sym_DASH_DASH] = ACTIONS(571), - [anon_sym_PLUS_PLUS] = ACTIONS(571), - [anon_sym_sizeof] = ACTIONS(573), - [sym_number_literal] = ACTIONS(575), - [sym_char_literal] = ACTIONS(575), - [sym_string_literal] = ACTIONS(577), - [sym_identifier] = ACTIONS(6577), - [sym_comment] = ACTIONS(123), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2449), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2449), + [anon_sym_LPAREN] = ACTIONS(2451), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2449), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2449), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2449), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2449), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2449), + [sym_preproc_directive] = ACTIONS(2453), + [anon_sym_SEMI] = ACTIONS(2451), + [anon_sym_extern] = ACTIONS(2449), + [anon_sym_LBRACE] = ACTIONS(2451), + [anon_sym_STAR] = ACTIONS(2451), + [anon_sym_typedef] = ACTIONS(2449), + [anon_sym_static] = ACTIONS(2449), + [anon_sym_auto] = ACTIONS(2449), + [anon_sym_register] = ACTIONS(2449), + [anon_sym_const] = ACTIONS(2449), + [anon_sym_restrict] = ACTIONS(2449), + [anon_sym_volatile] = ACTIONS(2449), + [sym_function_specifier] = ACTIONS(2449), + [anon_sym_unsigned] = ACTIONS(2449), + [anon_sym_long] = ACTIONS(2449), + [anon_sym_short] = ACTIONS(2449), + [anon_sym_enum] = ACTIONS(2449), + [anon_sym_struct] = ACTIONS(2449), + [anon_sym_union] = ACTIONS(2449), + [anon_sym_if] = ACTIONS(2449), + [anon_sym_else] = ACTIONS(2449), + [anon_sym_switch] = ACTIONS(2449), + [anon_sym_case] = ACTIONS(2449), + [anon_sym_default] = ACTIONS(2449), + [anon_sym_while] = ACTIONS(2449), + [anon_sym_do] = ACTIONS(2449), + [anon_sym_for] = ACTIONS(2449), + [anon_sym_return] = ACTIONS(2449), + [anon_sym_break] = ACTIONS(2449), + [anon_sym_continue] = ACTIONS(2449), + [anon_sym_goto] = ACTIONS(2449), + [anon_sym_AMP] = ACTIONS(2451), + [anon_sym_BANG] = ACTIONS(2451), + [anon_sym_TILDE] = ACTIONS(2451), + [anon_sym_PLUS] = ACTIONS(2449), + [anon_sym_DASH] = ACTIONS(2449), + [anon_sym_DASH_DASH] = ACTIONS(2451), + [anon_sym_PLUS_PLUS] = ACTIONS(2451), + [anon_sym_sizeof] = ACTIONS(2449), + [sym_number_literal] = ACTIONS(2449), + [sym_char_literal] = ACTIONS(2449), + [sym_string_literal] = ACTIONS(2451), + [sym_identifier] = ACTIONS(2453), + [sym_comment] = ACTIONS(42), + }, + [1430] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2455), + [anon_sym_LPAREN] = ACTIONS(2457), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2455), + [sym_preproc_directive] = ACTIONS(2459), + [anon_sym_SEMI] = ACTIONS(2457), + [anon_sym_extern] = ACTIONS(2455), + [anon_sym_LBRACE] = ACTIONS(2457), + [anon_sym_STAR] = ACTIONS(2457), + [anon_sym_typedef] = ACTIONS(2455), + [anon_sym_static] = ACTIONS(2455), + [anon_sym_auto] = ACTIONS(2455), + [anon_sym_register] = ACTIONS(2455), + [anon_sym_const] = ACTIONS(2455), + [anon_sym_restrict] = ACTIONS(2455), + [anon_sym_volatile] = ACTIONS(2455), + [sym_function_specifier] = ACTIONS(2455), + [anon_sym_unsigned] = ACTIONS(2455), + [anon_sym_long] = ACTIONS(2455), + [anon_sym_short] = ACTIONS(2455), + [anon_sym_enum] = ACTIONS(2455), + [anon_sym_struct] = ACTIONS(2455), + [anon_sym_union] = ACTIONS(2455), + [anon_sym_if] = ACTIONS(2455), + [anon_sym_else] = ACTIONS(2455), + [anon_sym_switch] = ACTIONS(2455), + [anon_sym_case] = ACTIONS(2455), + [anon_sym_default] = ACTIONS(2455), + [anon_sym_while] = ACTIONS(2455), + [anon_sym_do] = ACTIONS(2455), + [anon_sym_for] = ACTIONS(2455), + [anon_sym_return] = ACTIONS(2455), + [anon_sym_break] = ACTIONS(2455), + [anon_sym_continue] = ACTIONS(2455), + [anon_sym_goto] = ACTIONS(2455), + [anon_sym_AMP] = ACTIONS(2457), + [anon_sym_BANG] = ACTIONS(2457), + [anon_sym_TILDE] = ACTIONS(2457), + [anon_sym_PLUS] = ACTIONS(2455), + [anon_sym_DASH] = ACTIONS(2455), + [anon_sym_DASH_DASH] = ACTIONS(2457), + [anon_sym_PLUS_PLUS] = ACTIONS(2457), + [anon_sym_sizeof] = ACTIONS(2455), + [sym_number_literal] = ACTIONS(2455), + [sym_char_literal] = ACTIONS(2455), + [sym_string_literal] = ACTIONS(2457), + [sym_identifier] = ACTIONS(2459), + [sym_comment] = ACTIONS(42), + }, + [1431] = { + [sym_compound_statement] = STATE(1452), + [sym_labeled_statement] = STATE(1452), + [sym_expression_statement] = STATE(1452), + [sym_if_statement] = STATE(1452), + [sym_switch_statement] = STATE(1452), + [sym_case_statement] = STATE(1452), + [sym_while_statement] = STATE(1452), + [sym_do_statement] = STATE(1452), + [sym_for_statement] = STATE(1452), + [sym_return_statement] = STATE(1452), + [sym_break_statement] = STATE(1452), + [sym_continue_statement] = STATE(1452), + [sym_goto_statement] = STATE(1452), + [sym__expression] = STATE(1155), + [sym_comma_expression] = STATE(1156), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2381), + [anon_sym_LBRACE] = ACTIONS(2383), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2385), + [anon_sym_switch] = ACTIONS(2387), + [anon_sym_case] = ACTIONS(2389), + [anon_sym_default] = ACTIONS(2391), + [anon_sym_while] = ACTIONS(2393), + [anon_sym_do] = ACTIONS(2395), + [anon_sym_for] = ACTIONS(2397), + [anon_sym_return] = ACTIONS(2399), + [anon_sym_break] = ACTIONS(2401), + [anon_sym_continue] = ACTIONS(2403), + [anon_sym_goto] = ACTIONS(2405), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2407), + [sym_comment] = ACTIONS(42), + }, + [1432] = { + [anon_sym_COMMA] = ACTIONS(2125), + [anon_sym_RPAREN] = ACTIONS(2769), + [sym_comment] = ACTIONS(42), + }, + [1433] = { + [sym_argument_list] = STATE(392), + [aux_sym_for_statement_repeat1] = STATE(1454), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1817), + [anon_sym_RPAREN] = ACTIONS(2769), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), + }, + [1434] = { + [sym__expression] = STATE(1455), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_RPAREN] = ACTIONS(2769), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), + }, + [1435] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2731), + [anon_sym_LPAREN] = ACTIONS(2733), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2731), + [sym_preproc_directive] = ACTIONS(2735), + [anon_sym_SEMI] = ACTIONS(2733), + [anon_sym_extern] = ACTIONS(2731), + [anon_sym_LBRACE] = ACTIONS(2733), + [anon_sym_STAR] = ACTIONS(2733), + [anon_sym_typedef] = ACTIONS(2731), + [anon_sym_static] = ACTIONS(2731), + [anon_sym_auto] = ACTIONS(2731), + [anon_sym_register] = ACTIONS(2731), + [anon_sym_const] = ACTIONS(2731), + [anon_sym_restrict] = ACTIONS(2731), + [anon_sym_volatile] = ACTIONS(2731), + [sym_function_specifier] = ACTIONS(2731), + [anon_sym_unsigned] = ACTIONS(2731), + [anon_sym_long] = ACTIONS(2731), + [anon_sym_short] = ACTIONS(2731), + [anon_sym_enum] = ACTIONS(2731), + [anon_sym_struct] = ACTIONS(2731), + [anon_sym_union] = ACTIONS(2731), + [anon_sym_if] = ACTIONS(2731), + [anon_sym_switch] = ACTIONS(2731), + [anon_sym_case] = ACTIONS(2731), + [anon_sym_default] = ACTIONS(2731), + [anon_sym_while] = ACTIONS(2731), + [anon_sym_do] = ACTIONS(2731), + [anon_sym_for] = ACTIONS(2731), + [anon_sym_return] = ACTIONS(2731), + [anon_sym_break] = ACTIONS(2731), + [anon_sym_continue] = ACTIONS(2731), + [anon_sym_goto] = ACTIONS(2731), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_BANG] = ACTIONS(2733), + [anon_sym_TILDE] = ACTIONS(2733), + [anon_sym_PLUS] = ACTIONS(2731), + [anon_sym_DASH] = ACTIONS(2731), + [anon_sym_DASH_DASH] = ACTIONS(2733), + [anon_sym_PLUS_PLUS] = ACTIONS(2733), + [anon_sym_sizeof] = ACTIONS(2731), + [sym_number_literal] = ACTIONS(2731), + [sym_char_literal] = ACTIONS(2731), + [sym_string_literal] = ACTIONS(2733), + [sym_identifier] = ACTIONS(2735), + [sym_comment] = ACTIONS(42), + }, + [1436] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2641), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2641), + [anon_sym_LPAREN] = ACTIONS(2643), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2641), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2641), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2641), + [sym_preproc_directive] = ACTIONS(2645), + [anon_sym_SEMI] = ACTIONS(2643), + [anon_sym_extern] = ACTIONS(2641), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_RBRACE] = ACTIONS(2643), + [anon_sym_STAR] = ACTIONS(2643), + [anon_sym_typedef] = ACTIONS(2641), + [anon_sym_static] = ACTIONS(2641), + [anon_sym_auto] = ACTIONS(2641), + [anon_sym_register] = ACTIONS(2641), + [anon_sym_const] = ACTIONS(2641), + [anon_sym_restrict] = ACTIONS(2641), + [anon_sym_volatile] = ACTIONS(2641), + [sym_function_specifier] = ACTIONS(2641), + [anon_sym_unsigned] = ACTIONS(2641), + [anon_sym_long] = ACTIONS(2641), + [anon_sym_short] = ACTIONS(2641), + [anon_sym_enum] = ACTIONS(2641), + [anon_sym_struct] = ACTIONS(2641), + [anon_sym_union] = ACTIONS(2641), + [anon_sym_if] = ACTIONS(2641), + [anon_sym_else] = ACTIONS(2641), + [anon_sym_switch] = ACTIONS(2641), + [anon_sym_case] = ACTIONS(2641), + [anon_sym_default] = ACTIONS(2641), + [anon_sym_while] = ACTIONS(2641), + [anon_sym_do] = ACTIONS(2641), + [anon_sym_for] = ACTIONS(2641), + [anon_sym_return] = ACTIONS(2641), + [anon_sym_break] = ACTIONS(2641), + [anon_sym_continue] = ACTIONS(2641), + [anon_sym_goto] = ACTIONS(2641), + [anon_sym_AMP] = ACTIONS(2643), + [anon_sym_BANG] = ACTIONS(2643), + [anon_sym_TILDE] = ACTIONS(2643), + [anon_sym_PLUS] = ACTIONS(2641), + [anon_sym_DASH] = ACTIONS(2641), + [anon_sym_DASH_DASH] = ACTIONS(2643), + [anon_sym_PLUS_PLUS] = ACTIONS(2643), + [anon_sym_sizeof] = ACTIONS(2641), + [sym_number_literal] = ACTIONS(2641), + [sym_char_literal] = ACTIONS(2641), + [sym_string_literal] = ACTIONS(2643), + [sym_identifier] = ACTIONS(2645), + [sym_comment] = ACTIONS(42), + }, + [1437] = { + [sym_compound_statement] = STATE(1456), + [sym_labeled_statement] = STATE(1456), + [sym_expression_statement] = STATE(1456), + [sym_if_statement] = STATE(1456), + [sym_switch_statement] = STATE(1456), + [sym_case_statement] = STATE(1456), + [sym_while_statement] = STATE(1456), + [sym_do_statement] = STATE(1456), + [sym_for_statement] = STATE(1456), + [sym_return_statement] = STATE(1456), + [sym_break_statement] = STATE(1456), + [sym_continue_statement] = STATE(1456), + [sym_goto_statement] = STATE(1456), + [sym__expression] = STATE(980), + [sym_comma_expression] = STATE(981), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2059), + [anon_sym_LBRACE] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2063), + [anon_sym_switch] = ACTIONS(2065), + [anon_sym_case] = ACTIONS(2067), + [anon_sym_default] = ACTIONS(2069), + [anon_sym_while] = ACTIONS(2071), + [anon_sym_do] = ACTIONS(2073), + [anon_sym_for] = ACTIONS(2075), + [anon_sym_return] = ACTIONS(2077), + [anon_sym_break] = ACTIONS(2079), + [anon_sym_continue] = ACTIONS(2081), + [anon_sym_goto] = ACTIONS(2083), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2085), + [sym_comment] = ACTIONS(42), + }, + [1438] = { + [anon_sym_COMMA] = ACTIONS(2125), + [anon_sym_RPAREN] = ACTIONS(2771), + [sym_comment] = ACTIONS(42), + }, + [1439] = { + [sym_compound_statement] = STATE(1436), + [sym_labeled_statement] = STATE(1436), + [sym_expression_statement] = STATE(1436), + [sym_if_statement] = STATE(1436), + [sym_switch_statement] = STATE(1436), + [sym_case_statement] = STATE(1436), + [sym_while_statement] = STATE(1436), + [sym_do_statement] = STATE(1436), + [sym_for_statement] = STATE(1436), + [sym_return_statement] = STATE(1436), + [sym_break_statement] = STATE(1436), + [sym_continue_statement] = STATE(1436), + [sym_goto_statement] = STATE(1436), + [sym__expression] = STATE(980), + [sym_comma_expression] = STATE(981), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2059), + [anon_sym_LBRACE] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2303), + [anon_sym_switch] = ACTIONS(2305), + [anon_sym_case] = ACTIONS(2307), + [anon_sym_default] = ACTIONS(2309), + [anon_sym_while] = ACTIONS(2311), + [anon_sym_do] = ACTIONS(2073), + [anon_sym_for] = ACTIONS(2313), + [anon_sym_return] = ACTIONS(2077), + [anon_sym_break] = ACTIONS(2079), + [anon_sym_continue] = ACTIONS(2081), + [anon_sym_goto] = ACTIONS(2083), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2315), + [sym_comment] = ACTIONS(42), + }, + [1440] = { + [anon_sym_COMMA] = ACTIONS(2125), + [anon_sym_RPAREN] = ACTIONS(2773), + [sym_comment] = ACTIONS(42), + }, + [1441] = { + [sym_argument_list] = STATE(392), + [aux_sym_for_statement_repeat1] = STATE(1459), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1817), + [anon_sym_RPAREN] = ACTIONS(2773), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), + }, + [1442] = { + [sym_compound_statement] = STATE(1460), + [sym_labeled_statement] = STATE(1460), + [sym_expression_statement] = STATE(1460), + [sym_if_statement] = STATE(1460), + [sym_switch_statement] = STATE(1460), + [sym_case_statement] = STATE(1460), + [sym_while_statement] = STATE(1460), + [sym_do_statement] = STATE(1460), + [sym_for_statement] = STATE(1460), + [sym_return_statement] = STATE(1460), + [sym_break_statement] = STATE(1460), + [sym_continue_statement] = STATE(1460), + [sym_goto_statement] = STATE(1460), + [sym__expression] = STATE(1216), + [sym_comma_expression] = STATE(1217), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2477), + [anon_sym_LBRACE] = ACTIONS(2479), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2481), + [anon_sym_switch] = ACTIONS(2483), + [anon_sym_case] = ACTIONS(2485), + [anon_sym_default] = ACTIONS(2487), + [anon_sym_while] = ACTIONS(2489), + [anon_sym_do] = ACTIONS(2491), + [anon_sym_for] = ACTIONS(2493), + [anon_sym_return] = ACTIONS(2495), + [anon_sym_break] = ACTIONS(2497), + [anon_sym_continue] = ACTIONS(2499), + [anon_sym_goto] = ACTIONS(2501), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2503), + [sym_comment] = ACTIONS(42), + }, + [1443] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1019), + [anon_sym_LPAREN] = ACTIONS(1017), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1019), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1019), + [sym_preproc_directive] = ACTIONS(1021), + [anon_sym_SEMI] = ACTIONS(1017), + [anon_sym_extern] = ACTIONS(1019), + [anon_sym_LBRACE] = ACTIONS(1017), + [anon_sym_STAR] = ACTIONS(1017), + [anon_sym_typedef] = ACTIONS(1019), + [anon_sym_static] = ACTIONS(1019), + [anon_sym_auto] = ACTIONS(1019), + [anon_sym_register] = ACTIONS(1019), + [anon_sym_const] = ACTIONS(1019), + [anon_sym_restrict] = ACTIONS(1019), + [anon_sym_volatile] = ACTIONS(1019), + [sym_function_specifier] = ACTIONS(1019), + [anon_sym_unsigned] = ACTIONS(1019), + [anon_sym_long] = ACTIONS(1019), + [anon_sym_short] = ACTIONS(1019), + [anon_sym_enum] = ACTIONS(1019), + [anon_sym_struct] = ACTIONS(1019), + [anon_sym_union] = ACTIONS(1019), + [anon_sym_if] = ACTIONS(1019), + [anon_sym_else] = ACTIONS(1019), + [anon_sym_switch] = ACTIONS(1019), + [anon_sym_case] = ACTIONS(1019), + [anon_sym_default] = ACTIONS(1019), + [anon_sym_while] = ACTIONS(1019), + [anon_sym_do] = ACTIONS(1019), + [anon_sym_for] = ACTIONS(1019), + [anon_sym_return] = ACTIONS(1019), + [anon_sym_break] = ACTIONS(1019), + [anon_sym_continue] = ACTIONS(1019), + [anon_sym_goto] = ACTIONS(1019), + [anon_sym_AMP] = ACTIONS(1017), + [anon_sym_BANG] = ACTIONS(1017), + [anon_sym_TILDE] = ACTIONS(1017), + [anon_sym_PLUS] = ACTIONS(1019), + [anon_sym_DASH] = ACTIONS(1019), + [anon_sym_DASH_DASH] = ACTIONS(1017), + [anon_sym_PLUS_PLUS] = ACTIONS(1017), + [anon_sym_sizeof] = ACTIONS(1019), + [sym_number_literal] = ACTIONS(1019), + [sym_char_literal] = ACTIONS(1019), + [sym_string_literal] = ACTIONS(1017), + [sym_identifier] = ACTIONS(1021), + [sym_comment] = ACTIONS(42), + }, + [1444] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2449), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2449), + [anon_sym_LPAREN] = ACTIONS(2451), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2449), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2449), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2449), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2449), + [sym_preproc_directive] = ACTIONS(2453), + [anon_sym_SEMI] = ACTIONS(2451), + [anon_sym_extern] = ACTIONS(2449), + [anon_sym_LBRACE] = ACTIONS(2451), + [anon_sym_STAR] = ACTIONS(2451), + [anon_sym_typedef] = ACTIONS(2449), + [anon_sym_static] = ACTIONS(2449), + [anon_sym_auto] = ACTIONS(2449), + [anon_sym_register] = ACTIONS(2449), + [anon_sym_const] = ACTIONS(2449), + [anon_sym_restrict] = ACTIONS(2449), + [anon_sym_volatile] = ACTIONS(2449), + [sym_function_specifier] = ACTIONS(2449), + [anon_sym_unsigned] = ACTIONS(2449), + [anon_sym_long] = ACTIONS(2449), + [anon_sym_short] = ACTIONS(2449), + [anon_sym_enum] = ACTIONS(2449), + [anon_sym_struct] = ACTIONS(2449), + [anon_sym_union] = ACTIONS(2449), + [anon_sym_if] = ACTIONS(2449), + [anon_sym_else] = ACTIONS(2449), + [anon_sym_switch] = ACTIONS(2449), + [anon_sym_case] = ACTIONS(2449), + [anon_sym_default] = ACTIONS(2449), + [anon_sym_while] = ACTIONS(2449), + [anon_sym_do] = ACTIONS(2449), + [anon_sym_for] = ACTIONS(2449), + [anon_sym_return] = ACTIONS(2449), + [anon_sym_break] = ACTIONS(2449), + [anon_sym_continue] = ACTIONS(2449), + [anon_sym_goto] = ACTIONS(2449), + [anon_sym_AMP] = ACTIONS(2451), + [anon_sym_BANG] = ACTIONS(2451), + [anon_sym_TILDE] = ACTIONS(2451), + [anon_sym_PLUS] = ACTIONS(2449), + [anon_sym_DASH] = ACTIONS(2449), + [anon_sym_DASH_DASH] = ACTIONS(2451), + [anon_sym_PLUS_PLUS] = ACTIONS(2451), + [anon_sym_sizeof] = ACTIONS(2449), + [sym_number_literal] = ACTIONS(2449), + [sym_char_literal] = ACTIONS(2449), + [sym_string_literal] = ACTIONS(2451), + [sym_identifier] = ACTIONS(2453), + [sym_comment] = ACTIONS(42), + }, + [1445] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2455), + [anon_sym_LPAREN] = ACTIONS(2457), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2455), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2455), + [sym_preproc_directive] = ACTIONS(2459), + [anon_sym_SEMI] = ACTIONS(2457), + [anon_sym_extern] = ACTIONS(2455), + [anon_sym_LBRACE] = ACTIONS(2457), + [anon_sym_STAR] = ACTIONS(2457), + [anon_sym_typedef] = ACTIONS(2455), + [anon_sym_static] = ACTIONS(2455), + [anon_sym_auto] = ACTIONS(2455), + [anon_sym_register] = ACTIONS(2455), + [anon_sym_const] = ACTIONS(2455), + [anon_sym_restrict] = ACTIONS(2455), + [anon_sym_volatile] = ACTIONS(2455), + [sym_function_specifier] = ACTIONS(2455), + [anon_sym_unsigned] = ACTIONS(2455), + [anon_sym_long] = ACTIONS(2455), + [anon_sym_short] = ACTIONS(2455), + [anon_sym_enum] = ACTIONS(2455), + [anon_sym_struct] = ACTIONS(2455), + [anon_sym_union] = ACTIONS(2455), + [anon_sym_if] = ACTIONS(2455), + [anon_sym_else] = ACTIONS(2455), + [anon_sym_switch] = ACTIONS(2455), + [anon_sym_case] = ACTIONS(2455), + [anon_sym_default] = ACTIONS(2455), + [anon_sym_while] = ACTIONS(2455), + [anon_sym_do] = ACTIONS(2455), + [anon_sym_for] = ACTIONS(2455), + [anon_sym_return] = ACTIONS(2455), + [anon_sym_break] = ACTIONS(2455), + [anon_sym_continue] = ACTIONS(2455), + [anon_sym_goto] = ACTIONS(2455), + [anon_sym_AMP] = ACTIONS(2457), + [anon_sym_BANG] = ACTIONS(2457), + [anon_sym_TILDE] = ACTIONS(2457), + [anon_sym_PLUS] = ACTIONS(2455), + [anon_sym_DASH] = ACTIONS(2455), + [anon_sym_DASH_DASH] = ACTIONS(2457), + [anon_sym_PLUS_PLUS] = ACTIONS(2457), + [anon_sym_sizeof] = ACTIONS(2455), + [sym_number_literal] = ACTIONS(2455), + [sym_char_literal] = ACTIONS(2455), + [sym_string_literal] = ACTIONS(2457), + [sym_identifier] = ACTIONS(2459), + [sym_comment] = ACTIONS(42), + }, + [1446] = { + [sym_compound_statement] = STATE(1461), + [sym_labeled_statement] = STATE(1461), + [sym_expression_statement] = STATE(1461), + [sym_if_statement] = STATE(1461), + [sym_switch_statement] = STATE(1461), + [sym_case_statement] = STATE(1461), + [sym_while_statement] = STATE(1461), + [sym_do_statement] = STATE(1461), + [sym_for_statement] = STATE(1461), + [sym_return_statement] = STATE(1461), + [sym_break_statement] = STATE(1461), + [sym_continue_statement] = STATE(1461), + [sym_goto_statement] = STATE(1461), + [sym__expression] = STATE(1216), + [sym_comma_expression] = STATE(1217), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2477), + [anon_sym_LBRACE] = ACTIONS(2479), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2481), + [anon_sym_switch] = ACTIONS(2483), + [anon_sym_case] = ACTIONS(2485), + [anon_sym_default] = ACTIONS(2487), + [anon_sym_while] = ACTIONS(2489), + [anon_sym_do] = ACTIONS(2491), + [anon_sym_for] = ACTIONS(2493), + [anon_sym_return] = ACTIONS(2495), + [anon_sym_break] = ACTIONS(2497), + [anon_sym_continue] = ACTIONS(2499), + [anon_sym_goto] = ACTIONS(2501), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2503), + [sym_comment] = ACTIONS(42), + }, + [1447] = { + [anon_sym_COMMA] = ACTIONS(2125), + [anon_sym_RPAREN] = ACTIONS(2775), + [sym_comment] = ACTIONS(42), + }, + [1448] = { + [sym_argument_list] = STATE(392), + [aux_sym_for_statement_repeat1] = STATE(1463), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1817), + [anon_sym_RPAREN] = ACTIONS(2775), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), + }, + [1449] = { + [sym__expression] = STATE(1464), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(780), + [anon_sym_RPAREN] = ACTIONS(2775), + [anon_sym_STAR] = ACTIONS(782), + [anon_sym_AMP] = ACTIONS(782), + [anon_sym_BANG] = ACTIONS(784), + [anon_sym_TILDE] = ACTIONS(786), + [anon_sym_PLUS] = ACTIONS(788), + [anon_sym_DASH] = ACTIONS(788), + [anon_sym_DASH_DASH] = ACTIONS(790), + [anon_sym_PLUS_PLUS] = ACTIONS(790), + [anon_sym_sizeof] = ACTIONS(792), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(558), + [sym_comment] = ACTIONS(42), + }, + [1450] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2731), + [anon_sym_LPAREN] = ACTIONS(2733), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2731), + [sym_preproc_directive] = ACTIONS(2735), + [anon_sym_SEMI] = ACTIONS(2733), + [anon_sym_extern] = ACTIONS(2731), + [anon_sym_LBRACE] = ACTIONS(2733), + [anon_sym_STAR] = ACTIONS(2733), + [anon_sym_typedef] = ACTIONS(2731), + [anon_sym_static] = ACTIONS(2731), + [anon_sym_auto] = ACTIONS(2731), + [anon_sym_register] = ACTIONS(2731), + [anon_sym_const] = ACTIONS(2731), + [anon_sym_restrict] = ACTIONS(2731), + [anon_sym_volatile] = ACTIONS(2731), + [sym_function_specifier] = ACTIONS(2731), + [anon_sym_unsigned] = ACTIONS(2731), + [anon_sym_long] = ACTIONS(2731), + [anon_sym_short] = ACTIONS(2731), + [anon_sym_enum] = ACTIONS(2731), + [anon_sym_struct] = ACTIONS(2731), + [anon_sym_union] = ACTIONS(2731), + [anon_sym_if] = ACTIONS(2731), + [anon_sym_switch] = ACTIONS(2731), + [anon_sym_case] = ACTIONS(2731), + [anon_sym_default] = ACTIONS(2731), + [anon_sym_while] = ACTIONS(2731), + [anon_sym_do] = ACTIONS(2731), + [anon_sym_for] = ACTIONS(2731), + [anon_sym_return] = ACTIONS(2731), + [anon_sym_break] = ACTIONS(2731), + [anon_sym_continue] = ACTIONS(2731), + [anon_sym_goto] = ACTIONS(2731), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_BANG] = ACTIONS(2733), + [anon_sym_TILDE] = ACTIONS(2733), + [anon_sym_PLUS] = ACTIONS(2731), + [anon_sym_DASH] = ACTIONS(2731), + [anon_sym_DASH_DASH] = ACTIONS(2733), + [anon_sym_PLUS_PLUS] = ACTIONS(2733), + [anon_sym_sizeof] = ACTIONS(2731), + [sym_number_literal] = ACTIONS(2731), + [sym_char_literal] = ACTIONS(2731), + [sym_string_literal] = ACTIONS(2733), + [sym_identifier] = ACTIONS(2735), + [sym_comment] = ACTIONS(42), + }, + [1451] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2553), + [anon_sym_LPAREN] = ACTIONS(2555), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2553), + [sym_preproc_directive] = ACTIONS(2557), + [anon_sym_SEMI] = ACTIONS(2555), + [anon_sym_extern] = ACTIONS(2553), + [anon_sym_LBRACE] = ACTIONS(2555), + [anon_sym_STAR] = ACTIONS(2555), + [anon_sym_typedef] = ACTIONS(2553), + [anon_sym_static] = ACTIONS(2553), + [anon_sym_auto] = ACTIONS(2553), + [anon_sym_register] = ACTIONS(2553), + [anon_sym_const] = ACTIONS(2553), + [anon_sym_restrict] = ACTIONS(2553), + [anon_sym_volatile] = ACTIONS(2553), + [sym_function_specifier] = ACTIONS(2553), + [anon_sym_unsigned] = ACTIONS(2553), + [anon_sym_long] = ACTIONS(2553), + [anon_sym_short] = ACTIONS(2553), + [anon_sym_enum] = ACTIONS(2553), + [anon_sym_struct] = ACTIONS(2553), + [anon_sym_union] = ACTIONS(2553), + [anon_sym_if] = ACTIONS(2553), + [anon_sym_else] = ACTIONS(2553), + [anon_sym_switch] = ACTIONS(2553), + [anon_sym_case] = ACTIONS(2553), + [anon_sym_default] = ACTIONS(2553), + [anon_sym_while] = ACTIONS(2553), + [anon_sym_do] = ACTIONS(2553), + [anon_sym_for] = ACTIONS(2553), + [anon_sym_return] = ACTIONS(2553), + [anon_sym_break] = ACTIONS(2553), + [anon_sym_continue] = ACTIONS(2553), + [anon_sym_goto] = ACTIONS(2553), + [anon_sym_AMP] = ACTIONS(2555), + [anon_sym_BANG] = ACTIONS(2555), + [anon_sym_TILDE] = ACTIONS(2555), + [anon_sym_PLUS] = ACTIONS(2553), + [anon_sym_DASH] = ACTIONS(2553), + [anon_sym_DASH_DASH] = ACTIONS(2555), + [anon_sym_PLUS_PLUS] = ACTIONS(2555), + [anon_sym_sizeof] = ACTIONS(2553), + [sym_number_literal] = ACTIONS(2553), + [sym_char_literal] = ACTIONS(2553), + [sym_string_literal] = ACTIONS(2555), + [sym_identifier] = ACTIONS(2557), + [sym_comment] = ACTIONS(42), + }, + [1452] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2567), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2567), + [anon_sym_LPAREN] = ACTIONS(2569), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2567), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2567), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2567), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2567), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2567), + [sym_preproc_directive] = ACTIONS(2571), + [anon_sym_SEMI] = ACTIONS(2569), + [anon_sym_extern] = ACTIONS(2567), + [anon_sym_LBRACE] = ACTIONS(2569), + [anon_sym_STAR] = ACTIONS(2569), + [anon_sym_typedef] = ACTIONS(2567), + [anon_sym_static] = ACTIONS(2567), + [anon_sym_auto] = ACTIONS(2567), + [anon_sym_register] = ACTIONS(2567), + [anon_sym_const] = ACTIONS(2567), + [anon_sym_restrict] = ACTIONS(2567), + [anon_sym_volatile] = ACTIONS(2567), + [sym_function_specifier] = ACTIONS(2567), + [anon_sym_unsigned] = ACTIONS(2567), + [anon_sym_long] = ACTIONS(2567), + [anon_sym_short] = ACTIONS(2567), + [anon_sym_enum] = ACTIONS(2567), + [anon_sym_struct] = ACTIONS(2567), + [anon_sym_union] = ACTIONS(2567), + [anon_sym_if] = ACTIONS(2567), + [anon_sym_else] = ACTIONS(2567), + [anon_sym_switch] = ACTIONS(2567), + [anon_sym_case] = ACTIONS(2567), + [anon_sym_default] = ACTIONS(2567), + [anon_sym_while] = ACTIONS(2567), + [anon_sym_do] = ACTIONS(2567), + [anon_sym_for] = ACTIONS(2567), + [anon_sym_return] = ACTIONS(2567), + [anon_sym_break] = ACTIONS(2567), + [anon_sym_continue] = ACTIONS(2567), + [anon_sym_goto] = ACTIONS(2567), + [anon_sym_AMP] = ACTIONS(2569), + [anon_sym_BANG] = ACTIONS(2569), + [anon_sym_TILDE] = ACTIONS(2569), + [anon_sym_PLUS] = ACTIONS(2567), + [anon_sym_DASH] = ACTIONS(2567), + [anon_sym_DASH_DASH] = ACTIONS(2569), + [anon_sym_PLUS_PLUS] = ACTIONS(2569), + [anon_sym_sizeof] = ACTIONS(2567), + [sym_number_literal] = ACTIONS(2567), + [sym_char_literal] = ACTIONS(2567), + [sym_string_literal] = ACTIONS(2569), + [sym_identifier] = ACTIONS(2571), + [sym_comment] = ACTIONS(42), + }, + [1453] = { + [sym_compound_statement] = STATE(1465), + [sym_labeled_statement] = STATE(1465), + [sym_expression_statement] = STATE(1465), + [sym_if_statement] = STATE(1465), + [sym_switch_statement] = STATE(1465), + [sym_case_statement] = STATE(1465), + [sym_while_statement] = STATE(1465), + [sym_do_statement] = STATE(1465), + [sym_for_statement] = STATE(1465), + [sym_return_statement] = STATE(1465), + [sym_break_statement] = STATE(1465), + [sym_continue_statement] = STATE(1465), + [sym_goto_statement] = STATE(1465), + [sym__expression] = STATE(1155), + [sym_comma_expression] = STATE(1156), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2381), + [anon_sym_LBRACE] = ACTIONS(2383), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2385), + [anon_sym_switch] = ACTIONS(2387), + [anon_sym_case] = ACTIONS(2389), + [anon_sym_default] = ACTIONS(2391), + [anon_sym_while] = ACTIONS(2393), + [anon_sym_do] = ACTIONS(2395), + [anon_sym_for] = ACTIONS(2397), + [anon_sym_return] = ACTIONS(2399), + [anon_sym_break] = ACTIONS(2401), + [anon_sym_continue] = ACTIONS(2403), + [anon_sym_goto] = ACTIONS(2405), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2407), + [sym_comment] = ACTIONS(42), + }, + [1454] = { + [anon_sym_COMMA] = ACTIONS(2125), + [anon_sym_RPAREN] = ACTIONS(2777), + [sym_comment] = ACTIONS(42), + }, + [1455] = { + [sym_argument_list] = STATE(392), + [aux_sym_for_statement_repeat1] = STATE(1467), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1817), + [anon_sym_RPAREN] = ACTIONS(2777), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), + }, + [1456] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2695), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(2697), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2695), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2695), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2695), + [sym_preproc_directive] = ACTIONS(2699), + [anon_sym_SEMI] = ACTIONS(2697), + [anon_sym_extern] = ACTIONS(2695), + [anon_sym_LBRACE] = ACTIONS(2697), + [anon_sym_RBRACE] = ACTIONS(2697), + [anon_sym_STAR] = ACTIONS(2697), + [anon_sym_typedef] = ACTIONS(2695), + [anon_sym_static] = ACTIONS(2695), + [anon_sym_auto] = ACTIONS(2695), + [anon_sym_register] = ACTIONS(2695), + [anon_sym_const] = ACTIONS(2695), + [anon_sym_restrict] = ACTIONS(2695), + [anon_sym_volatile] = ACTIONS(2695), + [sym_function_specifier] = ACTIONS(2695), + [anon_sym_unsigned] = ACTIONS(2695), + [anon_sym_long] = ACTIONS(2695), + [anon_sym_short] = ACTIONS(2695), + [anon_sym_enum] = ACTIONS(2695), + [anon_sym_struct] = ACTIONS(2695), + [anon_sym_union] = ACTIONS(2695), + [anon_sym_if] = ACTIONS(2695), + [anon_sym_else] = ACTIONS(2695), + [anon_sym_switch] = ACTIONS(2695), + [anon_sym_case] = ACTIONS(2695), + [anon_sym_default] = ACTIONS(2695), + [anon_sym_while] = ACTIONS(2695), + [anon_sym_do] = ACTIONS(2695), + [anon_sym_for] = ACTIONS(2695), + [anon_sym_return] = ACTIONS(2695), + [anon_sym_break] = ACTIONS(2695), + [anon_sym_continue] = ACTIONS(2695), + [anon_sym_goto] = ACTIONS(2695), + [anon_sym_AMP] = ACTIONS(2697), + [anon_sym_BANG] = ACTIONS(2697), + [anon_sym_TILDE] = ACTIONS(2697), + [anon_sym_PLUS] = ACTIONS(2695), + [anon_sym_DASH] = ACTIONS(2695), + [anon_sym_DASH_DASH] = ACTIONS(2697), + [anon_sym_PLUS_PLUS] = ACTIONS(2697), + [anon_sym_sizeof] = ACTIONS(2695), + [sym_number_literal] = ACTIONS(2695), + [sym_char_literal] = ACTIONS(2695), + [sym_string_literal] = ACTIONS(2697), + [sym_identifier] = ACTIONS(2699), + [sym_comment] = ACTIONS(42), + }, + [1457] = { + [sym_compound_statement] = STATE(1468), + [sym_labeled_statement] = STATE(1468), + [sym_expression_statement] = STATE(1468), + [sym_if_statement] = STATE(1468), + [sym_switch_statement] = STATE(1468), + [sym_case_statement] = STATE(1468), + [sym_while_statement] = STATE(1468), + [sym_do_statement] = STATE(1468), + [sym_for_statement] = STATE(1468), + [sym_return_statement] = STATE(1468), + [sym_break_statement] = STATE(1468), + [sym_continue_statement] = STATE(1468), + [sym_goto_statement] = STATE(1468), + [sym__expression] = STATE(980), + [sym_comma_expression] = STATE(981), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2059), + [anon_sym_LBRACE] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2063), + [anon_sym_switch] = ACTIONS(2065), + [anon_sym_case] = ACTIONS(2067), + [anon_sym_default] = ACTIONS(2069), + [anon_sym_while] = ACTIONS(2071), + [anon_sym_do] = ACTIONS(2073), + [anon_sym_for] = ACTIONS(2075), + [anon_sym_return] = ACTIONS(2077), + [anon_sym_break] = ACTIONS(2079), + [anon_sym_continue] = ACTIONS(2081), + [anon_sym_goto] = ACTIONS(2083), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2085), + [sym_comment] = ACTIONS(42), + }, + [1458] = { + [sym_compound_statement] = STATE(1456), + [sym_labeled_statement] = STATE(1456), + [sym_expression_statement] = STATE(1456), + [sym_if_statement] = STATE(1456), + [sym_switch_statement] = STATE(1456), + [sym_case_statement] = STATE(1456), + [sym_while_statement] = STATE(1456), + [sym_do_statement] = STATE(1456), + [sym_for_statement] = STATE(1456), + [sym_return_statement] = STATE(1456), + [sym_break_statement] = STATE(1456), + [sym_continue_statement] = STATE(1456), + [sym_goto_statement] = STATE(1456), + [sym__expression] = STATE(980), + [sym_comma_expression] = STATE(981), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2059), + [anon_sym_LBRACE] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2303), + [anon_sym_switch] = ACTIONS(2305), + [anon_sym_case] = ACTIONS(2307), + [anon_sym_default] = ACTIONS(2309), + [anon_sym_while] = ACTIONS(2311), + [anon_sym_do] = ACTIONS(2073), + [anon_sym_for] = ACTIONS(2313), + [anon_sym_return] = ACTIONS(2077), + [anon_sym_break] = ACTIONS(2079), + [anon_sym_continue] = ACTIONS(2081), + [anon_sym_goto] = ACTIONS(2083), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2315), + [sym_comment] = ACTIONS(42), + }, + [1459] = { + [anon_sym_COMMA] = ACTIONS(2125), + [anon_sym_RPAREN] = ACTIONS(2779), + [sym_comment] = ACTIONS(42), + }, + [1460] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2553), + [anon_sym_LPAREN] = ACTIONS(2555), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2553), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2553), + [sym_preproc_directive] = ACTIONS(2557), + [anon_sym_SEMI] = ACTIONS(2555), + [anon_sym_extern] = ACTIONS(2553), + [anon_sym_LBRACE] = ACTIONS(2555), + [anon_sym_STAR] = ACTIONS(2555), + [anon_sym_typedef] = ACTIONS(2553), + [anon_sym_static] = ACTIONS(2553), + [anon_sym_auto] = ACTIONS(2553), + [anon_sym_register] = ACTIONS(2553), + [anon_sym_const] = ACTIONS(2553), + [anon_sym_restrict] = ACTIONS(2553), + [anon_sym_volatile] = ACTIONS(2553), + [sym_function_specifier] = ACTIONS(2553), + [anon_sym_unsigned] = ACTIONS(2553), + [anon_sym_long] = ACTIONS(2553), + [anon_sym_short] = ACTIONS(2553), + [anon_sym_enum] = ACTIONS(2553), + [anon_sym_struct] = ACTIONS(2553), + [anon_sym_union] = ACTIONS(2553), + [anon_sym_if] = ACTIONS(2553), + [anon_sym_else] = ACTIONS(2553), + [anon_sym_switch] = ACTIONS(2553), + [anon_sym_case] = ACTIONS(2553), + [anon_sym_default] = ACTIONS(2553), + [anon_sym_while] = ACTIONS(2553), + [anon_sym_do] = ACTIONS(2553), + [anon_sym_for] = ACTIONS(2553), + [anon_sym_return] = ACTIONS(2553), + [anon_sym_break] = ACTIONS(2553), + [anon_sym_continue] = ACTIONS(2553), + [anon_sym_goto] = ACTIONS(2553), + [anon_sym_AMP] = ACTIONS(2555), + [anon_sym_BANG] = ACTIONS(2555), + [anon_sym_TILDE] = ACTIONS(2555), + [anon_sym_PLUS] = ACTIONS(2553), + [anon_sym_DASH] = ACTIONS(2553), + [anon_sym_DASH_DASH] = ACTIONS(2555), + [anon_sym_PLUS_PLUS] = ACTIONS(2555), + [anon_sym_sizeof] = ACTIONS(2553), + [sym_number_literal] = ACTIONS(2553), + [sym_char_literal] = ACTIONS(2553), + [sym_string_literal] = ACTIONS(2555), + [sym_identifier] = ACTIONS(2557), + [sym_comment] = ACTIONS(42), + }, + [1461] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2567), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2567), + [anon_sym_LPAREN] = ACTIONS(2569), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2567), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2567), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2567), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2567), + [sym_preproc_directive] = ACTIONS(2571), + [anon_sym_SEMI] = ACTIONS(2569), + [anon_sym_extern] = ACTIONS(2567), + [anon_sym_LBRACE] = ACTIONS(2569), + [anon_sym_STAR] = ACTIONS(2569), + [anon_sym_typedef] = ACTIONS(2567), + [anon_sym_static] = ACTIONS(2567), + [anon_sym_auto] = ACTIONS(2567), + [anon_sym_register] = ACTIONS(2567), + [anon_sym_const] = ACTIONS(2567), + [anon_sym_restrict] = ACTIONS(2567), + [anon_sym_volatile] = ACTIONS(2567), + [sym_function_specifier] = ACTIONS(2567), + [anon_sym_unsigned] = ACTIONS(2567), + [anon_sym_long] = ACTIONS(2567), + [anon_sym_short] = ACTIONS(2567), + [anon_sym_enum] = ACTIONS(2567), + [anon_sym_struct] = ACTIONS(2567), + [anon_sym_union] = ACTIONS(2567), + [anon_sym_if] = ACTIONS(2567), + [anon_sym_else] = ACTIONS(2567), + [anon_sym_switch] = ACTIONS(2567), + [anon_sym_case] = ACTIONS(2567), + [anon_sym_default] = ACTIONS(2567), + [anon_sym_while] = ACTIONS(2567), + [anon_sym_do] = ACTIONS(2567), + [anon_sym_for] = ACTIONS(2567), + [anon_sym_return] = ACTIONS(2567), + [anon_sym_break] = ACTIONS(2567), + [anon_sym_continue] = ACTIONS(2567), + [anon_sym_goto] = ACTIONS(2567), + [anon_sym_AMP] = ACTIONS(2569), + [anon_sym_BANG] = ACTIONS(2569), + [anon_sym_TILDE] = ACTIONS(2569), + [anon_sym_PLUS] = ACTIONS(2567), + [anon_sym_DASH] = ACTIONS(2567), + [anon_sym_DASH_DASH] = ACTIONS(2569), + [anon_sym_PLUS_PLUS] = ACTIONS(2569), + [anon_sym_sizeof] = ACTIONS(2567), + [sym_number_literal] = ACTIONS(2567), + [sym_char_literal] = ACTIONS(2567), + [sym_string_literal] = ACTIONS(2569), + [sym_identifier] = ACTIONS(2571), + [sym_comment] = ACTIONS(42), + }, + [1462] = { + [sym_compound_statement] = STATE(1470), + [sym_labeled_statement] = STATE(1470), + [sym_expression_statement] = STATE(1470), + [sym_if_statement] = STATE(1470), + [sym_switch_statement] = STATE(1470), + [sym_case_statement] = STATE(1470), + [sym_while_statement] = STATE(1470), + [sym_do_statement] = STATE(1470), + [sym_for_statement] = STATE(1470), + [sym_return_statement] = STATE(1470), + [sym_break_statement] = STATE(1470), + [sym_continue_statement] = STATE(1470), + [sym_goto_statement] = STATE(1470), + [sym__expression] = STATE(1216), + [sym_comma_expression] = STATE(1217), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2477), + [anon_sym_LBRACE] = ACTIONS(2479), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2481), + [anon_sym_switch] = ACTIONS(2483), + [anon_sym_case] = ACTIONS(2485), + [anon_sym_default] = ACTIONS(2487), + [anon_sym_while] = ACTIONS(2489), + [anon_sym_do] = ACTIONS(2491), + [anon_sym_for] = ACTIONS(2493), + [anon_sym_return] = ACTIONS(2495), + [anon_sym_break] = ACTIONS(2497), + [anon_sym_continue] = ACTIONS(2499), + [anon_sym_goto] = ACTIONS(2501), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2503), + [sym_comment] = ACTIONS(42), + }, + [1463] = { + [anon_sym_COMMA] = ACTIONS(2125), + [anon_sym_RPAREN] = ACTIONS(2781), + [sym_comment] = ACTIONS(42), + }, + [1464] = { + [sym_argument_list] = STATE(392), + [aux_sym_for_statement_repeat1] = STATE(1472), + [anon_sym_LPAREN] = ACTIONS(904), + [anon_sym_COMMA] = ACTIONS(1817), + [anon_sym_RPAREN] = ACTIONS(2781), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(912), + [anon_sym_EQ] = ACTIONS(1239), + [anon_sym_QMARK] = ACTIONS(1241), + [anon_sym_STAR_EQ] = ACTIONS(1243), + [anon_sym_SLASH_EQ] = ACTIONS(1243), + [anon_sym_PERCENT_EQ] = ACTIONS(1243), + [anon_sym_PLUS_EQ] = ACTIONS(1243), + [anon_sym_DASH_EQ] = ACTIONS(1243), + [anon_sym_LT_LT_EQ] = ACTIONS(1243), + [anon_sym_GT_GT_EQ] = ACTIONS(1243), + [anon_sym_AMP_EQ] = ACTIONS(1243), + [anon_sym_CARET_EQ] = ACTIONS(1243), + [anon_sym_PIPE_EQ] = ACTIONS(1243), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_PIPE_PIPE] = ACTIONS(1247), + [anon_sym_AMP_AMP] = ACTIONS(1249), + [anon_sym_PIPE] = ACTIONS(1251), + [anon_sym_CARET] = ACTIONS(1253), + [anon_sym_EQ_EQ] = ACTIONS(1255), + [anon_sym_BANG_EQ] = ACTIONS(1255), + [anon_sym_LT] = ACTIONS(1257), + [anon_sym_GT] = ACTIONS(1257), + [anon_sym_LT_EQ] = ACTIONS(1259), + [anon_sym_GT_EQ] = ACTIONS(1259), + [anon_sym_LT_LT] = ACTIONS(1261), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_SLASH] = ACTIONS(1237), + [anon_sym_PERCENT] = ACTIONS(1237), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_DOT] = ACTIONS(942), + [anon_sym_DASH_GT] = ACTIONS(942), + [sym_comment] = ACTIONS(42), + }, + [1465] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2641), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2641), + [anon_sym_LPAREN] = ACTIONS(2643), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2641), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2641), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2641), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2641), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2641), + [sym_preproc_directive] = ACTIONS(2645), + [anon_sym_SEMI] = ACTIONS(2643), + [anon_sym_extern] = ACTIONS(2641), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_STAR] = ACTIONS(2643), + [anon_sym_typedef] = ACTIONS(2641), + [anon_sym_static] = ACTIONS(2641), + [anon_sym_auto] = ACTIONS(2641), + [anon_sym_register] = ACTIONS(2641), + [anon_sym_const] = ACTIONS(2641), + [anon_sym_restrict] = ACTIONS(2641), + [anon_sym_volatile] = ACTIONS(2641), + [sym_function_specifier] = ACTIONS(2641), + [anon_sym_unsigned] = ACTIONS(2641), + [anon_sym_long] = ACTIONS(2641), + [anon_sym_short] = ACTIONS(2641), + [anon_sym_enum] = ACTIONS(2641), + [anon_sym_struct] = ACTIONS(2641), + [anon_sym_union] = ACTIONS(2641), + [anon_sym_if] = ACTIONS(2641), + [anon_sym_else] = ACTIONS(2641), + [anon_sym_switch] = ACTIONS(2641), + [anon_sym_case] = ACTIONS(2641), + [anon_sym_default] = ACTIONS(2641), + [anon_sym_while] = ACTIONS(2641), + [anon_sym_do] = ACTIONS(2641), + [anon_sym_for] = ACTIONS(2641), + [anon_sym_return] = ACTIONS(2641), + [anon_sym_break] = ACTIONS(2641), + [anon_sym_continue] = ACTIONS(2641), + [anon_sym_goto] = ACTIONS(2641), + [anon_sym_AMP] = ACTIONS(2643), + [anon_sym_BANG] = ACTIONS(2643), + [anon_sym_TILDE] = ACTIONS(2643), + [anon_sym_PLUS] = ACTIONS(2641), + [anon_sym_DASH] = ACTIONS(2641), + [anon_sym_DASH_DASH] = ACTIONS(2643), + [anon_sym_PLUS_PLUS] = ACTIONS(2643), + [anon_sym_sizeof] = ACTIONS(2641), + [sym_number_literal] = ACTIONS(2641), + [sym_char_literal] = ACTIONS(2641), + [sym_string_literal] = ACTIONS(2643), + [sym_identifier] = ACTIONS(2645), + [sym_comment] = ACTIONS(42), + }, + [1466] = { + [sym_compound_statement] = STATE(1473), + [sym_labeled_statement] = STATE(1473), + [sym_expression_statement] = STATE(1473), + [sym_if_statement] = STATE(1473), + [sym_switch_statement] = STATE(1473), + [sym_case_statement] = STATE(1473), + [sym_while_statement] = STATE(1473), + [sym_do_statement] = STATE(1473), + [sym_for_statement] = STATE(1473), + [sym_return_statement] = STATE(1473), + [sym_break_statement] = STATE(1473), + [sym_continue_statement] = STATE(1473), + [sym_goto_statement] = STATE(1473), + [sym__expression] = STATE(1155), + [sym_comma_expression] = STATE(1156), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2381), + [anon_sym_LBRACE] = ACTIONS(2383), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2385), + [anon_sym_switch] = ACTIONS(2387), + [anon_sym_case] = ACTIONS(2389), + [anon_sym_default] = ACTIONS(2391), + [anon_sym_while] = ACTIONS(2393), + [anon_sym_do] = ACTIONS(2395), + [anon_sym_for] = ACTIONS(2397), + [anon_sym_return] = ACTIONS(2399), + [anon_sym_break] = ACTIONS(2401), + [anon_sym_continue] = ACTIONS(2403), + [anon_sym_goto] = ACTIONS(2405), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2407), + [sym_comment] = ACTIONS(42), + }, + [1467] = { + [anon_sym_COMMA] = ACTIONS(2125), + [anon_sym_RPAREN] = ACTIONS(2783), + [sym_comment] = ACTIONS(42), + }, + [1468] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2731), + [anon_sym_LPAREN] = ACTIONS(2733), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2731), + [sym_preproc_directive] = ACTIONS(2735), + [anon_sym_SEMI] = ACTIONS(2733), + [anon_sym_extern] = ACTIONS(2731), + [anon_sym_LBRACE] = ACTIONS(2733), + [anon_sym_RBRACE] = ACTIONS(2733), + [anon_sym_STAR] = ACTIONS(2733), + [anon_sym_typedef] = ACTIONS(2731), + [anon_sym_static] = ACTIONS(2731), + [anon_sym_auto] = ACTIONS(2731), + [anon_sym_register] = ACTIONS(2731), + [anon_sym_const] = ACTIONS(2731), + [anon_sym_restrict] = ACTIONS(2731), + [anon_sym_volatile] = ACTIONS(2731), + [sym_function_specifier] = ACTIONS(2731), + [anon_sym_unsigned] = ACTIONS(2731), + [anon_sym_long] = ACTIONS(2731), + [anon_sym_short] = ACTIONS(2731), + [anon_sym_enum] = ACTIONS(2731), + [anon_sym_struct] = ACTIONS(2731), + [anon_sym_union] = ACTIONS(2731), + [anon_sym_if] = ACTIONS(2731), + [anon_sym_else] = ACTIONS(2731), + [anon_sym_switch] = ACTIONS(2731), + [anon_sym_case] = ACTIONS(2731), + [anon_sym_default] = ACTIONS(2731), + [anon_sym_while] = ACTIONS(2731), + [anon_sym_do] = ACTIONS(2731), + [anon_sym_for] = ACTIONS(2731), + [anon_sym_return] = ACTIONS(2731), + [anon_sym_break] = ACTIONS(2731), + [anon_sym_continue] = ACTIONS(2731), + [anon_sym_goto] = ACTIONS(2731), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_BANG] = ACTIONS(2733), + [anon_sym_TILDE] = ACTIONS(2733), + [anon_sym_PLUS] = ACTIONS(2731), + [anon_sym_DASH] = ACTIONS(2731), + [anon_sym_DASH_DASH] = ACTIONS(2733), + [anon_sym_PLUS_PLUS] = ACTIONS(2733), + [anon_sym_sizeof] = ACTIONS(2731), + [sym_number_literal] = ACTIONS(2731), + [sym_char_literal] = ACTIONS(2731), + [sym_string_literal] = ACTIONS(2733), + [sym_identifier] = ACTIONS(2735), + [sym_comment] = ACTIONS(42), + }, + [1469] = { + [sym_compound_statement] = STATE(1468), + [sym_labeled_statement] = STATE(1468), + [sym_expression_statement] = STATE(1468), + [sym_if_statement] = STATE(1468), + [sym_switch_statement] = STATE(1468), + [sym_case_statement] = STATE(1468), + [sym_while_statement] = STATE(1468), + [sym_do_statement] = STATE(1468), + [sym_for_statement] = STATE(1468), + [sym_return_statement] = STATE(1468), + [sym_break_statement] = STATE(1468), + [sym_continue_statement] = STATE(1468), + [sym_goto_statement] = STATE(1468), + [sym__expression] = STATE(980), + [sym_comma_expression] = STATE(981), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2059), + [anon_sym_LBRACE] = ACTIONS(2061), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2303), + [anon_sym_switch] = ACTIONS(2305), + [anon_sym_case] = ACTIONS(2307), + [anon_sym_default] = ACTIONS(2309), + [anon_sym_while] = ACTIONS(2311), + [anon_sym_do] = ACTIONS(2073), + [anon_sym_for] = ACTIONS(2313), + [anon_sym_return] = ACTIONS(2077), + [anon_sym_break] = ACTIONS(2079), + [anon_sym_continue] = ACTIONS(2081), + [anon_sym_goto] = ACTIONS(2083), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2315), + [sym_comment] = ACTIONS(42), + }, + [1470] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2641), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2641), + [anon_sym_LPAREN] = ACTIONS(2643), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2641), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2641), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2641), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2641), + [sym_preproc_directive] = ACTIONS(2645), + [anon_sym_SEMI] = ACTIONS(2643), + [anon_sym_extern] = ACTIONS(2641), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_STAR] = ACTIONS(2643), + [anon_sym_typedef] = ACTIONS(2641), + [anon_sym_static] = ACTIONS(2641), + [anon_sym_auto] = ACTIONS(2641), + [anon_sym_register] = ACTIONS(2641), + [anon_sym_const] = ACTIONS(2641), + [anon_sym_restrict] = ACTIONS(2641), + [anon_sym_volatile] = ACTIONS(2641), + [sym_function_specifier] = ACTIONS(2641), + [anon_sym_unsigned] = ACTIONS(2641), + [anon_sym_long] = ACTIONS(2641), + [anon_sym_short] = ACTIONS(2641), + [anon_sym_enum] = ACTIONS(2641), + [anon_sym_struct] = ACTIONS(2641), + [anon_sym_union] = ACTIONS(2641), + [anon_sym_if] = ACTIONS(2641), + [anon_sym_else] = ACTIONS(2641), + [anon_sym_switch] = ACTIONS(2641), + [anon_sym_case] = ACTIONS(2641), + [anon_sym_default] = ACTIONS(2641), + [anon_sym_while] = ACTIONS(2641), + [anon_sym_do] = ACTIONS(2641), + [anon_sym_for] = ACTIONS(2641), + [anon_sym_return] = ACTIONS(2641), + [anon_sym_break] = ACTIONS(2641), + [anon_sym_continue] = ACTIONS(2641), + [anon_sym_goto] = ACTIONS(2641), + [anon_sym_AMP] = ACTIONS(2643), + [anon_sym_BANG] = ACTIONS(2643), + [anon_sym_TILDE] = ACTIONS(2643), + [anon_sym_PLUS] = ACTIONS(2641), + [anon_sym_DASH] = ACTIONS(2641), + [anon_sym_DASH_DASH] = ACTIONS(2643), + [anon_sym_PLUS_PLUS] = ACTIONS(2643), + [anon_sym_sizeof] = ACTIONS(2641), + [sym_number_literal] = ACTIONS(2641), + [sym_char_literal] = ACTIONS(2641), + [sym_string_literal] = ACTIONS(2643), + [sym_identifier] = ACTIONS(2645), + [sym_comment] = ACTIONS(42), + }, + [1471] = { + [sym_compound_statement] = STATE(1475), + [sym_labeled_statement] = STATE(1475), + [sym_expression_statement] = STATE(1475), + [sym_if_statement] = STATE(1475), + [sym_switch_statement] = STATE(1475), + [sym_case_statement] = STATE(1475), + [sym_while_statement] = STATE(1475), + [sym_do_statement] = STATE(1475), + [sym_for_statement] = STATE(1475), + [sym_return_statement] = STATE(1475), + [sym_break_statement] = STATE(1475), + [sym_continue_statement] = STATE(1475), + [sym_goto_statement] = STATE(1475), + [sym__expression] = STATE(1216), + [sym_comma_expression] = STATE(1217), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2477), + [anon_sym_LBRACE] = ACTIONS(2479), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2481), + [anon_sym_switch] = ACTIONS(2483), + [anon_sym_case] = ACTIONS(2485), + [anon_sym_default] = ACTIONS(2487), + [anon_sym_while] = ACTIONS(2489), + [anon_sym_do] = ACTIONS(2491), + [anon_sym_for] = ACTIONS(2493), + [anon_sym_return] = ACTIONS(2495), + [anon_sym_break] = ACTIONS(2497), + [anon_sym_continue] = ACTIONS(2499), + [anon_sym_goto] = ACTIONS(2501), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2503), + [sym_comment] = ACTIONS(42), + }, + [1472] = { + [anon_sym_COMMA] = ACTIONS(2125), + [anon_sym_RPAREN] = ACTIONS(2785), + [sym_comment] = ACTIONS(42), + }, + [1473] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2695), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(2697), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2695), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2695), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2695), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2695), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2695), + [sym_preproc_directive] = ACTIONS(2699), + [anon_sym_SEMI] = ACTIONS(2697), + [anon_sym_extern] = ACTIONS(2695), + [anon_sym_LBRACE] = ACTIONS(2697), + [anon_sym_STAR] = ACTIONS(2697), + [anon_sym_typedef] = ACTIONS(2695), + [anon_sym_static] = ACTIONS(2695), + [anon_sym_auto] = ACTIONS(2695), + [anon_sym_register] = ACTIONS(2695), + [anon_sym_const] = ACTIONS(2695), + [anon_sym_restrict] = ACTIONS(2695), + [anon_sym_volatile] = ACTIONS(2695), + [sym_function_specifier] = ACTIONS(2695), + [anon_sym_unsigned] = ACTIONS(2695), + [anon_sym_long] = ACTIONS(2695), + [anon_sym_short] = ACTIONS(2695), + [anon_sym_enum] = ACTIONS(2695), + [anon_sym_struct] = ACTIONS(2695), + [anon_sym_union] = ACTIONS(2695), + [anon_sym_if] = ACTIONS(2695), + [anon_sym_else] = ACTIONS(2695), + [anon_sym_switch] = ACTIONS(2695), + [anon_sym_case] = ACTIONS(2695), + [anon_sym_default] = ACTIONS(2695), + [anon_sym_while] = ACTIONS(2695), + [anon_sym_do] = ACTIONS(2695), + [anon_sym_for] = ACTIONS(2695), + [anon_sym_return] = ACTIONS(2695), + [anon_sym_break] = ACTIONS(2695), + [anon_sym_continue] = ACTIONS(2695), + [anon_sym_goto] = ACTIONS(2695), + [anon_sym_AMP] = ACTIONS(2697), + [anon_sym_BANG] = ACTIONS(2697), + [anon_sym_TILDE] = ACTIONS(2697), + [anon_sym_PLUS] = ACTIONS(2695), + [anon_sym_DASH] = ACTIONS(2695), + [anon_sym_DASH_DASH] = ACTIONS(2697), + [anon_sym_PLUS_PLUS] = ACTIONS(2697), + [anon_sym_sizeof] = ACTIONS(2695), + [sym_number_literal] = ACTIONS(2695), + [sym_char_literal] = ACTIONS(2695), + [sym_string_literal] = ACTIONS(2697), + [sym_identifier] = ACTIONS(2699), + [sym_comment] = ACTIONS(42), + }, + [1474] = { + [sym_compound_statement] = STATE(1477), + [sym_labeled_statement] = STATE(1477), + [sym_expression_statement] = STATE(1477), + [sym_if_statement] = STATE(1477), + [sym_switch_statement] = STATE(1477), + [sym_case_statement] = STATE(1477), + [sym_while_statement] = STATE(1477), + [sym_do_statement] = STATE(1477), + [sym_for_statement] = STATE(1477), + [sym_return_statement] = STATE(1477), + [sym_break_statement] = STATE(1477), + [sym_continue_statement] = STATE(1477), + [sym_goto_statement] = STATE(1477), + [sym__expression] = STATE(1155), + [sym_comma_expression] = STATE(1156), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2381), + [anon_sym_LBRACE] = ACTIONS(2383), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2385), + [anon_sym_switch] = ACTIONS(2387), + [anon_sym_case] = ACTIONS(2389), + [anon_sym_default] = ACTIONS(2391), + [anon_sym_while] = ACTIONS(2393), + [anon_sym_do] = ACTIONS(2395), + [anon_sym_for] = ACTIONS(2397), + [anon_sym_return] = ACTIONS(2399), + [anon_sym_break] = ACTIONS(2401), + [anon_sym_continue] = ACTIONS(2403), + [anon_sym_goto] = ACTIONS(2405), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2407), + [sym_comment] = ACTIONS(42), + }, + [1475] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2695), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2695), + [anon_sym_LPAREN] = ACTIONS(2697), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2695), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2695), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2695), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2695), + [sym_preproc_directive] = ACTIONS(2699), + [anon_sym_SEMI] = ACTIONS(2697), + [anon_sym_extern] = ACTIONS(2695), + [anon_sym_LBRACE] = ACTIONS(2697), + [anon_sym_STAR] = ACTIONS(2697), + [anon_sym_typedef] = ACTIONS(2695), + [anon_sym_static] = ACTIONS(2695), + [anon_sym_auto] = ACTIONS(2695), + [anon_sym_register] = ACTIONS(2695), + [anon_sym_const] = ACTIONS(2695), + [anon_sym_restrict] = ACTIONS(2695), + [anon_sym_volatile] = ACTIONS(2695), + [sym_function_specifier] = ACTIONS(2695), + [anon_sym_unsigned] = ACTIONS(2695), + [anon_sym_long] = ACTIONS(2695), + [anon_sym_short] = ACTIONS(2695), + [anon_sym_enum] = ACTIONS(2695), + [anon_sym_struct] = ACTIONS(2695), + [anon_sym_union] = ACTIONS(2695), + [anon_sym_if] = ACTIONS(2695), + [anon_sym_else] = ACTIONS(2695), + [anon_sym_switch] = ACTIONS(2695), + [anon_sym_case] = ACTIONS(2695), + [anon_sym_default] = ACTIONS(2695), + [anon_sym_while] = ACTIONS(2695), + [anon_sym_do] = ACTIONS(2695), + [anon_sym_for] = ACTIONS(2695), + [anon_sym_return] = ACTIONS(2695), + [anon_sym_break] = ACTIONS(2695), + [anon_sym_continue] = ACTIONS(2695), + [anon_sym_goto] = ACTIONS(2695), + [anon_sym_AMP] = ACTIONS(2697), + [anon_sym_BANG] = ACTIONS(2697), + [anon_sym_TILDE] = ACTIONS(2697), + [anon_sym_PLUS] = ACTIONS(2695), + [anon_sym_DASH] = ACTIONS(2695), + [anon_sym_DASH_DASH] = ACTIONS(2697), + [anon_sym_PLUS_PLUS] = ACTIONS(2697), + [anon_sym_sizeof] = ACTIONS(2695), + [sym_number_literal] = ACTIONS(2695), + [sym_char_literal] = ACTIONS(2695), + [sym_string_literal] = ACTIONS(2697), + [sym_identifier] = ACTIONS(2699), + [sym_comment] = ACTIONS(42), + }, + [1476] = { + [sym_compound_statement] = STATE(1478), + [sym_labeled_statement] = STATE(1478), + [sym_expression_statement] = STATE(1478), + [sym_if_statement] = STATE(1478), + [sym_switch_statement] = STATE(1478), + [sym_case_statement] = STATE(1478), + [sym_while_statement] = STATE(1478), + [sym_do_statement] = STATE(1478), + [sym_for_statement] = STATE(1478), + [sym_return_statement] = STATE(1478), + [sym_break_statement] = STATE(1478), + [sym_continue_statement] = STATE(1478), + [sym_goto_statement] = STATE(1478), + [sym__expression] = STATE(1216), + [sym_comma_expression] = STATE(1217), + [sym_conditional_expression] = STATE(206), + [sym_assignment_expression] = STATE(206), + [sym_pointer_expression] = STATE(206), + [sym_logical_expression] = STATE(206), + [sym_bitwise_expression] = STATE(206), + [sym_equality_expression] = STATE(206), + [sym_relational_expression] = STATE(206), + [sym_shift_expression] = STATE(206), + [sym_math_expression] = STATE(206), + [sym_cast_expression] = STATE(206), + [sym_sizeof_expression] = STATE(206), + [sym_subscript_expression] = STATE(206), + [sym_call_expression] = STATE(206), + [sym_field_expression] = STATE(206), + [sym_compound_literal_expression] = STATE(206), + [sym_parenthesized_expression] = STATE(206), + [sym_concatenated_string] = STATE(206), + [anon_sym_LPAREN] = ACTIONS(474), + [anon_sym_SEMI] = ACTIONS(2477), + [anon_sym_LBRACE] = ACTIONS(2479), + [anon_sym_STAR] = ACTIONS(490), + [anon_sym_if] = ACTIONS(2481), + [anon_sym_switch] = ACTIONS(2483), + [anon_sym_case] = ACTIONS(2485), + [anon_sym_default] = ACTIONS(2487), + [anon_sym_while] = ACTIONS(2489), + [anon_sym_do] = ACTIONS(2491), + [anon_sym_for] = ACTIONS(2493), + [anon_sym_return] = ACTIONS(2495), + [anon_sym_break] = ACTIONS(2497), + [anon_sym_continue] = ACTIONS(2499), + [anon_sym_goto] = ACTIONS(2501), + [anon_sym_AMP] = ACTIONS(490), + [anon_sym_BANG] = ACTIONS(514), + [anon_sym_TILDE] = ACTIONS(516), + [anon_sym_PLUS] = ACTIONS(518), + [anon_sym_DASH] = ACTIONS(518), + [anon_sym_DASH_DASH] = ACTIONS(520), + [anon_sym_PLUS_PLUS] = ACTIONS(520), + [anon_sym_sizeof] = ACTIONS(522), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(526), + [sym_identifier] = ACTIONS(2503), + [sym_comment] = ACTIONS(42), + }, + [1477] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2731), + [anon_sym_LPAREN] = ACTIONS(2733), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2731), + [sym_preproc_directive] = ACTIONS(2735), + [anon_sym_SEMI] = ACTIONS(2733), + [anon_sym_extern] = ACTIONS(2731), + [anon_sym_LBRACE] = ACTIONS(2733), + [anon_sym_STAR] = ACTIONS(2733), + [anon_sym_typedef] = ACTIONS(2731), + [anon_sym_static] = ACTIONS(2731), + [anon_sym_auto] = ACTIONS(2731), + [anon_sym_register] = ACTIONS(2731), + [anon_sym_const] = ACTIONS(2731), + [anon_sym_restrict] = ACTIONS(2731), + [anon_sym_volatile] = ACTIONS(2731), + [sym_function_specifier] = ACTIONS(2731), + [anon_sym_unsigned] = ACTIONS(2731), + [anon_sym_long] = ACTIONS(2731), + [anon_sym_short] = ACTIONS(2731), + [anon_sym_enum] = ACTIONS(2731), + [anon_sym_struct] = ACTIONS(2731), + [anon_sym_union] = ACTIONS(2731), + [anon_sym_if] = ACTIONS(2731), + [anon_sym_else] = ACTIONS(2731), + [anon_sym_switch] = ACTIONS(2731), + [anon_sym_case] = ACTIONS(2731), + [anon_sym_default] = ACTIONS(2731), + [anon_sym_while] = ACTIONS(2731), + [anon_sym_do] = ACTIONS(2731), + [anon_sym_for] = ACTIONS(2731), + [anon_sym_return] = ACTIONS(2731), + [anon_sym_break] = ACTIONS(2731), + [anon_sym_continue] = ACTIONS(2731), + [anon_sym_goto] = ACTIONS(2731), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_BANG] = ACTIONS(2733), + [anon_sym_TILDE] = ACTIONS(2733), + [anon_sym_PLUS] = ACTIONS(2731), + [anon_sym_DASH] = ACTIONS(2731), + [anon_sym_DASH_DASH] = ACTIONS(2733), + [anon_sym_PLUS_PLUS] = ACTIONS(2733), + [anon_sym_sizeof] = ACTIONS(2731), + [sym_number_literal] = ACTIONS(2731), + [sym_char_literal] = ACTIONS(2731), + [sym_string_literal] = ACTIONS(2733), + [sym_identifier] = ACTIONS(2735), + [sym_comment] = ACTIONS(42), + }, + [1478] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2731), + [anon_sym_LPAREN] = ACTIONS(2733), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2731), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2731), + [sym_preproc_directive] = ACTIONS(2735), + [anon_sym_SEMI] = ACTIONS(2733), + [anon_sym_extern] = ACTIONS(2731), + [anon_sym_LBRACE] = ACTIONS(2733), + [anon_sym_STAR] = ACTIONS(2733), + [anon_sym_typedef] = ACTIONS(2731), + [anon_sym_static] = ACTIONS(2731), + [anon_sym_auto] = ACTIONS(2731), + [anon_sym_register] = ACTIONS(2731), + [anon_sym_const] = ACTIONS(2731), + [anon_sym_restrict] = ACTIONS(2731), + [anon_sym_volatile] = ACTIONS(2731), + [sym_function_specifier] = ACTIONS(2731), + [anon_sym_unsigned] = ACTIONS(2731), + [anon_sym_long] = ACTIONS(2731), + [anon_sym_short] = ACTIONS(2731), + [anon_sym_enum] = ACTIONS(2731), + [anon_sym_struct] = ACTIONS(2731), + [anon_sym_union] = ACTIONS(2731), + [anon_sym_if] = ACTIONS(2731), + [anon_sym_else] = ACTIONS(2731), + [anon_sym_switch] = ACTIONS(2731), + [anon_sym_case] = ACTIONS(2731), + [anon_sym_default] = ACTIONS(2731), + [anon_sym_while] = ACTIONS(2731), + [anon_sym_do] = ACTIONS(2731), + [anon_sym_for] = ACTIONS(2731), + [anon_sym_return] = ACTIONS(2731), + [anon_sym_break] = ACTIONS(2731), + [anon_sym_continue] = ACTIONS(2731), + [anon_sym_goto] = ACTIONS(2731), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_BANG] = ACTIONS(2733), + [anon_sym_TILDE] = ACTIONS(2733), + [anon_sym_PLUS] = ACTIONS(2731), + [anon_sym_DASH] = ACTIONS(2731), + [anon_sym_DASH_DASH] = ACTIONS(2733), + [anon_sym_PLUS_PLUS] = ACTIONS(2733), + [anon_sym_sizeof] = ACTIONS(2731), + [sym_number_literal] = ACTIONS(2731), + [sym_char_literal] = ACTIONS(2731), + [sym_string_literal] = ACTIONS(2733), + [sym_identifier] = ACTIONS(2735), + [sym_comment] = ACTIONS(42), }, }; static TSParseActionEntry ts_parse_actions[] = { [0] = {.count = 0, .reusable = false, .depends_on_lookahead = false}, - [1] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(0), - [3] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(2), - [5] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(3), - [7] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(971), - [9] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(972), - [11] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(973), - [13] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(974), - [15] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(975), - [17] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(976), - [19] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(977), - [21] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(978), - [23] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(979), - [25] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, RECOVER(7), - [27] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(980), - [29] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(981), - [31] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(982), - [33] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(983), - [35] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(984), - [37] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(985), - [39] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(986), - [41] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(987), - [43] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(9), - [45] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(10), - [47] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(988), - [49] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(989), - [51] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(13), - [53] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(14), - [55] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(15), - [57] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(990), - [59] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(991), - [61] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(992), - [63] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(993), - [65] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(994), - [67] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(995), - [69] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(996), - [71] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(156), - [73] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(997), - [75] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(158), - [77] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(159), - [79] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(160), - [81] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(161), - [83] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(998), - [85] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(999), - [87] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(1000), - [89] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(1001), - [91] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(1002), - [93] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(1003), - [95] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(1004), - [97] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(1005), - [99] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(1006), - [101] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(1006), - [103] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(1007), - [105] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(1008), - [107] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(1009), - [109] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(1010), - [111] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(1011), - [113] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(1012), - [115] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(306), - [117] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(166), - [119] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(1013), - [121] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, RECOVER(1014), - [123] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT_EXTRA(), - [125] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_translation_unit, 0), - [127] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(2), - [129] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(3), - [131] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(4), - [133] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(5), - [135] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(6), - [137] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(7), - [139] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(8), - [141] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(9), - [143] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(10), - [145] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(11), - [147] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(12), - [149] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(13), - [151] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(14), - [153] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(15), - [155] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(16), - [157] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(25), - [159] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(25), - [161] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(26), - [163] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(27), - [165] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT_EXTRA(), - [167] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(28), - [169] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(29), - [171] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(30), - [173] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_storage_class_specifier, 1), - [175] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(31), - [177] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_storage_class_specifier, 1), - [179] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_storage_class_specifier, 1), - [181] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_type_qualifier, 1), - [183] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_type_qualifier, 1), - [185] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_type_qualifier, 1), - [187] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1), - [189] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1), - [191] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1), - [193] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 1), - [195] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_sized_type_specifier_repeat1, 1), - [197] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 1), - [199] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(32), - [201] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(33), - [203] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(35), - [205] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(36), - [207] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(38), - [209] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), SHIFT(40), - [212] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), - [214] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), - [216] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), - [218] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, ACCEPT_INPUT(), - [220] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_translation_unit_repeat1, 1), - [222] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_translation_unit_repeat1, 1), - [224] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_translation_unit_repeat1, 1), - [226] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(41), - [228] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(42), - [230] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(43), - [232] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(44), - [234] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 1), - [236] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__declaration_specifiers, 1), - [238] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 1), - [240] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true), - [242] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__type_specifier, 1, .fragile = true), - [244] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true), - [246] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_translation_unit, 1), - [248] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(49), - [250] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sized_type_specifier, 1, .fragile = true), - [252] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sized_type_specifier, 1, .fragile = true), - [254] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(51), - [256] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_sized_type_specifier, 1, .fragile = true), SHIFT(52), - [259] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_include, 2, .alias_sequence_id = 2), - [261] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_include, 2, .alias_sequence_id = 2), - [263] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_include, 2, .alias_sequence_id = 2), - [265] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(53), - [267] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(54), - [269] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(55), - [271] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(57), - [273] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(58), - [275] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(61), - [277] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(64), - [279] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_call, 2), - [281] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_call, 2), - [283] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_call, 2), - [285] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(67), - [287] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(70), - [289] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(71), - [291] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(72), - [293] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), - [295] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), - [297] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), - [299] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enum_specifier, 2), - [301] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enum_specifier, 2), - [303] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enum_specifier, 2), - [305] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(75), - [307] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), - [309] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), - [311] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), - [313] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_struct_specifier, 2), - [315] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_struct_specifier, 2), - [317] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_struct_specifier, 2), - [319] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), - [321] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), - [323] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), - [325] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_union_specifier, 2), - [327] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_union_specifier, 2), - [329] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_union_specifier, 2), - [331] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(86), - [333] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__empty_declaration, 2), - [335] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__empty_declaration, 2), - [337] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__empty_declaration, 2), - [339] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declarator, 1, .fragile = true), - [341] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(89), - [343] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(90), - [345] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(91), - [347] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(92), - [349] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(93), - [351] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(94), - [353] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 2), - [355] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__declaration_specifiers, 2), - [357] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 2), - [359] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), - [361] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_translation_unit_repeat1, 2), - [363] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), - [365] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [367] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [369] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [371] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), - [373] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), - [375] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), - [377] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sized_type_specifier, 2, .alias_sequence_id = 3), - [379] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sized_type_specifier, 2, .alias_sequence_id = 3), - [381] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_sized_type_specifier, 2, .alias_sequence_id = 3), - [383] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(99), - [385] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_def, 3, .alias_sequence_id = 4), - [387] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_def, 3, .alias_sequence_id = 4), - [389] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_def, 3, .alias_sequence_id = 4), - [391] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(100), - [393] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(101), - [395] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(100), - [397] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(102), - [399] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(103), - [401] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 3, .alias_sequence_id = 5), - [403] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if, 3, .alias_sequence_id = 5), - [405] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 3, .alias_sequence_id = 5), - [407] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_else, 1, .alias_sequence_id = 6), - [409] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(105), - [411] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(105), - [413] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 7), - [415] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 7), - [417] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 7), - [419] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(107), - [421] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(107), - [423] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 8), - [425] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 8), - [427] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 8), - [429] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(109), - [431] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(109), - [433] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(111), - [435] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_linkage_specification, 3), - [437] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_linkage_specification, 3), - [439] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_linkage_specification, 3), - [441] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(113), - [443] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 2), - [445] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enumerator_list, 2), - [447] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 2), - [449] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator, 1), - [451] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(114), - [453] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(115), - [455] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enum_specifier, 3, .alias_sequence_id = 3), - [457] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enum_specifier, 3, .alias_sequence_id = 3), - [459] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enum_specifier, 3, .alias_sequence_id = 3), - [461] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration_list, 2), - [463] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration_list, 2), - [465] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration_list, 2), - [467] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(117), - [469] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(118), - [471] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(119), - [473] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(120), - [475] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(121), - [477] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_field_declaration_list_repeat1, 1), - [479] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_field_declaration_list_repeat1, 1), - [481] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_field_declaration_list_repeat1, 1), - [483] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(126), - [485] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_struct_specifier, 3, .alias_sequence_id = 3), - [487] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_struct_specifier, 3, .alias_sequence_id = 3), - [489] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_struct_specifier, 3, .alias_sequence_id = 3), - [491] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_union_specifier, 3, .alias_sequence_id = 3), - [493] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_union_specifier, 3, .alias_sequence_id = 3), - [495] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_union_specifier, 3, .alias_sequence_id = 3), - [497] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_type_descriptor_repeat1, 1), - [499] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_type_descriptor_repeat1, 1), - [501] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(128), - [503] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_type_descriptor, 1), - [505] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(129), - [507] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(130), - [509] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(134), - [511] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(52), - [513] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(137), - [515] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_declarator, 2), - [517] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(138), - [519] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(139), - [521] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(141), - [523] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_declaration, 3), - [525] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_declaration, 3), - [527] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_declaration, 3), - [529] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(144), - [531] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(145), - [533] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(146), - [535] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(147), - [537] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(148), - [539] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(149), - [541] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(150), - [543] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(151), - [545] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(152), - [547] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(153), - [549] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(154), - [551] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(155), - [553] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(156), - [555] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(157), - [557] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(158), - [559] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(159), - [561] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(160), - [563] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(161), - [565] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(162), - [567] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(163), - [569] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(164), - [571] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(164), - [573] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(165), - [575] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(166), - [577] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(167), - [579] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(168), - [581] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(176), - [583] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(177), - [585] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(178), - [587] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(179), - [589] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(180), - [591] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(181), - [593] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(181), - [595] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(182), - [597] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(183), - [599] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(186), - [601] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(166), - [603] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_function_definition, 3), - [605] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_function_definition, 3), - [607] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_function_definition, 3), - [609] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_function_declarator, 2), - [611] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(189), - [613] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(190), - [615] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 3), - [617] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__declaration_specifiers, 3), - [619] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 3), - [621] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(191), - [623] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(192), - [625] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(193), - [627] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_params, 2), - [629] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_function_def, 4, .alias_sequence_id = 4), - [631] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_function_def, 4, .alias_sequence_id = 4), - [633] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_function_def, 4, .alias_sequence_id = 4), - [635] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(195), - [637] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_else, 2, .alias_sequence_id = 6), - [639] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 4, .alias_sequence_id = 9), - [641] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if, 4, .alias_sequence_id = 9), - [643] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 4, .alias_sequence_id = 9), - [645] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(196), - [647] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 10), - [649] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 10), - [651] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 10), - [653] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(197), - [655] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 11), - [657] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 11), - [659] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 11), - [661] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(198), - [663] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_declaration_list, 2), - [665] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_declaration_list, 2), - [667] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_declaration_list, 2), - [669] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(199), - [671] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 3), - [673] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enumerator_list, 3), - [675] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 3), - [677] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(200), - [679] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(201), - [681] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(202), - [683] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(203), - [685] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(204), - [687] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(204), - [689] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(205), - [691] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(207), - [693] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(209), - [695] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(210), - [697] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration, 2), - [699] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 2), - [701] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 2), - [703] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(213), - [705] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(214), - [707] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(215), - [709] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(216), - [711] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(217), - [713] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(217), - [715] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(218), - [717] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__field_declarator, 1, .alias_sequence_id = 12), - [719] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(220), - [721] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(221), - [723] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(222), - [725] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(223), - [727] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__field_declarator, 1, .alias_sequence_id = 13), - [729] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__field_declarator, 1, .alias_sequence_id = 14), - [731] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__field_declarator, 1, .alias_sequence_id = 15), - [733] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration_list, 3), - [735] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration_list, 3), - [737] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration_list, 3), - [739] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_field_declaration_list_repeat1, 2), - [741] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_field_declaration_list_repeat1, 2), - [743] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_field_declaration_list_repeat1, 2), - [745] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_pointer_declarator, 1, .fragile = true), - [747] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(228), - [749] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_type_descriptor, 2), - [751] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(231), - [753] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__abstract_declarator, 1), - [755] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_function_declarator, 1), - [757] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_macro_type_specifier, 4), - [759] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_macro_type_specifier, 4), - [761] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_macro_type_specifier, 4), - [763] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_type_descriptor_repeat1, 2), - [765] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_type_descriptor_repeat1, 2), - [767] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declarator, 3), - [769] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(234), - [771] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(235), - [773] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_parameter_list, 2), - [775] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(237), - [777] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_parameter_declaration, 1), - [779] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(238), - [781] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_declaration_repeat1, 2), - [783] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(241), - [785] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(242), - [787] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(243), - [789] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(244), - [791] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(245), - [793] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(245), - [795] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(246), - [797] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(247), - [799] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(251), - [801] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(252), - [803] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(253), - [805] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expression_statement, 1), - [807] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 1), - [809] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 1), - [811] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 2), - [813] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_compound_statement, 2), - [815] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 2), - [817] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(255), - [819] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(256), - [821] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(257), - [823] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(258), - [825] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(259), - [827] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(260), - [829] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(261), - [831] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(261), - [833] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(262), - [835] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(264), - [837] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(265), - [839] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(266), - [841] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(267), - [843] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(268), - [845] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(269), - [847] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(270), - [849] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(271), - [851] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(272), - [853] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(274), - [855] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(275), - [857] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(277), - [859] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(278), - [861] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(279), - [863] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(283), - [865] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__expression, 1, .fragile = true), - [867] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__expression, 1, .fragile = true), - [869] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(285), - [871] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), SHIFT(40), - [875] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), - [878] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), - [881] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(287), - [883] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), - [885] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), - [887] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), - [889] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 16), - [891] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 16), - [893] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 16), - [895] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 17), - [897] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 17), - [899] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 17), - [901] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(289), - [903] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(290), - [905] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(291), - [907] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(292), - [909] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(293), - [911] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(294), - [913] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(295), - [915] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(294), - [917] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(296), - [919] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(297), - [921] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(298), - [923] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(299), - [925] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(300), - [927] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(301), - [929] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(302), - [931] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(302), - [933] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(303), - [935] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(304), - [937] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(305), - [939] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(306), - [941] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(308), - [943] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_declarator, 3), - [945] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(313), - [947] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(315), - [949] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(317), - [951] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(318), - [953] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(319), - [955] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(318), - [957] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(320), - [959] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(321), - [961] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(322), - [963] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(323), - [965] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(324), - [967] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(325), - [969] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(326), - [971] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(326), - [973] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(327), - [975] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(328), - [977] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(329), - [979] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(330), - [981] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(331), - [983] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_init_declarator, 3), - [985] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_declaration, 4), - [987] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_declaration, 4), - [989] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_declaration, 4), - [991] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_def, 5, .alias_sequence_id = 4), - [993] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_def, 5, .alias_sequence_id = 4), - [995] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_def, 5, .alias_sequence_id = 4), - [997] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(339), - [999] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(339), - [1001] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_params, 3), - [1003] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(340), - [1005] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(341), - [1007] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_function_def, 5, .alias_sequence_id = 4), - [1009] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_function_def, 5, .alias_sequence_id = 4), - [1011] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_function_def, 5, .alias_sequence_id = 4), - [1013] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 5, .alias_sequence_id = 18), - [1015] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if, 5, .alias_sequence_id = 18), - [1017] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 5, .alias_sequence_id = 18), - [1019] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 19), - [1021] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 19), - [1023] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 19), - [1025] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), - [1027] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), - [1029] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), - [1031] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_declaration_list, 3), - [1033] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_declaration_list, 3), - [1035] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_declaration_list, 3), - [1037] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(343), - [1039] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator, 3), - [1041] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(345), - [1043] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(346), - [1045] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(347), - [1047] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(346), - [1049] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(348), - [1051] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(349), - [1053] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(350), - [1055] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(351), - [1057] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(352), - [1059] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(353), - [1061] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(354), - [1063] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(354), - [1065] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(355), - [1067] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(356), - [1069] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 4), - [1071] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enumerator_list, 4), - [1073] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 4), - [1075] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_enumerator_list_repeat1, 2), - [1077] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(357), - [1079] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(359), - [1081] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_field_declarator, 2), - [1083] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(361), - [1085] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(363), - [1087] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(364), - [1089] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(365), - [1091] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(366), - [1093] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(365), - [1095] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(367), - [1097] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(368), - [1099] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(369), - [1101] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(370), - [1103] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(371), - [1105] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(372), - [1107] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(373), - [1109] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(373), - [1111] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(374), - [1113] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(375), - [1115] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration, 3), - [1117] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 3), - [1119] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 3), - [1121] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(377), - [1123] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_function_field_declarator, 2), - [1125] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(381), - [1127] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(382), - [1129] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(383), - [1131] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_pointer_declarator, 2), - [1133] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_array_declarator, 2), - [1135] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(384), - [1137] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_function_declarator, 2), - [1139] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_type_descriptor, 3), - [1141] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(387), - [1143] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_parameter_list, 3), - [1145] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(388), - [1147] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(389), - [1149] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(390), - [1151] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(391), - [1153] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_parameter_declaration, 2), - [1155] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(393), - [1157] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(395), - [1159] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(396), - [1161] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(397), - [1163] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(398), - [1165] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(399), - [1167] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(398), - [1169] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(400), - [1171] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(401), - [1173] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(402), - [1175] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(403), - [1177] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(404), - [1179] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(405), - [1181] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(406), - [1183] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(406), - [1185] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(407), - [1187] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(408), - [1189] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(409), - [1191] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(410), - [1193] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(411), - [1195] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(412), - [1197] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(413), - [1199] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(414), - [1201] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(415), - [1203] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(416), - [1205] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(417), - [1207] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(418), - [1209] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(421), - [1211] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(424), - [1213] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), - [1215] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), - [1217] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(427), - [1219] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(428), - [1221] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(429), - [1223] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(430), - [1225] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(431), - [1227] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(431), - [1229] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(432), - [1231] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(436), - [1233] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(438), - [1235] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(439), - [1237] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(440), - [1239] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(441), - [1241] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(439), - [1243] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(442), - [1245] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(443), - [1247] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(444), - [1249] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(445), - [1251] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(446), - [1253] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(447), - [1255] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(448), - [1257] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(448), - [1259] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(449), - [1261] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(450), - [1263] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(451), - [1265] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(455), - [1267] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(456), - [1269] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(458), - [1271] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(459), - [1273] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(460), - [1275] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(461), - [1277] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(462), - [1279] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(463), - [1281] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(464), - [1283] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_return_statement, 2), - [1285] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_return_statement, 2), - [1287] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_return_statement, 2), - [1289] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(466), - [1291] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_break_statement, 2), - [1293] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_break_statement, 2), - [1295] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_break_statement, 2), - [1297] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_continue_statement, 2), - [1299] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_continue_statement, 2), - [1301] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_continue_statement, 2), - [1303] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(467), - [1305] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 2), - [1307] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 2), - [1309] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 2), - [1311] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 2), - [1313] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), - [1315] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), - [1317] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 2), - [1319] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 2), - [1321] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenated_string_repeat1, 1), - [1323] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_concatenated_string_repeat1, 1), - [1325] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_concatenated_string, 2), - [1327] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_concatenated_string, 2), - [1329] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(469), - [1331] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(470), - [1333] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(472), - [1335] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expression_statement, 2), - [1337] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 2), - [1339] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 2), - [1341] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(489), - [1343] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_call_expression, 2), - [1345] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_call_expression, 2), - [1347] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 3), - [1349] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_compound_statement, 3), - [1351] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 3), - [1353] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), - [1355] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), - [1357] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), - [1359] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 21), - [1361] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 21), - [1363] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 21), - [1365] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 22), - [1367] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 22), - [1369] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 22), - [1371] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(490), - [1373] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_declarator, 4), - [1375] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(492), - [1377] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_initializer_list, 2), - [1379] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_initializer_list, 2), - [1381] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(505), - [1383] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__initializer_list_contents, 1), - [1385] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(506), - [1387] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(507), - [1389] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym__initializer_list_contents_repeat1, 1), - [1391] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(508), - [1393] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_declaration_repeat1, 3), - [1395] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_params_repeat1, 2), - [1397] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(510), - [1399] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(510), - [1401] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_params, 4), - [1403] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(511), - [1405] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 5), - [1407] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enumerator_list, 5), - [1409] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 5), - [1411] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_enumerator_list_repeat1, 3), - [1413] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__field_declarator, 3), - [1415] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(524), - [1417] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration, 4), - [1419] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 4), - [1421] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 4), - [1423] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_field_declaration_repeat1, 2), - [1425] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_field_declarator, 3), - [1427] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(537), - [1429] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(539), - [1431] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__abstract_declarator, 3), - [1433] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_array_declarator, 3), - [1435] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(542), - [1437] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_parameter_list_repeat1, 2), - [1439] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(544), - [1441] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_parameter_list, 4), - [1443] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declarator, 1, .fragile = true), REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), SHIFT(40), - [1447] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declarator, 1, .fragile = true), REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), - [1450] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(545), - [1452] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_parenthesized_expression, 3), - [1454] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_parenthesized_expression, 3), - [1456] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if_in_compound_statement, 3, .alias_sequence_id = 5), - [1458] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 3, .alias_sequence_id = 5), - [1460] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 3, .alias_sequence_id = 5), - [1462] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_else_in_compound_statement, 1, .alias_sequence_id = 6), - [1464] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(561), - [1466] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(562), - [1468] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(563), - [1470] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(564), - [1472] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(565), - [1474] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(566), - [1476] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(567), - [1478] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(569), - [1480] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(570), - [1482] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(572), - [1484] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(573), - [1486] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(574), - [1488] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(575), - [1490] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(576), - [1492] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(577), - [1494] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), - [1496] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), - [1498] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), - [1500] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(579), - [1502] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(580), - [1504] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), - [1506] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), - [1508] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), - [1510] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(582), - [1512] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(583), - [1514] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(586), - [1516] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(588), - [1518] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(589), - [1520] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(590), - [1522] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(591), - [1524] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(590), - [1526] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(592), - [1528] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(593), - [1530] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(594), - [1532] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(595), - [1534] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(596), - [1536] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(597), - [1538] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(598), - [1540] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(598), - [1542] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(599), - [1544] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(600), - [1546] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(601), - [1548] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(602), - [1550] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_statement, 3), - [1552] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 3), - [1554] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 3), - [1556] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(616), - [1558] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(619), - [1560] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(620), - [1562] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(622), - [1564] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(624), - [1566] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(625), - [1568] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(627), - [1570] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_return_statement, 3), - [1572] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_return_statement, 3), - [1574] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_return_statement, 3), - [1576] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_goto_statement, 3, .alias_sequence_id = 23), - [1578] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_goto_statement, 3, .alias_sequence_id = 23), - [1580] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_goto_statement, 3, .alias_sequence_id = 23), - [1582] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(628), - [1584] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenated_string_repeat1, 2), - [1586] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_concatenated_string_repeat1, 2), - [1588] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_labeled_statement, 3, .alias_sequence_id = 24), - [1590] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_labeled_statement, 3, .alias_sequence_id = 24), - [1592] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_labeled_statement, 3, .alias_sequence_id = 24), - [1594] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_argument_list, 2, .dynamic_precedence = 1), - [1596] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_argument_list, 2, .dynamic_precedence = 1), - [1598] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(629), - [1600] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(630), - [1602] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_comma_expression, 3), - [1604] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 3), - [1606] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 3), - [1608] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(632), - [1610] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_assignment_expression, 3, .fragile = true), - [1612] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(633), - [1614] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 3), - [1616] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 3), - [1618] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 3), - [1620] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 3), - [1622] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_equality_expression, 3), - [1624] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_equality_expression, 3), - [1626] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_relational_expression, 3), - [1628] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_relational_expression, 3), - [1630] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_shift_expression, 3), - [1632] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_shift_expression, 3), - [1634] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_expression, 3, .alias_sequence_id = 25), - [1636] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_expression, 3, .alias_sequence_id = 25), - [1638] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(634), - [1640] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_declarator, 5), - [1642] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(635), - [1644] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(636), - [1646] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_designator, 2, .alias_sequence_id = 26), - [1648] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(637), - [1650] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_initializer_list, 3), - [1652] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_initializer_list, 3), - [1654] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym__initializer_list_contents_repeat1, 2), - [1656] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_params_repeat1, 3), - [1658] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(641), - [1660] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(642), - [1662] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(643), - [1664] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(644), - [1666] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_field_declarator, 4), - [1668] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(645), - [1670] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration, 5), - [1672] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 5), - [1674] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 5), - [1676] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_field_declaration_repeat1, 3), - [1678] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(646), - [1680] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_array_declarator, 4), - [1682] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(647), - [1684] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_parameter_list_repeat1, 3), - [1686] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(648), - [1688] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(649), - [1690] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), - [1692] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_cast_expression, 4), - [1694] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_compound_literal_expression, 4), - [1696] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_compound_literal_expression, 4), - [1698] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(650), - [1700] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(651), - [1702] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(653), - [1704] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(654), - [1706] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(655), - [1708] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(656), - [1710] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_else_in_compound_statement, 2, .alias_sequence_id = 6), - [1712] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(659), - [1714] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(660), - [1716] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(662), - [1718] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(664), - [1720] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 27), - [1722] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 27), - [1724] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 27), - [1726] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 9), - [1728] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 9), - [1730] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 9), - [1732] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(665), - [1734] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 28), - [1736] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 28), - [1738] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 28), - [1740] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 10), - [1742] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 10), - [1744] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 10), - [1746] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(666), - [1748] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 29), - [1750] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 29), - [1752] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 29), - [1754] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 11), - [1756] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 11), - [1758] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 11), - [1760] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(667), - [1762] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(668), - [1764] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(670), - [1766] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(671), - [1768] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(672), - [1770] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(673), - [1772] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(674), - [1774] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(675), - [1776] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(676), - [1778] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(690), - [1780] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_statement, 4), - [1782] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 4), - [1784] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 4), - [1786] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(691), - [1788] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(693), - [1790] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(694), - [1792] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(695), - [1794] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(696), - [1796] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(698), - [1798] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(700), - [1800] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(702), - [1802] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 4), - [1804] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(150), - [1806] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 4), - [1808] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(162), - [1810] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), - [1812] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), - [1814] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(705), - [1816] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(706), - [1818] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_subscript_expression, 4), - [1820] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_subscript_expression, 4), - [1822] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(177), - [1824] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(179), - [1826] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_designator, 3), - [1828] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_initializer_list, 4), - [1830] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_initializer_list, 4), - [1832] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__initializer_list_contents, 3), - [1834] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(709), - [1836] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(201), - [1838] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(202), - [1840] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(214), - [1842] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(215), - [1844] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_field_declarator, 5), - [1846] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration, 6), - [1848] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 6), - [1850] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 6), - [1852] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_array_declarator, 5), - [1854] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(242), - [1856] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(243), - [1858] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(715), - [1860] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(716), - [1862] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(718), - [1864] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(720), - [1866] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(721), - [1868] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(722), - [1870] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(723), - [1872] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(724), - [1874] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(726), - [1876] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 30), - [1878] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 30), - [1880] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 30), - [1882] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 31), - [1884] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 31), - [1886] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 31), - [1888] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 32), - [1890] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 32), - [1892] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 32), - [1894] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(727), - [1896] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(728), - [1898] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(729), - [1900] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(731), - [1902] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(732), - [1904] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(733), - [1906] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(734), - [1908] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_if_statement, 5, .fragile = true), - [1910] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 5, .fragile = true), - [1912] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 5, .fragile = true), - [1914] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(735), - [1916] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(736), - [1918] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_switch_statement, 5), - [1920] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_switch_statement, 5), - [1922] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_switch_statement, 5), - [1924] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(258), - [1926] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(259), - [1928] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_while_statement, 5), - [1930] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_while_statement, 5), - [1932] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_while_statement, 5), - [1934] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(738), - [1936] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(739), - [1938] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(740), - [1940] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(741), - [1942] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(742), - [1944] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(743), - [1946] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(744), - [1948] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(746), - [1950] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(748), - [1952] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(750), - [1954] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(752), - [1956] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(755), - [1958] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 2), - [1960] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_argument_list, 4, .dynamic_precedence = 1), - [1962] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_argument_list, 4, .dynamic_precedence = 1), - [1964] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), - [1966] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(759), - [1968] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(760), - [1970] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(761), - [1972] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(762), - [1974] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(764), - [1976] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(765), - [1978] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(766), - [1980] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(767), - [1982] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(768), - [1984] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(769), - [1986] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(770), - [1988] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(771), - [1990] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(773), - [1992] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(775), - [1994] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(428), - [1996] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(429), - [1998] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(779), - [2000] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(780), - [2002] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(782), - [2004] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(786), - [2006] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(787), - [2008] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(789), - [2010] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(790), - [2012] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(791), - [2014] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(792), - [2016] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(793), - [2018] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(794), - [2020] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(797), - [2022] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_do_statement, 6), - [2024] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_do_statement, 6), - [2026] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_do_statement, 6), - [2028] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 6), - [2030] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 6), - [2032] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 6), - [2034] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(799), - [2036] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 3), - [2038] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__initializer_list_contents, 5), - [2040] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(802), - [2042] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(803), - [2044] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(804), - [2046] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(805), - [2048] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(806), - [2050] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(807), - [2052] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(808), - [2054] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(810), - [2056] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(812), - [2058] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(814), - [2060] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(815), - [2062] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(817), - [2064] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(818), - [2066] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(819), - [2068] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(820), - [2070] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(821), - [2072] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(822), - [2074] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(825), - [2076] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(826), - [2078] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(827), - [2080] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(828), - [2082] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(829), - [2084] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(831), - [2086] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_if_statement, 7), - [2088] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 7), - [2090] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 7), - [2092] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(834), - [2094] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(835), - [2096] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(837), - [2098] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(839), - [2100] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 7), - [2102] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 7), - [2104] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 7), - [2106] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(843), - [2108] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(845), - [2110] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(846), - [2112] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(848), - [2114] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(849), - [2116] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(850), - [2118] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(851), - [2120] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(852), - [2122] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(853), - [2124] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(856), - [2126] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(859), - [2128] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(860), - [2130] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(862), - [2132] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(864), - [2134] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(868), - [2136] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(870), - [2138] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(872), - [2140] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(873), - [2142] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(874), - [2144] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(875), - [2146] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(877), - [2148] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(878), - [2150] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 8), - [2152] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 8), - [2154] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 8), - [2156] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(881), - [2158] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(884), - [2160] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(885), - [2162] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(887), - [2164] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(889), - [2166] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(892), - [2168] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(893), - [2170] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(894), - [2172] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(895), - [2174] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(897), - [2176] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(898), - [2178] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(900), - [2180] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(901), - [2182] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(904), - [2184] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(906), - [2186] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(908), - [2188] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(910), - [2190] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 9), - [2192] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 9), - [2194] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 9), - [2196] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(912), - [2198] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(913), - [2200] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(914), - [2202] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(915), - [2204] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(917), - [2206] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(918), - [2208] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(921), - [2210] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(923), - [2212] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(925), - [2214] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(926), - [2216] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(929), - [2218] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(930), - [2220] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(933), - [2222] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 10), - [2224] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 10), - [2226] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 10), - [2228] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(935), - [2230] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(937), - [2232] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(939), - [2234] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(940), - [2236] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(941), - [2238] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(944), - [2240] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(945), - [2242] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(947), - [2244] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(950), - [2246] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(951), - [2248] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(954), - [2250] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(955), - [2252] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(958), - [2254] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(959), - [2256] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(961), - [2258] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(964), - [2260] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(966), - [2262] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(967), - [2264] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(969), - [2266] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(970), - [2268] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1048), - [2270] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1049), - [2272] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1050), - [2274] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1051), - [2276] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1052), - [2278] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1053), - [2280] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1054), - [2282] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1055), - [2284] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1056), - [2286] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1056), - [2288] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1057), - [2290] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1058), - [2292] = {.count = 5, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_params_repeat1, 2), REDUCE(aux_sym_parameter_list_repeat1, 2), REDUCE(aux_sym_preproc_params_repeat1, 3), REDUCE(aux_sym_parameter_list_repeat1, 3), SHIFT(1063), - [2298] = {.count = 5, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_params_repeat1, 2), REDUCE(aux_sym_parameter_list_repeat1, 2), REDUCE(aux_sym_preproc_params_repeat1, 3), REDUCE(aux_sym_parameter_list_repeat1, 3), SHIFT(1064), - [2304] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1065), - [2306] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1066), - [2308] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1067), - [2310] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1068), - [2312] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1069), - [2314] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1070), - [2316] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1071), - [2318] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1072), - [2320] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1072), - [2322] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1073), - [2324] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(331), - [2326] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1074), - [2328] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_params, 2), REDUCE(sym_preproc_params, 3), REDUCE(sym_preproc_params, 4), - [2332] = {.count = 14, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_parameter_list, 2), REDUCE(sym_argument_list, 2, .dynamic_precedence = 1), REDUCE(sym__declarator, 3), REDUCE(sym__field_declarator, 3), REDUCE(sym__abstract_declarator, 3), REDUCE(sym_parameter_list, 3), REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), REDUCE(sym_parenthesized_expression, 3), REDUCE(sym_parameter_list, 4), REDUCE(sym_sizeof_expression, 4), REDUCE(sym_argument_list, 4, .dynamic_precedence = 1), REDUCE(sym_macro_type_specifier, 4), REDUCE(sym_do_statement, 6), SHIFT(1081), - [2347] = {.count = 12, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_parameter_list, 2), REDUCE(sym_argument_list, 2, .dynamic_precedence = 1), REDUCE(sym__declarator, 3), REDUCE(sym__field_declarator, 3), REDUCE(sym__abstract_declarator, 3), REDUCE(sym_parameter_list, 3), REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), REDUCE(sym_parenthesized_expression, 3), REDUCE(sym_parameter_list, 4), REDUCE(sym_sizeof_expression, 4), REDUCE(sym_argument_list, 4, .dynamic_precedence = 1), REDUCE(sym_macro_type_specifier, 4), - [2360] = {.count = 13, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_parameter_list, 2), REDUCE(sym_argument_list, 2, .dynamic_precedence = 1), REDUCE(sym__declarator, 3), REDUCE(sym__field_declarator, 3), REDUCE(sym_parameter_list, 3), REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), REDUCE(sym_parenthesized_expression, 3), REDUCE(sym_parameter_list, 4), REDUCE(sym_sizeof_expression, 4), REDUCE(sym_argument_list, 4, .dynamic_precedence = 1), REDUCE(sym_macro_type_specifier, 4), REDUCE(sym_do_statement, 6), SHIFT(148), - [2374] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_macro_type_specifier, 4), REDUCE(sym_do_statement, 6), - [2377] = {.count = 6, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_parameter_list, 2), REDUCE(sym__declarator, 3), REDUCE(sym_parameter_list, 3), REDUCE(sym_parameter_list, 4), REDUCE(sym_do_statement, 6), SHIFT(1082), - [2384] = {.count = 6, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_argument_list, 2, .dynamic_precedence = 1), REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), REDUCE(sym_parenthesized_expression, 3), REDUCE(sym_sizeof_expression, 4), REDUCE(sym_argument_list, 4, .dynamic_precedence = 1), REDUCE(sym_do_statement, 6), - [2391] = {.count = 8, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_argument_list, 2, .dynamic_precedence = 1), REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), REDUCE(sym_parenthesized_expression, 3), REDUCE(sym_sizeof_expression, 4), REDUCE(sym_argument_list, 4, .dynamic_precedence = 1), REDUCE(sym_macro_type_specifier, 4), REDUCE(sym_do_statement, 6), SHIFT(1083), - [2400] = {.count = 6, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_argument_list, 2, .dynamic_precedence = 1), REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), REDUCE(sym_parenthesized_expression, 3), REDUCE(sym_sizeof_expression, 4), REDUCE(sym_argument_list, 4, .dynamic_precedence = 1), REDUCE(sym_macro_type_specifier, 4), - [2407] = {.count = 9, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_parameter_list, 2), REDUCE(sym_argument_list, 2, .dynamic_precedence = 1), REDUCE(sym__declarator, 3), REDUCE(sym_parameter_list, 3), REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), REDUCE(sym_parenthesized_expression, 3), REDUCE(sym_parameter_list, 4), REDUCE(sym_sizeof_expression, 4), REDUCE(sym_argument_list, 4, .dynamic_precedence = 1), - [2417] = {.count = 10, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_parameter_list, 2), REDUCE(sym_argument_list, 2, .dynamic_precedence = 1), REDUCE(sym__field_declarator, 3), REDUCE(sym_parameter_list, 3), REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), REDUCE(sym_parenthesized_expression, 3), REDUCE(sym_parameter_list, 4), REDUCE(sym_sizeof_expression, 4), REDUCE(sym_argument_list, 4, .dynamic_precedence = 1), REDUCE(sym_macro_type_specifier, 4), - [2428] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_do_statement, 6), SHIFT(991), - [2431] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_do_statement, 6), SHIFT(993), - [2434] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_do_statement, 6), SHIFT(994), - [2437] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_do_statement, 6), SHIFT(995), - [2440] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_do_statement, 6), SHIFT(1084), - [2443] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_do_statement, 6), SHIFT(156), - [2446] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_do_statement, 6), SHIFT(997), - [2449] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_do_statement, 6), SHIFT(158), - [2452] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_do_statement, 6), SHIFT(159), - [2455] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_do_statement, 6), SHIFT(160), - [2458] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_do_statement, 6), SHIFT(161), - [2461] = {.count = 5, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_argument_list, 2, .dynamic_precedence = 1), REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), REDUCE(sym_parenthesized_expression, 3), REDUCE(sym_sizeof_expression, 4), REDUCE(sym_argument_list, 4, .dynamic_precedence = 1), - [2467] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_macro_type_specifier, 4), REDUCE(sym_do_statement, 6), SHIFT(1002), - [2471] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_macro_type_specifier, 4), REDUCE(sym_do_statement, 6), SHIFT(1004), - [2475] = {.count = 8, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_argument_list, 2, .dynamic_precedence = 1), REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), REDUCE(sym_parenthesized_expression, 3), REDUCE(sym_sizeof_expression, 4), REDUCE(sym_argument_list, 4, .dynamic_precedence = 1), REDUCE(sym_macro_type_specifier, 4), REDUCE(sym_do_statement, 6), SHIFT(1085), - [2484] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_macro_type_specifier, 4), REDUCE(sym_do_statement, 6), SHIFT(1011), - [2488] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_macro_type_specifier, 4), REDUCE(sym_do_statement, 6), SHIFT(166), - [2492] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_macro_type_specifier, 4), REDUCE(sym_do_statement, 6), SHIFT(167), - [2496] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_macro_type_specifier, 4), REDUCE(sym_do_statement, 6), SHIFT(1086), - [2500] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1089), - [2502] = {.count = 9, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 3, .alias_sequence_id = 5), REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 7), REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 8), REDUCE(sym_preproc_if, 4, .alias_sequence_id = 9), REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 10), REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 11), REDUCE(sym_preproc_if, 5, .alias_sequence_id = 18), REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 19), REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), - [2512] = {.count = 21, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if, 3, .alias_sequence_id = 5), REDUCE(sym_preproc_if_in_compound_statement, 3, .alias_sequence_id = 5), REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 7), REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 8), REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), REDUCE(sym_preproc_if, 4, .alias_sequence_id = 9), REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 9), REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 27), REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 10), REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 11), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 10), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 28), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 11), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 29), REDUCE(sym_preproc_if, 5, .alias_sequence_id = 18), REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 30), REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 19), REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 31), REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 32), - [2534] = {.count = 12, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 3, .alias_sequence_id = 5), REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 9), REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 27), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 10), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 28), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 11), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 29), REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 30), REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 31), REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 32), - [2547] = {.count = 21, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 3, .alias_sequence_id = 5), REDUCE(sym_preproc_if_in_compound_statement, 3, .alias_sequence_id = 5), REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 7), REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 8), REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), REDUCE(sym_preproc_if, 4, .alias_sequence_id = 9), REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 9), REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 27), REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 10), REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 11), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 10), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 28), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 11), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 29), REDUCE(sym_preproc_if, 5, .alias_sequence_id = 18), REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 30), REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 19), REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 31), REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 32), - [2569] = {.count = 21, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 3, .alias_sequence_id = 5), REDUCE(sym_preproc_if_in_compound_statement, 3, .alias_sequence_id = 5), REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 7), REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 8), REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), REDUCE(sym_preproc_if, 4, .alias_sequence_id = 9), REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 9), REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 27), REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 10), REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 11), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 10), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 28), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 11), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 29), REDUCE(sym_preproc_if, 5, .alias_sequence_id = 18), REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 30), REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 19), REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 31), REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 32), - [2591] = {.count = 12, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if_in_compound_statement, 3, .alias_sequence_id = 5), REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 9), REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 27), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 10), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 28), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 11), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 29), REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 30), REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 31), REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 32), - [2604] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1090), - [2606] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1091), - [2608] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1092), - [2610] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_else, 1, .alias_sequence_id = 6), REDUCE(sym_preproc_else_in_compound_statement, 1, .alias_sequence_id = 6), - [2613] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1093), - [2615] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1094), - [2617] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__empty_declaration, 2), REDUCE(sym_declaration, 3), REDUCE(sym_declaration, 4), - [2621] = {.count = 10, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expression_statement, 1), REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 2), REDUCE(sym_break_statement, 2), REDUCE(sym_continue_statement, 2), REDUCE(sym__empty_declaration, 2), REDUCE(sym_declaration, 3), REDUCE(sym_return_statement, 3), REDUCE(sym_goto_statement, 3, .alias_sequence_id = 23), REDUCE(sym_declaration, 4), - [2632] = {.count = 11, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 1), REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 2), REDUCE(sym_break_statement, 2), REDUCE(sym_continue_statement, 2), REDUCE(sym__empty_declaration, 2), REDUCE(sym_declaration, 3), REDUCE(sym_return_statement, 3), REDUCE(sym_goto_statement, 3, .alias_sequence_id = 23), REDUCE(sym_declaration, 4), SHIFT(1096), - [2644] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1097), - [2646] = {.count = 10, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 1), REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 2), REDUCE(sym_break_statement, 2), REDUCE(sym_continue_statement, 2), REDUCE(sym__empty_declaration, 2), REDUCE(sym_declaration, 3), REDUCE(sym_return_statement, 3), REDUCE(sym_goto_statement, 3, .alias_sequence_id = 23), REDUCE(sym_declaration, 4), - [2657] = {.count = 11, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 1), REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 2), REDUCE(sym_break_statement, 2), REDUCE(sym_continue_statement, 2), REDUCE(sym__empty_declaration, 2), REDUCE(sym_declaration, 3), REDUCE(sym_return_statement, 3), REDUCE(sym_goto_statement, 3, .alias_sequence_id = 23), REDUCE(sym_declaration, 4), SHIFT(1098), - [2669] = {.count = 15, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expression_statement, 1), REDUCE(sym_field_declaration, 2), REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 2), REDUCE(sym_break_statement, 2), REDUCE(sym_continue_statement, 2), REDUCE(sym__empty_declaration, 2), REDUCE(sym_declaration, 3), REDUCE(sym_field_declaration, 3), REDUCE(sym_return_statement, 3), REDUCE(sym_goto_statement, 3, .alias_sequence_id = 23), REDUCE(sym_declaration, 4), REDUCE(sym_field_declaration, 4), REDUCE(sym_field_declaration, 5), REDUCE(sym_field_declaration, 6), - [2685] = {.count = 10, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 1), REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 2), REDUCE(sym_break_statement, 2), REDUCE(sym_continue_statement, 2), REDUCE(sym__empty_declaration, 2), REDUCE(sym_declaration, 3), REDUCE(sym_return_statement, 3), REDUCE(sym_goto_statement, 3, .alias_sequence_id = 23), REDUCE(sym_declaration, 4), - [2696] = {.count = 15, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 1), REDUCE(sym_field_declaration, 2), REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 2), REDUCE(sym_break_statement, 2), REDUCE(sym_continue_statement, 2), REDUCE(sym__empty_declaration, 2), REDUCE(sym_declaration, 3), REDUCE(sym_field_declaration, 3), REDUCE(sym_return_statement, 3), REDUCE(sym_goto_statement, 3, .alias_sequence_id = 23), REDUCE(sym_declaration, 4), REDUCE(sym_field_declaration, 4), REDUCE(sym_field_declaration, 5), REDUCE(sym_field_declaration, 6), - [2712] = {.count = 11, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 1), REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 2), REDUCE(sym_break_statement, 2), REDUCE(sym_continue_statement, 2), REDUCE(sym__empty_declaration, 2), REDUCE(sym_declaration, 3), REDUCE(sym_return_statement, 3), REDUCE(sym_goto_statement, 3, .alias_sequence_id = 23), REDUCE(sym_declaration, 4), SHIFT(1053), - [2724] = {.count = 9, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expression_statement, 1), REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 2), REDUCE(sym_break_statement, 2), REDUCE(sym_continue_statement, 2), REDUCE(sym_declaration, 3), REDUCE(sym_return_statement, 3), REDUCE(sym_goto_statement, 3, .alias_sequence_id = 23), REDUCE(sym_declaration, 4), - [2734] = {.count = 11, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 1), REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 2), REDUCE(sym_break_statement, 2), REDUCE(sym_continue_statement, 2), REDUCE(sym__empty_declaration, 2), REDUCE(sym_declaration, 3), REDUCE(sym_return_statement, 3), REDUCE(sym_goto_statement, 3, .alias_sequence_id = 23), REDUCE(sym_declaration, 4), SHIFT(1054), - [2746] = {.count = 11, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 1), REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 2), REDUCE(sym_break_statement, 2), REDUCE(sym_continue_statement, 2), REDUCE(sym__empty_declaration, 2), REDUCE(sym_declaration, 3), REDUCE(sym_return_statement, 3), REDUCE(sym_goto_statement, 3, .alias_sequence_id = 23), REDUCE(sym_declaration, 4), SHIFT(1055), - [2758] = {.count = 11, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expression_statement, 1), REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 2), REDUCE(sym_break_statement, 2), REDUCE(sym_continue_statement, 2), REDUCE(sym__empty_declaration, 2), REDUCE(sym_declaration, 3), REDUCE(sym_return_statement, 3), REDUCE(sym_goto_statement, 3, .alias_sequence_id = 23), REDUCE(sym_declaration, 4), SHIFT(1056), - [2770] = {.count = 11, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 1), REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 2), REDUCE(sym_break_statement, 2), REDUCE(sym_continue_statement, 2), REDUCE(sym__empty_declaration, 2), REDUCE(sym_declaration, 3), REDUCE(sym_return_statement, 3), REDUCE(sym_goto_statement, 3, .alias_sequence_id = 23), REDUCE(sym_declaration, 4), SHIFT(1056), - [2782] = {.count = 11, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expression_statement, 1), REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 2), REDUCE(sym_break_statement, 2), REDUCE(sym_continue_statement, 2), REDUCE(sym__empty_declaration, 2), REDUCE(sym_declaration, 3), REDUCE(sym_return_statement, 3), REDUCE(sym_goto_statement, 3, .alias_sequence_id = 23), REDUCE(sym_declaration, 4), SHIFT(1057), - [2794] = {.count = 11, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expression_statement, 1), REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 2), REDUCE(sym_break_statement, 2), REDUCE(sym_continue_statement, 2), REDUCE(sym__empty_declaration, 2), REDUCE(sym_declaration, 3), REDUCE(sym_return_statement, 3), REDUCE(sym_goto_statement, 3, .alias_sequence_id = 23), REDUCE(sym_declaration, 4), SHIFT(166), - [2806] = {.count = 11, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 1), REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 2), REDUCE(sym_break_statement, 2), REDUCE(sym_continue_statement, 2), REDUCE(sym__empty_declaration, 2), REDUCE(sym_declaration, 3), REDUCE(sym_return_statement, 3), REDUCE(sym_goto_statement, 3, .alias_sequence_id = 23), REDUCE(sym_declaration, 4), SHIFT(167), - [2818] = {.count = 16, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 1), REDUCE(sym_field_declaration, 2), REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 2), REDUCE(sym_break_statement, 2), REDUCE(sym_continue_statement, 2), REDUCE(sym__empty_declaration, 2), REDUCE(sym_declaration, 3), REDUCE(sym_field_declaration, 3), REDUCE(sym_return_statement, 3), REDUCE(sym_goto_statement, 3, .alias_sequence_id = 23), REDUCE(sym_declaration, 4), REDUCE(sym_field_declaration, 4), REDUCE(sym_field_declaration, 5), REDUCE(sym_field_declaration, 6), SHIFT(166), - [2835] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_storage_class_specifier, 1), SHIFT(31), - [2838] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1100), - [2840] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1101), - [2842] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1102), - [2844] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1103), - [2846] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1104), - [2848] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1105), - [2850] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1106), - [2852] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1106), - [2854] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1107), - [2856] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1108), - [2858] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_declaration_list, 2), REDUCE(sym_compound_statement, 2), REDUCE(sym_declaration_list, 3), REDUCE(sym_compound_statement, 3), - [2863] = {.count = 4, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_declaration_list, 2), REDUCE(sym_compound_statement, 2), REDUCE(sym_declaration_list, 3), REDUCE(sym_compound_statement, 3), - [2868] = {.count = 11, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 2), REDUCE(sym_enumerator_list, 2), REDUCE(sym_field_declaration_list, 2), REDUCE(sym_initializer_list, 2), REDUCE(sym_compound_statement, 3), REDUCE(sym_enumerator_list, 3), REDUCE(sym_field_declaration_list, 3), REDUCE(sym_initializer_list, 3), REDUCE(sym_enumerator_list, 4), REDUCE(sym_initializer_list, 4), REDUCE(sym_enumerator_list, 5), - [2880] = {.count = 9, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 2), REDUCE(sym_field_declaration_list, 2), REDUCE(sym_initializer_list, 2), REDUCE(sym_enumerator_list, 3), REDUCE(sym_field_declaration_list, 3), REDUCE(sym_initializer_list, 3), REDUCE(sym_enumerator_list, 4), REDUCE(sym_initializer_list, 4), REDUCE(sym_enumerator_list, 5), - [2890] = {.count = 4, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_declaration_list, 2), REDUCE(sym_compound_statement, 2), REDUCE(sym_declaration_list, 3), REDUCE(sym_compound_statement, 3), - [2895] = {.count = 10, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_declaration_list, 2), REDUCE(sym_compound_statement, 2), REDUCE(sym_enumerator_list, 2), REDUCE(sym_field_declaration_list, 2), REDUCE(sym_declaration_list, 3), REDUCE(sym_compound_statement, 3), REDUCE(sym_enumerator_list, 3), REDUCE(sym_field_declaration_list, 3), REDUCE(sym_enumerator_list, 4), REDUCE(sym_enumerator_list, 5), - [2906] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 2), REDUCE(sym_compound_statement, 3), - [2909] = {.count = 7, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_declaration_list, 2), REDUCE(sym_compound_statement, 2), REDUCE(sym_initializer_list, 2), REDUCE(sym_declaration_list, 3), REDUCE(sym_compound_statement, 3), REDUCE(sym_initializer_list, 3), REDUCE(sym_initializer_list, 4), - [2917] = {.count = 11, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_compound_statement, 2), REDUCE(sym_enumerator_list, 2), REDUCE(sym_field_declaration_list, 2), REDUCE(sym_initializer_list, 2), REDUCE(sym_compound_statement, 3), REDUCE(sym_enumerator_list, 3), REDUCE(sym_field_declaration_list, 3), REDUCE(sym_initializer_list, 3), REDUCE(sym_enumerator_list, 4), REDUCE(sym_initializer_list, 4), REDUCE(sym_enumerator_list, 5), - [2929] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_initializer_list, 2), REDUCE(sym_initializer_list, 3), REDUCE(sym_initializer_list, 4), - [2933] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_compound_statement, 2), REDUCE(sym_compound_statement, 3), - [2936] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_initializer_list, 2), REDUCE(sym_initializer_list, 3), REDUCE(sym_initializer_list, 4), - [2940] = {.count = 8, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_compound_statement, 2), REDUCE(sym_enumerator_list, 2), REDUCE(sym_field_declaration_list, 2), REDUCE(sym_compound_statement, 3), REDUCE(sym_enumerator_list, 3), REDUCE(sym_field_declaration_list, 3), REDUCE(sym_enumerator_list, 4), REDUCE(sym_enumerator_list, 5), - [2949] = {.count = 8, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 2), REDUCE(sym_enumerator_list, 2), REDUCE(sym_field_declaration_list, 2), REDUCE(sym_compound_statement, 3), REDUCE(sym_enumerator_list, 3), REDUCE(sym_field_declaration_list, 3), REDUCE(sym_enumerator_list, 4), REDUCE(sym_enumerator_list, 5), - [2958] = {.count = 10, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_declaration_list, 2), REDUCE(sym_compound_statement, 2), REDUCE(sym_enumerator_list, 2), REDUCE(sym_field_declaration_list, 2), REDUCE(sym_declaration_list, 3), REDUCE(sym_compound_statement, 3), REDUCE(sym_enumerator_list, 3), REDUCE(sym_field_declaration_list, 3), REDUCE(sym_enumerator_list, 4), REDUCE(sym_enumerator_list, 5), - [2969] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_pointer_declarator, 1, .fragile = true), SHIFT(1111), - [2972] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1112), - [2974] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_pointer_declarator, 1, .fragile = true), SHIFT(130), - [2977] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1083), - [2979] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1002), - [2981] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1004), - [2983] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1085), - [2985] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1085), - [2987] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1011), - [2989] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1113), - [2991] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1117), - [2993] = {.count = 11, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_array_declarator, 2), REDUCE(sym_array_declarator, 3), REDUCE(sym_array_field_declarator, 3), REDUCE(sym_abstract_array_declarator, 3), REDUCE(sym_array_declarator, 4), REDUCE(sym_array_field_declarator, 4), REDUCE(sym_abstract_array_declarator, 4), REDUCE(sym_subscript_expression, 4), REDUCE(sym_array_declarator, 5), REDUCE(sym_array_field_declarator, 5), REDUCE(sym_abstract_array_declarator, 5), - [3005] = {.count = 7, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_declarator, 3), REDUCE(sym_array_field_declarator, 3), REDUCE(sym_array_declarator, 4), REDUCE(sym_array_field_declarator, 4), REDUCE(sym_subscript_expression, 4), REDUCE(sym_array_declarator, 5), REDUCE(sym_array_field_declarator, 5), - [3013] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_declarator, 3), REDUCE(sym_array_declarator, 4), REDUCE(sym_array_declarator, 5), - [3017] = {.count = 12, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_array_declarator, 2), REDUCE(sym_array_declarator, 3), REDUCE(sym_array_field_declarator, 3), REDUCE(sym_abstract_array_declarator, 3), REDUCE(sym_designator, 3), REDUCE(sym_array_declarator, 4), REDUCE(sym_array_field_declarator, 4), REDUCE(sym_abstract_array_declarator, 4), REDUCE(sym_subscript_expression, 4), REDUCE(sym_array_declarator, 5), REDUCE(sym_array_field_declarator, 5), REDUCE(sym_abstract_array_declarator, 5), - [3030] = {.count = 5, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_array_declarator, 3), REDUCE(sym_designator, 3), REDUCE(sym_array_declarator, 4), REDUCE(sym_subscript_expression, 4), REDUCE(sym_array_declarator, 5), - [3036] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_field_declarator, 3), REDUCE(sym_array_field_declarator, 4), REDUCE(sym_subscript_expression, 4), REDUCE(sym_array_field_declarator, 5), - [3041] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_designator, 3), REDUCE(sym_subscript_expression, 4), - [3044] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1081), - [3046] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1), REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [3049] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1), REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [3052] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1), REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [3055] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 1), REDUCE(aux_sym_sized_type_specifier_repeat1, 2), - [3058] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_sized_type_specifier_repeat1, 1), REDUCE(aux_sym_sized_type_specifier_repeat1, 2), - [3061] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 1), REDUCE(aux_sym_sized_type_specifier_repeat1, 2), - [3064] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(991), - [3066] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(993), - [3068] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(994), - [3070] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(995), - [3072] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1084), - [3074] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(997), - [3076] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1122), - [3078] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1126), - [3080] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1127), - [3082] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1128), - [3084] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1130), - [3086] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1131), - [3088] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1132), - [3090] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1081), - [3093] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1083), - [3096] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1002), - [3098] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1085), - [3101] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1085), - [3104] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1146), - [3106] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1148), - [3108] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__expression, 1, .fragile = true), REDUCE(aux_sym_concatenated_string_repeat1, 1), REDUCE(sym_preproc_include, 2, .alias_sequence_id = 2), REDUCE(aux_sym_concatenated_string_repeat1, 2), - [3113] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__expression, 1, .fragile = true), REDUCE(aux_sym_concatenated_string_repeat1, 1), REDUCE(aux_sym_concatenated_string_repeat1, 2), - [3117] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_include, 2, .alias_sequence_id = 2), SHIFT(9), - [3120] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_include, 2, .alias_sequence_id = 2), SHIFT(67), - [3123] = {.count = 4, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__expression, 1, .fragile = true), REDUCE(aux_sym_concatenated_string_repeat1, 1), REDUCE(sym_preproc_include, 2, .alias_sequence_id = 2), REDUCE(aux_sym_concatenated_string_repeat1, 2), - [3128] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__expression, 1, .fragile = true), REDUCE(aux_sym_concatenated_string_repeat1, 1), REDUCE(aux_sym_concatenated_string_repeat1, 2), - [3132] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_include, 2, .alias_sequence_id = 2), SHIFT(10), - [3135] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_include, 2, .alias_sequence_id = 2), SHIFT(11), - [3138] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_include, 2, .alias_sequence_id = 2), SHIFT(12), - [3141] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_include, 2, .alias_sequence_id = 2), SHIFT(13), - [3144] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_include, 2, .alias_sequence_id = 2), SHIFT(14), - [3147] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_include, 2, .alias_sequence_id = 2), SHIFT(15), - [3150] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenated_string_repeat1, 1), REDUCE(sym_preproc_include, 2, .alias_sequence_id = 2), REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT(285), - [3155] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_include, 2, .alias_sequence_id = 2), SHIFT(16), - [3158] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(2), - [3160] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(3), - [3162] = {.count = 10, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__declarator, 1, .fragile = true), REDUCE(sym__field_declarator, 1, .alias_sequence_id = 12), REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), REDUCE(sym_sized_type_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_field_expression, 3, .alias_sequence_id = 25), SHIFT(1149), - [3173] = {.count = 13, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__declarator, 1, .fragile = true), REDUCE(sym__field_declarator, 1, .alias_sequence_id = 12), REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym_enumerator, 1), REDUCE(sym__expression, 1, .fragile = true), REDUCE(sym_sized_type_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), REDUCE(aux_sym_preproc_params_repeat1, 2), REDUCE(sym_field_expression, 3, .alias_sequence_id = 25), REDUCE(aux_sym_preproc_params_repeat1, 3), SHIFT(192), - [3187] = {.count = 12, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__declarator, 1, .fragile = true), REDUCE(sym__field_declarator, 1, .alias_sequence_id = 12), REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), REDUCE(sym_sized_type_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), REDUCE(aux_sym_preproc_params_repeat1, 2), REDUCE(sym_field_expression, 3, .alias_sequence_id = 25), REDUCE(aux_sym_preproc_params_repeat1, 3), SHIFT(193), - [3200] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1092), - [3202] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1150), - [3204] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1093), - [3206] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1094), - [3208] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(979), - [3210] = {.count = 10, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__declarator, 1, .fragile = true), REDUCE(sym__field_declarator, 1, .alias_sequence_id = 12), REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), REDUCE(sym_sized_type_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_field_expression, 3, .alias_sequence_id = 25), SHIFT(1151), - [3221] = {.count = 6, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym_sized_type_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), SHIFT(8), - [3228] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__declarator, 1, .fragile = true), SHIFT(1152), - [3231] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enumerator, 1), REDUCE(sym__expression, 1, .fragile = true), REDUCE(sym_field_expression, 3, .alias_sequence_id = 25), - [3235] = {.count = 8, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), REDUCE(sym_sized_type_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_field_expression, 3, .alias_sequence_id = 25), SHIFT(150), - [3244] = {.count = 10, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__declarator, 1, .fragile = true), REDUCE(sym__field_declarator, 1, .alias_sequence_id = 12), REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), REDUCE(sym_sized_type_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_designator, 2, .alias_sequence_id = 26), REDUCE(sym_field_expression, 3, .alias_sequence_id = 25), - [3255] = {.count = 7, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), REDUCE(sym_sized_type_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_field_expression, 3, .alias_sequence_id = 25), - [3263] = {.count = 5, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__declarator, 1, .fragile = true), REDUCE(sym__expression, 1, .fragile = true), REDUCE(sym_designator, 2, .alias_sequence_id = 26), REDUCE(sym_field_expression, 3, .alias_sequence_id = 25), SHIFT(114), - [3269] = {.count = 6, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym_sized_type_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), SHIFT(9), - [3276] = {.count = 6, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym_sized_type_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), SHIFT(10), - [3283] = {.count = 6, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym_sized_type_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), SHIFT(11), - [3290] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(12), - [3292] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(13), - [3294] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(14), - [3296] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(15), - [3298] = {.count = 9, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__field_declarator, 1, .alias_sequence_id = 12), REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), REDUCE(sym_sized_type_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_field_expression, 3, .alias_sequence_id = 25), SHIFT(1153), - [3308] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(412), - [3310] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(413), - [3312] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(414), - [3314] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(415), - [3316] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(416), - [3318] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(156), - [3320] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(417), - [3322] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(158), - [3324] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(159), - [3326] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(160), - [3328] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(161), - [3330] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__expression, 1, .fragile = true), REDUCE(sym_field_expression, 3, .alias_sequence_id = 25), - [3333] = {.count = 6, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym_sized_type_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), SHIFT(162), - [3340] = {.count = 6, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym_sized_type_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), SHIFT(163), - [3347] = {.count = 8, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), REDUCE(sym_sized_type_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_field_expression, 3, .alias_sequence_id = 25), SHIFT(164), - [3356] = {.count = 6, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym_sized_type_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), SHIFT(165), - [3363] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__expression, 1, .fragile = true), REDUCE(sym_designator, 2, .alias_sequence_id = 26), REDUCE(sym_field_expression, 3, .alias_sequence_id = 25), - [3367] = {.count = 6, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym_sized_type_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), SHIFT(166), - [3374] = {.count = 6, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym_sized_type_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), SHIFT(167), - [3381] = {.count = 6, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym_sized_type_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), SHIFT(418), - [3388] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_translation_unit_repeat1, 1), REDUCE(aux_sym_translation_unit_repeat1, 2), - [3391] = {.count = 4, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_translation_unit_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), REDUCE(aux_sym_translation_unit_repeat1, 2), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), - [3396] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), - [3399] = {.count = 4, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_translation_unit_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), REDUCE(aux_sym_translation_unit_repeat1, 2), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), - [3404] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_translation_unit_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), REDUCE(aux_sym_translation_unit_repeat1, 2), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), - [3409] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), - [3412] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_translation_unit_repeat1, 1), REDUCE(aux_sym_translation_unit_repeat1, 2), - [3415] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_translation_unit_repeat1, 1), REDUCE(aux_sym_translation_unit_repeat1, 2), - [3418] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 16), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 21), - [3421] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 16), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 21), - [3424] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 16), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 21), - [3427] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 17), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 22), - [3430] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 17), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 22), - [3433] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 17), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 22), - [3436] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1159), - [3438] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1160), - [3440] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_translation_unit_repeat1, 1), REDUCE(aux_sym_translation_unit_repeat1, 2), REDUCE(sym_linkage_specification, 3), - [3444] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_translation_unit_repeat1, 1), REDUCE(aux_sym_translation_unit_repeat1, 2), REDUCE(sym_linkage_specification, 3), - [3448] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_translation_unit_repeat1, 1), REDUCE(aux_sym_translation_unit_repeat1, 2), REDUCE(sym_linkage_specification, 3), - [3452] = {.count = 7, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_translation_unit_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), REDUCE(aux_sym_translation_unit_repeat1, 2), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), REDUCE(sym_linkage_specification, 3), REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), - [3460] = {.count = 5, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), SHIFT(213), - [3466] = {.count = 7, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_translation_unit_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), REDUCE(aux_sym_translation_unit_repeat1, 2), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), REDUCE(sym_linkage_specification, 3), REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), - [3474] = {.count = 5, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), SHIFT(1161), - [3480] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), - [3485] = {.count = 7, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_translation_unit_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), REDUCE(aux_sym_translation_unit_repeat1, 2), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), REDUCE(sym_linkage_specification, 3), REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), - [3493] = {.count = 5, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), SHIFT(214), - [3499] = {.count = 4, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), - [3504] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), - [3507] = {.count = 5, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), SHIFT(215), - [3513] = {.count = 5, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), SHIFT(216), - [3519] = {.count = 5, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), SHIFT(217), - [3525] = {.count = 5, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), SHIFT(217), - [3531] = {.count = 5, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), SHIFT(218), - [3537] = {.count = 5, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), SHIFT(166), - [3543] = {.count = 5, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), SHIFT(167), - [3549] = {.count = 8, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_translation_unit_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), REDUCE(aux_sym_translation_unit_repeat1, 2), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), REDUCE(sym_linkage_specification, 3), REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), SHIFT(166), - [3558] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1163), - [3560] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1164), - [3562] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1165), - [3564] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1166), - [3566] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1167), - [3568] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_declarator, 2), SHIFT(89), - [3571] = {.count = 5, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_declarator, 2), REDUCE(sym_parameter_declaration, 2), REDUCE(aux_sym_declaration_repeat1, 2), REDUCE(aux_sym_declaration_repeat1, 3), SHIFT(90), - [3577] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_declarator, 2), REDUCE(sym_parameter_declaration, 2), SHIFT(137), - [3581] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_declarator, 2), REDUCE(aux_sym_declaration_repeat1, 2), REDUCE(aux_sym_declaration_repeat1, 3), SHIFT(91), - [3586] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_declarator, 2), SHIFT(92), - [3589] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_declarator, 2), SHIFT(93), - [3592] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_declarator, 2), SHIFT(94), - [3595] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_field_declarator, 2), SHIFT(89), - [3598] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_field_declarator, 2), REDUCE(aux_sym_field_declaration_repeat1, 2), REDUCE(aux_sym_field_declaration_repeat1, 3), SHIFT(220), - [3603] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_field_declarator, 2), SHIFT(359), - [3606] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_field_declarator, 2), REDUCE(aux_sym_field_declaration_repeat1, 2), REDUCE(aux_sym_field_declaration_repeat1, 3), SHIFT(221), - [3611] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_field_declarator, 2), SHIFT(222), - [3614] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_field_declarator, 2), REDUCE(aux_sym_field_declaration_repeat1, 2), REDUCE(aux_sym_field_declaration_repeat1, 3), SHIFT(223), - [3619] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_pointer_declarator, 2), SHIFT(89), - [3622] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_pointer_declarator, 2), REDUCE(sym_parameter_declaration, 2), - [3625] = {.count = 5, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_pointer_declarator, 2), REDUCE(sym_parameter_declaration, 2), REDUCE(sym_type_descriptor, 2), REDUCE(sym_type_descriptor, 3), SHIFT(383), - [3631] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_pointer_declarator, 2), SHIFT(231), - [3634] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_declaration_repeat1, 2), REDUCE(aux_sym_declaration_repeat1, 3), SHIFT(90), - [3638] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_declaration_repeat1, 2), REDUCE(aux_sym_declaration_repeat1, 3), SHIFT(91), - [3642] = {.count = 15, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), REDUCE(sym_function_definition, 3), REDUCE(sym_labeled_statement, 3, .alias_sequence_id = 24), REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), REDUCE(sym_if_statement, 5, .fragile = true), REDUCE(sym_switch_statement, 5), REDUCE(sym_while_statement, 5), REDUCE(sym_for_statement, 6), REDUCE(sym_if_statement, 7), REDUCE(sym_for_statement, 7), REDUCE(sym_for_statement, 8), REDUCE(sym_for_statement, 9), REDUCE(sym_for_statement, 10), - [3658] = {.count = 14, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), REDUCE(sym_labeled_statement, 3, .alias_sequence_id = 24), REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), REDUCE(sym_if_statement, 5, .fragile = true), REDUCE(sym_switch_statement, 5), REDUCE(sym_while_statement, 5), REDUCE(sym_for_statement, 6), REDUCE(sym_if_statement, 7), REDUCE(sym_for_statement, 7), REDUCE(sym_for_statement, 8), REDUCE(sym_for_statement, 9), REDUCE(sym_for_statement, 10), - [3673] = {.count = 15, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), REDUCE(sym_function_definition, 3), REDUCE(sym_labeled_statement, 3, .alias_sequence_id = 24), REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), REDUCE(sym_if_statement, 5, .fragile = true), REDUCE(sym_switch_statement, 5), REDUCE(sym_while_statement, 5), REDUCE(sym_for_statement, 6), REDUCE(sym_if_statement, 7), REDUCE(sym_for_statement, 7), REDUCE(sym_for_statement, 8), REDUCE(sym_for_statement, 9), REDUCE(sym_for_statement, 10), - [3689] = {.count = 15, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), REDUCE(sym_function_definition, 3), REDUCE(sym_labeled_statement, 3, .alias_sequence_id = 24), REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), REDUCE(sym_if_statement, 5, .fragile = true), REDUCE(sym_switch_statement, 5), REDUCE(sym_while_statement, 5), REDUCE(sym_for_statement, 6), REDUCE(sym_if_statement, 7), REDUCE(sym_for_statement, 7), REDUCE(sym_for_statement, 8), REDUCE(sym_for_statement, 9), REDUCE(sym_for_statement, 10), - [3705] = {.count = 14, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), REDUCE(sym_labeled_statement, 3, .alias_sequence_id = 24), REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), REDUCE(sym_if_statement, 5, .fragile = true), REDUCE(sym_switch_statement, 5), REDUCE(sym_while_statement, 5), REDUCE(sym_for_statement, 6), REDUCE(sym_if_statement, 7), REDUCE(sym_for_statement, 7), REDUCE(sym_for_statement, 8), REDUCE(sym_for_statement, 9), REDUCE(sym_for_statement, 10), - [3720] = {.count = 13, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_labeled_statement, 3, .alias_sequence_id = 24), REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), REDUCE(sym_if_statement, 5, .fragile = true), REDUCE(sym_switch_statement, 5), REDUCE(sym_while_statement, 5), REDUCE(sym_for_statement, 6), REDUCE(sym_if_statement, 7), REDUCE(sym_for_statement, 7), REDUCE(sym_for_statement, 8), REDUCE(sym_for_statement, 9), REDUCE(sym_for_statement, 10), SHIFT(992), - [3734] = {.count = 15, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), REDUCE(sym_labeled_statement, 3, .alias_sequence_id = 24), REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), REDUCE(sym_if_statement, 5, .fragile = true), REDUCE(sym_switch_statement, 5), REDUCE(sym_while_statement, 5), REDUCE(sym_for_statement, 6), REDUCE(sym_if_statement, 7), REDUCE(sym_for_statement, 7), REDUCE(sym_for_statement, 8), REDUCE(sym_for_statement, 9), REDUCE(sym_for_statement, 10), SHIFT(462), - [3750] = {.count = 4, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1), REDUCE(aux_sym_type_descriptor_repeat1, 1), REDUCE(aux_sym__declaration_specifiers_repeat1, 2), REDUCE(aux_sym_type_descriptor_repeat1, 2), - [3755] = {.count = 4, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1), REDUCE(aux_sym_type_descriptor_repeat1, 1), REDUCE(aux_sym__declaration_specifiers_repeat1, 2), REDUCE(aux_sym_type_descriptor_repeat1, 2), - [3760] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 1), REDUCE(sym__declaration_specifiers, 2), SHIFT(128), - [3764] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 1), REDUCE(sym__declaration_specifiers, 2), - [3767] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 1), REDUCE(sym_type_descriptor, 1), REDUCE(sym__declaration_specifiers, 2), REDUCE(sym_type_descriptor, 2), - [3772] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 1), REDUCE(sym__declaration_specifiers, 2), SHIFT(129), - [3776] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 1), REDUCE(sym__declaration_specifiers, 2), SHIFT(130), - [3780] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__declaration_specifiers, 1), REDUCE(sym__declaration_specifiers, 2), - [3783] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 1), REDUCE(sym__declaration_specifiers, 2), - [3786] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enum_specifier, 2), REDUCE(sym_enum_specifier, 3, .alias_sequence_id = 3), - [3789] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enum_specifier, 2), REDUCE(sym_enum_specifier, 3, .alias_sequence_id = 3), - [3792] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enum_specifier, 2), REDUCE(sym_enum_specifier, 3, .alias_sequence_id = 3), - [3795] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_struct_specifier, 2), REDUCE(sym_union_specifier, 2), REDUCE(sym_struct_specifier, 3, .alias_sequence_id = 3), REDUCE(sym_union_specifier, 3, .alias_sequence_id = 3), - [3800] = {.count = 4, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_struct_specifier, 2), REDUCE(sym_union_specifier, 2), REDUCE(sym_struct_specifier, 3, .alias_sequence_id = 3), REDUCE(sym_union_specifier, 3, .alias_sequence_id = 3), - [3805] = {.count = 4, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_struct_specifier, 2), REDUCE(sym_union_specifier, 2), REDUCE(sym_struct_specifier, 3, .alias_sequence_id = 3), REDUCE(sym_union_specifier, 3, .alias_sequence_id = 3), - [3810] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_field_declaration_list_repeat1, 1), REDUCE(aux_sym_field_declaration_list_repeat1, 2), - [3813] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_field_declaration_list_repeat1, 1), REDUCE(aux_sym_field_declaration_list_repeat1, 2), - [3816] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_field_declaration_list_repeat1, 1), REDUCE(aux_sym_field_declaration_list_repeat1, 2), - [3819] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_enumerator_list_repeat1, 2), REDUCE(aux_sym_enumerator_list_repeat1, 3), SHIFT(115), - [3823] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_enumerator_list_repeat1, 2), REDUCE(aux_sym_enumerator_list_repeat1, 3), SHIFT(113), - [3827] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_function_declarator, 1), REDUCE(sym_function_declarator, 2), REDUCE(sym_function_field_declarator, 2), REDUCE(sym_abstract_function_declarator, 2), - [3832] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_function_declarator, 2), REDUCE(sym_function_field_declarator, 2), - [3835] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_parameter_list_repeat1, 2), REDUCE(aux_sym_parameter_list_repeat1, 3), SHIFT(234), - [3839] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_parameter_list_repeat1, 2), REDUCE(aux_sym_parameter_list_repeat1, 3), SHIFT(235), - [3843] = {.count = 14, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), REDUCE(sym_labeled_statement, 3, .alias_sequence_id = 24), REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), REDUCE(sym_if_statement, 5, .fragile = true), REDUCE(sym_switch_statement, 5), REDUCE(sym_while_statement, 5), REDUCE(sym_for_statement, 6), REDUCE(sym_if_statement, 7), REDUCE(sym_for_statement, 7), REDUCE(sym_for_statement, 8), REDUCE(sym_for_statement, 9), REDUCE(sym_for_statement, 10), - [3858] = {.count = 15, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_logical_expression, 2), REDUCE(sym_bitwise_expression, 2), REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_sizeof_expression, 2), REDUCE(sym_assignment_expression, 3, .fragile = true), REDUCE(sym_logical_expression, 3), REDUCE(sym_bitwise_expression, 3), REDUCE(sym_equality_expression, 3), REDUCE(sym_relational_expression, 3), REDUCE(sym_shift_expression, 3), REDUCE(sym_math_expression, 3), REDUCE(sym_cast_expression, 4), REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(289), - [3874] = {.count = 22, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__initializer_list_contents, 1), REDUCE(sym_pointer_expression, 2), REDUCE(sym_logical_expression, 2), REDUCE(sym_bitwise_expression, 2), REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_sizeof_expression, 2), REDUCE(aux_sym_for_statement_repeat1, 2), REDUCE(sym_init_declarator, 3), REDUCE(sym_enumerator, 3), REDUCE(sym_assignment_expression, 3, .fragile = true), REDUCE(sym_logical_expression, 3), REDUCE(sym_bitwise_expression, 3), REDUCE(sym_equality_expression, 3), REDUCE(sym_relational_expression, 3), REDUCE(sym_shift_expression, 3), REDUCE(sym_math_expression, 3), REDUCE(sym__initializer_list_contents, 3), REDUCE(aux_sym_for_statement_repeat1, 3), REDUCE(sym_cast_expression, 4), REDUCE(sym_conditional_expression, 5, .fragile = true), REDUCE(sym__initializer_list_contents, 5), SHIFT(1172), - [3897] = {.count = 18, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_logical_expression, 2), REDUCE(sym_bitwise_expression, 2), REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_sizeof_expression, 2), REDUCE(aux_sym_for_statement_repeat1, 2), REDUCE(sym_comma_expression, 3), REDUCE(sym_assignment_expression, 3, .fragile = true), REDUCE(sym_logical_expression, 3), REDUCE(sym_bitwise_expression, 3), REDUCE(sym_equality_expression, 3), REDUCE(sym_relational_expression, 3), REDUCE(sym_shift_expression, 3), REDUCE(sym_math_expression, 3), REDUCE(aux_sym_for_statement_repeat1, 3), REDUCE(sym_cast_expression, 4), REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1173), - [3916] = {.count = 17, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_logical_expression, 2), REDUCE(sym_bitwise_expression, 2), REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_sizeof_expression, 2), REDUCE(sym_init_declarator, 3), REDUCE(sym_comma_expression, 3), REDUCE(sym_assignment_expression, 3, .fragile = true), REDUCE(sym_logical_expression, 3), REDUCE(sym_bitwise_expression, 3), REDUCE(sym_equality_expression, 3), REDUCE(sym_relational_expression, 3), REDUCE(sym_shift_expression, 3), REDUCE(sym_math_expression, 3), REDUCE(sym_cast_expression, 4), REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1174), - [3934] = {.count = 18, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__initializer_list_contents, 1), REDUCE(sym_pointer_expression, 2), REDUCE(sym_logical_expression, 2), REDUCE(sym_bitwise_expression, 2), REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_sizeof_expression, 2), REDUCE(sym_enumerator, 3), REDUCE(sym_assignment_expression, 3, .fragile = true), REDUCE(sym_logical_expression, 3), REDUCE(sym_bitwise_expression, 3), REDUCE(sym_equality_expression, 3), REDUCE(sym_relational_expression, 3), REDUCE(sym_shift_expression, 3), REDUCE(sym_math_expression, 3), REDUCE(sym__initializer_list_contents, 3), REDUCE(sym_cast_expression, 4), REDUCE(sym_conditional_expression, 5, .fragile = true), REDUCE(sym__initializer_list_contents, 5), - [3953] = {.count = 15, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_logical_expression, 2), REDUCE(sym_bitwise_expression, 2), REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_sizeof_expression, 2), REDUCE(sym_assignment_expression, 3, .fragile = true), REDUCE(sym_logical_expression, 3), REDUCE(sym_bitwise_expression, 3), REDUCE(sym_equality_expression, 3), REDUCE(sym_relational_expression, 3), REDUCE(sym_shift_expression, 3), REDUCE(sym_math_expression, 3), REDUCE(sym_cast_expression, 4), REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1009), - [3969] = {.count = 15, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_logical_expression, 2), REDUCE(sym_bitwise_expression, 2), REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_sizeof_expression, 2), REDUCE(sym_assignment_expression, 3, .fragile = true), REDUCE(sym_logical_expression, 3), REDUCE(sym_bitwise_expression, 3), REDUCE(sym_equality_expression, 3), REDUCE(sym_relational_expression, 3), REDUCE(sym_shift_expression, 3), REDUCE(sym_math_expression, 3), REDUCE(sym_cast_expression, 4), REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(293), - [3985] = {.count = 15, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_logical_expression, 2), REDUCE(sym_bitwise_expression, 2), REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_sizeof_expression, 2), REDUCE(sym_assignment_expression, 3, .fragile = true), REDUCE(sym_logical_expression, 3), REDUCE(sym_bitwise_expression, 3), REDUCE(sym_equality_expression, 3), REDUCE(sym_relational_expression, 3), REDUCE(sym_shift_expression, 3), REDUCE(sym_math_expression, 3), REDUCE(sym_cast_expression, 4), REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1175), - [4001] = {.count = 15, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_logical_expression, 2), REDUCE(sym_bitwise_expression, 2), REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_sizeof_expression, 2), REDUCE(sym_assignment_expression, 3, .fragile = true), REDUCE(sym_logical_expression, 3), REDUCE(sym_bitwise_expression, 3), REDUCE(sym_equality_expression, 3), REDUCE(sym_relational_expression, 3), REDUCE(sym_shift_expression, 3), REDUCE(sym_math_expression, 3), REDUCE(sym_cast_expression, 4), REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(999), - [4017] = {.count = 15, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_logical_expression, 2), REDUCE(sym_bitwise_expression, 2), REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_sizeof_expression, 2), REDUCE(sym_assignment_expression, 3, .fragile = true), REDUCE(sym_logical_expression, 3), REDUCE(sym_bitwise_expression, 3), REDUCE(sym_equality_expression, 3), REDUCE(sym_relational_expression, 3), REDUCE(sym_shift_expression, 3), REDUCE(sym_math_expression, 3), REDUCE(sym_cast_expression, 4), REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1176), - [4033] = {.count = 15, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_logical_expression, 2), REDUCE(sym_bitwise_expression, 2), REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_sizeof_expression, 2), REDUCE(sym_assignment_expression, 3, .fragile = true), REDUCE(sym_logical_expression, 3), REDUCE(sym_bitwise_expression, 3), REDUCE(sym_equality_expression, 3), REDUCE(sym_relational_expression, 3), REDUCE(sym_shift_expression, 3), REDUCE(sym_math_expression, 3), REDUCE(sym_cast_expression, 4), REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(998), - [4049] = {.count = 15, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_logical_expression, 2), REDUCE(sym_bitwise_expression, 2), REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_sizeof_expression, 2), REDUCE(sym_assignment_expression, 3, .fragile = true), REDUCE(sym_logical_expression, 3), REDUCE(sym_bitwise_expression, 3), REDUCE(sym_equality_expression, 3), REDUCE(sym_relational_expression, 3), REDUCE(sym_shift_expression, 3), REDUCE(sym_math_expression, 3), REDUCE(sym_cast_expression, 4), REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(999), - [4065] = {.count = 15, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_logical_expression, 2), REDUCE(sym_bitwise_expression, 2), REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_sizeof_expression, 2), REDUCE(sym_assignment_expression, 3, .fragile = true), REDUCE(sym_logical_expression, 3), REDUCE(sym_bitwise_expression, 3), REDUCE(sym_equality_expression, 3), REDUCE(sym_relational_expression, 3), REDUCE(sym_shift_expression, 3), REDUCE(sym_math_expression, 3), REDUCE(sym_cast_expression, 4), REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1003), - [4081] = {.count = 15, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_logical_expression, 2), REDUCE(sym_bitwise_expression, 2), REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_sizeof_expression, 2), REDUCE(sym_assignment_expression, 3, .fragile = true), REDUCE(sym_logical_expression, 3), REDUCE(sym_bitwise_expression, 3), REDUCE(sym_equality_expression, 3), REDUCE(sym_relational_expression, 3), REDUCE(sym_shift_expression, 3), REDUCE(sym_math_expression, 3), REDUCE(sym_cast_expression, 4), REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1001), - [4097] = {.count = 15, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_logical_expression, 2), REDUCE(sym_bitwise_expression, 2), REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_sizeof_expression, 2), REDUCE(sym_assignment_expression, 3, .fragile = true), REDUCE(sym_logical_expression, 3), REDUCE(sym_bitwise_expression, 3), REDUCE(sym_equality_expression, 3), REDUCE(sym_relational_expression, 3), REDUCE(sym_shift_expression, 3), REDUCE(sym_math_expression, 3), REDUCE(sym_cast_expression, 4), REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1005), - [4113] = {.count = 15, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_logical_expression, 2), REDUCE(sym_bitwise_expression, 2), REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_sizeof_expression, 2), REDUCE(sym_assignment_expression, 3, .fragile = true), REDUCE(sym_logical_expression, 3), REDUCE(sym_bitwise_expression, 3), REDUCE(sym_equality_expression, 3), REDUCE(sym_relational_expression, 3), REDUCE(sym_shift_expression, 3), REDUCE(sym_math_expression, 3), REDUCE(sym_cast_expression, 4), REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1006), - [4129] = {.count = 15, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_logical_expression, 2), REDUCE(sym_bitwise_expression, 2), REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_sizeof_expression, 2), REDUCE(sym_assignment_expression, 3, .fragile = true), REDUCE(sym_logical_expression, 3), REDUCE(sym_bitwise_expression, 3), REDUCE(sym_equality_expression, 3), REDUCE(sym_relational_expression, 3), REDUCE(sym_shift_expression, 3), REDUCE(sym_math_expression, 3), REDUCE(sym_cast_expression, 4), REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1006), - [4145] = {.count = 15, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_logical_expression, 2), REDUCE(sym_bitwise_expression, 2), REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_sizeof_expression, 2), REDUCE(sym_assignment_expression, 3, .fragile = true), REDUCE(sym_logical_expression, 3), REDUCE(sym_bitwise_expression, 3), REDUCE(sym_equality_expression, 3), REDUCE(sym_relational_expression, 3), REDUCE(sym_shift_expression, 3), REDUCE(sym_math_expression, 3), REDUCE(sym_cast_expression, 4), REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1007), - [4161] = {.count = 15, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_logical_expression, 2), REDUCE(sym_bitwise_expression, 2), REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_sizeof_expression, 2), REDUCE(sym_assignment_expression, 3, .fragile = true), REDUCE(sym_logical_expression, 3), REDUCE(sym_bitwise_expression, 3), REDUCE(sym_equality_expression, 3), REDUCE(sym_relational_expression, 3), REDUCE(sym_shift_expression, 3), REDUCE(sym_math_expression, 3), REDUCE(sym_cast_expression, 4), REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(305), - [4177] = {.count = 15, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_logical_expression, 2), REDUCE(sym_bitwise_expression, 2), REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_sizeof_expression, 2), REDUCE(sym_assignment_expression, 3, .fragile = true), REDUCE(sym_logical_expression, 3), REDUCE(sym_bitwise_expression, 3), REDUCE(sym_equality_expression, 3), REDUCE(sym_relational_expression, 3), REDUCE(sym_shift_expression, 3), REDUCE(sym_math_expression, 3), REDUCE(sym_cast_expression, 4), REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(306), - [4193] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_comma_expression, 3), SHIFT(396), - [4196] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_comma_expression, 3), SHIFT(291), - [4199] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1177), - [4201] = {.count = 5, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__initializer_list_contents, 1), REDUCE(sym_init_declarator, 3), REDUCE(sym__initializer_list_contents, 3), REDUCE(sym_compound_literal_expression, 4), REDUCE(sym__initializer_list_contents, 5), - [4207] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_init_declarator, 3), REDUCE(sym_compound_literal_expression, 4), - [4210] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__initializer_list_contents, 1), REDUCE(sym__initializer_list_contents, 3), REDUCE(sym_compound_literal_expression, 4), REDUCE(sym__initializer_list_contents, 5), - [4215] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym__initializer_list_contents_repeat1, 1), REDUCE(aux_sym__initializer_list_contents_repeat1, 2), - [4218] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_else, 2, .alias_sequence_id = 6), SHIFT(1178), - [4221] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_else_in_compound_statement, 2, .alias_sequence_id = 6), SHIFT(1180), - [4224] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1181), - [4226] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1182), - [4228] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1183), - [4230] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1184), - [4232] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1185), - [4234] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1186), - [4236] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1187), - [4238] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 2), REDUCE(sym__declaration_specifiers, 3), - [4241] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__declaration_specifiers, 2), REDUCE(sym__declaration_specifiers, 3), - [4244] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 2), REDUCE(sym__declaration_specifiers, 3), SHIFT(16), - [4248] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1189), - [4250] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1190), - [4252] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1191), - [4254] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1192), - [4256] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1193), - [4258] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1063), - [4260] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1064), - [4262] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_parameter_list, 2), REDUCE(sym_argument_list, 2, .dynamic_precedence = 1), - [4265] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_parameter_list, 2), - [4267] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_argument_list, 2, .dynamic_precedence = 1), - [4269] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1161), - [4271] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_pointer_declarator, 1, .fragile = true), SHIFT(1048), - [4274] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1195), - [4276] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1096), - [4278] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1200), - [4280] = {.count = 5, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declarator, 1, .fragile = true), REDUCE(sym__field_declarator, 1, .alias_sequence_id = 12), REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), SHIFT(40), - [4286] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), SHIFT(192), - [4290] = {.count = 5, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declarator, 1, .fragile = true), REDUCE(sym__field_declarator, 1, .alias_sequence_id = 12), REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), SHIFT(193), - [4296] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declarator, 1, .fragile = true), REDUCE(sym__field_declarator, 1, .alias_sequence_id = 12), REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), - [4301] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1202), - [4303] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1), REDUCE(aux_sym_type_descriptor_repeat1, 1), - [4306] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1), REDUCE(aux_sym_type_descriptor_repeat1, 1), - [4309] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 1), SHIFT(128), - [4312] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 1), REDUCE(sym_type_descriptor, 1), - [4315] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 1), SHIFT(129), - [4318] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 1), SHIFT(130), - [4321] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1204), - [4323] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1205), - [4325] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1206), - [4327] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1207), - [4329] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1208), - [4331] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1209), - [4333] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1208), - [4335] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1210), - [4337] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1211), - [4339] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1212), - [4341] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1213), - [4343] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1213), - [4345] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1214), - [4347] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1215), - [4349] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1216), - [4351] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_parameter_list, 3), - [4353] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1217), - [4355] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1218), - [4357] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1219), - [4359] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_params_repeat1, 2), REDUCE(aux_sym_parameter_list_repeat1, 2), REDUCE(aux_sym_preproc_params_repeat1, 3), REDUCE(aux_sym_parameter_list_repeat1, 3), - [4364] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 3), REDUCE(sym_enumerator_list, 4), REDUCE(sym_initializer_list, 4), REDUCE(sym_enumerator_list, 5), - [4369] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enumerator_list, 3), REDUCE(sym_enumerator_list, 4), REDUCE(sym_enumerator_list, 5), - [4373] = {.count = 4, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enumerator_list, 3), REDUCE(sym_enumerator_list, 4), REDUCE(sym_initializer_list, 4), REDUCE(sym_enumerator_list, 5), - [4378] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 3), REDUCE(sym_enumerator_list, 4), REDUCE(sym_enumerator_list, 5), - [4382] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 3), REDUCE(sym_enumerator_list, 4), REDUCE(sym_enumerator_list, 5), - [4386] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1221), - [4388] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1223), - [4390] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1227), - [4392] = {.count = 7, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declarator, 1, .fragile = true), REDUCE(sym__field_declarator, 1, .alias_sequence_id = 12), REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym_enumerator, 1), REDUCE(sym__expression, 1, .fragile = true), REDUCE(aux_sym_preproc_params_repeat1, 2), REDUCE(aux_sym_preproc_params_repeat1, 3), - [4400] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), REDUCE(aux_sym_preproc_params_repeat1, 2), REDUCE(aux_sym_preproc_params_repeat1, 3), - [4405] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declarator, 1, .fragile = true), REDUCE(sym__field_declarator, 1, .alias_sequence_id = 12), REDUCE(sym__expression, 1, .fragile = true), - [4409] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator, 1), REDUCE(sym__expression, 1, .fragile = true), - [4412] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__declarator, 1, .fragile = true), REDUCE(sym__expression, 1, .fragile = true), SHIFT(114), - [4416] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_declaration_repeat1, 2), REDUCE(aux_sym_declaration_repeat1, 3), - [4419] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_field_declaration_repeat1, 2), REDUCE(aux_sym_field_declaration_repeat1, 3), - [4422] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_enumerator_list_repeat1, 2), REDUCE(aux_sym_enumerator_list_repeat1, 3), - [4425] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_parameter_list_repeat1, 2), REDUCE(aux_sym_parameter_list_repeat1, 3), - [4428] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 2), REDUCE(sym__initializer_list_contents, 3), REDUCE(aux_sym_for_statement_repeat1, 3), SHIFT(1229), - [4433] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 2), REDUCE(sym_comma_expression, 3), REDUCE(aux_sym_for_statement_repeat1, 3), - [4437] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1230), - [4439] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1231), - [4441] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1232), - [4443] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1231), - [4445] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1233), - [4447] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1234), - [4449] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1235), - [4451] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1236), - [4453] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1236), - [4455] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1237), - [4457] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1239), - [4459] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1241), - [4461] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__expression, 1, .fragile = true), SHIFT(1153), - [4464] = {.count = 8, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_if_statement, 5, .fragile = true), REDUCE(sym_switch_statement, 5), REDUCE(sym_while_statement, 5), REDUCE(sym_for_statement, 6), REDUCE(sym_for_statement, 7), REDUCE(sym_for_statement, 8), REDUCE(sym_for_statement, 9), REDUCE(sym_for_statement, 10), - [4473] = {.count = 8, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 5, .fragile = true), REDUCE(sym_switch_statement, 5), REDUCE(sym_while_statement, 5), REDUCE(sym_for_statement, 6), REDUCE(sym_for_statement, 7), REDUCE(sym_for_statement, 8), REDUCE(sym_for_statement, 9), REDUCE(sym_for_statement, 10), - [4482] = {.count = 8, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 5, .fragile = true), REDUCE(sym_switch_statement, 5), REDUCE(sym_while_statement, 5), REDUCE(sym_for_statement, 6), REDUCE(sym_for_statement, 7), REDUCE(sym_for_statement, 8), REDUCE(sym_for_statement, 9), REDUCE(sym_for_statement, 10), - [4491] = {.count = 9, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_if_statement, 5, .fragile = true), REDUCE(sym_switch_statement, 5), REDUCE(sym_while_statement, 5), REDUCE(sym_for_statement, 6), REDUCE(sym_for_statement, 7), REDUCE(sym_for_statement, 8), REDUCE(sym_for_statement, 9), REDUCE(sym_for_statement, 10), SHIFT(992), - [4501] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), SHIFT(289), - [4504] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), SHIFT(290), - [4507] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), SHIFT(291), - [4510] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_cast_expression, 4), SHIFT(1009), - [4513] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), SHIFT(293), - [4516] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_cast_expression, 4), SHIFT(999), - [4519] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), SHIFT(998), - [4522] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), SHIFT(999), - [4525] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_cast_expression, 4), SHIFT(1003), - [4528] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), SHIFT(1001), - [4531] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), SHIFT(1005), - [4534] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_cast_expression, 4), SHIFT(1006), - [4537] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), SHIFT(1006), - [4540] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_cast_expression, 4), SHIFT(1007), - [4543] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), SHIFT(305), - [4546] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), SHIFT(306), - [4549] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1242), - [4551] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(979), - [4553] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1243), - [4555] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1244), - [4557] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1245), - [4559] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1246), - [4561] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1247), - [4563] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_translation_unit_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), - [4566] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_translation_unit_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), - [4569] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_translation_unit_repeat1, 1), REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), - [4572] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1249), - [4574] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1251), - [4576] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1252), - [4578] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1255), - [4580] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_declaration_list, 2), REDUCE(sym_compound_statement, 2), - [4583] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_declaration_list, 2), REDUCE(sym_compound_statement, 2), - [4586] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 2), REDUCE(sym_enumerator_list, 2), REDUCE(sym_field_declaration_list, 2), REDUCE(sym_initializer_list, 2), - [4591] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 2), REDUCE(sym_field_declaration_list, 2), REDUCE(sym_initializer_list, 2), - [4595] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_declaration_list, 2), REDUCE(sym_compound_statement, 2), - [4598] = {.count = 4, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_declaration_list, 2), REDUCE(sym_compound_statement, 2), REDUCE(sym_enumerator_list, 2), REDUCE(sym_field_declaration_list, 2), - [4603] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_declaration_list, 2), REDUCE(sym_compound_statement, 2), REDUCE(sym_initializer_list, 2), - [4607] = {.count = 4, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_compound_statement, 2), REDUCE(sym_enumerator_list, 2), REDUCE(sym_field_declaration_list, 2), REDUCE(sym_initializer_list, 2), - [4612] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_compound_statement, 2), REDUCE(sym_enumerator_list, 2), REDUCE(sym_field_declaration_list, 2), - [4616] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 2), REDUCE(sym_enumerator_list, 2), REDUCE(sym_field_declaration_list, 2), - [4620] = {.count = 4, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_declaration_list, 2), REDUCE(sym_compound_statement, 2), REDUCE(sym_enumerator_list, 2), REDUCE(sym_field_declaration_list, 2), - [4625] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1260), - [4627] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__expression, 1, .fragile = true), SHIFT(114), - [4630] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), SHIFT(287), - [4633] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1262), - [4635] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1263), - [4637] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1264), - [4639] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__initializer_list_contents, 1), SHIFT(290), - [4642] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1265), - [4644] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1266), - [4646] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1267), - [4648] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1266), - [4650] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1268), - [4652] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1269), - [4654] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1270), - [4656] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1271), - [4658] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1271), - [4660] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1272), - [4662] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__declarator, 1, .fragile = true), REDUCE(sym__expression, 1, .fragile = true), - [4665] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__field_declarator, 1, .alias_sequence_id = 12), REDUCE(sym__expression, 1, .fragile = true), - [4668] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_math_expression, 3), SHIFT(289), - [4672] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_math_expression, 3), - [4675] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_math_expression, 3), SHIFT(1009), - [4679] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_math_expression, 3), SHIFT(293), - [4683] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_math_expression, 3), SHIFT(999), - [4687] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_math_expression, 3), SHIFT(998), - [4691] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_math_expression, 3), SHIFT(999), - [4695] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_math_expression, 3), SHIFT(1003), - [4699] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_math_expression, 3), SHIFT(1001), - [4703] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_math_expression, 3), SHIFT(1005), - [4707] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_math_expression, 3), SHIFT(1006), - [4711] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_math_expression, 3), SHIFT(1006), - [4715] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_math_expression, 3), SHIFT(1007), - [4719] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_math_expression, 3), SHIFT(305), - [4723] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_math_expression, 3), SHIFT(306), - [4727] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_array_declarator, 2), REDUCE(sym_array_declarator, 3), REDUCE(sym_array_field_declarator, 3), REDUCE(sym_abstract_array_declarator, 3), - [4732] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_declarator, 3), REDUCE(sym_array_field_declarator, 3), - [4735] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1273), - [4737] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(289), - [4740] = {.count = 5, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_init_declarator, 3), REDUCE(sym_enumerator, 3), REDUCE(sym_assignment_expression, 3, .fragile = true), REDUCE(sym__initializer_list_contents, 3), REDUCE(sym__initializer_list_contents, 5), - [4746] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_init_declarator, 3), REDUCE(sym_assignment_expression, 3, .fragile = true), - [4749] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator, 3), REDUCE(sym_assignment_expression, 3, .fragile = true), REDUCE(sym__initializer_list_contents, 3), REDUCE(sym__initializer_list_contents, 5), - [4754] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1009), - [4757] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(293), - [4760] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(999), - [4763] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(998), - [4766] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(999), - [4769] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1003), - [4772] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1001), - [4775] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1005), - [4778] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1006), - [4781] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1006), - [4784] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1007), - [4787] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(305), - [4790] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(306), - [4793] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_init_declarator, 3), REDUCE(sym__initializer_list_contents, 3), REDUCE(sym__initializer_list_contents, 5), - [4797] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__initializer_list_contents, 3), REDUCE(sym__initializer_list_contents, 5), - [4800] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), - [4803] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), - [4806] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_labeled_statement, 3, .alias_sequence_id = 24), REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), - [4810] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_labeled_statement, 3, .alias_sequence_id = 24), REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), - [4814] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_labeled_statement, 3, .alias_sequence_id = 24), REDUCE(sym_case_statement, 3), REDUCE(sym_case_statement, 4), - [4818] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(289), - [4821] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(290), - [4824] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1274), - [4827] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1009), - [4830] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(293), - [4833] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(999), - [4836] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(998), - [4839] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(999), - [4842] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1003), - [4845] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1001), - [4848] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1005), - [4851] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1006), - [4854] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1006), - [4857] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1007), - [4860] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(305), - [4863] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(306), - [4866] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1153), - [4868] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1277), - [4870] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1278), - [4872] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1281), - [4874] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_bitwise_expression, 3), SHIFT(289), - [4878] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_bitwise_expression, 3), - [4881] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_bitwise_expression, 3), SHIFT(1009), - [4885] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_bitwise_expression, 3), SHIFT(293), - [4889] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_bitwise_expression, 3), SHIFT(999), - [4893] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_bitwise_expression, 3), SHIFT(998), - [4897] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_bitwise_expression, 3), SHIFT(999), - [4901] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_bitwise_expression, 3), SHIFT(1003), - [4905] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_bitwise_expression, 3), SHIFT(1001), - [4909] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_bitwise_expression, 3), SHIFT(1005), - [4913] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_bitwise_expression, 3), SHIFT(1006), - [4917] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_bitwise_expression, 3), SHIFT(1006), - [4921] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_bitwise_expression, 3), SHIFT(1007), - [4925] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_bitwise_expression, 3), SHIFT(305), - [4929] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), REDUCE(sym_bitwise_expression, 3), SHIFT(306), - [4933] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 3), SHIFT(289), - [4936] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 3), SHIFT(1009), - [4939] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 3), SHIFT(293), - [4942] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 3), SHIFT(999), - [4945] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 3), SHIFT(998), - [4948] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 3), SHIFT(999), - [4951] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 3), SHIFT(1003), - [4954] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 3), SHIFT(1001), - [4957] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 3), SHIFT(1005), - [4960] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 3), SHIFT(1006), - [4963] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 3), SHIFT(1006), - [4966] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 3), SHIFT(1007), - [4969] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 3), SHIFT(305), - [4972] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 3), SHIFT(306), - [4975] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 2), SHIFT(289), - [4978] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 2), SHIFT(1009), - [4981] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 2), SHIFT(293), - [4984] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 2), SHIFT(999), - [4987] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 2), SHIFT(998), - [4990] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 2), SHIFT(999), - [4993] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 2), SHIFT(1003), - [4996] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 2), SHIFT(1001), - [4999] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 2), SHIFT(1005), - [5002] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 2), SHIFT(1006), - [5005] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 2), SHIFT(1006), - [5008] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 2), SHIFT(1007), - [5011] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 2), SHIFT(305), - [5014] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 2), SHIFT(306), - [5017] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 3), SHIFT(289), - [5020] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 3), SHIFT(1009), - [5023] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 3), SHIFT(293), - [5026] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 3), SHIFT(999), - [5029] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 3), SHIFT(998), - [5032] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 3), SHIFT(999), - [5035] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 3), SHIFT(1003), - [5038] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 3), SHIFT(1001), - [5041] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 3), SHIFT(1005), - [5044] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 3), SHIFT(1006), - [5047] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 3), SHIFT(1006), - [5050] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 3), SHIFT(1007), - [5053] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 3), SHIFT(305), - [5056] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 3), SHIFT(306), - [5059] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 2), SHIFT(289), - [5062] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 2), SHIFT(1009), - [5065] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 2), SHIFT(293), - [5068] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 2), SHIFT(999), - [5071] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 2), SHIFT(998), - [5074] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 2), SHIFT(999), - [5077] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 2), SHIFT(1003), - [5080] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 2), SHIFT(1001), - [5083] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 2), SHIFT(1005), - [5086] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 2), SHIFT(1006), - [5089] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 2), SHIFT(1006), - [5092] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 2), SHIFT(1007), - [5095] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 2), SHIFT(305), - [5098] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 2), SHIFT(306), - [5101] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_equality_expression, 3), SHIFT(289), - [5104] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_equality_expression, 3), SHIFT(1009), - [5107] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_equality_expression, 3), SHIFT(293), - [5110] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_equality_expression, 3), SHIFT(999), - [5113] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_equality_expression, 3), SHIFT(998), - [5116] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_equality_expression, 3), SHIFT(999), - [5119] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_equality_expression, 3), SHIFT(1003), - [5122] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_equality_expression, 3), SHIFT(1001), - [5125] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_equality_expression, 3), SHIFT(1005), - [5128] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_equality_expression, 3), SHIFT(1006), - [5131] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_equality_expression, 3), SHIFT(1006), - [5134] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_equality_expression, 3), SHIFT(1007), - [5137] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_equality_expression, 3), SHIFT(305), - [5140] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_equality_expression, 3), SHIFT(306), - [5143] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_relational_expression, 3), SHIFT(289), - [5146] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_relational_expression, 3), SHIFT(1009), - [5149] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_relational_expression, 3), SHIFT(293), - [5152] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_relational_expression, 3), SHIFT(999), - [5155] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_relational_expression, 3), SHIFT(998), - [5158] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_relational_expression, 3), SHIFT(999), - [5161] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_relational_expression, 3), SHIFT(1003), - [5164] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_relational_expression, 3), SHIFT(1001), - [5167] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_relational_expression, 3), SHIFT(1005), - [5170] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_relational_expression, 3), SHIFT(1006), - [5173] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_relational_expression, 3), SHIFT(1006), - [5176] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_relational_expression, 3), SHIFT(1007), - [5179] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_relational_expression, 3), SHIFT(305), - [5182] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_relational_expression, 3), SHIFT(306), - [5185] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_shift_expression, 3), SHIFT(289), - [5188] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_shift_expression, 3), SHIFT(1009), - [5191] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_shift_expression, 3), SHIFT(293), - [5194] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_shift_expression, 3), SHIFT(999), - [5197] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_shift_expression, 3), SHIFT(998), - [5200] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_shift_expression, 3), SHIFT(999), - [5203] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_shift_expression, 3), SHIFT(1003), - [5206] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_shift_expression, 3), SHIFT(1001), - [5209] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_shift_expression, 3), SHIFT(1005), - [5212] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_shift_expression, 3), SHIFT(1006), - [5215] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_shift_expression, 3), SHIFT(1006), - [5218] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_shift_expression, 3), SHIFT(1007), - [5221] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_shift_expression, 3), SHIFT(305), - [5224] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_shift_expression, 3), SHIFT(306), - [5227] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_math_expression, 3), SHIFT(289), - [5231] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_math_expression, 3), - [5234] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_math_expression, 3), SHIFT(1009), - [5238] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_math_expression, 3), SHIFT(293), - [5242] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_math_expression, 3), SHIFT(999), - [5246] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_math_expression, 3), SHIFT(998), - [5250] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_math_expression, 3), SHIFT(999), - [5254] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_math_expression, 3), SHIFT(1003), - [5258] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_math_expression, 3), SHIFT(1001), - [5262] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_math_expression, 3), SHIFT(1005), - [5266] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_math_expression, 3), SHIFT(1006), - [5270] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_math_expression, 3), SHIFT(1006), - [5274] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_math_expression, 3), SHIFT(1007), - [5278] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_math_expression, 3), SHIFT(305), - [5282] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), REDUCE(sym_math_expression, 3), SHIFT(306), - [5286] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 3), SHIFT(289), - [5289] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 3), SHIFT(1009), - [5292] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 3), SHIFT(293), - [5295] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 3), SHIFT(999), - [5298] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 3), SHIFT(998), - [5301] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 3), SHIFT(999), - [5304] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 3), SHIFT(1003), - [5307] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 3), SHIFT(1001), - [5310] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 3), SHIFT(1005), - [5313] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 3), SHIFT(1006), - [5316] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 3), SHIFT(1006), - [5319] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 3), SHIFT(1007), - [5322] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 3), SHIFT(305), - [5325] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 3), SHIFT(306), - [5328] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(289), - [5331] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1009), - [5334] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(293), - [5337] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(999), - [5340] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(998), - [5343] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(999), - [5346] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1003), - [5349] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1001), - [5352] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1005), - [5355] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1006), - [5358] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1006), - [5361] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1007), - [5364] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(305), - [5367] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(306), - [5370] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 2), SHIFT(289), - [5373] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 2), SHIFT(1009), - [5376] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 2), SHIFT(293), - [5379] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 2), SHIFT(999), - [5382] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 2), SHIFT(998), - [5385] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 2), SHIFT(999), - [5388] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 2), SHIFT(1003), - [5391] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 2), SHIFT(1001), - [5394] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 2), SHIFT(1005), - [5397] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 2), SHIFT(1006), - [5400] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 2), SHIFT(1006), - [5403] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 2), SHIFT(1007), - [5406] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 2), SHIFT(305), - [5409] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 2), SHIFT(306), - [5412] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_designator, 2, .alias_sequence_id = 26), REDUCE(sym_field_expression, 3, .alias_sequence_id = 25), - [5415] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_designator, 2, .alias_sequence_id = 26), REDUCE(sym_field_expression, 3, .alias_sequence_id = 25), - [5418] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1283), - [5420] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 7), REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 8), - [5423] = {.count = 4, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 7), REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 8), REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), - [5428] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), - [5431] = {.count = 4, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 7), REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 8), REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), - [5436] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 7), REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 8), REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), - [5441] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), - [5444] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expression_statement, 1), REDUCE(sym_goto_statement, 3, .alias_sequence_id = 23), - [5447] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 1), REDUCE(sym_goto_statement, 3, .alias_sequence_id = 23), - [5450] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 1), REDUCE(sym_goto_statement, 3, .alias_sequence_id = 23), - [5453] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1285), - [5455] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1286), - [5457] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1288), - [5459] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1289), - [5461] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_struct_specifier, 3, .alias_sequence_id = 3), REDUCE(sym_union_specifier, 3, .alias_sequence_id = 3), - [5464] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_struct_specifier, 3, .alias_sequence_id = 3), REDUCE(sym_union_specifier, 3, .alias_sequence_id = 3), - [5467] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_struct_specifier, 3, .alias_sequence_id = 3), REDUCE(sym_union_specifier, 3, .alias_sequence_id = 3), - [5470] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1288), - [5472] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1291), - [5474] = {.count = 6, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 4, .alias_sequence_id = 9), REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 10), REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 11), REDUCE(sym_preproc_if, 5, .alias_sequence_id = 18), REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 19), REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), - [5481] = {.count = 6, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if, 4, .alias_sequence_id = 9), REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 10), REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 11), REDUCE(sym_preproc_if, 5, .alias_sequence_id = 18), REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 19), REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), - [5488] = {.count = 6, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 4, .alias_sequence_id = 9), REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 10), REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 11), REDUCE(sym_preproc_if, 5, .alias_sequence_id = 18), REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 19), REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), - [5495] = {.count = 6, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 27), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 28), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 29), REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 30), REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 31), REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 32), - [5502] = {.count = 6, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 27), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 28), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 29), REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 30), REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 31), REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 32), - [5509] = {.count = 6, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 27), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 28), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 29), REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 30), REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 31), REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 32), - [5516] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1293), - [5518] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1295), - [5520] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration, 2), REDUCE(sym__empty_declaration, 2), - [5523] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 2), REDUCE(sym__empty_declaration, 2), - [5526] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 2), REDUCE(sym__empty_declaration, 2), - [5529] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_pointer_declarator, 1, .fragile = true), SHIFT(1163), - [5532] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_array_declarator, 3), REDUCE(sym_array_declarator, 4), REDUCE(sym_array_field_declarator, 4), REDUCE(sym_abstract_array_declarator, 4), - [5537] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_declarator, 4), REDUCE(sym_array_field_declarator, 4), - [5540] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declarator, 1, .fragile = true), REDUCE(sym__field_declarator, 1, .alias_sequence_id = 12), - [5543] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_parameter_declaration, 2), SHIFT(90), - [5546] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1296), - [5548] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_type_descriptor, 2), REDUCE(sym_type_descriptor, 3), - [5551] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 2), REDUCE(sym__declaration_specifiers, 3), - [5554] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), REDUCE(sym_parenthesized_expression, 3), REDUCE(sym_do_statement, 6), SHIFT(144), - [5559] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), REDUCE(sym_parenthesized_expression, 3), - [5562] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), REDUCE(sym_parenthesized_expression, 3), REDUCE(sym_do_statement, 6), SHIFT(148), - [5567] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_do_statement, 6), SHIFT(92), - [5570] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), REDUCE(sym_parenthesized_expression, 3), REDUCE(sym_do_statement, 6), - [5574] = {.count = 4, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), REDUCE(sym_parenthesized_expression, 3), REDUCE(sym_do_statement, 6), SHIFT(150), - [5579] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), REDUCE(sym_parenthesized_expression, 3), - [5582] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_do_statement, 6), SHIFT(991), - [5585] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_do_statement, 6), SHIFT(993), - [5588] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_do_statement, 6), SHIFT(994), - [5591] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_do_statement, 6), SHIFT(995), - [5594] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_do_statement, 6), SHIFT(1084), - [5597] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_do_statement, 6), SHIFT(156), - [5600] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_do_statement, 6), SHIFT(997), - [5603] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_do_statement, 6), SHIFT(158), - [5606] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_do_statement, 6), SHIFT(159), - [5609] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_do_statement, 6), SHIFT(160), - [5612] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_do_statement, 6), SHIFT(161), - [5615] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_do_statement, 6), SHIFT(162), - [5618] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_do_statement, 6), SHIFT(163), - [5621] = {.count = 4, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), REDUCE(sym_parenthesized_expression, 3), REDUCE(sym_do_statement, 6), SHIFT(164), - [5626] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), REDUCE(sym_parenthesized_expression, 3), REDUCE(sym_do_statement, 6), SHIFT(164), - [5631] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_do_statement, 6), SHIFT(165), - [5634] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_do_statement, 6), SHIFT(166), - [5637] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_do_statement, 6), SHIFT(167), - [5640] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_do_statement, 6), SHIFT(1127), - [5643] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 3), - [5646] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 3), SHIFT(1096), - [5650] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1299), - [5652] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 3), - [5655] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 3), SHIFT(1295), - [5659] = {.count = 5, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 3), REDUCE(sym_field_declaration, 4), REDUCE(sym_field_declaration, 5), REDUCE(sym_field_declaration, 6), - [5665] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 3), - [5668] = {.count = 5, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 3), REDUCE(sym_field_declaration, 4), REDUCE(sym_field_declaration, 5), REDUCE(sym_field_declaration, 6), - [5674] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 3), SHIFT(1053), - [5678] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 3), SHIFT(1054), - [5682] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 3), SHIFT(1055), - [5686] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 3), SHIFT(1056), - [5690] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 3), SHIFT(1056), - [5694] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 3), SHIFT(1057), - [5698] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 3), SHIFT(166), - [5702] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 3), SHIFT(167), - [5706] = {.count = 6, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 2), REDUCE(sym_return_statement, 3), REDUCE(sym_field_declaration, 4), REDUCE(sym_field_declaration, 5), REDUCE(sym_field_declaration, 6), SHIFT(166), - [5713] = {.count = 8, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_array_declarator, 3), REDUCE(sym_array_declarator, 4), REDUCE(sym_array_field_declarator, 4), REDUCE(sym_abstract_array_declarator, 4), REDUCE(sym_subscript_expression, 4), REDUCE(sym_array_declarator, 5), REDUCE(sym_array_field_declarator, 5), REDUCE(sym_abstract_array_declarator, 5), - [5722] = {.count = 5, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_declarator, 4), REDUCE(sym_array_field_declarator, 4), REDUCE(sym_subscript_expression, 4), REDUCE(sym_array_declarator, 5), REDUCE(sym_array_field_declarator, 5), - [5728] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_declarator, 4), REDUCE(sym_array_declarator, 5), - [5731] = {.count = 9, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_array_declarator, 3), REDUCE(sym_designator, 3), REDUCE(sym_array_declarator, 4), REDUCE(sym_array_field_declarator, 4), REDUCE(sym_abstract_array_declarator, 4), REDUCE(sym_subscript_expression, 4), REDUCE(sym_array_declarator, 5), REDUCE(sym_array_field_declarator, 5), REDUCE(sym_abstract_array_declarator, 5), - [5741] = {.count = 4, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_designator, 3), REDUCE(sym_array_declarator, 4), REDUCE(sym_subscript_expression, 4), REDUCE(sym_array_declarator, 5), - [5746] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_field_declarator, 4), REDUCE(sym_subscript_expression, 4), REDUCE(sym_array_field_declarator, 5), - [5750] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 4), REDUCE(sym_macro_type_specifier, 4), SHIFT(1081), - [5754] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 4), REDUCE(sym_macro_type_specifier, 4), - [5757] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 4), REDUCE(sym_macro_type_specifier, 4), SHIFT(1083), - [5761] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_macro_type_specifier, 4), SHIFT(1002), - [5764] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_macro_type_specifier, 4), SHIFT(1004), - [5767] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 4), REDUCE(sym_macro_type_specifier, 4), SHIFT(1085), - [5771] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 4), REDUCE(sym_macro_type_specifier, 4), SHIFT(1085), - [5775] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_macro_type_specifier, 4), SHIFT(1011), - [5778] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_macro_type_specifier, 4), SHIFT(166), - [5781] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_macro_type_specifier, 4), SHIFT(167), - [5784] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_macro_type_specifier, 4), SHIFT(166), - [5787] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 4, .alias_sequence_id = 9), REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 10), REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 11), - [5791] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if, 4, .alias_sequence_id = 9), REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 10), REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 11), - [5795] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 4, .alias_sequence_id = 9), REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 10), REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 11), - [5799] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1303), - [5801] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 9), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 10), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 11), - [5805] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 9), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 10), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 11), - [5809] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 9), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 10), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 11), - [5813] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1304), - [5815] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1305), - [5817] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1307), - [5819] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1308), - [5821] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1309), - [5823] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1310), - [5825] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1311), - [5827] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_argument_list, 4, .dynamic_precedence = 1), SHIFT(144), - [5830] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_argument_list, 4, .dynamic_precedence = 1), SHIFT(148), - [5833] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_argument_list, 4, .dynamic_precedence = 1), SHIFT(150), - [5836] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_argument_list, 4, .dynamic_precedence = 1), SHIFT(164), - [5839] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_argument_list, 4, .dynamic_precedence = 1), SHIFT(164), - [5842] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_pointer_declarator, 1, .fragile = true), SHIFT(1191), - [5845] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1315), - [5847] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), SHIFT(289), - [5850] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), SHIFT(1207), - [5853] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), SHIFT(293), - [5856] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), SHIFT(1208), - [5859] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), SHIFT(1209), - [5862] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), SHIFT(1208), - [5865] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), SHIFT(1210), - [5868] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), SHIFT(1211), - [5871] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), SHIFT(1212), - [5874] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), SHIFT(1213), - [5877] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), SHIFT(1213), - [5880] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), SHIFT(1214), - [5883] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), SHIFT(305), - [5886] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), SHIFT(306), - [5889] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 2), SHIFT(1207), - [5892] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 2), SHIFT(1208), - [5895] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 2), SHIFT(1209), - [5898] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 2), SHIFT(1208), - [5901] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 2), SHIFT(1210), - [5904] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 2), SHIFT(1211), - [5907] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 2), SHIFT(1212), - [5910] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 2), SHIFT(1213), - [5913] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 2), SHIFT(1213), - [5916] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 2), SHIFT(1214), - [5919] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 2), SHIFT(1207), - [5922] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 2), SHIFT(1208), - [5925] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 2), SHIFT(1209), - [5928] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 2), SHIFT(1208), - [5931] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 2), SHIFT(1210), - [5934] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 2), SHIFT(1211), - [5937] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 2), SHIFT(1212), - [5940] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 2), SHIFT(1213), - [5943] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 2), SHIFT(1213), - [5946] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 2), SHIFT(1214), - [5949] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1207), - [5952] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1208), - [5955] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1209), - [5958] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1208), - [5961] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1210), - [5964] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1211), - [5967] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1212), - [5970] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1213), - [5973] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1213), - [5976] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1214), - [5979] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 2), SHIFT(1207), - [5982] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 2), SHIFT(1208), - [5985] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 2), SHIFT(1209), - [5988] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 2), SHIFT(1208), - [5991] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 2), SHIFT(1210), - [5994] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 2), SHIFT(1211), - [5997] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 2), SHIFT(1212), - [6000] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 2), SHIFT(1213), - [6003] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 2), SHIFT(1213), - [6006] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 2), SHIFT(1214), - [6009] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_pointer_declarator, 1, .fragile = true), SHIFT(237), - [6012] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_params_repeat1, 2), REDUCE(aux_sym_parameter_list_repeat1, 2), - [6015] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(aux_sym_preproc_params_repeat1, 2), - [6018] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1328), - [6020] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), SHIFT(1230), - [6023] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), SHIFT(1231), - [6026] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), SHIFT(1232), - [6029] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), SHIFT(1231), - [6032] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), SHIFT(1233), - [6035] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), SHIFT(1234), - [6038] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), SHIFT(1235), - [6041] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), SHIFT(1236), - [6044] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), SHIFT(1236), - [6047] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), SHIFT(1237), - [6050] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 2), SHIFT(1230), - [6053] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 2), SHIFT(1231), - [6056] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 2), SHIFT(1232), - [6059] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 2), SHIFT(1231), - [6062] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 2), SHIFT(1233), - [6065] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 2), SHIFT(1234), - [6068] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 2), SHIFT(1235), - [6071] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 2), SHIFT(1236), - [6074] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 2), SHIFT(1236), - [6077] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 2), SHIFT(1237), - [6080] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 2), SHIFT(1230), - [6083] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 2), SHIFT(1231), - [6086] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 2), SHIFT(1232), - [6089] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 2), SHIFT(1231), - [6092] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 2), SHIFT(1233), - [6095] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 2), SHIFT(1234), - [6098] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 2), SHIFT(1235), - [6101] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 2), SHIFT(1236), - [6104] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 2), SHIFT(1236), - [6107] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 2), SHIFT(1237), - [6110] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1230), - [6113] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1231), - [6116] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1232), - [6119] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1231), - [6122] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1233), - [6125] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1234), - [6128] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1235), - [6131] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1236), - [6134] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1236), - [6137] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1237), - [6140] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 2), SHIFT(1230), - [6143] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 2), SHIFT(1231), - [6146] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 2), SHIFT(1232), - [6149] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 2), SHIFT(1231), - [6152] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 2), SHIFT(1233), - [6155] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 2), SHIFT(1234), - [6158] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 2), SHIFT(1235), - [6161] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 2), SHIFT(1236), - [6164] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 2), SHIFT(1236), - [6167] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 2), SHIFT(1237), - [6170] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1339), - [6172] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 2), REDUCE(sym_initializer_list, 2), - [6175] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_compound_statement, 2), REDUCE(sym_initializer_list, 2), - [6178] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), SHIFT(1009), - [6181] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), SHIFT(999), - [6184] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), SHIFT(998), - [6187] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), SHIFT(999), - [6190] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), SHIFT(1003), - [6193] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), SHIFT(1001), - [6196] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), SHIFT(1005), - [6199] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), SHIFT(1006), - [6202] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), SHIFT(1006), - [6205] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), SHIFT(1007), - [6208] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if, 3, .alias_sequence_id = 5), REDUCE(sym_preproc_if_in_compound_statement, 3, .alias_sequence_id = 5), - [6211] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 3, .alias_sequence_id = 5), REDUCE(sym_preproc_if_in_compound_statement, 3, .alias_sequence_id = 5), - [6214] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 3, .alias_sequence_id = 5), REDUCE(sym_preproc_if_in_compound_statement, 3, .alias_sequence_id = 5), - [6217] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 7), REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), - [6220] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 7), REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), - [6223] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 7), REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), - [6226] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 8), REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), - [6229] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 8), REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), - [6232] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 8), REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), - [6235] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1341), - [6237] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1342), - [6239] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1343), - [6241] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 6), REDUCE(sym_for_statement, 7), REDUCE(sym_for_statement, 8), - [6245] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 6), REDUCE(sym_for_statement, 7), REDUCE(sym_for_statement, 8), - [6249] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 6), REDUCE(sym_for_statement, 7), REDUCE(sym_for_statement, 8), - [6253] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1348), - [6255] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1349), - [6257] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), SHIFT(1265), - [6260] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), SHIFT(1266), - [6263] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), SHIFT(1267), - [6266] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), SHIFT(1266), - [6269] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), SHIFT(1268), - [6272] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), SHIFT(1269), - [6275] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), SHIFT(1270), - [6278] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), SHIFT(1271), - [6281] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), SHIFT(1271), - [6284] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), SHIFT(1272), - [6287] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 2), SHIFT(1265), - [6290] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 2), SHIFT(1266), - [6293] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 2), SHIFT(1267), - [6296] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 2), SHIFT(1266), - [6299] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 2), SHIFT(1268), - [6302] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 2), SHIFT(1269), - [6305] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 2), SHIFT(1270), - [6308] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 2), SHIFT(1271), - [6311] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 2), SHIFT(1271), - [6314] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 2), SHIFT(1272), - [6317] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 2), SHIFT(1265), - [6320] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 2), SHIFT(1266), - [6323] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 2), SHIFT(1267), - [6326] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 2), SHIFT(1266), - [6329] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 2), SHIFT(1268), - [6332] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 2), SHIFT(1269), - [6335] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 2), SHIFT(1270), - [6338] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 2), SHIFT(1271), - [6341] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 2), SHIFT(1271), - [6344] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 2), SHIFT(1272), - [6347] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1265), - [6350] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1266), - [6353] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1267), - [6356] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1266), - [6359] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1268), - [6362] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1269), - [6365] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1270), - [6368] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1271), - [6371] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1271), - [6374] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), SHIFT(1272), - [6377] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 2), SHIFT(1265), - [6380] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 2), SHIFT(1266), - [6383] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 2), SHIFT(1267), - [6386] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 2), SHIFT(1266), - [6389] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 2), SHIFT(1268), - [6392] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 2), SHIFT(1269), - [6395] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 2), SHIFT(1270), - [6398] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 2), SHIFT(1271), - [6401] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 2), SHIFT(1271), - [6404] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 2), SHIFT(1272), - [6407] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1351), - [6409] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1352), - [6411] = {.count = 5, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_array_declarator, 3), REDUCE(sym_array_declarator, 4), REDUCE(sym_array_field_declarator, 4), REDUCE(sym_abstract_array_declarator, 4), REDUCE(sym_subscript_expression, 4), - [6417] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_declarator, 4), REDUCE(sym_array_field_declarator, 4), REDUCE(sym_subscript_expression, 4), - [6421] = {.count = 6, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_array_declarator, 3), REDUCE(sym_designator, 3), REDUCE(sym_array_declarator, 4), REDUCE(sym_array_field_declarator, 4), REDUCE(sym_abstract_array_declarator, 4), REDUCE(sym_subscript_expression, 4), - [6428] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_designator, 3), REDUCE(sym_array_declarator, 4), REDUCE(sym_subscript_expression, 4), - [6432] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_field_declarator, 4), REDUCE(sym_subscript_expression, 4), - [6435] = {.count = 4, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expression_statement, 2), REDUCE(sym_field_declaration, 4), REDUCE(sym_field_declaration, 5), REDUCE(sym_field_declaration, 6), - [6440] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 2), REDUCE(sym_field_declaration, 4), REDUCE(sym_field_declaration, 5), REDUCE(sym_field_declaration, 6), - [6445] = {.count = 4, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 2), REDUCE(sym_field_declaration, 4), REDUCE(sym_field_declaration, 5), REDUCE(sym_field_declaration, 6), - [6450] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1361), - [6452] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1362), - [6454] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1363), - [6456] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1365), - [6458] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__expression, 1, .fragile = true), SHIFT(192), - [6461] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), SHIFT(193), - [6465] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1366), - [6467] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 2), REDUCE(sym_field_declaration_list, 2), - [6470] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 2), REDUCE(sym_enumerator_list, 2), REDUCE(sym_field_declaration_list, 2), - [6474] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1367), - [6476] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 10), REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 11), - [6479] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 10), REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 11), - [6482] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 10), REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 11), - [6485] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 28), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 29), - [6488] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 28), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 29), - [6491] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 28), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 29), - [6494] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1368), - [6496] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 10), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 11), - [6499] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 10), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 11), - [6502] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 10), REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 11), - [6505] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1369), - [6507] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1370), - [6509] = {.count = 4, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_array_declarator, 4), REDUCE(sym_array_declarator, 5), REDUCE(sym_array_field_declarator, 5), REDUCE(sym_abstract_array_declarator, 5), - [6514] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_declarator, 5), REDUCE(sym_array_field_declarator, 5), - [6517] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT(1229), - [6520] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 2), REDUCE(sym_comma_expression, 3), - [6523] = {.count = 6, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_if_statement, 5, .fragile = true), REDUCE(sym_switch_statement, 5), REDUCE(sym_while_statement, 5), REDUCE(sym_for_statement, 7), REDUCE(sym_for_statement, 8), REDUCE(sym_for_statement, 9), - [6530] = {.count = 6, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 5, .fragile = true), REDUCE(sym_switch_statement, 5), REDUCE(sym_while_statement, 5), REDUCE(sym_for_statement, 7), REDUCE(sym_for_statement, 8), REDUCE(sym_for_statement, 9), - [6537] = {.count = 6, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 5, .fragile = true), REDUCE(sym_switch_statement, 5), REDUCE(sym_while_statement, 5), REDUCE(sym_for_statement, 7), REDUCE(sym_for_statement, 8), REDUCE(sym_for_statement, 9), - [6544] = {.count = 7, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_if_statement, 5, .fragile = true), REDUCE(sym_switch_statement, 5), REDUCE(sym_while_statement, 5), REDUCE(sym_for_statement, 7), REDUCE(sym_for_statement, 8), REDUCE(sym_for_statement, 9), SHIFT(992), - [6552] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1374), - [6554] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1375), - [6556] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(291), - [6559] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 5, .alias_sequence_id = 18), REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 19), REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), - [6563] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if, 5, .alias_sequence_id = 18), REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 19), REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), - [6567] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 5, .alias_sequence_id = 18), REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 19), REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), - [6571] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1379), - [6573] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1380), - [6575] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1382), - [6577] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1384), - [6579] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 30), REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 31), REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 32), - [6583] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 30), REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 31), REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 32), - [6587] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 30), REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 31), REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 32), - [6591] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 8), REDUCE(sym_for_statement, 9), REDUCE(sym_for_statement, 10), - [6595] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 8), REDUCE(sym_for_statement, 9), REDUCE(sym_for_statement, 10), - [6599] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 8), REDUCE(sym_for_statement, 9), REDUCE(sym_for_statement, 10), - [6603] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1386), - [6605] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT(395), - [6608] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_if_statement, 5, .fragile = true), REDUCE(sym_switch_statement, 5), REDUCE(sym_while_statement, 5), - [6612] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 5, .fragile = true), REDUCE(sym_switch_statement, 5), REDUCE(sym_while_statement, 5), - [6616] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 5, .fragile = true), REDUCE(sym_switch_statement, 5), REDUCE(sym_while_statement, 5), - [6620] = {.count = 4, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_if_statement, 5, .fragile = true), REDUCE(sym_switch_statement, 5), REDUCE(sym_while_statement, 5), SHIFT(992), - [6625] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 3), SHIFT(1207), - [6628] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 3), SHIFT(1208), - [6631] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 3), SHIFT(1209), - [6634] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 3), SHIFT(1208), - [6637] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 3), SHIFT(1210), - [6640] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 3), SHIFT(1211), - [6643] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 3), SHIFT(1212), - [6646] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 3), SHIFT(1213), - [6649] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 3), SHIFT(1213), - [6652] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 3), SHIFT(1214), - [6655] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1207), - [6658] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1208), - [6661] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1209), - [6664] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1208), - [6667] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1210), - [6670] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1211), - [6673] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1212), - [6676] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1213), - [6679] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1213), - [6682] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1214), - [6685] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1387), - [6687] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 3), SHIFT(1207), - [6690] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 3), SHIFT(1208), - [6693] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 3), SHIFT(1209), - [6696] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 3), SHIFT(1208), - [6699] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 3), SHIFT(1210), - [6702] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 3), SHIFT(1211), - [6705] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 3), SHIFT(1212), - [6708] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 3), SHIFT(1213), - [6711] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 3), SHIFT(1213), - [6714] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 3), SHIFT(1214), - [6717] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 3), SHIFT(1207), - [6720] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 3), SHIFT(1208), - [6723] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 3), SHIFT(1209), - [6726] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 3), SHIFT(1208), - [6729] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 3), SHIFT(1210), - [6732] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 3), SHIFT(1211), - [6735] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 3), SHIFT(1212), - [6738] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 3), SHIFT(1213), - [6741] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 3), SHIFT(1213), - [6744] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 3), SHIFT(1214), - [6747] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_equality_expression, 3), SHIFT(1207), - [6750] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_equality_expression, 3), SHIFT(1208), - [6753] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_equality_expression, 3), SHIFT(1209), - [6756] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_equality_expression, 3), SHIFT(1208), - [6759] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_equality_expression, 3), SHIFT(1210), - [6762] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_equality_expression, 3), SHIFT(1211), - [6765] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_equality_expression, 3), SHIFT(1212), - [6768] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_equality_expression, 3), SHIFT(1213), - [6771] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_equality_expression, 3), SHIFT(1213), - [6774] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_equality_expression, 3), SHIFT(1214), - [6777] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_relational_expression, 3), SHIFT(1207), - [6780] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_relational_expression, 3), SHIFT(1208), - [6783] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_relational_expression, 3), SHIFT(1209), - [6786] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_relational_expression, 3), SHIFT(1208), - [6789] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_relational_expression, 3), SHIFT(1210), - [6792] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_relational_expression, 3), SHIFT(1211), - [6795] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_relational_expression, 3), SHIFT(1212), - [6798] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_relational_expression, 3), SHIFT(1213), - [6801] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_relational_expression, 3), SHIFT(1213), - [6804] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_relational_expression, 3), SHIFT(1214), - [6807] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_shift_expression, 3), SHIFT(1207), - [6810] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_shift_expression, 3), SHIFT(1208), - [6813] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_shift_expression, 3), SHIFT(1209), - [6816] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_shift_expression, 3), SHIFT(1208), - [6819] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_shift_expression, 3), SHIFT(1210), - [6822] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_shift_expression, 3), SHIFT(1211), - [6825] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_shift_expression, 3), SHIFT(1212), - [6828] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_shift_expression, 3), SHIFT(1213), - [6831] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_shift_expression, 3), SHIFT(1213), - [6834] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_shift_expression, 3), SHIFT(1214), - [6837] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1389), - [6839] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1229), - [6841] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 3), SHIFT(1230), - [6844] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 3), SHIFT(1231), - [6847] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 3), SHIFT(1232), - [6850] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 3), SHIFT(1231), - [6853] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 3), SHIFT(1233), - [6856] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 3), SHIFT(1234), - [6859] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 3), SHIFT(1235), - [6862] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 3), SHIFT(1236), - [6865] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 3), SHIFT(1236), - [6868] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 3), SHIFT(1237), - [6871] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1230), - [6874] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1231), - [6877] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1232), - [6880] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1231), - [6883] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1233), - [6886] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1234), - [6889] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1235), - [6892] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1236), - [6895] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1236), - [6898] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1237), - [6901] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1390), - [6903] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 3), SHIFT(1230), - [6906] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 3), SHIFT(1231), - [6909] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 3), SHIFT(1232), - [6912] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 3), SHIFT(1231), - [6915] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 3), SHIFT(1233), - [6918] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 3), SHIFT(1234), - [6921] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 3), SHIFT(1235), - [6924] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 3), SHIFT(1236), - [6927] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 3), SHIFT(1236), - [6930] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 3), SHIFT(1237), - [6933] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 3), SHIFT(1230), - [6936] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 3), SHIFT(1231), - [6939] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 3), SHIFT(1232), - [6942] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 3), SHIFT(1231), - [6945] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 3), SHIFT(1233), - [6948] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 3), SHIFT(1234), - [6951] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 3), SHIFT(1235), - [6954] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 3), SHIFT(1236), - [6957] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 3), SHIFT(1236), - [6960] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 3), SHIFT(1237), - [6963] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_equality_expression, 3), SHIFT(1230), - [6966] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_equality_expression, 3), SHIFT(1231), - [6969] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_equality_expression, 3), SHIFT(1232), - [6972] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_equality_expression, 3), SHIFT(1231), - [6975] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_equality_expression, 3), SHIFT(1233), - [6978] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_equality_expression, 3), SHIFT(1234), - [6981] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_equality_expression, 3), SHIFT(1235), - [6984] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_equality_expression, 3), SHIFT(1236), - [6987] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_equality_expression, 3), SHIFT(1236), - [6990] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_equality_expression, 3), SHIFT(1237), - [6993] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_relational_expression, 3), SHIFT(1230), - [6996] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_relational_expression, 3), SHIFT(1231), - [6999] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_relational_expression, 3), SHIFT(1232), - [7002] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_relational_expression, 3), SHIFT(1231), - [7005] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_relational_expression, 3), SHIFT(1233), - [7008] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_relational_expression, 3), SHIFT(1234), - [7011] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_relational_expression, 3), SHIFT(1235), - [7014] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_relational_expression, 3), SHIFT(1236), - [7017] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_relational_expression, 3), SHIFT(1236), - [7020] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_relational_expression, 3), SHIFT(1237), - [7023] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_shift_expression, 3), SHIFT(1230), - [7026] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_shift_expression, 3), SHIFT(1231), - [7029] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_shift_expression, 3), SHIFT(1232), - [7032] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_shift_expression, 3), SHIFT(1231), - [7035] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_shift_expression, 3), SHIFT(1233), - [7038] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_shift_expression, 3), SHIFT(1234), - [7041] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_shift_expression, 3), SHIFT(1235), - [7044] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_shift_expression, 3), SHIFT(1236), - [7047] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_shift_expression, 3), SHIFT(1236), - [7050] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_shift_expression, 3), SHIFT(1237), - [7053] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1391), - [7055] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 6), REDUCE(sym_for_statement, 7), - [7058] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 6), REDUCE(sym_for_statement, 7), - [7061] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 6), REDUCE(sym_for_statement, 7), - [7064] = {.count = 3, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 7), REDUCE(sym_for_statement, 8), REDUCE(sym_for_statement, 9), - [7068] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 7), REDUCE(sym_for_statement, 8), REDUCE(sym_for_statement, 9), - [7072] = {.count = 3, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 7), REDUCE(sym_for_statement, 8), REDUCE(sym_for_statement, 9), - [7076] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1393), - [7078] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 3), SHIFT(1265), - [7081] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 3), SHIFT(1266), - [7084] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 3), SHIFT(1267), - [7087] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 3), SHIFT(1266), - [7090] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 3), SHIFT(1268), - [7093] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 3), SHIFT(1269), - [7096] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 3), SHIFT(1270), - [7099] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 3), SHIFT(1271), - [7102] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 3), SHIFT(1271), - [7105] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 3), SHIFT(1272), - [7108] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1265), - [7111] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1266), - [7114] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1267), - [7117] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1266), - [7120] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1268), - [7123] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1269), - [7126] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1270), - [7129] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1271), - [7132] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1271), - [7135] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_assignment_expression, 3, .fragile = true), SHIFT(1272), - [7138] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1394), - [7140] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 3), SHIFT(1265), - [7143] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 3), SHIFT(1266), - [7146] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 3), SHIFT(1267), - [7149] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 3), SHIFT(1266), - [7152] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 3), SHIFT(1268), - [7155] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 3), SHIFT(1269), - [7158] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 3), SHIFT(1270), - [7161] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 3), SHIFT(1271), - [7164] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 3), SHIFT(1271), - [7167] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 3), SHIFT(1272), - [7170] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 3), SHIFT(1265), - [7173] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 3), SHIFT(1266), - [7176] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 3), SHIFT(1267), - [7179] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 3), SHIFT(1266), - [7182] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 3), SHIFT(1268), - [7185] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 3), SHIFT(1269), - [7188] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 3), SHIFT(1270), - [7191] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 3), SHIFT(1271), - [7194] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 3), SHIFT(1271), - [7197] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 3), SHIFT(1272), - [7200] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_equality_expression, 3), SHIFT(1265), - [7203] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_equality_expression, 3), SHIFT(1266), - [7206] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_equality_expression, 3), SHIFT(1267), - [7209] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_equality_expression, 3), SHIFT(1266), - [7212] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_equality_expression, 3), SHIFT(1268), - [7215] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_equality_expression, 3), SHIFT(1269), - [7218] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_equality_expression, 3), SHIFT(1270), - [7221] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_equality_expression, 3), SHIFT(1271), - [7224] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_equality_expression, 3), SHIFT(1271), - [7227] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_equality_expression, 3), SHIFT(1272), - [7230] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_relational_expression, 3), SHIFT(1265), - [7233] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_relational_expression, 3), SHIFT(1266), - [7236] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_relational_expression, 3), SHIFT(1267), - [7239] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_relational_expression, 3), SHIFT(1266), - [7242] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_relational_expression, 3), SHIFT(1268), - [7245] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_relational_expression, 3), SHIFT(1269), - [7248] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_relational_expression, 3), SHIFT(1270), - [7251] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_relational_expression, 3), SHIFT(1271), - [7254] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_relational_expression, 3), SHIFT(1271), - [7257] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_relational_expression, 3), SHIFT(1272), - [7260] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_shift_expression, 3), SHIFT(1265), - [7263] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_shift_expression, 3), SHIFT(1266), - [7266] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_shift_expression, 3), SHIFT(1267), - [7269] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_shift_expression, 3), SHIFT(1266), - [7272] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_shift_expression, 3), SHIFT(1268), - [7275] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_shift_expression, 3), SHIFT(1269), - [7278] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_shift_expression, 3), SHIFT(1270), - [7281] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_shift_expression, 3), SHIFT(1271), - [7284] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_shift_expression, 3), SHIFT(1271), - [7287] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_shift_expression, 3), SHIFT(1272), - [7290] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_do_statement, 6), SHIFT(144), - [7293] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_do_statement, 6), SHIFT(148), - [7296] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_do_statement, 6), SHIFT(150), - [7299] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_do_statement, 6), SHIFT(162), - [7302] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_do_statement, 6), SHIFT(164), - [7305] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_do_statement, 6), SHIFT(164), - [7308] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 4), SHIFT(1081), - [7311] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 4), SHIFT(1083), - [7314] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 4), SHIFT(1085), - [7317] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 4), SHIFT(1085), - [7320] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_macro_type_specifier, 4), SHIFT(144), - [7323] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_macro_type_specifier, 4), SHIFT(150), - [7326] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_macro_type_specifier, 4), SHIFT(162), - [7329] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_macro_type_specifier, 4), SHIFT(163), - [7332] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_macro_type_specifier, 4), SHIFT(164), - [7335] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_macro_type_specifier, 4), SHIFT(164), - [7338] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_macro_type_specifier, 4), SHIFT(165), - [7341] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 19), REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), - [7344] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 19), REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), - [7347] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 19), REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), - [7350] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 31), REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 32), - [7353] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 31), REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 32), - [7356] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 31), REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 32), - [7359] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1396), - [7361] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 7), REDUCE(sym_for_statement, 8), - [7364] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 7), REDUCE(sym_for_statement, 8), - [7367] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 7), REDUCE(sym_for_statement, 8), - [7370] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1400), - [7372] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1401), - [7374] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1402), - [7376] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1403), - [7378] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1404), - [7380] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1406), - [7382] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_cast_expression, 4), SHIFT(1207), - [7385] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_cast_expression, 4), SHIFT(1208), - [7388] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), SHIFT(1209), - [7391] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), SHIFT(1208), - [7394] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_cast_expression, 4), SHIFT(1210), - [7397] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), SHIFT(1211), - [7400] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), SHIFT(1212), - [7403] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_cast_expression, 4), SHIFT(1213), - [7406] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), SHIFT(1213), - [7409] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_cast_expression, 4), SHIFT(1214), - [7412] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 4), SHIFT(1096), - [7415] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 4), SHIFT(1053), - [7418] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1054), - [7420] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 4), SHIFT(1056), - [7423] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 4), SHIFT(1056), - [7426] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_cast_expression, 4), SHIFT(1230), - [7429] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_cast_expression, 4), SHIFT(1231), - [7432] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), SHIFT(1232), - [7435] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), SHIFT(1231), - [7438] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_cast_expression, 4), SHIFT(1233), - [7441] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), SHIFT(1234), - [7444] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), SHIFT(1235), - [7447] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_cast_expression, 4), SHIFT(1236), - [7450] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), SHIFT(1236), - [7453] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_cast_expression, 4), SHIFT(1237), - [7456] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 4), SHIFT(1223), - [7459] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 4), SHIFT(1069), - [7462] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1070), - [7464] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 4), SHIFT(1072), - [7467] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 4), SHIFT(1072), - [7470] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_cast_expression, 4), SHIFT(1265), - [7473] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_cast_expression, 4), SHIFT(1266), - [7476] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), SHIFT(1267), - [7479] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), SHIFT(1266), - [7482] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_cast_expression, 4), SHIFT(1268), - [7485] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), SHIFT(1269), - [7488] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), SHIFT(1270), - [7491] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_cast_expression, 4), SHIFT(1271), - [7494] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), SHIFT(1271), - [7497] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_cast_expression, 4), SHIFT(1272), - [7500] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 4), SHIFT(1100), - [7503] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 4), SHIFT(1103), - [7506] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1104), - [7508] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 4), SHIFT(1106), - [7511] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 4), SHIFT(1106), - [7514] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_if_statement, 5, .fragile = true), SHIFT(992), - [7517] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1410), - [7519] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 8), REDUCE(sym_for_statement, 9), - [7522] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 8), REDUCE(sym_for_statement, 9), - [7525] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 8), REDUCE(sym_for_statement, 9), - [7528] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1414), - [7530] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1416), - [7532] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1207), - [7535] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1208), - [7538] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1209), - [7541] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1208), - [7544] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1210), - [7547] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1211), - [7550] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1212), - [7553] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1213), - [7556] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1213), - [7559] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1214), - [7562] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1230), - [7565] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1231), - [7568] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1232), - [7571] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1231), - [7574] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1233), - [7577] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1234), - [7580] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1235), - [7583] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1236), - [7586] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1236), - [7589] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1237), - [7592] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1265), - [7595] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1266), - [7598] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1267), - [7601] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1266), - [7604] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1268), - [7607] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1269), - [7610] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1270), - [7613] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1271), - [7616] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1271), - [7619] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_conditional_expression, 5, .fragile = true), SHIFT(1272), - [7622] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1418), - [7624] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 9), REDUCE(sym_for_statement, 10), - [7627] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 9), REDUCE(sym_for_statement, 10), - [7630] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 9), REDUCE(sym_for_statement, 10), - [7633] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1419), - [7635] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1420), - [7637] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1423), - [7639] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1424), - [7641] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1427), - [7643] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1429), + [1] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, RECOVER(), + [3] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, RECOVER(), + [5] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, RECOVER(), + [7] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, SHIFT_EXTRA(), RECOVER(), + [10] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_translation_unit, 0), + [12] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(2), + [14] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(3), + [16] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(4), + [18] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(5), + [20] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(6), + [22] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(7), + [24] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(8), + [26] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(9), + [28] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(10), + [30] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(11), + [32] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(12), + [34] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(13), + [36] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(14), + [38] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(15), + [40] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(16), + [42] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT_EXTRA(), + [44] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(25), + [46] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(25), + [48] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(26), + [50] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(27), + [52] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT_EXTRA(), + [54] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(28), + [56] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(29), + [58] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(30), + [60] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_storage_class_specifier, 1), + [62] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(31), + [64] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_storage_class_specifier, 1), + [66] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_type_qualifier, 1), + [68] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_type_qualifier, 1), + [70] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1), + [72] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1), + [74] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 1), + [76] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_sized_type_specifier_repeat1, 1), + [78] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 1), + [80] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(32), + [82] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(33), + [84] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(35), + [86] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(36), + [88] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(38), + [90] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), SHIFT(40), + [93] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), + [95] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), + [97] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), + [99] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, ACCEPT_INPUT(), + [101] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_translation_unit_repeat1, 1), + [103] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_translation_unit_repeat1, 1), + [105] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_translation_unit_repeat1, 1), + [107] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(41), + [109] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(42), + [111] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(43), + [113] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(44), + [115] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 1), + [117] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(47), + [119] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(48), + [121] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(49), + [123] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 1), + [125] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true), + [127] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__type_specifier, 1, .fragile = true), + [129] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true), + [131] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_translation_unit, 1), + [133] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(52), + [135] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sized_type_specifier, 1, .fragile = true), + [137] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sized_type_specifier, 1, .fragile = true), + [139] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(54), + [141] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_sized_type_specifier, 1, .fragile = true), SHIFT(55), + [144] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_include, 2, .alias_sequence_id = 2), + [146] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_include, 2, .alias_sequence_id = 2), + [148] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_include, 2, .alias_sequence_id = 2), + [150] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(56), + [152] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(57), + [154] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(58), + [156] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(60), + [158] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(61), + [160] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(62), + [162] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(63), + [164] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(64), + [166] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(65), + [168] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(66), + [170] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(67), + [172] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(68), + [174] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(73), + [176] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(76), + [178] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_call, 2), + [180] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_call, 2), + [182] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_call, 2), + [184] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(79), + [186] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(82), + [188] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(83), + [190] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(84), + [192] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), + [194] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), + [196] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), + [198] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enum_specifier, 2), + [200] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enum_specifier, 2), + [202] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enum_specifier, 2), + [204] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(87), + [206] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), + [208] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), + [210] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), + [212] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_struct_specifier, 2), + [214] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_struct_specifier, 2), + [216] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_struct_specifier, 2), + [218] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), + [220] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), + [222] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), + [224] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_union_specifier, 2), + [226] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_union_specifier, 2), + [228] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_union_specifier, 2), + [230] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(93), + [232] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(94), + [234] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(100), + [236] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__empty_declaration, 2), + [238] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__empty_declaration, 2), + [240] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__empty_declaration, 2), + [242] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declarator, 1, .fragile = true), + [244] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(103), + [246] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(104), + [248] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(105), + [250] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(106), + [252] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(107), + [254] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(108), + [256] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_storage_class_specifier, 1), + [258] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_type_qualifier, 1), + [260] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 1), + [262] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 2), + [264] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(112), + [266] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 2), + [268] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), + [270] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_translation_unit_repeat1, 2), + [272] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), + [274] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), + [276] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), + [278] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), + [280] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), + [282] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), + [284] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sized_type_specifier, 2, .alias_sequence_id = 3), + [286] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sized_type_specifier, 2, .alias_sequence_id = 3), + [288] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_sized_type_specifier, 2, .alias_sequence_id = 3), + [290] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(114), + [292] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_def, 3, .alias_sequence_id = 4), + [294] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_def, 3, .alias_sequence_id = 4), + [296] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_def, 3, .alias_sequence_id = 4), + [298] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(115), + [300] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(116), + [302] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(115), + [304] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(117), + [306] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(118), + [308] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(119), + [310] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(119), + [312] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(120), + [314] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(121), + [316] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 3, .alias_sequence_id = 5), + [318] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if, 3, .alias_sequence_id = 5), + [320] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 3, .alias_sequence_id = 5), + [322] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(122), + [324] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(123), + [326] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(124), + [328] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(125), + [330] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(126), + [332] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_else, 1, .alias_sequence_id = 6), + [334] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(127), + [336] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(128), + [338] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(129), + [340] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(130), + [342] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(134), + [344] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(135), + [346] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(136), + [348] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(137), + [350] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(136), + [352] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 7), + [354] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 7), + [356] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 7), + [358] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(142), + [360] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(142), + [362] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 8), + [364] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 8), + [366] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 8), + [368] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(144), + [370] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(144), + [372] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(146), + [374] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_linkage_specification, 3), + [376] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_linkage_specification, 3), + [378] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_linkage_specification, 3), + [380] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(148), + [382] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 2), + [384] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enumerator_list, 2), + [386] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 2), + [388] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator, 1), + [390] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(149), + [392] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(150), + [394] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enum_specifier, 3, .alias_sequence_id = 3), + [396] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enum_specifier, 3, .alias_sequence_id = 3), + [398] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enum_specifier, 3, .alias_sequence_id = 3), + [400] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration_list, 2), + [402] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration_list, 2), + [404] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration_list, 2), + [406] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(152), + [408] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(153), + [410] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(154), + [412] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(155), + [414] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(156), + [416] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_field_declaration_list_repeat1, 1), + [418] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_field_declaration_list_repeat1, 1), + [420] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_field_declaration_list_repeat1, 1), + [422] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(161), + [424] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_struct_specifier, 3, .alias_sequence_id = 3), + [426] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_struct_specifier, 3, .alias_sequence_id = 3), + [428] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_struct_specifier, 3, .alias_sequence_id = 3), + [430] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_union_specifier, 3, .alias_sequence_id = 3), + [432] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_union_specifier, 3, .alias_sequence_id = 3), + [434] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_union_specifier, 3, .alias_sequence_id = 3), + [436] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_type_descriptor_repeat1, 1), + [438] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_type_descriptor_repeat1, 1), + [440] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(163), + [442] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_type_descriptor, 1), + [444] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(164), + [446] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(165), + [448] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(169), + [450] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(170), + [452] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(55), + [454] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(173), + [456] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_declarator, 2), + [458] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(174), + [460] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(175), + [462] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(177), + [464] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_declaration, 3), + [466] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_declaration, 3), + [468] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_declaration, 3), + [470] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(180), + [472] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(181), + [474] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(182), + [476] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(183), + [478] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(184), + [480] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(185), + [482] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(186), + [484] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(187), + [486] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(188), + [488] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(189), + [490] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(190), + [492] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(191), + [494] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(192), + [496] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(193), + [498] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(194), + [500] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(195), + [502] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(196), + [504] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(197), + [506] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(198), + [508] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(199), + [510] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(200), + [512] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(201), + [514] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(202), + [516] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(203), + [518] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(204), + [520] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(204), + [522] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(205), + [524] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(206), + [526] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(207), + [528] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(208), + [530] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(216), + [532] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(217), + [534] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(218), + [536] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(219), + [538] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(220), + [540] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(221), + [542] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(222), + [544] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(223), + [546] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(224), + [548] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(225), + [550] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(225), + [552] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(226), + [554] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(227), + [556] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(234), + [558] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(206), + [560] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_function_definition, 3), + [562] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_function_definition, 3), + [564] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_function_definition, 3), + [566] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_function_declarator, 2), + [568] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(237), + [570] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(238), + [572] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), + [574] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 3), + [576] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym__declaration_specifiers, 3), + [578] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(239), + [580] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(240), + [582] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(241), + [584] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_params, 2), + [586] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_function_def, 4, .alias_sequence_id = 4), + [588] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_function_def, 4, .alias_sequence_id = 4), + [590] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_function_def, 4, .alias_sequence_id = 4), + [592] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(243), + [594] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(244), + [596] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(245), + [598] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(247), + [600] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(250), + [602] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(253), + [604] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(256), + [606] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(256), + [608] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(257), + [610] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(258), + [612] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(259), + [614] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(260), + [616] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(261), + [618] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(262), + [620] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(263), + [622] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_else, 2, .alias_sequence_id = 6), + [624] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(267), + [626] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 4, .alias_sequence_id = 9), + [628] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if, 4, .alias_sequence_id = 9), + [630] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 4, .alias_sequence_id = 9), + [632] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(270), + [634] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(271), + [636] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(274), + [638] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 10), + [640] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 10), + [642] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 10), + [644] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(275), + [646] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 11), + [648] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 11), + [650] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 11), + [652] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(276), + [654] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_declaration_list, 2), + [656] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_declaration_list, 2), + [658] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_declaration_list, 2), + [660] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(277), + [662] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 3), + [664] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enumerator_list, 3), + [666] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 3), + [668] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(278), + [670] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(279), + [672] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(280), + [674] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(281), + [676] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(282), + [678] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(282), + [680] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(283), + [682] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(285), + [684] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(287), + [686] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(288), + [688] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration, 2), + [690] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 2), + [692] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 2), + [694] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(291), + [696] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(292), + [698] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(293), + [700] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(294), + [702] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(295), + [704] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(295), + [706] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(296), + [708] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__field_declarator, 1, .alias_sequence_id = 12), + [710] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(298), + [712] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(299), + [714] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(300), + [716] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(301), + [718] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__field_declarator, 1, .alias_sequence_id = 13), + [720] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__field_declarator, 1, .alias_sequence_id = 14), + [722] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__field_declarator, 1, .alias_sequence_id = 15), + [724] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration_list, 3), + [726] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration_list, 3), + [728] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration_list, 3), + [730] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_field_declaration_list_repeat1, 2), + [732] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_field_declaration_list_repeat1, 2), + [734] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_field_declaration_list_repeat1, 2), + [736] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_pointer_declarator, 1, .fragile = true), + [738] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(306), + [740] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_type_descriptor, 2), + [742] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(309), + [744] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__abstract_declarator, 1), + [746] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_function_declarator, 1), + [748] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_macro_type_specifier, 4), + [750] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_macro_type_specifier, 4), + [752] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_macro_type_specifier, 4), + [754] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_type_descriptor_repeat1, 2), + [756] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_type_descriptor_repeat1, 2), + [758] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declarator, 3), + [760] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(312), + [762] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(313), + [764] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_parameter_list, 2), + [766] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(315), + [768] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_parameter_declaration, 1), + [770] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(316), + [772] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_declaration_repeat1, 2), + [774] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(319), + [776] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(319), + [778] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(320), + [780] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(321), + [782] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(322), + [784] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(323), + [786] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(324), + [788] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(325), + [790] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(325), + [792] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(326), + [794] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(327), + [796] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(331), + [798] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(332), + [800] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(333), + [802] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(334), + [804] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expression_statement, 1), + [806] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 1), + [808] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 1), + [810] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(335), + [812] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 2), + [814] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_compound_statement, 2), + [816] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 2), + [818] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(338), + [820] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(339), + [822] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(340), + [824] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(341), + [826] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(342), + [828] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(343), + [830] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(344), + [832] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(344), + [834] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(345), + [836] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(347), + [838] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(348), + [840] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(349), + [842] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(350), + [844] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(351), + [846] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(352), + [848] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(353), + [850] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(354), + [852] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(355), + [854] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(357), + [856] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(358), + [858] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(360), + [860] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(361), + [862] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(362), + [864] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(366), + [866] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__expression, 1, .fragile = true), + [868] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__expression, 1, .fragile = true), + [870] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(368), + [872] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), SHIFT(40), + [876] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), + [879] = {.count = 2, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), + [882] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(370), + [884] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), + [886] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), + [888] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1), + [890] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 16), + [892] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 16), + [894] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 16), + [896] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 17), + [898] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 17), + [900] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 17), + [902] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(371), + [904] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(374), + [906] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(375), + [908] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(376), + [910] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(377), + [912] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(378), + [914] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(379), + [916] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(380), + [918] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(379), + [920] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(381), + [922] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(382), + [924] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(383), + [926] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(384), + [928] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(385), + [930] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(386), + [932] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(387), + [934] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(387), + [936] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(388), + [938] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(389), + [940] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(390), + [942] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(391), + [944] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(393), + [946] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_declarator, 3), + [948] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(398), + [950] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(399), + [952] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(401), + [954] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(402), + [956] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(404), + [958] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(406), + [960] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), REDUCE(sym__expression, 1, .fragile = true), SHIFT(408), + [964] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(409), + [966] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(411), + [968] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(412), + [970] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(413), + [972] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__declaration_specifiers, 1), + [974] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(415), + [976] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(416), + [978] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(417), + [980] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(416), + [982] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(418), + [984] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(419), + [986] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(420), + [988] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(421), + [990] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(422), + [992] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(423), + [994] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(424), + [996] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(424), + [998] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(425), + [1000] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(426), + [1002] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(427), + [1004] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(429), + [1006] = {.count = 2, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_sized_type_specifier, 1, .fragile = true), SHIFT(430), + [1009] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(431), + [1011] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(432), + [1013] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(433), + [1015] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_init_declarator, 3), + [1017] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_declaration, 4), + [1019] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_declaration, 4), + [1021] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_declaration, 4), + [1023] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_def, 5, .alias_sequence_id = 4), + [1025] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_def, 5, .alias_sequence_id = 4), + [1027] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_def, 5, .alias_sequence_id = 4), + [1029] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(441), + [1031] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(441), + [1033] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_params, 3), + [1035] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(442), + [1037] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(443), + [1039] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_function_def, 5, .alias_sequence_id = 4), + [1041] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_function_def, 5, .alias_sequence_id = 4), + [1043] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_function_def, 5, .alias_sequence_id = 4), + [1045] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(444), + [1047] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(445), + [1049] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(446), + [1051] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(447), + [1053] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(447), + [1055] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(449), + [1057] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(449), + [1059] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(451), + [1061] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(451), + [1063] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(453), + [1065] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(454), + [1067] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(456), + [1069] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(459), + [1071] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(462), + [1073] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(465), + [1075] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(468), + [1077] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(469), + [1079] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(472), + [1081] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(474), + [1083] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(476), + [1085] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 5, .alias_sequence_id = 18), + [1087] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if, 5, .alias_sequence_id = 18), + [1089] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if, 5, .alias_sequence_id = 18), + [1091] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 19), + [1093] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 19), + [1095] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 19), + [1097] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), + [1099] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), + [1101] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), + [1103] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_declaration_list, 3), + [1105] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_declaration_list, 3), + [1107] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_declaration_list, 3), + [1109] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(478), + [1111] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator, 3), + [1113] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(480), + [1115] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(481), + [1117] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(482), + [1119] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(481), + [1121] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(483), + [1123] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(484), + [1125] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(485), + [1127] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(486), + [1129] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(487), + [1131] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(488), + [1133] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(489), + [1135] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(489), + [1137] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(490), + [1139] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(491), + [1141] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 4), + [1143] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enumerator_list, 4), + [1145] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 4), + [1147] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_enumerator_list_repeat1, 2), + [1149] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(492), + [1151] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(494), + [1153] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_field_declarator, 2), + [1155] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(496), + [1157] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(498), + [1159] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(499), + [1161] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(500), + [1163] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(501), + [1165] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(500), + [1167] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(502), + [1169] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(503), + [1171] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(504), + [1173] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(505), + [1175] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(506), + [1177] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(507), + [1179] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(508), + [1181] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(508), + [1183] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(509), + [1185] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(510), + [1187] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration, 3), + [1189] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 3), + [1191] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 3), + [1193] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(512), + [1195] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_function_field_declarator, 2), + [1197] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(516), + [1199] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(517), + [1201] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(518), + [1203] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_pointer_declarator, 2), + [1205] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_array_declarator, 2), + [1207] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(519), + [1209] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_function_declarator, 2), + [1211] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_type_descriptor, 3), + [1213] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(522), + [1215] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_parameter_list, 3), + [1217] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(523), + [1219] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(524), + [1221] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(525), + [1223] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(526), + [1225] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_parameter_declaration, 2), + [1227] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(527), + [1229] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(528), + [1231] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(531), + [1233] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(533), + [1235] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(534), + [1237] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(535), + [1239] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(536), + [1241] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(537), + [1243] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(536), + [1245] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(538), + [1247] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(539), + [1249] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(540), + [1251] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(541), + [1253] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(542), + [1255] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(543), + [1257] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(544), + [1259] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(544), + [1261] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(545), + [1263] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(546), + [1265] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(547), + [1267] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(548), + [1269] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(549), + [1271] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(550), + [1273] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(551), + [1275] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(552), + [1277] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(553), + [1279] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(554), + [1281] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(555), + [1283] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(556), + [1285] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(557), + [1287] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(558), + [1289] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(559), + [1291] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(560), + [1293] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(561), + [1295] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(562), + [1297] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(563), + [1299] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(564), + [1301] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(565), + [1303] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(566), + [1305] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(567), + [1307] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(568), + [1309] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(569), + [1311] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(578), + [1313] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(581), + [1315] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(584), + [1317] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_pointer_expression, 2), + [1319] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_pointer_expression, 2), + [1321] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(585), + [1323] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(586), + [1325] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(587), + [1327] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(588), + [1329] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(589), + [1331] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(589), + [1333] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(590), + [1335] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(594), + [1337] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(596), + [1339] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(597), + [1341] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(598), + [1343] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(599), + [1345] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(597), + [1347] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(600), + [1349] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(601), + [1351] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(602), + [1353] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(603), + [1355] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(604), + [1357] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(605), + [1359] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(606), + [1361] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(606), + [1363] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(607), + [1365] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(608), + [1367] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(609), + [1369] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(613), + [1371] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(614), + [1373] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(616), + [1375] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(617), + [1377] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(618), + [1379] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(619), + [1381] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(620), + [1383] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(621), + [1385] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(622), + [1387] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_return_statement, 2), + [1389] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_return_statement, 2), + [1391] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_return_statement, 2), + [1393] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(625), + [1395] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_break_statement, 2), + [1397] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_break_statement, 2), + [1399] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_break_statement, 2), + [1401] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_continue_statement, 2), + [1403] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_continue_statement, 2), + [1405] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_continue_statement, 2), + [1407] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(626), + [1409] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 2), + [1411] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 2), + [1413] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 2), + [1415] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 2), + [1417] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 2, .fragile = true), + [1419] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 2, .fragile = true), + [1421] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 2), + [1423] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 2), + [1425] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenated_string_repeat1, 1), + [1427] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_concatenated_string_repeat1, 1), + [1429] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_concatenated_string, 2), + [1431] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_concatenated_string, 2), + [1433] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(628), + [1435] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(629), + [1437] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(631), + [1439] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(633), + [1441] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_expression_statement, 2), + [1443] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 2), + [1445] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_expression_statement, 2), + [1447] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(650), + [1449] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_call_expression, 2), + [1451] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_call_expression, 2), + [1453] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 3), + [1455] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_compound_statement, 3), + [1457] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_compound_statement, 3), + [1459] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), + [1461] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), + [1463] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), + [1465] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 21), + [1467] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 21), + [1469] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 21), + [1471] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 22), + [1473] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 22), + [1475] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2, .alias_sequence_id = 22), + [1477] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(651), + [1479] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(652), + [1481] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(653), + [1483] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(656), + [1485] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_declarator, 4), + [1487] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(662), + [1489] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(663), + [1491] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__declaration_specifiers, 2), + [1493] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), SHIFT(408), + [1496] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_initializer_list, 2), + [1498] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_initializer_list, 2), + [1500] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(677), + [1502] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__initializer_list_contents, 1), + [1504] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(678), + [1506] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(679), + [1508] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym__initializer_list_contents_repeat1, 1), + [1510] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(680), + [1512] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_declaration_repeat1, 3), + [1514] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_params_repeat1, 2), + [1516] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(682), + [1518] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(682), + [1520] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_params, 4), + [1522] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(683), + [1524] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(684), + [1526] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(685), + [1528] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(686), + [1530] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(687), + [1532] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(688), + [1534] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(689), + [1536] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(690), + [1538] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(691), + [1540] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(691), + [1542] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(693), + [1544] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(693), + [1546] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(695), + [1548] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(695), + [1550] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(697), + [1552] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(699), + [1554] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(701), + [1556] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(702), + [1558] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(703), + [1560] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(704), + [1562] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 5), + [1564] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_enumerator_list, 5), + [1566] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_enumerator_list, 5), + [1568] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_enumerator_list_repeat1, 3), + [1570] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__field_declarator, 3), + [1572] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(717), + [1574] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration, 4), + [1576] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 4), + [1578] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 4), + [1580] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_field_declaration_repeat1, 2), + [1582] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_field_declarator, 3), + [1584] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(730), + [1586] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(732), + [1588] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__abstract_declarator, 3), + [1590] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_array_declarator, 3), + [1592] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(735), + [1594] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_parameter_list_repeat1, 2), + [1596] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(737), + [1598] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_parameter_list, 4), + [1600] = {.count = 3, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declarator, 1, .fragile = true), REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), SHIFT(40), + [1604] = {.count = 2, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__declarator, 1, .fragile = true), REDUCE(sym__type_specifier, 1, .fragile = true, .alias_sequence_id = 1), + [1607] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(738), + [1609] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(739), + [1611] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(740), + [1613] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(741), + [1615] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_parenthesized_expression, 3), + [1617] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_parenthesized_expression, 3), + [1619] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(757), + [1621] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(757), + [1623] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(758), + [1625] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(759), + [1627] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if_in_compound_statement, 3, .alias_sequence_id = 5), + [1629] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 3, .alias_sequence_id = 5), + [1631] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 3, .alias_sequence_id = 5), + [1633] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(760), + [1635] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(761), + [1637] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(762), + [1639] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(763), + [1641] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(764), + [1643] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_else_in_compound_statement, 1, .alias_sequence_id = 6), + [1645] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(765), + [1647] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(766), + [1649] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(767), + [1651] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(768), + [1653] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(769), + [1655] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(770), + [1657] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(771), + [1659] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(772), + [1661] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(773), + [1663] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(774), + [1665] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(775), + [1667] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(776), + [1669] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(777), + [1671] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(778), + [1673] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(779), + [1675] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(780), + [1677] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(781), + [1679] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(789), + [1681] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(790), + [1683] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(792), + [1685] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(793), + [1687] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(795), + [1689] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(796), + [1691] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(798), + [1693] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(799), + [1695] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(801), + [1697] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(802), + [1699] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(803), + [1701] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(804), + [1703] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(805), + [1705] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(806), + [1707] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(809), + [1709] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(810), + [1711] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), + [1713] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), + [1715] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), + [1717] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(815), + [1719] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(816), + [1721] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), + [1723] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), + [1725] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), + [1727] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(818), + [1729] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(819), + [1731] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(822), + [1733] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(824), + [1735] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(825), + [1737] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(826), + [1739] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(827), + [1741] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(826), + [1743] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(828), + [1745] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(829), + [1747] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(830), + [1749] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(831), + [1751] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(832), + [1753] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(833), + [1755] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(834), + [1757] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(834), + [1759] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(835), + [1761] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(836), + [1763] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(837), + [1765] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(838), + [1767] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_statement, 3), + [1769] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 3), + [1771] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 3), + [1773] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(852), + [1775] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(855), + [1777] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(856), + [1779] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(858), + [1781] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(860), + [1783] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(861), + [1785] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(865), + [1787] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_return_statement, 3), + [1789] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_return_statement, 3), + [1791] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_return_statement, 3), + [1793] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_goto_statement, 3, .alias_sequence_id = 23), + [1795] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_goto_statement, 3, .alias_sequence_id = 23), + [1797] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_goto_statement, 3, .alias_sequence_id = 23), + [1799] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(866), + [1801] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_concatenated_string_repeat1, 2), + [1803] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(aux_sym_concatenated_string_repeat1, 2), + [1805] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_labeled_statement, 3, .alias_sequence_id = 24), + [1807] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_labeled_statement, 3, .alias_sequence_id = 24), + [1809] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_labeled_statement, 3, .alias_sequence_id = 24), + [1811] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(867), + [1813] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_argument_list, 2, .dynamic_precedence = 1), + [1815] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_argument_list, 2, .dynamic_precedence = 1), + [1817] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(868), + [1819] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(869), + [1821] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_comma_expression, 3), + [1823] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_math_expression, 3), + [1825] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_math_expression, 3), + [1827] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(871), + [1829] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_assignment_expression, 3, .fragile = true), + [1831] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(872), + [1833] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_bitwise_expression, 3), + [1835] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_bitwise_expression, 3), + [1837] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_logical_expression, 3), + [1839] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_logical_expression, 3), + [1841] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_equality_expression, 3), + [1843] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_equality_expression, 3), + [1845] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_relational_expression, 3), + [1847] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_relational_expression, 3), + [1849] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_shift_expression, 3), + [1851] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_shift_expression, 3), + [1853] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_expression, 3, .alias_sequence_id = 25), + [1855] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_expression, 3, .alias_sequence_id = 25), + [1857] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(873), + [1859] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(874), + [1861] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(876), + [1863] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(877), + [1865] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(878), + [1867] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_declarator, 5), + [1869] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(879), + [1871] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym__declaration_specifiers, 3), + [1873] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(880), + [1875] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_designator, 2, .alias_sequence_id = 26), + [1877] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(881), + [1879] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_initializer_list, 3), + [1881] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_initializer_list, 3), + [1883] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym__initializer_list_contents_repeat1, 2), + [1885] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_preproc_params_repeat1, 3), + [1887] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(885), + [1889] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(886), + [1891] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(887), + [1893] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(888), + [1895] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(889), + [1897] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(890), + [1899] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(891), + [1901] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(892), + [1903] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(893), + [1905] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(894), + [1907] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(895), + [1909] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_field_declarator, 4), + [1911] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(896), + [1913] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration, 5), + [1915] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 5), + [1917] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 5), + [1919] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_field_declaration_repeat1, 3), + [1921] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(897), + [1923] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_array_declarator, 4), + [1925] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(898), + [1927] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_parameter_list_repeat1, 3), + [1929] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(899), + [1931] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(900), + [1933] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(901), + [1935] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(902), + [1937] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_cast_expression, 4), + [1939] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_cast_expression, 4), + [1941] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_compound_literal_expression, 4), + [1943] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_compound_literal_expression, 4), + [1945] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(903), + [1947] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(904), + [1949] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(906), + [1951] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(909), + [1953] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(912), + [1955] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(915), + [1957] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(915), + [1959] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(916), + [1961] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(917), + [1963] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(918), + [1965] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(919), + [1967] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(920), + [1969] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(921), + [1971] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(923), + [1973] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(924), + [1975] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(926), + [1977] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(927), + [1979] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(929), + [1981] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(930), + [1983] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(932), + [1985] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(933), + [1987] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(934), + [1989] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(935), + [1991] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(936), + [1993] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(939), + [1995] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_else_in_compound_statement, 2, .alias_sequence_id = 6), + [1997] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(943), + [1999] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(946), + [2001] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(947), + [2003] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(951), + [2005] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(952), + [2007] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(954), + [2009] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(955), + [2011] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(956), + [2013] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 27), + [2015] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 27), + [2017] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 27), + [2019] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(958), + [2021] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 9), + [2023] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 9), + [2025] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 9), + [2027] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(960), + [2029] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 28), + [2031] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 28), + [2033] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 28), + [2035] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 10), + [2037] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 10), + [2039] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 10), + [2041] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(961), + [2043] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 29), + [2045] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 29), + [2047] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 29), + [2049] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 11), + [2051] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 11), + [2053] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 11), + [2055] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(962), + [2057] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(963), + [2059] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(965), + [2061] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(966), + [2063] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(967), + [2065] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(968), + [2067] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(969), + [2069] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(970), + [2071] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(971), + [2073] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(972), + [2075] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(973), + [2077] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(974), + [2079] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(975), + [2081] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(976), + [2083] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(977), + [2085] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(978), + [2087] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(994), + [2089] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_case_statement, 4), + [2091] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 4), + [2093] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_case_statement, 4), + [2095] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(995), + [2097] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(997), + [2099] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(998), + [2101] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(999), + [2103] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1000), + [2105] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1002), + [2107] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1004), + [2109] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1006), + [2111] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1007), + [2113] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_sizeof_expression, 4), + [2115] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(190), + [2117] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_sizeof_expression, 4), + [2119] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(202), + [2121] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), + [2123] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), + [2125] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1011), + [2127] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1012), + [2129] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_subscript_expression, 4), + [2131] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_subscript_expression, 4), + [2133] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1014), + [2135] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1015), + [2137] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(217), + [2139] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(223), + [2141] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_designator, 3), + [2143] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_initializer_list, 4), + [2145] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_initializer_list, 4), + [2147] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__initializer_list_contents, 3), + [2149] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1017), + [2151] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(279), + [2153] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(280), + [2155] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(292), + [2157] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(293), + [2159] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_array_field_declarator, 5), + [2161] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_field_declaration, 6), + [2163] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 6), + [2165] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_field_declaration, 6), + [2167] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_abstract_array_declarator, 5), + [2169] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(322), + [2171] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(323), + [2173] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1021), + [2175] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1022), + [2177] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1023), + [2179] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1024), + [2181] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1025), + [2183] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1027), + [2185] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1028), + [2187] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1030), + [2189] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1031), + [2191] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1033), + [2193] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1034), + [2195] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1036), + [2197] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1039), + [2199] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1042), + [2201] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1045), + [2203] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1048), + [2205] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1049), + [2207] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1053), + [2209] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1054), + [2211] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1056), + [2213] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1057), + [2215] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1058), + [2217] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1060), + [2219] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1062), + [2221] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1063), + [2223] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1065), + [2225] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1066), + [2227] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1067), + [2229] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1069), + [2231] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1070), + [2233] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 30), + [2235] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 30), + [2237] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 30), + [2239] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 31), + [2241] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 31), + [2243] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 31), + [2245] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 32), + [2247] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 32), + [2249] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 32), + [2251] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1071), + [2253] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1072), + [2255] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1074), + [2257] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1075), + [2259] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1077), + [2261] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1078), + [2263] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1080), + [2265] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1081), + [2267] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1083), + [2269] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1084), + [2271] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1085), + [2273] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1086), + [2275] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_if_statement, 5, .fragile = true), + [2277] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 5, .fragile = true), + [2279] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 5, .fragile = true), + [2281] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1087), + [2283] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1088), + [2285] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1089), + [2287] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_switch_statement, 5), + [2289] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_switch_statement, 5), + [2291] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_switch_statement, 5), + [2293] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(341), + [2295] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(342), + [2297] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_while_statement, 5), + [2299] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_while_statement, 5), + [2301] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_while_statement, 5), + [2303] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1091), + [2305] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1092), + [2307] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1093), + [2309] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1094), + [2311] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1095), + [2313] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1096), + [2315] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1097), + [2317] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1099), + [2319] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1101), + [2321] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1103), + [2323] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1105), + [2325] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1108), + [2327] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1109), + [2329] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 2), + [2331] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_argument_list, 4, .dynamic_precedence = 1), + [2333] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_argument_list, 4, .dynamic_precedence = 1), + [2335] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_conditional_expression, 5, .fragile = true), + [2337] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1111), + [2339] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1114), + [2341] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1115), + [2343] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1116), + [2345] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1117), + [2347] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1118), + [2349] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1119), + [2351] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1120), + [2353] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1121), + [2355] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1122), + [2357] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1123), + [2359] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1125), + [2361] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1126), + [2363] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1128), + [2365] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1129), + [2367] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1131), + [2369] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1132), + [2371] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1134), + [2373] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1135), + [2375] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1136), + [2377] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1138), + [2379] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1139), + [2381] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1140), + [2383] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1141), + [2385] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1142), + [2387] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1143), + [2389] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1144), + [2391] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1145), + [2393] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1146), + [2395] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1147), + [2397] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1148), + [2399] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1149), + [2401] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1150), + [2403] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1151), + [2405] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1152), + [2407] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1153), + [2409] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1160), + [2411] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1162), + [2413] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(586), + [2415] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(587), + [2417] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1164), + [2419] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1167), + [2421] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1168), + [2423] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1172), + [2425] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1173), + [2427] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1175), + [2429] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1176), + [2431] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1180), + [2433] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1181), + [2435] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1183), + [2437] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1184), + [2439] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1185), + [2441] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1186), + [2443] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1187), + [2445] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1188), + [2447] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1191), + [2449] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_do_statement, 6), + [2451] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_do_statement, 6), + [2453] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_do_statement, 6), + [2455] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 6), + [2457] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 6), + [2459] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 6), + [2461] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1193), + [2463] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(aux_sym_for_statement_repeat1, 3), + [2465] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym__initializer_list_contents, 5), + [2467] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1196), + [2469] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1197), + [2471] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1198), + [2473] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1199), + [2475] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1200), + [2477] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1201), + [2479] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1202), + [2481] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1203), + [2483] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1204), + [2485] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1205), + [2487] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1206), + [2489] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1207), + [2491] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1208), + [2493] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1209), + [2495] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1210), + [2497] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1211), + [2499] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1212), + [2501] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1213), + [2503] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1214), + [2505] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1221), + [2507] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1223), + [2509] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1225), + [2511] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1227), + [2513] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1228), + [2515] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1230), + [2517] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1231), + [2519] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1233), + [2521] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1234), + [2523] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1236), + [2525] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1237), + [2527] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1238), + [2529] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1239), + [2531] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1240), + [2533] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1241), + [2535] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1242), + [2537] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1244), + [2539] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1247), + [2541] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1248), + [2543] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1249), + [2545] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1253), + [2547] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1254), + [2549] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1255), + [2551] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1257), + [2553] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_if_statement, 7), + [2555] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 7), + [2557] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_if_statement, 7), + [2559] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1260), + [2561] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1261), + [2563] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1263), + [2565] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1265), + [2567] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 7), + [2569] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 7), + [2571] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 7), + [2573] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1269), + [2575] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1271), + [2577] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1273), + [2579] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1274), + [2581] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1276), + [2583] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1277), + [2585] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1279), + [2587] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1280), + [2589] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1282), + [2591] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1283), + [2593] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1284), + [2595] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1285), + [2597] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1286), + [2599] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1287), + [2601] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1288), + [2603] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1290), + [2605] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1293), + [2607] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1294), + [2609] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1297), + [2611] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1298), + [2613] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1302), + [2615] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1303), + [2617] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1305), + [2619] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1306), + [2621] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1310), + [2623] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1315), + [2625] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1319), + [2627] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1321), + [2629] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1323), + [2631] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1324), + [2633] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1325), + [2635] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1326), + [2637] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1328), + [2639] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1329), + [2641] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 8), + [2643] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 8), + [2645] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 8), + [2647] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1332), + [2649] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1333), + [2651] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1336), + [2653] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, SHIFT(1337), + [2655] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1341), + [2657] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1342), + [2659] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1344), + [2661] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1345), + [2663] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1349), + [2665] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1352), + [2667] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1353), + [2669] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1357), + [2671] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1358), + [2673] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1359), + [2675] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1361), + [2677] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1363), + [2679] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1365), + [2681] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1366), + [2683] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1367), + [2685] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1369), + [2687] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1372), + [2689] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1374), + [2691] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1376), + [2693] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1378), + [2695] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 9), + [2697] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 9), + [2699] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 9), + [2701] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1380), + [2703] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1381), + [2705] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1385), + [2707] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1386), + [2709] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1387), + [2711] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1389), + [2713] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1391), + [2715] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1395), + [2717] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1399), + [2719] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1401), + [2721] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1404), + [2723] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1407), + [2725] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1410), + [2727] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1411), + [2729] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1414), + [2731] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, REDUCE(sym_for_statement, 10), + [2733] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 10), + [2735] = {.count = 1, .reusable = false, .depends_on_lookahead = false}, REDUCE(sym_for_statement, 10), + [2737] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1417), + [2739] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1421), + [2741] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1423), + [2743] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1426), + [2745] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1427), + [2747] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1428), + [2749] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1429), + [2751] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1431), + [2753] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1434), + [2755] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1437), + [2757] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1439), + [2759] = {.count = 1, .reusable = true, .depends_on_lookahead = true}, SHIFT(1442), + [2761] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1443), + [2763] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1444), + [2765] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1446), + [2767] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1449), + [2769] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1453), + [2771] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1457), + [2773] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1458), + [2775] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1462), + [2777] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1466), + [2779] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1469), + [2781] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1471), + [2783] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1474), + [2785] = {.count = 1, .reusable = true, .depends_on_lookahead = false}, SHIFT(1476), }; -const TSLanguage *tree_sitter_c() { - GET_LANGUAGE(); +#ifdef _WIN32 +#define extern __declspec(dllexport) +#endif + +extern const TSLanguage *tree_sitter_c() { + static TSLanguage language = { + .version = LANGUAGE_VERSION, + .symbol_count = SYMBOL_COUNT, + .alias_count = ALIAS_COUNT, + .token_count = TOKEN_COUNT, + .symbol_metadata = ts_symbol_metadata, + .parse_table = (const unsigned short *)ts_parse_table, + .parse_actions = ts_parse_actions, + .lex_modes = ts_lex_modes, + .symbol_names = ts_symbol_names, + .alias_sequences = (const TSSymbol *)ts_alias_sequences, + .max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH, + .lex_fn = ts_lex, + .external_token_count = EXTERNAL_TOKEN_COUNT, + }; + return &language; } diff --git a/src/tree_sitter/parser.h b/src/tree_sitter/parser.h index 59fd560..cb83ce3 100644 --- a/src/tree_sitter/parser.h +++ b/src/tree_sitter/parser.h @@ -19,8 +19,6 @@ typedef uint16_t TSStateId; typedef struct { bool visible : 1; bool named : 1; - bool extra : 1; - bool structural : 1; } TSSymbolMetadata; typedef struct { @@ -139,12 +137,9 @@ typedef struct TSLanguage { } \ } -#define RECOVER(state_value) \ - { \ - { \ - .type = TSParseActionTypeRecover, \ - .params = {.state = state_value} \ - } \ +#define RECOVER() \ + { \ + { .type = TSParseActionTypeRecover } \ } #define SHIFT_EXTRA() \ @@ -172,25 +167,6 @@ typedef struct TSLanguage { { .type = TSParseActionTypeAccept } \ } -#define GET_LANGUAGE(...) \ - static TSLanguage language = { \ - .version = LANGUAGE_VERSION, \ - .symbol_count = SYMBOL_COUNT, \ - .alias_count = ALIAS_COUNT, \ - .token_count = TOKEN_COUNT, \ - .symbol_metadata = ts_symbol_metadata, \ - .parse_table = (const unsigned short *)ts_parse_table, \ - .parse_actions = ts_parse_actions, \ - .lex_modes = ts_lex_modes, \ - .symbol_names = ts_symbol_names, \ - .alias_sequences = (const TSSymbol *)ts_alias_sequences, \ - .max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH, \ - .lex_fn = ts_lex, \ - .external_token_count = EXTERNAL_TOKEN_COUNT, \ - .external_scanner = {__VA_ARGS__} \ - }; \ - return &language \ - #ifdef __cplusplus } #endif